Make your own icon font or expand on Naturally's open source icon library.
-
Save your SVGs to
./original-svgdir -
Install svgo globally:
npm install -g svgo -
Install fantasticon globally:
npm install -g fantasticon -
Run saved icons through svgo:
svgo -f ./original-svg -o ./optimized-svg -
Run fantasticon
fantasticon ./optimized-svg -o ./dist
The above steps generate an icon font stylesheet. If you wish, you can customize the this stylesheet using .fantasticonrc.js.
Related: