blob: 4203de1c56ac0c4b653c8a4a506401c67de31e1a (
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,25 C 32,22 28,20 22,20"
style="fill:none;stroke:#000000;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(270)"
d="M -4,1 L 0,-7 L 4,1 C 2,-1 -2,-1 -4,1"
style="fill:#000000;stroke:#000000;stroke-linejoin:round"
/>
</g>
</svg>
|