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