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>
This commit is contained in:
Jakob Guddas
2026-07-25 15:06:22 +02:00
committed by GitHub
parent bb26580cfb
commit d29db5e98e
2 changed files with 35 additions and 0 deletions

14
lab/pilot.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"flight",
"aviation",
"plane"
],
"categories": [
"transportation"
]
}

21
lab/pilot.svg Normal file
View File

@@ -0,0 +1,21 @@
<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>

After

Width:  |  Height:  |  Size: 580 B