feat: replace icon
This commit is contained in:
29
texpixel_icon/texpixel-app-icon.svg
Normal file
29
texpixel_icon/texpixel-app-icon.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<svg width="1024" height="1024" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="line1" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
<stop offset="25%" stop-color="#ffffff" stop-opacity="0.92"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0.92"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="line2" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
<stop offset="30%" stop-color="#ffffff" stop-opacity="0.62"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0.62"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="line3" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
<stop offset="28%" stop-color="#ffffff" stop-opacity="0.38"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0.38"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="line4" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
<stop offset="35%" stop-color="#ffffff" stop-opacity="0.2"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0.2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="4" y="4" width="120" height="120" rx="28" fill="#000000"/>
|
||||
<rect x="24" y="42" width="74" height="3" rx="1.5" fill="url(#line1)"/>
|
||||
<rect x="26" y="56" width="56" height="3" rx="1.5" fill="url(#line2)"/>
|
||||
<rect x="24" y="70" width="64" height="3" rx="1.5" fill="url(#line3)"/>
|
||||
<rect x="28" y="84" width="44" height="3" rx="1.5" fill="url(#line4)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user