Replace PNG icons with SVG and optimize (#1890)

* 🎨 Replace PNG icons with SVG icons

*  Fix size of bitbucket icon

*  Optimize svgs

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Iván Ovejero
2021-06-12 21:00:37 +02:00
committed by GitHub
parent 4c7d3a918b
commit 77483f991d
97 changed files with 70 additions and 61 deletions

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<g fill="none" fill-rule="evenodd">
<circle cx="256" cy="256" r="256" fill="#2A8C00"/>
<circle cx="256.5" cy="256.5" r="141.5" fill="#20201F" stroke="#FFFFFF" stroke-width="20"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512"><g fill="none" fill-rule="evenodd"><circle cx="256" cy="256" r="256" fill="#2A8C00"/><circle cx="256.5" cy="256.5" r="141.5" fill="#20201F" stroke="#FFF" stroke-width="20"/></g></svg>

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 248 B