blob: 1c37c86c22810a22c601cb1404651a1a4490803a (
plain)
1
2
3
4
5
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="5" width="18" height="14" rx="1"></rect>
<path d="M3 9h18"></path>
<circle cx="7" cy="7" r=".5" fill="currentColor"></circle>
</svg>
|