19 lines
518 B
XML
19 lines
518 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg id="arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 23">
|
|
<defs>
|
|
<style>
|
|
.cls-1, .cls-2 {
|
|
fill: none;
|
|
stroke: #fff;
|
|
stroke-linecap: round;
|
|
stroke-width: 3px;
|
|
}
|
|
|
|
.cls-2 {
|
|
stroke-linejoin: round;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<polyline id="arrow-line-2069" class="cls-2" points="11.5 1.5 1.5 11.5 11.5 21.5"/>
|
|
<line id="arrow-line-2090" class="cls-1" x1="1.5" y1="11.5" x2="26.5" y2="11.5"/>
|
|
</svg> |