@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.59 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 IconMaterialElectricScooterW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ElectricScooterW100Filled', short_name: 'ElectricScooter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M205.58-266q-38.99 0-66.28-27.38-27.3-27.38-27.3-66.5 0-39.12 27.3-66.62 27.29-27.5 66.28-27.5Q236-454 264-434.5t36 60.5h252q6-72 57-125t119-59l-62-283q-2-11-11-18t-20-7H526q-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-4h110q20.61 0 36.81 13Q689-868 694-847l66 307q1 3-.96 5.5T754-532q-72 0-120.5 50.5T580-371q-.98 10.85-8.84 17.92Q563.3-346 552-346H300q-8 41-36 60.5T205.58-266Zm548.54 2q-39.12 0-66.62-27.38-27.5-27.38-27.5-66.5 0-39.12 27.38-66.62 27.38-27.5 66.5-27.5 39.12 0 66.62 27.38 27.5 27.38 27.5 66.5 0 39.12-27.38 66.62-27.38 27.5-66.5 27.5ZM518-124v42q0 8.13-7 12.57-7 4.43-15.31.25L352-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-.25L618-138q5 3 3.91 8.5-1.09 5.5-6.91 5.5h-97Z" }) })));
});
IconMaterialElectricScooterW100Filled.displayName = 'OnesyIconMaterialElectricScooterW100Filled';
exports.default = IconMaterialElectricScooterW100Filled;
;