blob: b5e46941b8674181db0dc7b377727750bdeb5625 (
plain)
1
2
3
4
|
<?xml version="1.0" encoding="utf-8"?>
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<polyline points="20,50 50,80 80,50" stroke="#dcdcdc" stroke-width="15" fill="none" />
</svg>
|