blob: 20883423e421f3563c9085b83229b5ffb35a1ada (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="60" height="80" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<polyline stroke="#555555" stroke-width="8" fill="none"
points="12,48 30,32 48,48"/>
</svg>
|