@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.9 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 IconMaterialCarCrashW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarCrashW100Filled', short_name: 'CarCrash', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M660-660q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-80q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v80q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm0 72q8 0 12.5-5t5.5-12q0-7.6-5-13.3-5-5.7-13-5.7t-13 5q-5 5-5 13t5 13q5 5 13 5Zm-35.76 292q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm-368 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm403.35-236Q598-532 555-575t-43-105.38Q512-742 555.04-785q43.04-43 105.37-43Q722-828 765-785t43 105q0 62-43.41 105t-105 43ZM145.88-132q-5.88 0-9.88-4.08-4-4.09-4-9.92v-276q0-5 .5-10t2.5-10l75-212q2-7 8.2-10.5 6.2-3.5 13.8-3.5h166q5.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 4H236l-64 180h363q4.5 0 9.25 1.5t8.4 4.31Q577-437 605-428t57 9q13.47 0 25.74-1.5Q700-422 712-426q14-4 25 3t11 20v257q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H160v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08Z" }) })));
});
IconMaterialCarCrashW100Filled.displayName = 'OnesyIconMaterialCarCrashW100Filled';
exports.default = IconMaterialCarCrashW100Filled;
;