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:
Bálint Tóth
2026-07-24 15:57:26 +02:00
committed by GitHub
parent 9ecaafbc4d
commit 33342b8790
2 changed files with 36 additions and 0 deletions

21
lab/police-cap.json Normal file
View 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
View 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