8 lines
396 B
XML
8 lines
396 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
|
|
<rect x="3" y="3" width="7" height="5" rx="1"/>
|
|
<rect x="14" y="3" width="7" height="5" rx="1"/>
|
|
<rect x="3" y="11" width="7" height="5" rx="1"/>
|
|
<rect x="14" y="11" width="7" height="5" rx="1"/>
|
|
<polygon points="5,13 5,15 7,14" fill="currentColor" stroke="none"/>
|
|
</svg>
|