@brightlayer-ui/icons-mui
Version:
Brightlayer UI icons for MUI
10 lines (9 loc) • 883 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var utils_1 = require("@mui/material/utils");
var SvgNotificationLog = (0, utils_1.createSvgIcon)(react_1.default.createElement(react_1.default.Fragment, {}, react_1.default.createElement("path", { d: "M16 2H8a2 2 0 0 0-2 2h9v5h5v11H6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6Z" }), react_1.default.createElement("path", { d: "m11.325 14.488 1.366 1.334v.672H2v-.672l1.355-1.334V11.16A4.055 4.055 0 0 1 6.36 6.953v-.456a.998.998 0 1 1 1.995 0v.456a4.066 4.066 0 0 1 2.97 4.207v3.328ZM8.267 18.11a1.334 1.334 0 0 1-2.277-.944h2.667c0 .354-.14.693-.39.943Z" })), 'SvgNotificationLog');
exports.default = SvgNotificationLog;