mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:08:27 +02:00
feat(icons): added police-cap icon to lab (#3019)
* Added icons/police-cap.svg * Added icons/police-cap.json * Move police cap to lab directory --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
21
lab/police-cap.json
Normal file
21
lab/police-cap.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"uibalint"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"police",
|
||||||
|
"security",
|
||||||
|
"patrol",
|
||||||
|
"law",
|
||||||
|
"order",
|
||||||
|
"badge",
|
||||||
|
"officer",
|
||||||
|
"authority",
|
||||||
|
"enforcement",
|
||||||
|
"protection"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"people"
|
||||||
|
]
|
||||||
|
}
|
||||||
15
lab/police-cap.svg
Normal file
15
lab/police-cap.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<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="M20 18c0 1.66-3.58 3-8 3s-8-1.34-8-3l1-3h0s-3-3-3-6c0-1 5-7 10-7s10 6 10 7c0 3-3 6-3 6h0l1 3Z" />
|
||||||
|
<path d="M5 15H19" />
|
||||||
|
<path d="M9 7C9 8.67 10 11 12 11S15 8.67 15 7C13 7 12 6 12 6S11 7 9 7Z" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 418 B |
Reference in New Issue
Block a user