forked from frhun/silk-icon-scalable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fed6712
Showing
276 changed files
with
57,861 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
famfamfam_silk_icons_v013 | ||
famfamfam_silk_icons_v013.zip | ||
generate | ||
__pycache__ | ||
preview/index.html | ||
.vscode |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Silk Icon Scalable | ||
|
||
![cc-by-sa 3.0](https://licensebuttons.net/l/by-sa/3.0/88x31.png) | ||
|
||
The classic silk icon set recreated (& extended) as SVG | ||
|
||
## [Preview, and comparison with the original](https://frhun.de/silk-icon-scalable/preview/) | ||
|
||
|
||
## Generating from sources: | ||
|
||
Inkscape and Pyhton 3 are assumed to be installed, | ||
and present in the `$PATH`. | ||
Generating the combined icons in ./generate: | ||
|
||
```sh | ||
# 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 combine | ||
|
||
# generate the preview page | ||
python preview/genindex.py | ||
|
||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.