5 lines
199 B
XML
5 lines
199 B
XML
<svg width="100" height="100" viewbox="0 0 100 100">
|
|
<rect x="0" y="35" width="100" height="30" />
|
|
<polygon class="left" points="0,35 35,0 65,0 0,65" />
|
|
<polygon points="0,35 35,35 0,65" />
|
|
</svg> |