mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-04 01:53:09 +03:00
commit
e98b311a71
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
1. Find an official source vector image.
|
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).
|
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:
|
4. Add an entry to `/src/simple-icons.json` with:
|
||||||
- The icon title
|
- The icon title
|
||||||
- The HEX colour value
|
- The HEX colour value
|
||||||
|
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",
|
"hex": "00B0EA",
|
||||||
"source": "http://www.livejournal.com"
|
"source": "http://www.livejournal.com"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Macys",
|
||||||
|
"hex": "E11A2B",
|
||||||
|
"source": "http://macys.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Magento",
|
"title": "Magento",
|
||||||
"hex": "EE672F",
|
"hex": "EE672F",
|
||||||
|
Loading…
Reference in New Issue
Block a user