@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.46 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 SvgServices = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M7.596 6.5V5.423c0-.412.147-.766.44-1.06.295-.293.648-.44 1.06-.44h5.808c.412 0 .765.147 1.06.44.293.294.44.647.44 1.06V6.5H17.7c.297 0 .567.082.809.246.241.164.418.38.53.646l2.292 5.227a2.305 2.305 0 0 1 .169.855V18c0 .413-.147.766-.44 1.06-.294.293-.647.44-1.06.44H4c-.413 0-.766-.147-1.06-.44A1.444 1.444 0 0 1 2.5 18v-4.523a2.214 2.214 0 0 1 .17-.858l2.292-5.227c.111-.266.288-.482.53-.646.24-.164.51-.246.808-.246h1.296Zm1.5 0h5.808V5.423H9.096V6.5ZM7.25 12.346v-1h1.5v1h6.5v-1h1.5v1h2.823L17.7 8H6.3l-1.873 4.346H7.25Zm0 1.5H4V18h16v-4.154h-3.25v1h-1.5v-1h-6.5v1h-1.5v-1Z" })), 'SvgServices');
const Memo = React.memo(SvgServices);
exports["default"] = Memo;