Files
lucide/lab/pilot.svg
Jakob Guddas d29db5e98e feat(icons): added pilot icon (#2409)
* Added icons/pilot.svg

* Added icons/pilot.json

* Move pilot icon to lab directory

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
2026-07-25 15:06:22 +02:00

22 lines
580 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 14.5v.5" />
<path d="M14 14.5v.5" />
<path d="M18 10h2a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2" />
<path d="M18 9v10a2 2 0 0 0 2 2" />
<path d="M4 21a2 2 0 0 0 2-2V9" />
<path d="M6 15a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4" />
<path d="M6 17H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h2" />
<circle cx="15.5" cy="6.5" r="3.5" />
<circle cx="8.5" cy="6.5" r="3.5" />
</svg>