alexcarpenter / icon-builder-example

Home Page:http://nicolasgallagher.com/making-svg-icon-libraries-for-react-apps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.