google-material-icons
Version:
A google material icon library package for React applications
46 lines (42 loc) • 1.94 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 WindPower = createIcon("WindPower", [
["path", { d: "M10.25 2.7477H4.25V4.7477H10.25V2.7477Z", key: "e3fugn" }],
["path", { d: "M6.25 6.7477H1.25V8.7477H6.25V6.7477Z", key: "wdy69q" }],
["path", { d: "M8.25 18.7477H3.25V20.7477H8.25V18.7477Z", key: "h0re3q" }],
[
"path",
{
d: "M13.98 10.3577C14.73 10.5877 15.28 11.1377 15.55 11.8177L19.82 4.7077C20.47 3.6277 20.12 2.2277 19.04 1.5777C18.17 1.0577 17.05 1.1677 16.31 1.8677L12.88 5.0777C12.48 5.4477 12.25 5.9777 12.25 6.5277V10.4577C12.61 10.3077 13.23 10.1277 13.98 10.3577Z",
key: "1j80b5"
}
],
[
"path",
{
d: "M10.86 12.0177C11.02 11.4977 11.34 11.0577 11.75 10.7477H3.53C2.27 10.7477 1.25 11.7677 1.25 13.0277C1.25 14.0477 1.92 14.9377 2.9 15.2177L7.41 16.5077C7.94 16.6577 8.51 16.5877 8.99 16.2977L11.68 14.6877C10.91 14.0677 10.55 13.0177 10.86 12.0177Z",
key: "nm80tx"
}
],
[
"path",
{
d: "M22.46 18.3577L20.18 14.2577C19.91 13.7777 19.45 13.4277 18.92 13.2877L15.74 12.4877C15.77 12.8077 15.74 13.1477 15.64 13.4777C15.32 14.5377 14.36 15.2477 13.25 15.2477C12.64 15.2477 12.26 15.0277 12.25 15.0277V20.7477C11.15 20.7477 10.25 21.6477 10.25 22.7477H16.25C16.25 21.6477 15.35 20.7477 14.25 20.7477V16.4677L18.86 21.0777C19.75 21.9677 21.19 21.9677 22.08 21.0777C22.8 20.3577 22.96 19.2477 22.46 18.3577Z",
key: "6k1gcn"
}
],
[
"path",
{
d: "M12.81 14.1777C13.6 14.4177 14.44 13.9777 14.68 13.1777C14.92 12.3877 14.48 11.5477 13.68 11.3077C12.89 11.0677 12.05 11.5077 11.81 12.3077C11.57 13.0977 12.02 13.9377 12.81 14.1777Z",
key: "x911la"
}
]
]);
export { WindPower as default };
//# sourceMappingURL=wind_power.js.map