Icon
Don’t forget to add icons, as shown in getting started.
Svelte
<Icon name="[symbol-id]" />
HTML
<svg
height="24px"
width="24px"
viewBox="0 0 24 24"
fill="currentColor"
style="width: 1.5em; height: auto;"
>
<use href="[symbol-id]" />
</svg>