@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.78 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 IconMaterialBugReportW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BugReportW100Filled', short_name: 'BugReport', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 19.7q-1.275 0-2.337-.625Q8.6 18.45 7.95 17.35H5.475q-.125 0-.225-.1t-.1-.25q0-.15.1-.25t.25-.1h2.1q-.2-.575-.25-1.313-.05-.737-.05-1.987H5.475q-.125 0-.225-.1t-.1-.25q0-.15.1-.25t.25-.1h1.8q0-1.25.05-2.05.05-.8.25-1.25H5.475q-.125 0-.225-.1T5.15 9q0-.15.1-.25t.25-.1h2.45q.35-.6.975-1.163.625-.562 1.275-.837L8.55 5q-.075-.075-.075-.2t.1-.225q.1-.1.225-.1t.225.1L10.9 6.45q.575-.15 1.1-.15.525 0 1.1.15l1.95-1.9q.075-.075.2-.075t.225.1q.1.1.1.225t-.1.225L13.85 6.65q.65.275 1.25.837.6.563.95 1.163h2.475q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-2.1q.2.45.25 1.25.05.8.05 2.05h1.825q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-1.8q0 1.25-.05 1.987-.05.738-.25 1.313h2.125q.125 0 .225.1t.1.25q0 .15-.1.25t-.25.1h-2.45q-.65 1.1-1.712 1.725-1.063.625-2.338.625Zm-1.25-4.35h2.525q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1h-2.525q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1Zm0-4h2.525q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1h-2.525q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1Z" }) })));
});
IconMaterialBugReportW100Filled.displayName = 'AmauiIconMaterialBugReportW100Filled';
exports.default = IconMaterialBugReportW100Filled;