ACBob / silk-icon-scalable

The classic famfamfam silk icon set remade and extended in SVG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silk Icon Scalable

cc-by-sa 3.0

The classic silk icon set recreated (& extended) as SVG

Note: The original vectorizations were made by frhun, this repository mostly rewrites the generate script to work on my machine.

Generating from sources:

Python 3 are assumed to be installed, and present in the $PATH. Generating the combined icons in ./generate:

# Install svgutils
pip install svgutils

# Install svgo
# Via npm
npm -g install svgo
# -- OR--
# Via yarn
yarn global add svgo

# generate the overlay variants in ./generate
python nucombine.py

# generate the preview page
python preview/genindex.py

About

The classic famfamfam silk icon set remade and extended in SVG

License:Other


Languages

Language:Python 52.0%Language:HTML 47.1%Language:JavaScript 0.8%