add 3 custom icons (#246)

This commit is contained in:
Vishnu Mohandas
2023-09-09 16:31:48 +05:30
committed by GitHub
4 changed files with 41 additions and 10 deletions

View File

@@ -1,12 +1,24 @@
{
"icons": [
{
"title": "ente",
"hex": "1DB954"
},
{
"title": "Github",
"hex": "858585"
}
]
"icons": [
{
"title": "ente",
"hex": "1DB954"
},
{
"title": "Github",
"hex": "858585"
},
{
"title": "Porkbun",
"hex": "F27777"
},
{
"title": "Windscribe",
"hex": "858585"
},
{
"title": "Kick",
"hex": "53FC19"
}
]
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 386 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="800px" height="800px" viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg">
<g fill="none">
<path d="m97.156 22 49.672 21.975L170 96.111l-21.154 51.37L96.122 170l-50.775-20.6L22 97.096l22.34-53.421Z" style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke fill markers"/>
<path d="M128.273 70v51.57h-7.916L96.096 98.308 71.703 121.57h-7.666V70" style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke fill markers"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 677 B