view icons here
React SVG icons helio libraryThis is an npm package created to store all of the helio icons.
Structure.
- Svg files are stored in
assets/raw
- Then with
yarn build
they are optimized to a standard format using svgo - Finally, also with
yarn build
they are turned into js components and bundled - As an extra step, a storybook has been created to keep track of icons. Add your newly created icon to the relevant story and run
yarn build-storybook
How to use
- Put your svg in
assets/raw
- Run
yarn build
- Add your newly created icons to
stories/<whatever>
- Run
yarn build-storybook
Resouce
Questions.
Message me michael.beer@helio.co