Icons

Please see icon page under foundation for specs and options.

Technical notes

There is no single Icon component. Each icon has its own component, named `(iconName)Icon`. These are generated by a script that wraps the SVG content.
Example of usage:
import {ChevronDownIcon} from "@viewthespace/components"
---
<ChevronDownIcon />