Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 359 Bytes

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.