add windows icons, optimize icons

This commit is contained in:
Nolan Lawson 2018-03-22 20:43:16 -07:00
parent b33376c0dd
commit 84f177022d
7 changed files with 19 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
assets/icon-150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
assets/icon-44.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

BIN
assets/icon-50.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

View File

@ -35,6 +35,21 @@
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon-44.png",
"sizes": "44x44",
"type": "image/png"
},
{
"src": "icon-50.png",
"sizes": "50x50",
"type": "image/png"
},
{
"src": "icon-150.png",
"sizes": "150x150",
"type": "image/png"
}
]
}

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" fill="#4169e1" />
<path d="M92.12,59.93H59.87V8.23C70.4,14.9,87.34,30,92.12,59.93ZM31,26.9A122.4,122.4,0,0,1,9.39,60.35H31ZM37.76,99H62.24A30.67,30.67,0,0,0,92.91,68.33H50.52V6.27A5.27,5.27,0,0,0,40,6.27V68.33H7.09A30.67,30.67,0,0,0,37.76,99Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 403 B