feat: replace icon
This commit is contained in:
28
texpixel_icon/texpixel-favicon-light.svg
Normal file
28
texpixel_icon/texpixel-favicon-light.svg
Normal file
@@ -0,0 +1,28 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="line1" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#111111" stop-opacity="0"/>
|
||||
<stop offset="20%" stop-color="#111111" stop-opacity="0.9"/>
|
||||
<stop offset="100%" stop-color="#111111" stop-opacity="0.9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="line2" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#111111" stop-opacity="0"/>
|
||||
<stop offset="24%" stop-color="#111111" stop-opacity="0.6"/>
|
||||
<stop offset="100%" stop-color="#111111" stop-opacity="0.6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="line3" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#111111" stop-opacity="0"/>
|
||||
<stop offset="22%" stop-color="#111111" stop-opacity="0.35"/>
|
||||
<stop offset="100%" stop-color="#111111" stop-opacity="0.35"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="line4" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#111111" stop-opacity="0"/>
|
||||
<stop offset="28%" stop-color="#111111" stop-opacity="0.18"/>
|
||||
<stop offset="100%" stop-color="#111111" stop-opacity="0.18"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="3" y="7" width="24" height="2.2" rx="1.1" fill="url(#line1)"/>
|
||||
<rect x="4" y="12.5" width="18" height="2.2" rx="1.1" fill="url(#line2)"/>
|
||||
<rect x="3" y="18" width="20" height="2.2" rx="1.1" fill="url(#line3)"/>
|
||||
<rect x="5" y="23.5" width="14" height="2.2" rx="1.1" fill="url(#line4)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user