mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
15 lines
601 B
XML
15 lines
601 B
XML
|
|
<?xml version="1.0" standalone="no"?>
|
||
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="48px" width="48px">
|
||
|
|
<desc>Waybox icon</desc>
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="titlegradient" x1="0" y1="0" x2="0" y2="1">
|
||
|
|
<stop offset="0%" stop-color="#589bda" />
|
||
|
|
<stop offset="100%" stop-color="#3c7cb7" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect height="10" width="48" x="0" y="0" fill="url(#titlegradient)" />
|
||
|
|
<rect height="38" width="48" x="0" y="10" fill="#eaeaea" />
|
||
|
|
</svg>
|