# Making SVG icon libraries

Example of how to package SVG icons as React components, etc. [Blog
post](http://nicolasgallagher.com/making-svg-icon-libraries-for-react-apps/).

## 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`.
