UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMotorcycleW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MotorcycleW100Filled", short_name: "Motorcycle", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M220-252q-62 0-105-43T72-400q0-62 43-105t105-43h476L573-671q-5-5-10.5-7t-11.5-2h-77q-6 0-10-4t-4-10q0-6 4-10t10-4h77q12 0 23.5 5t19.5 13l142 142q63-2 107.5 41.5T888-400q0 62-43 105t-105 43q-62 0-105-43t-43-105q0-35 17.5-66t44.5-54h-88L441-395q-5 5-10 7t-11 2h-54q-4 57-46 95.5T220-252Zm520-28q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Zm-520 0q46 0 80-30.5t40-75.5H234q-6 0-10-4t-4-10q0-6 4-10t10-4h106q-6-45-40-75.5T220-520q-50 0-85 35t-35 85q0 50 35 85t85 35Z" })); }); IconMaterialMotorcycleW100Filled.displayName = 'OnesyIconMaterialMotorcycleW100Filled'; export default IconMaterialMotorcycleW100Filled;