furkot-icon-fonts v2.3.0
furkot-icon-fonts
SVG files and scripts to create icon fonts used by Furkot road trip planner
Usage
Install the tools using npm
npm installUse make to generate the icons
To generate fonts and style files in build directory
make clean buildTo view generated icons in the browser
make demoIt is used to generate:
- furkot font - used in buttons and markers on the furkot map
- furkot sprites - used in furkot map
In order to add new icons drop SVG anywhere in the svg/furkot directory:
- SVG file name needs to be unique
- SVG viewBox should be square
- for best results SVG should be rescaled to 512x512
To verify SVGs run:
make verifyTo optimize non-conforming SVGs:
make optimizeIt'll merge path, apply transforms and change the viewport aspect ratio to square (it will center the path preserving aspect ration). If resulting file needs to be further tweaked try inkscape and svgo.
To reduce size of SVGs:
make packIt'll remove unused elements and reformat path to reduce file size.
License
All files in svg directory are published under the licenses provided by their owners. Check svg folder for iconset license files.
Everything outside of the svg directory is published under MIT license.
12 months ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
4 years ago
5 years ago
5 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago