GitXplorerGitXplorer
n

icon-builder-example

public
146 stars
41 forks
1 issues

Commits

List of commits on branch master.
Unverified
bb2107868e6d737a411d87359542a45859d5b2b2

Initial commit

nnecolas committed 7 years ago

README

The README file for this repository.

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.