7 lines
295 B
XML
7 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="70" height="70" viewBox="0 15 70 85">
|
|
<path stroke="white" stroke-width="10" fill="transparent"
|
|
stroke-linecap="round" stroke-linejoin="round"
|
|
d="M 35,20 L 5,50 L 35,80 M 5,50 H 65" />
|
|
</svg>
|