10 lines
406 B
XML
10 lines
406 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
|
|
<!-- <rect x="0" y="0" width="16" height="16" fill="lightpink" /> -->
|
|
<g stroke="#7f7f7f" fill="none">
|
|
<polyline points="10.5 1, 1 1, 1 15, 13 15, 13 7.5" stroke-width="1.0" stroke-linejoin="round"/>
|
|
<g stroke-width="1.0" >
|
|
<polyline points="7 7, 6 10, 9 9, 15 3, 13 1, 7 7, 6 10" />
|
|
<line x1="7" y1="7" x2="9" y2="9" />
|
|
</g>
|
|
</g>
|
|
</svg> |