blob: b7ffe1f74fbc1ace7afd9e081702cca7f7550e08 (
plain)
1
2
3
4
5
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect style="fill:#6b3a3a" width="16" height="16" x="0" y="0" rx=".8" ry=".8"/>
<path style="fill:none;stroke:#f2f2f2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 3,4 7,8 3,12"/>
<path style="fill:none;stroke:#f2f2f2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 8,12 H 13"/>
</svg>
|