1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?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 stroke="#555555" stroke-width="4" fill="none"
points="26,18 34,18 38,22 42,18 50,18"/>
<polyline stroke="#555555" stroke-width="4" fill="none"
points="38,22 38,62"/>
<polyline stroke="#555555" stroke-width="4" fill="none"
points="26,66 34,66 38,62 42,66 50,66"/>
<!--
<polyline stroke="#555555" stroke-width="8" fill="none"
points="40,20 40,60"/>
<polyline stroke="#555555" stroke-width="8" fill="none"
points="24,16 36,16"/>
<polyline stroke="#555555" stroke-width="8" fill="none"
points="44,16 56,16"/>
<polyline stroke="#555555" stroke-width="8" fill="none"
points="24,64 36,64"/>
<polyline stroke="#555555" stroke-width="8" fill="none"
points="44,64 56,64"/>
-->
</svg>
|