6 lines
372 B
XML
6 lines
372 B
XML
<svg width="144" height="144" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="32" y="32" width="80" height="80" rx="12" fill="none" stroke="#06b6d4" stroke-width="4"/>
|
|
<line x1="52" y1="52" x2="52" y2="92" stroke="#06b6d4" stroke-width="3" stroke-linecap="round"/>
|
|
<line x1="52" y1="52" x2="92" y2="52" stroke="#06b6d4" stroke-width="3" stroke-linecap="round"/>
|
|
</svg>
|