0.0.30 • Published 3 years ago

beta-icon-store v0.0.30

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

.
├── mi                       // minified material svg's react components
├── custom                   // minified custom svg's react components
└── types.d.ts               // exports react component type  
│ 
├── svgs
│   ├── mi
│   └── custom
│ 
├── 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
│       └── utils.js              // General utility function
│ 
├── material-design-icons         // cloned material design repo
├── .svgrc.js                     // svgrc config file
├── package.json
├── README.md
└── .gitignore

License

MIT

This package is customized for use in Groww projects. Use at your own risk.


0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.19

3 years ago

0.0.30

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.29

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago