@nexusui/icons
Version:
This package contains custom icons designed specifically for NexusUI applications. These icons work in exactly the same way as the icons from [MUI](https://mui.com/material-ui/api/svg-icon/).
35 lines (28 loc) • 1.74 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
var utils = require('@mui/material/utils');
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
});
}
n["default"] = e;
return Object.freeze(n);
}
var React__namespace = /*#__PURE__*/_interopNamespace(React);
const SvgTopThreeD = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("mask", { id: "a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
maskType: 'alpha',
}, children: jsxRuntime.jsx("path", { d: "M0 0h24v24H0V0Z" }) }), jsxRuntime.jsxs("g", { mask: "url(#a)", children: [jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M14.9 9.016H2.8v-1.5h13.6v13.582h-1.5V9.016Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M2.001 22V7.965l6-5.965h14v13.985L16.051 22H2.001Zm13.424-1.5 5.076-5.132V3.5H8.62L3.5 8.589V20.5h11.924Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "m21.383 3.582-5.3 5.314-1.062-1.06 5.3-5.313 1.061 1.06Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M8.401 2.75 3.451 8.1h12l5.5-5.35H8.401Z" })] })), 'SvgTopThreeD');
const Memo = React.memo(SvgTopThreeD);
exports["default"] = Memo;