mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
13 lines
555 B
XML
13 lines
555 B
XML
|
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<defs>
|
||
|
<linearGradient id="a" x1="8" x2="8" y1="8" y2="11" gradientUnits="userSpaceOnUse">
|
||
|
<stop stop-color="#68b6ff" offset="0"/>
|
||
|
<stop stop-color="#a2d2ff" offset="1"/>
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
<g transform="translate(0,-1)">
|
||
|
<path transform="translate(0,-1033.4)" d="m1 1044.4 7 3 7-3-7-3z" fill="#a2d2ff" fill-rule="evenodd"/>
|
||
|
<path d="m3 11c1-1 2-2 2-4s1-3 3-3 3 1 3 3 1 3 2 4z" fill="url(#a)"/>
|
||
|
</g>
|
||
|
</svg>
|