setIcon() function
Insert an SVG into the element from an iconId. Does nothing if no icon associated with the iconId.
Signature:
export function setIcon(parent: HTMLElement, iconId: IconName): void;Parameters
| Parameter | Type | Description |
|---|---|---|
parent | HTMLElement | the HTML element to insert the icon |
iconId | IconName | the icon ID |
Returns:
void