@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/).
33 lines (26 loc) • 1.36 kB
JavaScript
;
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 SvgRackBold = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M8.25 14.25h7.5v4.5h-7.5v-4.5Zm1.5 1.5v1.5h4.5v-1.5h-4.5Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M11.25 15V6h1.5v9h-1.5ZM15.87 8.75v-2.7h1.5v2.7h-1.5ZM6.63 8.75v-2.7h1.5v2.7h-1.5Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M4.25 6.75a.748.748 0 0 0-.75.75v1.25H2V7.5a2.248 2.248 0 0 1 2.25-2.25h15.5A2.248 2.248 0 0 1 22 7.5v1.25h-1.5V7.5a.748.748 0 0 0-.75-.75H4.25Z", clipRule: "evenodd" })), 'SvgRackBold');
const Memo = React.memo(SvgRackBold);
exports["default"] = Memo;