24 lines
636 B
XML
24 lines
636 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
|
|
|
|
<line
|
|
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x1="1" y1="7.5" x2="14" y2="7.5" />
|
|
|
|
<path
|
|
style="fill:#333333;fill-opacity:1;stroke:none"
|
|
d="M 7.5,7 5,4 10,4 Z" />
|
|
|
|
<path
|
|
style="fill:#333333;fill-opacity:1;stroke:none"
|
|
d="M 7.5,8 5,11 10,11 Z" />
|
|
|
|
<line
|
|
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x1="7.5" y1="1" x2="7.5" y2="6" />
|
|
|
|
<line
|
|
style="fill:none;stroke:#333333;stroke-opacity:1;stroke-width:1"
|
|
x1="7.5" y1="9" x2="7.5" y2="14" />
|
|
|
|
</svg>
|