Usage
Icons
Spirit icon set is exported from Supernova into standalone spirit-icons package. Icons are available both as SVG symbols and individual SVG files.
The preferred way to display an icon from Spirit icon set is to use the <svg> element:
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/icons/svg/sprite.svg#warning" />
</svg>