@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.02 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 IconMaterialElectricBikeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ElectricBikeW100', short_name: 'ElectricBike', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200.45-306q-74.14 0-124.29-50.02Q26-406.05 26-480q0-72 50.9-124 50.89-52 123.1-52 66 0 117 46.5T374-494h84l-90-252h-48q-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 4h-42l32 90h250l-70-192q-3-9-10-13.5t-16-4.5h-64q-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-4h64q17 0 31.35 9.69Q629.7-874.62 636-858l74 202h50q72.21 0 123.1 50.9Q934-554.21 934-482q0 72.36-51 123.18Q832-308 760-308q-68 0-117-45.5T586-466H374q-6 69-57.5 114.5T200.45-306Zm-.45-28q53 0 94-34.5t52-97.5H240q-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-4h106q-11-63-52-97.5T200-626q-62.05 0-104.03 41.97Q54-542.05 54-480q0 60 41.97 103 41.98 43 104.03 43Zm290-160h96q3-29 22.5-71.5T666-628H440l50 134Zm269.96 160Q822-334 864-377q42-43 42-103.4 0-61.6-41.97-103.6-41.98-42-104.03-42-11 0-21 .5t-19 3.5l37 99q2 5-.33 10.39-2.34 5.38-7.67 7.61-5 2-10.42-.33-5.41-2.34-7.58-7.67l-35-99q-39 20-60.5 57T614-480q0 60 41.96 103 41.97 43 104 43ZM512-124v42q0 8.13-7 12.57-7 4.43-15.31.25L346-142q-5-3-3.91-8.5 1.09-5.5 6.91-5.5h97v-42q0-8.13 7-12.57 7-4.43 15.31-.25L612-138q5 3 3.91 8.5-1.09 5.5-6.91 5.5h-97ZM200-480Zm560 0Z" }) })));
});
IconMaterialElectricBikeW100.displayName = 'OnesyIconMaterialElectricBikeW100';
exports.default = IconMaterialElectricBikeW100;
;