UNPKG

google-material-icons

Version:

A google material icon library package for React applications

25 lines (21 loc) 1.89 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 WindPower = createIcon("WindPower", [ ["path", { d: "M10.25 2.75H4.25V4.75H10.25V2.75Z", key: "1yzghh" }], ["path", { d: "M6.25 6.75H1.25V8.75H6.25V6.75Z", key: "7sdu4f" }], ["path", { d: "M8.25 18.75H3.25V20.75H8.25V18.75Z", key: "6itluv" }], [ "path", { d: "M22.46 18.36L20.18 14.26C19.91 13.78 19.45 13.43 18.92 13.29L16.23 12.62C16.21 12.15 16.09 11.7 15.86 11.29L19.82 4.7C20.47 3.62 20.12 2.22 19.04 1.57C18.68 1.35 18.27 1.25 17.87 1.25C17.31 1.25 16.75 1.46 16.31 1.87L12.88 5.08C12.48 5.45 12.25 5.98 12.25 6.53V9.93C11.78 10.1 11.36 10.38 11.02 10.75H3.53C2.27 10.75 1.25 11.77 1.25 13.03C1.25 14.05 1.92 14.94 2.9 15.22L7.41 16.51C7.59 16.56 7.78 16.59 7.96 16.59C8.32 16.59 8.68 16.49 8.99 16.3L11.23 14.96C11.52 15.22 11.86 15.43 12.25 15.57V20.75C11.15 20.75 10.25 21.65 10.25 22.75H16.25C16.25 21.65 15.35 20.75 14.25 20.75V16.47L18.86 21.08C19.31 21.53 19.89 21.75 20.47 21.75C21.05 21.75 21.64 21.53 22.08 21.08C22.8 20.36 22.96 19.25 22.46 18.36ZM7.97 14.59L3.45 13.3C3.33 13.27 3.25 13.15 3.25 13.03C3.25 12.88 3.38 12.75 3.53 12.75H10.26C10.26 12.9 10.27 13.05 10.29 13.19L7.97 14.59ZM13.25 13.75C12.7 13.75 12.25 13.3 12.25 12.75C12.25 12.2 12.7 11.75 13.25 11.75C13.8 11.75 14.25 12.2 14.25 12.75C14.25 13.3 13.8 13.75 13.25 13.75ZM14.25 9.89V6.53L17.68 3.32C17.73 3.27 17.87 3.2 18.02 3.28C18.15 3.36 18.2 3.53 18.12 3.66L14.38 9.9L14.25 9.89ZM20.67 19.67C20.62 19.72 20.43 19.83 20.27 19.67L15.42 14.82C15.5 14.73 15.58 14.64 15.66 14.54L18.44 15.23L20.72 19.33C20.78 19.44 20.76 19.58 20.67 19.67Z", key: "m48n6o" } ] ]); export { WindPower as default }; //# sourceMappingURL=wind_power.js.map