23 lines
462 B
XML
23 lines
462 B
XML
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<rect width="8" height="14" x="8" y="6" rx="4" />
|
|
<path d="M19 7l-3 2" />
|
|
<path d="M5 7l3 2" />
|
|
<path d="M19 19l-3-2" />
|
|
<path d="M5 19l3-2" />
|
|
<path d="M20 13h-4" />
|
|
<path d="M4 13h4" />
|
|
<path d="M10 4l1 2" />
|
|
<path d="M14 4l-1 2" />
|
|
</svg>
|