1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00
simple-icons/README.md

17 lines
619 B
Markdown
Raw Normal View History

2015-10-22 15:57:58 +02:00
[![Simple Icons](/images/og.png)](https://simpleicons.org)
2015-10-23 11:38:54 +02:00
# Simple Icons
## Build Process
1. Acquire source vector file.
2015-10-23 11:43:36 +02:00
1. Simplify icon in vector editing tool (I use [Affinity Designer](https://affinity.serif.com/en-gb/)).
2015-10-23 11:46:37 +02:00
- Constrain within a 16x16 viewbox.
- Ensure there are no strokes.
- Simplify and minimise paths.
- Make all paths white.
2015-10-23 11:38:54 +02:00
1. Export SVG.
1. Run SVGO on the SVG file.
2015-10-23 11:43:36 +02:00
1. Add object to [simple-icons.json](https://github.com/danleech/simple-icons/blob/gh-pages/src/simple-icons.json).
1. Run [build.js](https://github.com/danleech/simple-icons/blob/gh-pages/src/build.js) in Node.