@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.73 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 SvgCuttingData = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M18.081 11.601a.47.47 0 0 0 .318.814h1.2v-1.073c0-.191-.1-.342-.239-.427a.497.497 0 0 0-.6.06l-.679.626ZM17.2 11.4l2.4-2.057V7.687a.5.5 0 0 0-.826-.38l-1.4 1.2a.5.5 0 0 0-.175.38V11.4Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M6.86 20.6c-.514 0-.952-.18-1.315-.542A1.78 1.78 0 0 1 5 18.749V5.653c0-.511.182-.948.545-1.31a1.795 1.795 0 0 1 1.314-.542h7.912v1.536H6.859a.309.309 0 0 0-.227.089.306.306 0 0 0-.09.227v13.096c0 .092.03.168.09.227s.135.088.227.088h10.682c.092 0 .168-.03.227-.088.06-.06.09-.135.09-.227v-1.99H19.4v1.99c0 .51-.182.947-.545 1.309a1.795 1.795 0 0 1-1.314.543H6.859Zm1.997-3.84v-1.537h6.686v1.536H8.857Zm0-2.956v-1.536h4.629v1.536H8.857Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "m17.2 7.8 2.4-2.057V3.5a.5.5 0 0 0-.5-.5h-1.4a.5.5 0 0 0-.5.5v4.3Z", clipRule: "evenodd" })), 'SvgCuttingData');
const Memo = React.memo(SvgCuttingData);
exports["default"] = Memo;