Skip to contents

Convenience helper that returns an icon set pointing to the package's bundled inst/icons/ directory. This saves callers from writing the icons::icon_set(system.file(...)).

Usage

icons_stzh()

Value

An object produced by icons::icon_set(). Use it in places that expect an icon-producing function, e.g. image = icons_stzh()("name").

Examples

if (requireNamespace("icons", quietly = TRUE)) {
  icons_stzh()
}
#> Custom icon set (/icons)