@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.63 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 SvgMachineDt = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M9.75 23V1h1.5v22h-1.5Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M12.75 18.03h6.5V21h1.5v-3.22c0-.69-.56-1.25-1.25-1.25h-6.75v1.5ZM12.75 15.905h5.679c.69 0 1.25-.56 1.25-1.25V4.498c0-.69-.56-1.25-1.25-1.25H12.75v1.5h2.75v1.688h-2.75v1.5h1.143v.625H12.75v1.5h1.393c.69 0 1.25-.56 1.25-1.25v-.875h.357c.69 0 1.25-.56 1.25-1.25V4.748h1.179v9.657H12.75v1.5ZM11.25 14.405v-4.352a1.25 1.25 0 0 1-1.107-1.242v-.875h-.357c-.69 0-1.25-.56-1.25-1.25V4.748H7.357v9.657h3.893Z" }), jsxRuntime.jsx("path", { d: "M11.25 2H3v20h8.25v-3.97h-5.5V21h-1.5v-3.22c0-.69.56-1.25 1.25-1.25h5.75v-.625H7.107c-.69 0-1.25-.56-1.25-1.25V4.498c0-.69.56-1.25 1.25-1.25h4.143V2ZM12.75 12.186h.018a.75.75 0 0 0 .75-.75v-1.063h-.768v1.813Z" })), 'SvgMachineDt');
const Memo = React.memo(SvgMachineDt);
exports["default"] = Memo;