2.0.0 • Published 1 year ago
natura11y-icons v2.0.0
Natura11y Icons
Make your own icon font or expand on Naturally's open source icon library.
Steps to make icons
Save your SVGs to
./original-svgdirInstall svgo globally:
npm install -g svgoInstall fantasticon globally:
npm install -g fantasticonRun saved icons through svgo:
svgo -f ./original-svg -o ./optimized-svgRun fantasticon
fantasticon ./optimized-svg -o ./dist
The icon font
The above steps generate an icon font stylesheet. If you wish, you can customize the this stylesheet using .fantasticonrc.js.
Related: