feat(icons): added hat-glasses icon (#3431)

* [github] Added issue template forms

* [github] yaml => yml

* Syntax fixes

* Further syntax fixes

* Sort issue templates

* Update 02_bug_report.yml

* Added icons/hat-glasses.svg

* Added icons/hat-glasses.json

---------

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
Karsa
2025-07-28 10:41:43 +02:00
committed by GitHub
parent 08121af31e
commit 6c25cbee67
2 changed files with 54 additions and 0 deletions

37
icons/hat-glasses.json Normal file
View File

@@ -0,0 +1,37 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"incognito",
"disguise",
"costume",
"masked",
"anonymous",
"anonymity",
"privacy",
"private browsing",
"stealth",
"hidden",
"undercover",
"cloak",
"invisible",
"ghost",
"spy",
"agent",
"detective",
"identity",
"cap",
"fedora",
"spectacles",
"shades",
"sunglasses",
"eyewear"
],
"categories": [
"social",
"account",
"security"
]
}

17
icons/hat-glasses.svg Normal file
View File

@@ -0,0 +1,17 @@
<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="M14 18a2 2 0 0 0-4 0" />
<path d="m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11" />
<path d="M2 11h20" />
<circle cx="17" cy="18" r="3" />
<circle cx="7" cy="18" r="3" />
</svg>

After

Width:  |  Height:  |  Size: 448 B