iconListForFamily
Type
handler
Summary
Return the available icons in the specified icon family.
Syntax
iconListForFamily(<pFamily>)
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.
Parameters
Name | Type | Description |
---|---|---|
pFamily | The name of the icon family |
Value
Name | Type | Description |
---|---|---|
return | The icon names for which SVG paths are available. |
Related
handler: iconSVGPathFromName, iconCodepointFromName, iconFamilies, iconNames, iconNamesForFamily