5 lines
198 B
XML
5 lines
198 B
XML
<svg width="%width%" height="100" viewbox="0 0 %width% 100">
|
|
<rect x="0" y="35" width="100" height="30" />
|
|
<line x1="20" y1="25" x2="80" y2="25" />
|
|
<line x1="20" y1="75" x2="80" y2="75" />
|
|
</svg> |