Load an SVG icon from the supertinyicons icon pack
load_supertinyicon(
name,
obj_type = c("grob", "data.frame", "list", "debug", "svg"),
...
)name of icon. e.g. "twitter". If the exact name is not
found, then the icon with
the closest matching name is returned. See supertinyicon_names
for a full list of supported icons in this set.
What kind of R object to return - choices
c('grob', 'data.frame', 'list', 'debug', 'svg'). Default: 'grob'.
See documentation for read_svg() for more details.
other arguments passed to read_svg()