mirror of
https://github.com/axzilla/templui.git
synced 2025-02-23 03:04:00 +00:00
16 lines
349 B
XML
16 lines
349 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="M20 9V7a2 2 0 0 0-2-2h-6" />
|
||
|
<path d="m15 2-3 3 3 3" />
|
||
|
<path d="M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" />
|
||
|
</svg>
|