1.4.0 • Published 4 years ago

demosvg v1.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

DemoSVG

The Demo SVG package

How to add new icon

  • Copy the new icon under asset folder and structure it the way you like
  • Run npm run svrg
  • Update the src/index.js to include the new icon, eg. export Bell2 from './icon/Bell2';
  • Run npm run build
  • Commit the change use git, eg. git commit -a -m "message"
  • Run npm version patch | minor | major
  • Run npm publish

Then you could use the new version in another project

1.4.0

4 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago