@tangogroup/gloocons
v1.0.0
Published
An icon pack made especially for Gloo.
Downloads
2
Readme
Gloo Icon Pack
Project Setup
- Checkout the repo on your local computer.
- Run the following from the repo root:
brew update && brew install librsvg
npm install
Grabbing the Icons
The compiled icons live in the dist
folder. You should grab them from there. The source icons live in the src
folder. If a new icon is added to the src
folder, you should run the build and commit the changes to the dist
folder.
Building Icons
SVG Sprite (Currently used in Elmer/Epoxy)
Run the following to build an SVG sprite and JSON manifest:
npm run gulp svgSprite
PDF (Currently used for iOS)
Run the following to build PDF icons:
npm run gulp pdf
SVG (currently used for Andriod)
Run the following to build SVG icons:
npm run gulp svg
Font (currently used for Nectar)
Run the following to build a font and corresponding LESS:
npm run gulp font
Build 'em all!
Run the following to build SVG icons in all 4 formats:
npm run gulp
Icon Destination
Check the dist
folder to find your icons after building.