@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.13 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialWindPowerW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WindPowerW100', short_name: 'WindPower', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M450-92q0-14 14.5-21t41.5-7v-244q-20-4-34.5-16T449-410l-110 68q-4 3-9.5 3.5T317-340l-180-51q-13-4-20.5-14.41Q109-415.83 109-429q0-17 11-28t28-11h300q8-18 23-31t35-17v-140q0-5 2-10.5t7-9.5l137-128q9.86-10.21 22.93-11.61Q688-817 699.14-810.1q13.72 8.62 17.79 24.36Q721-770 713-756L561-505q21 11 31 38.5t1 51.5l128 32q6 2 10.5 4.5t6.5 7.5l91 165q7 12 5.13 24.8-1.86 12.81-12.13 22.2-11 11-27 10.5T767-160L555-372q-5 3-10 5t-11 3v244q27 0 41.5 7T590-92H450ZM226-760q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h160q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H226Zm308 104v140l155-254.9q2-4.03 1-8.57-1-4.53-5-6.53-3-2-7.5-1t-6.5 3L534-656Zm-428 56q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h120q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H106Zm413.82 210q21.18 0 35.68-14.32 14.5-14.33 14.5-35.5 0-21.18-14.32-35.68-14.33-14.5-35.5-14.5-21.18 0-35.68 14.32-14.5 14.33-14.5 35.5 0 21.18 14.32 35.68 14.33 14.5 35.5 14.5ZM324-366l119-74H148.27q-5.27 0-8.27 3t-3 8q0 4 2 7t6 4l179 52Zm390 10-136-34 206.82 208.77Q788-178 793-178t8-2.95q3-2.95 3.5-6.39.5-3.44-1.5-7.38L714-356ZM186-172q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h120q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H186Zm334-268Zm14-76Zm-91 76Zm135 50Z" }) })));
});
IconMaterialWindPowerW100.displayName = 'OnesyIconMaterialWindPowerW100';
exports.default = IconMaterialWindPowerW100;
;