6 lines
382 B
XML
6 lines
382 B
XML
<svg width="32" height="32" viewBox="-2 -2 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="2" y="2" width="26" height="26" stroke="black" stroke-width="2"/>
|
|
<path d="M2 26L26 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-dasharray="4,4"/>
|
|
<path d="M2 2L26 26" stroke="black" stroke-width="2" stroke-linecap="round" stroke-dasharray="4,4"/>
|
|
</svg>
|