mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 12:07:38 +02:00
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:
21
icons/birdhouse.json
Normal file
21
icons/birdhouse.json
Normal 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
18
icons/birdhouse.svg
Normal 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 |
Reference in New Issue
Block a user