google-material-icons
Version:
A google material icon library package for React applications
37 lines (33 loc) • 1.14 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const SolarPower = createIcon("SolarPower", [
["path", { d: "M3.33 16H11V13H4L3.33 16Z", key: "1jncjs" }],
["path", { d: "M13 16H20.67L20 13H13V16Z", key: "wv51ic" }],
["path", { d: "M21.11 18H13V22H22L21.11 18Z", key: "jig557" }],
["path", { d: "M2 22H11V18H2.89L2 22Z", key: "1lqnxu" }],
["path", { d: "M13 8H11V11H13V8Z", key: "l88k4z" }],
[
"path",
{
d: "M17.1787 5.79096L15.7645 7.20516L17.8858 9.32646L19.3 7.91226L17.1787 5.79096Z",
key: "1r6390"
}
],
[
"path",
{
d: "M6.82616 5.79149L4.70486 7.91279L6.11906 9.32699L8.24036 7.20569L6.82616 5.79149Z",
key: "qomhtm"
}
],
["path", { d: "M6 2H3V4H6V2Z", key: "1xs0e8" }],
["path", { d: "M21 2H18V4H21V2Z", key: "11a9z7" }],
["path", { d: "M12 7C14.76 7 17 4.76 17 2H7C7 4.76 9.24 7 12 7Z", key: "cgk9rm" }]
]);
export { SolarPower as default };
//# sourceMappingURL=solar_power.js.map