armut-icon-lib
v4.16.0
Published
Armut icon library
Downloads
18
Readme
:dizzy: This project aims to generate icon packages from SVG files. That is created in a separate environment from the rest of the projects and published on npm.
Gulp manages all tasks. When the Gulp task is completed, you reach an SVG sprite package.
➕ Install dependencies
In the project root directory:
npm install
🚀 Compiles and minifies for production
In the project root directory:
npm run build
:bookmark: For only monocolor svgs
In the project root directory:
npm run create-font
:art: For only multicolor svgs
In the project root directory:
npm run sprite
:art: For only blue theme multicolor svgs
In the project root directory:
npm run sprite-blue-theme