mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-02-04 01:53:43 +02:00
commit
e98b311a71
@ -6,8 +6,8 @@
|
||||
|
||||
1. Find an official source vector image.
|
||||
2. Use your SVG editor of choice to produce a monochrome icon (with a view to keeping the file size as small as possible).
|
||||
3. Optimize the SVG using SVGO and add it to the `/icons` directory.
|
||||
3. Optimize the SVG using SVGO(https://github.com/svg/svgo) and add it to the `/icons` directory.
|
||||
4. Add an entry to `/src/simple-icons.json` with:
|
||||
- The icon title
|
||||
- The HEX colour value
|
||||
- The URL of the source vector image (or the page it’s available at)
|
||||
- The URL of the source vector image (or the page it’s available at)
|
||||
|
1
icons/macys.svg
Normal file
1
icons/macys.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.01.415l-1.883 5.78H0l4.964 3.59-1.88 5.782L8 11.99l4.948 3.595-1.89-5.808L16 6.194H9.892L8.01.414z" fill="#fff"/></svg>
|
After Width: | Height: | Size: 281 B |
@ -475,6 +475,11 @@
|
||||
"hex": "00B0EA",
|
||||
"source": "http://www.livejournal.com"
|
||||
},
|
||||
{
|
||||
"title": "Macys",
|
||||
"hex": "E11A2B",
|
||||
"source": "http://macys.com"
|
||||
},
|
||||
{
|
||||
"title": "Magento",
|
||||
"hex": "EE672F",
|
||||
|
Loading…
x
Reference in New Issue
Block a user