Update icon

This commit is contained in:
kramo
2023-01-29 14:35:44 +01:00
parent 99e6cbf169
commit 6d72292c2d

View File

@@ -1,28 +1,30 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none">
<rect width="88" height="112" x="20" y="8" fill="url(#a)" rx="9"/>
<rect width="88" height="95" x="20" y="8" fill="url(#b)" rx="9"/>
<rect width="88" height="112" x="20" y="8" fill="url(#a)" rx="9" style="fill:url(#a)"/>
<rect width="88" height="95" x="20" y="8" fill="url(#b)" rx="9" style="fill:url(#b)"/>
<rect width="74" height="46" x="27" y="15" fill="#000" rx="5"/>
<rect width="50" height="34" x="39" y="21" fill="url(#c)" rx="4"/>
<rect width="9" height="9" x="55" y="107" fill="#241F31" rx="4.5"/>
<rect width="50" height="34" x="39" y="21" fill="url(#c)" rx="4" style="fill:url(#c)"/>
<rect width="9" height="9" x="55" y="107" fill="#241f31" rx="4.5"/>
<rect width="5" height="5" x="57" y="109" fill="#000" rx="2.5"/>
<rect width="5" height="5" x="71" y="109" fill="#241F31" rx="2.5"/>
<rect width="5" height="5" x="71" y="109" fill="#241f31" rx="2.5"/>
<rect width="7" height="21" x="40" y="72" fill="#000" rx="3.5"/>
<rect width="7" height="21" x="54" y="79" fill="#000" rx="3.5" transform="rotate(90 54 79)"/>
<rect width="7" height="21" x="40" y="71" fill="#241F31" rx="3.5"/>
<rect width="7" height="21" x="54" y="78" fill="#241F31" rx="3.5" transform="rotate(90 54 78)"/>
<rect width="11" height="11" x="80" y="80" fill="#000" rx="5.5" transform="rotate(90 80 80)"/>
<rect width="11" height="11" x="94" y="73" fill="#000" rx="5.5" transform="rotate(90 94 73)"/>
<rect width="11" height="11" x="80" y="79" fill="#241F31" rx="5.5" transform="rotate(90 80 79)"/>
<rect width="11" height="11" x="94" y="72" fill="#241F31" rx="5.5" transform="rotate(90 94 72)"/>
<rect width="7" height="21" x="79" y="-54" fill="#000" rx="3.5" transform="rotate(90)"/>
<rect width="7" height="21" x="40" y="71" fill="#241f31" rx="3.5"/>
<rect width="7" height="21" x="78" y="-54" fill="#241f31" rx="3.5" transform="rotate(90)"/>
<rect width="11" height="11" x="80" y="-80" fill="#000" rx="5.5" transform="rotate(90)"/>
<rect width="11" height="11" x="73" y="-94" fill="#000" rx="5.5" transform="rotate(90)"/>
<rect width="11" height="11" x="79" y="-80" fill="#241f31" rx="5.5" transform="rotate(90)"/>
<rect width="11" height="11" x="72" y="-94" fill="#241f31" rx="5.5" transform="rotate(90)"/>
<defs>
<linearGradient id="a" x1="20" x2="108" y1="120" y2="120" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF7800"/>
<stop offset=".12" stop-color="#FFA348"/>
<stop offset=".88" stop-color="#FFA348"/>
<stop offset=".06" stop-color="#FFA348"/>
<stop offset=".21" stop-color="#FFA348" style="stop-color:#ff7800;stop-opacity:1"/>
<stop offset=".8" stop-color="#FFA348" style="stop-color:#ff7800;stop-opacity:1"/>
<stop offset=".94" stop-color="#FFA348"/>
<stop offset="1" stop-color="#FF7800"/>
</linearGradient>
<linearGradient id="b" x1="64" x2="64" y1="8" y2="103" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFA348"/>
<stop offset="0" stop-color="#FFA348" style="stop-color:#f6d32d;stop-opacity:1"/>
<stop offset=".9" stop-color="#F6D32D"/>
<stop offset="1" stop-color="#F9F06B"/>
</linearGradient>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB