addIcon

Typehandler
Dictionarylibrary.iconsvg
LibraryIcon SVG Library
Syntax
addIcon(<pName>,<pSVG>,<pCodepoint>)
Associationscom.livecode.library.iconsvg
Summary

Add an icon to the iconsvg library.

Parameters
NameTypeDescription
pName

The name of the icon. By default, new icons are added to the "custom" family. The family may be specified by including the family name and a "/" before the icon name (bootstrap/adjust).

pSVG

The SVG path for the icon.

pCodepoint

The codepoint for the icon.

RelatedHandler: addIconFamily, iconFamilies, iconList, iconListForFamily, iconNames, iconNamesForFamily
Description

Add an icon to the iconsvg library. By default, new icons are added to the "custom" family. The family may be specified by including the family name and a "/" before the icon name (bootstrap/adjust).