iconArrayMatchingInAllFamilies

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

Return the available icons in all icon families that match the search string.

Parameters
NameTypeDescription
pSearch

The string used to search icon names.

Values
NameTypeDescription
return

Each key is a family that contained icon matches to the search string. Each value is a list of the icon matches.

RelatedHandler: iconSVGPathFromName, iconCodepointFromName, iconList, iconListForFamily
Description

Returns an array of families with icon names matching the search string. Each value is a list of the icon matches.

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