@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.91 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 IconMaterialBugReportFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BugReportFilled', short_name: 'BugReport', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 21q-1.65 0-3.025-.825T6.8 18H4.975q-.425 0-.7-.288Q4 17.425 4 17t.287-.712Q4.575 16 5 16h1.1q-.075-.575-.087-.988Q6 14.6 6 14H4.975q-.425 0-.7-.288Q4 13.425 4 13t.287-.713Q4.575 12 5 12h1q0-.675.013-1.113.012-.437.087-.887H4.975q-.425 0-.7-.288Q4 9.425 4 9t.287-.713Q4.575 8 5 8h1.8q.35-.6.788-1.088.437-.487 1.012-.862l-.925-.95q-.275-.3-.262-.713.012-.412.287-.687.275-.275.7-.275.425 0 .7.275l1.45 1.45q.575-.2 1.425-.2.85 0 1.425.2l1.5-1.475q.3-.275.713-.263.412.013.687.288.275.275.275.7 0 .425-.275.7l-.95.95q.575.375 1.038.862Q16.85 7.4 17.2 8h1.825q.425 0 .7.287Q20 8.575 20 9t-.288.712Q19.425 10 19 10h-1.1q.075.575.088.95Q18 11.325 18 12h1.025q.425 0 .7.287.275.288.275.713t-.288.712Q19.425 14 19 14h-1q0 .6-.012 1.012-.013.413-.088.988h1.125q.425 0 .7.288.275.287.275.712t-.288.712Q19.425 18 19 18h-1.8q-.8 1.35-2.175 2.175Q13.65 21 12 21Zm-1-5h2.025q.425 0 .7-.288Q14 15.425 14 15t-.287-.713Q13.425 14 13 14h-2.025q-.425 0-.7.287Q10 14.575 10 15t.288.712Q10.575 16 11 16Zm0-4h2.025q.425 0 .7-.288Q14 11.425 14 11t-.287-.713Q13.425 10 13 10h-2.025q-.425 0-.7.287Q10 10.575 10 11t.288.712Q10.575 12 11 12Z" }) })));
});
IconMaterialBugReportFilled.displayName = 'AmauiIconMaterialBugReportFilled';
exports.default = IconMaterialBugReportFilled;