iconListMatching

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

Return the available icons in the current icon family that match the search string.

Parameters
NameTypeDescription
pSearch

The string used to search icon names.

Values
NameTypeDescription
return

The icon names for which SVG paths are available matching the search string.

RelatedHandler: iconSVGPathFromName, iconCodepointFromName, iconList, iconListForFamily
Description

Return an LCB list of the icon names in the current icon family that match the search string.

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