@dicehub/icons
v3.9.11
Published
SVG icons for dicehub applications
Readme
dicehub svg icons
# install dependencies
$ yarn install
# optimize icons
$ yarn optimize
# create sprite from icons
$ yarn create-sprite
#for optimize and create-sprite
$ yarn build
$ yarn release
Run results localy
yarn serveHow-to
Add icon
- Export from icons design whole frame in SVG format ('# name' - Frame in figma)
- Open new svg file
- Remove white rectangle - background need transparent
- If you want save original svg, add '-origin' to filename
- Run
yarn build - Patch version in package.json
- Push new commit
- Add tag for new version
git tag 0.0.1for example - Release new version
git push origin 0.0.1 - Upgrade version of this package in project
