1.4.0 • Published 6 years ago

demosvg v1.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 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

6 years ago

1.2.0

6 years ago

1.3.0

6 years ago

1.1.1

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago