@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.85 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 SvgBendingData = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M4.865 5.541a.31.31 0 0 0-.228.09.307.307 0 0 0-.09.226v13.137c0 .092.03.168.09.227a.31.31 0 0 0 .228.089h10.27a.31.31 0 0 0 .228-.09c.06-.058.09-.134.09-.226v-1.996H17v1.996c0 .512-.182.95-.547 1.313a1.8 1.8 0 0 1-1.318.544H4.865a1.8 1.8 0 0 1-1.318-.544A1.786 1.786 0 0 1 3 18.994V5.857c0-.512.182-.95.547-1.313A1.8 1.8 0 0 1 4.865 4H12.8v1.541H4.865ZM21 14l-.01-5.375s-.146.13-.388.327a18.097 18.097 0 0 1-1.11.836c-.65.448-1.403.887-2.03 1.036-.144.034-.28.052-.409.052-.143 0-.3-.024-.467-.066-.642-.166-1.42-.615-2.086-1.064a19.465 19.465 0 0 1-1.065-.775c-.27-.211-.435-.352-.435-.352V14h8Zm-8.497 1.457H6.869v1.541h5.634v-1.541Zm-5.634-1.423h4.643v-1.541H6.869v1.541ZM14.5 12.5h4.997l-.002-.937a9.01 9.01 0 0 1-.581.31c-.495.241-1.165.503-1.86.503-.692 0-1.367-.26-1.867-.497a9.722 9.722 0 0 1-.687-.363v.984Zm.435-3.827 2.084 1.558 2.083-1.558V4h-4.167v4.673Zm1.5-3.173v2.422l.584.436.583-.436V5.5h-1.166Z", clipRule: "evenodd" })), 'SvgBendingData');
const Memo = React.memo(SvgBendingData);
exports["default"] = Memo;