Skip to content

Commit

Permalink
initial publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
frhun committed Feb 13, 2023
0 parents commit fed6712
Show file tree
Hide file tree
Showing 276 changed files with 57,861 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
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
360 changes: 360 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions README.md
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

```
152 changes: 152 additions & 0 deletions baseicons/accept.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 150 additions & 0 deletions baseicons/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fed6712

Please sign in to comment.