@onrewind/icons

Add a new SVG file in icons folder.

Usage no npm install needed!

<script type="module">
  import onrewindIcons from 'https://cdn.skypack.dev/@onrewind/icons';
</script>

README

@onrewind/icons

Icons library uses for our products

How to add a new icon ?

  1. Add a new SVG file in icons folder.

    Even though you we run svgo over the files before we generate the components, we want our source to be quite clean too. At this stage, please optimize this before you: https://jakearchibald.github.io/svgomg/.

  2. Run the following command to build it in lib folder.

    $ yarn build