6 lines
290 B
XML
6 lines
290 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect stroke="black" stroke-width="6" fill="#EEE" x="6" y="20" width="88" height="60" />
|
|
<polyline points="6,20 50,50 94,20" stroke-width="6" stroke="black" fill="none" />
|
|
</svg>
|