getIcon
Code location
getIcon(
iconId
):SVGSVGElement
|null
Create an SVG from an iconId. Returns null if no icon associated with the iconId.
Parameters
• iconId: string
the icon ID
Returns
SVGSVGElement
| null