@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.57 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 SvgMachine = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M4.8 3.75v12.365h14.448V3.75H4.802ZM3.3 3.5c0-.69.56-1.25 1.25-1.25h14.948c.69 0 1.25.56 1.25 1.25v12.865c0 .69-.56 1.25-1.25 1.25H4.552c-.69 0-1.25-.56-1.25-1.25V3.5Zm.95 16.169V22h-1.5v-2.581c0-.69.56-1.25 1.25-1.25h16c.69 0 1.25.56 1.25 1.25V22h-1.5v-2.331H4.25Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M6.75 6.877V3h1.5v3.627h7.5V3h1.5v3.877c0 .69-.56 1.25-1.25 1.25H8c-.69 0-1.25-.56-1.25-1.25Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M9.25 9.91V7.377h-1.5v2.783c0 .69.56 1.25 1.25 1.25h6c.69 0 1.25-.56 1.25-1.25V7.377h-1.5V9.91h-5.5ZM11.25 13v-1h1.5v1a.75.75 0 0 1-1.5 0Z", clipRule: "evenodd" })), 'SvgMachine');
const Memo = React.memo(SvgMachine);
exports["default"] = Memo;