@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.82 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 SvgPart = 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 0h24v24H0z" }) }), jsxRuntime.jsx("g", { mask: "url(#a)", children: jsxRuntime.jsx("path", { d: "M3.5 20.5v-4.25H5V19h2.75v1.5H3.5Zm12.75 0V19H19v-2.75h1.5v4.25h-4.25Zm-4.25-2c-1.8 0-3.333-.633-4.6-1.9-1.267-1.267-1.9-2.8-1.9-4.6 0-1.8.633-3.333 1.9-4.6 1.267-1.267 2.8-1.9 4.6-1.9 1.8 0 3.333.633 4.6 1.9 1.267 1.267 1.9 2.8 1.9 4.6 0 1.8-.633 3.333-1.9 4.6-1.267 1.267-2.8 1.9-4.6 1.9Zm0-1.5c1.383 0 2.563-.488 3.538-1.463C16.513 14.562 17 13.383 17 12s-.487-2.563-1.462-3.538C14.563 7.487 13.383 7 12 7s-2.562.487-3.537 1.462C7.488 9.437 7 10.617 7 12s.488 2.562 1.463 3.537C9.438 16.512 10.617 17 12 17ZM3.5 7.75V3.5h4.25V5H5v2.75H3.5Zm15.5 0V5h-2.75V3.5h4.25v4.25H19Z" }) })), 'SvgPart');
const Memo = React.memo(SvgPart);
exports["default"] = Memo;