blob: 7604bbd0902f3f701b5f1719bb409910d953745d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="64px"
height="64px">
<g>
<path
d="M 32,63 L 32,42 C 32,31 32,31 22,20"
style="fill:none;stroke:#ffffff;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
<path
transform="translate(22,20) scale(3) rotate(315)"
d="M -4,1 L 0,-7 L 4,1 C 2,-1 -2,-1 -4,1"
style="fill:#ffffff;stroke:#ffffff;stroke-linejoin:round"
/>
</g>
</svg>
|