blob: 4918f4ee8c1b62b50a7f13bbb45d25fb1af3dd03 (
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="80" height="80" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<polyline fill="#555555" stroke="none"
points="24,48 24,8 56,32 44,38 58,66 50,70 36,42"/>
</svg>
|