@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 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 IconMaterialMotorcycleW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MotorcycleW100', short_name: 'Motorcycle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M420-520H306h220-106ZM220-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 35Zm148-134h52l106-106H306q27 18 43.5 46t18.5 60Z" }) })));
});
IconMaterialMotorcycleW100.displayName = 'OnesyIconMaterialMotorcycleW100';
exports.default = IconMaterialMotorcycleW100;
;