@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.44 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 IconMaterialCarRepairW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarRepairW100', short_name: 'CarRepair', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 20.4q-.15 0-.25-.1t-.1-.25V17.4H5q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h14q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-6.65v2.65q0 .15-.1.25t-.25.1Zm-3.5-8.2q.275 0 .488-.213.212-.212.212-.487t-.212-.488Q8.775 10.8 8.5 10.8t-.488.212q-.212.213-.212.488t.212.487q.213.213.488.213Zm7 0q.275 0 .488-.213.212-.212.212-.487t-.212-.488q-.213-.212-.488-.212t-.487.212q-.213.213-.213.488t.213.487q.212.213.487.213Zm-8.85 3.5q-.15 0-.25-.1t-.1-.25V9.8l1.45-4.15q.05-.175.188-.263.137-.087.312-.087h7.5q.175 0 .312.087.138.088.188.263L17.7 9.8v5.55q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V13.7H7v1.65q0 .15-.1.25t-.25.1Zm.55-6.4h9.6L15.65 6h-7.3ZM7 10v3Zm0 3h10v-3H7Z" }) })));
});
IconMaterialCarRepairW100.displayName = 'AmauiIconMaterialCarRepairW100';
exports.default = IconMaterialCarRepairW100;