UNPKG

google-material-icons

Version:

A google material icon library package for React applications

46 lines (42 loc) 1.16 kB
/** * @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: "M20 12H4L2 22H22L20 12ZM18.36 14L18.76 16H13V14H18.36ZM11 14V16H5.24L5.64 14H11ZM4.84 18H11V20H4.44L4.84 18ZM13 20V18H19.16L19.56 20H13Z", key: "3829y8" } ], ["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 2H15C15 3.65 13.65 5 12 5C10.35 5 9 3.65 9 2H7C7 4.76 9.24 7 12 7Z", key: "1utqrp" } ] ]); export { SolarPower as default }; //# sourceMappingURL=solar_power.js.map