icon_info.Rd
Retrieves basic useful information about the requested icon, including its type, available sizes, and image formats.
icon_info(name)
name | Icon name. |
---|
A named list.
icon_info("rstudio")#> $type #> [1] "File" #> #> $sizes #> [1] "16x16" "24x24" "32x32" "48x48" "64x64" "128x128" "256x256" #> [8] "512x512" #> #> $formats #> [1] "PNG" #>