9 lines
405 B
XML
9 lines
405 B
XML
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
<line x1="14" y1="3" x2="14" y2="21"></line>
|
|
<line x1="18" y1="8.75" x2="20" y2="8.75"></line>
|
|
<line x1="18" y1="14.75" x2="20" y2="14.75"></line>
|
|
</g>
|
|
</svg>
|