10 lines
497 B
XML
10 lines
497 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
<defs><symbol id="icon" viewBox="0 0 16 16">
|
|
<rect x="1" y="3" width="14" height="4" rx="1" fill="none" stroke="currentColor" stroke-width="1.7"/>
|
|
<rect x="1" y="9" width="14" height="4" rx="1" fill="none" stroke="currentColor" stroke-width="1.7"/>
|
|
<circle cx="4" cy="5" r="0.8" fill="currentColor"/>
|
|
<circle cx="4" cy="11" r="0.8" fill="currentColor"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|