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