Removed 56 unused bytes from flutter icon & added Google Drive icon! (#254)

* Removed 56 unused bytes from flutter icon

* Added Google Drive icon!
This commit is contained in:
Leanthony Marion Landais
2019-10-07 14:31:21 -04:00
committed by Terence Eden
parent fff3199e79
commit 8ba544423e
4 changed files with 12 additions and 12 deletions

View File

@@ -1,10 +1,8 @@
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 512 512">
<rect width="512"
height="512" rx="15%" fill="#fff"/>
<defs>
<linearGradient id="a" x1="26395.51" y1="16365.65" x2="27095.61" y2="15665.55" gradientTransform="translate(-1321.61 -566.3) scale(0.06)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1a237e" stop-opacity="0.4"/><stop offset="1" stop-color="#1a237e" stop-opacity="0"/></linearGradient>
</defs><path d="M191.45,342.89,249.11,401,407.75,241.12H292.4Z" fill="#39cefd"/><path d="M292.4,66.69H407.75L162.61,313.82l-57.7-58.13Z" fill="#39cefd"/><path d="M249.11,401l43.29,43.59H407.75L306.8,342.89Z" fill="#03569b"/><path d="M334.67,371.16,306.8,342.89,249.11,401Z" fill="url(#a)"/><path d="M191.45,342.87l57.69-58.18,57.7,58.15L249.14,401Z" fill="#16b9fd"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="flutter" role="img"
viewBox="0 0 512 512">
<rect
width="512" height="512"
rx="15%" fill="#fff"/>
<defs><linearGradient id="a" x1="37409" y1="-20285" x2="38109" y2="-19585" gradientTransform="matrix(0.06, 0, 0, -0.06, -1982.43, -801.48)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1a237e" stop-opacity="0.4"/><stop offset="1" stop-color="#1a237e" stop-opacity="0"/></linearGradient></defs><path d="M191.45,342.89,249.11,401,407.75,241.12H292.4Z" fill="#39cefd"/><path d="M292.4,66.69H407.75L162.61,313.82l-57.7-58.13Z" fill="#39cefd"/><path d="M249.11,401l43.29,43.59H407.75L306.8,342.89Z" fill="#03569b"/><path d="M334.67,371.16,306.8,342.89,249.11,401Z" fill="url(#a)"/><path d="M191.45,342.87l57.69-58.18,57.7,58.15L249.14,401Z" fill="#16b9fd"/>
</svg>

Before

Width:  |  Height:  |  Size: 883 B

After

Width:  |  Height:  |  Size: 829 B