icon-store
v0.2.5
Published
### Publish
Downloads
125
Maintainers
Readme
IconStore
Publish
For publishing new version, merge new svgs to main branch and increase the version. We already have prepublishOnly command setup to pack the package for you.
MI Icons
Filter and copy material icons from Google's official npm package. (Only if you need to update the material icons)
node scripts/generateMaterialIcons.js
Folder Structure
dist: Generated React components using material and custom svgs svgs: Contains material and custom svgs scripts: generateMaterialIcons.js: Script to copy and filter material icons from google's github repo generateTypes.js: Script to generate type for babel transformed svg component's js file compileComponent.js: Script to transform and minify JS modules code for shipping helpers/template.js: Custom template for our generated React components helpers/utils.js: General utility function