Icons, source files and svg-sprites for projects.
- BOSS Revolution https://idtdesign.github.io/icons/src/bossrevolution/svg-defs-demo.html
- BOSSXGEN https://idtdesign.github.io/icons/src/bossxgen/svg-defs-bossxgen-demo.html
- Bill Pay
- MVNO
First run:
- Clone the repo
- Install project dependencies
npm install
- Install Grunt Command Line globally
npm install -g grunt-cli
Create svg-sprite:
- Add new icons to
src/[projectname]/svg
folder - Run
grunt bossrev
orgrunt bossxgen
orgrunt mvno
to recompile svg-sprite - Copy generated
svg-icons-[projectname].js
file to the project repository