iconListForFamily

Typehandler
Dictionarylibrary.iconsvg
LibraryIcon SVG Library
Syntax
iconListForFamily(<pFamily>)
Associationscom.livecode.library.iconsvg
Summary

Return the available icons in the specified icon family.

Parameters
NameTypeDescription
pFamily

The name of the icon family

Values
NameTypeDescription
return

The icon names for which SVG paths are available.

RelatedHandler: iconSVGPathFromName, iconCodepointFromName, iconFamilies, iconNames, iconNamesForFamily
Description

Return an LCB list of the icon names of the specified family in the iconsvg library.

For each icon name, the SVG path string can be obtained with iconSVGPathFromName or its corresponding codepoint with iconCodepointFromName.