@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.23 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 SvgWireAppearance = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M21 6.75 12 1.5 3 6.75v10.5l9 5.25 9-5.25V6.75Zm-7.066 5.28L19 15.196V9.074l-5.066 2.956Zm3.864 4.773L13 13.804v5.797l4.797-2.798ZM13 4.399l5.023 2.93L13 10.259v-5.86Zm-2 0-5.023 2.93L11 10.259v-5.86Zm-.934 7.63L5 9.075v6.122l5.066-3.166Zm-3.864 4.774L11 19.6v-5.797l-4.798 2.999Z", clipRule: "evenodd" })), 'SvgWireAppearance');
const Memo = React.memo(SvgWireAppearance);
exports["default"] = Memo;