UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialElectricScooterW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ElectricScooterW100Filled", short_name: "ElectricScooter", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialElectricScooterW100Filled;