3id-icons

icons for client

Usage no npm install needed!

<script type="module">
  import idIcons from 'https://cdn.skypack.dev/3id-icons';
</script>

README

Making SVG icon libraries

Example of how to package SVG icons as React components, etc. Blog post.

Development

  1. Add icons to src directory.
  2. Update the version in the root package.json.
  3. Build the packages: npm run build.
  4. Publish the packages: npm run release.