addIcon
Type
handler
Summary
Add an icon to the iconsvg library.
Syntax
addIcon(<pName>,<pSVG>,<pCodepoint>)
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
).
Parameters
Name | Type | Description |
---|---|---|
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 ( | |
pSVG | The SVG path for the icon. | |
pCodepoint | The codepoint for the icon. |
Related
handler: addIconFamily, iconFamilies, iconList, iconListForFamily, iconNames, iconNamesForFamily