blob: 92fa2eaeade4cce75b769256d4b7c1a9d1d5825d (
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,32 C 32,10 32,16 32,26"
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(32,26) scale(3) rotate(0)"
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>
|