@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.71 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("@amaui/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 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.5 10.2q-1.55 0-2.625-1.075T13.8 6.5q0-1.55 1.075-2.625T17.5 2.8q1.55 0 2.625 1.075T21.2 6.5q0 1.55-1.087 2.625Q19.025 10.2 17.5 10.2Zm-.35-3.55q0 .15.1.25t.25.1q.15 0 .25-.1t.1-.25v-2q0-.15-.1-.25t-.25-.1q-.15 0-.25.1t-.1.25Zm.35 2.15q.2 0 .312-.125.113-.125.138-.3 0-.2-.125-.338Q17.7 7.9 17.5 7.9t-.325.125q-.125.125-.125.325t.125.325q.125.125.325.125ZM7.4 14.6q.425 0 .713-.288.287-.287.287-.712t-.287-.713Q7.825 12.6 7.4 12.6t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm-2.75 4.1q-.15 0-.25-.1t-.1-.25V11.2l1.95-5.55q.05-.175.2-.263.15-.087.35-.087h4.625q-.05.175-.062.337-.013.163-.038.363H6.9l-1.6 4.5h7.45q.725.825 1.675 1.325.95.5 2.025.775-.35.05-.6.338-.25.287-.25.662 0 .425.288.712.287.288.712.288t.712-.288q.288-.287.288-.712 0-.325-.162-.563-.163-.237-.438-.362.7 0 1.375-.063.675-.062 1.325-.312v6.05q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V16.7H5v1.65q0 .15-.1.25t-.25.1Z" }) })));
});
IconMaterialCarCrashW100Filled.displayName = 'AmauiIconMaterialCarCrashW100Filled';
exports.default = IconMaterialCarCrashW100Filled;