feat(icons): added birdhouse icon (#3378)

* Added icons/birdhouse.svg

* Added icons/birdhouse.json

* Update birdhouse.svg

Edit .svg with the suggested changes

* Update icons/birdhouse.json

Co-authored-by: Jakob Guddas <github@jguddas.de>

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Hieu
2025-10-24 13:04:53 +02:00
committed by GitHub
parent be55088e75
commit 375ad12aeb
2 changed files with 39 additions and 0 deletions

21
icons/birdhouse.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"hieu-onefold",
"karsa-mistmere"
],
"tags": [
"birdhouse",
"bird",
"garden",
"home",
"house",
"woodwork"
],
"categories": [
"nature",
"animals",
"navigation",
"home"
]
}

18
icons/birdhouse.svg Normal file
View File

@@ -0,0 +1,18 @@
<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="M12 18v4" />
<path d="m17 18 1.956-11.468" />
<path d="m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8" />
<path d="M4 18h16" />
<path d="M7 18 5.044 6.532" />
<circle cx="12" cy="10" r="2" />
</svg>

After

Width:  |  Height:  |  Size: 412 B