1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-22 10:33:34 +00:00
templui/lucide/icons/pointer-off.svg
“axzilla” b290a2a7ff change: Improve icon implementation and documentation
- 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.
2024-10-11 13:43:24 +02:00

19 lines
533 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="M10 4.5V4a2 2 0 0 0-2.41-1.957" />
<path d="M13.9 8.4a2 2 0 0 0-1.26-1.295" />
<path d="M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158" />
<path d="m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343" />
<path d="M6 6v8" />
<path d="m2 2 20 20" />
</svg>