mirror of
https://github.com/axzilla/templui.git
synced 2025-02-19 08:18:08 +00:00
19 lines
470 B
XML
19 lines
470 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"
|
||
|
>
|
||
|
<path d="M12 7v14" />
|
||
|
<path d="M16 12h2" />
|
||
|
<path d="M16 8h2" />
|
||
|
<path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" />
|
||
|
<path d="M6 12h2" />
|
||
|
<path d="M6 8h2" />
|
||
|
</svg>
|