mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:08:27 +02:00
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:
14
lab/pilot.json
Normal file
14
lab/pilot.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"flight",
|
||||||
|
"aviation",
|
||||||
|
"plane"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"transportation"
|
||||||
|
]
|
||||||
|
}
|
||||||
21
lab/pilot.svg
Normal file
21
lab/pilot.svg
Normal 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 |
Reference in New Issue
Block a user