Learn R Programming

tabler (version 0.1.0)

icons: Tabler Icons Data

Description

A dataset containing Tabler icon names and their categories.

Usage

icons

Arguments

Format

A data frame with 6,019 rows and 3 variables:

root

The root category of the icon (e.g., "arrow/arrows", "brand", "device", etc.)

icon

The full icon name (e.g., "arrow-up", "arrow-down", "circle-arrow-up", "circle-arrow-up-filled", etc.)

filled

Logical indicating whether the icon is a filled or not.

Examples

Run this code
icons[grepl("paw", icons$icon), ]

Run the code above in your browser using DataLab