mirror of
https://github.com/axzilla/templui.git
synced 2025-02-23 04:23:42 +00:00
- Add link to Lucide in documentation - Implement icon names as constants for autocomplete - Optimize icon storage for more efficient resource usage These changes enhance usability through improved documentation and autocomplete functionality, while also improving memory efficiency by optimizing icon storage.
21 lines
495 B
XML
21 lines
495 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="M7 18v-6a5 5 0 1 1 10 0v6" />
|
|
<path d="M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z" />
|
|
<path d="M21 12h1" />
|
|
<path d="M18.5 4.5 18 5" />
|
|
<path d="M2 12h1" />
|
|
<path d="M12 2v1" />
|
|
<path d="m4.929 4.929.707.707" />
|
|
<path d="M12 12v6" />
|
|
</svg>
|