mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:37:42 +01:00
feat(icons): added house-plug icon (#2123)
* Added icons/home-plug.svg * Added icons/home-plug.json * Update icons/home-plug.json Co-authored-by: Karsa <contact@karsa.org> * Updated icons/home-plug.json * fix(icons): renamed home-plug to house-plug * fix(icons): remove alias * feat(icons): update tags --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
21
icons/house-plug.json
Normal file
21
icons/house-plug.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"jguddas",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"home",
|
||||
"living",
|
||||
"building",
|
||||
"residence",
|
||||
"architecture",
|
||||
"autarky",
|
||||
"energy"
|
||||
],
|
||||
"categories": [
|
||||
"buildings",
|
||||
"home",
|
||||
"sustainability"
|
||||
]
|
||||
}
|
||||
16
icons/house-plug.svg
Normal file
16
icons/house-plug.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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="M10 12V8.964" />
|
||||
<path d="M14 12V8.964" />
|
||||
<path d="M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z" />
|
||||
<path d="M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 500 B |
Reference in New Issue
Block a user