lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
33 lines (30 loc) • 821 B
JavaScript
/**
* @license lucide-static v1.34.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const SolarPanel = `
<svg
class="lucide lucide-solar-panel"
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>
`;
export { SolarPanel as default };
//# sourceMappingURL=solar-panel.mjs.map