mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:27:42 +01:00
feat(icons): added solar-panel icon (#2780)
* Added icons/solar-panel.svg * Added icons/solar-panel.json * Updated icons/solar-panel.svg * Updated icons/solar-panel.json * Update solar-panel.svg * Update solar-panel.json --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
23
icons/solar-panel.json
Normal file
23
icons/solar-panel.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"UsamaKhan",
|
||||
"jguddas",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"solar panel",
|
||||
"solar",
|
||||
"panel",
|
||||
"sun",
|
||||
"energy",
|
||||
"electricity",
|
||||
"light"
|
||||
],
|
||||
"categories": [
|
||||
"home",
|
||||
"science",
|
||||
"sustainability",
|
||||
"weather"
|
||||
]
|
||||
}
|
||||
19
icons/solar-panel.svg
Normal file
19
icons/solar-panel.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<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="M11 2h2" />
|
||||
<path d="m14.28 14-4.56 8" />
|
||||
<path d="m21 22-1.558-4H4.558" />
|
||||
<path d="M3 10v2" />
|
||||
<path d="M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z" />
|
||||
<path d="M7 2a4 4 0 0 1-4 4" />
|
||||
<path d="m8.66 7.66 1.41 1.41" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 511 B |
Reference in New Issue
Block a user