UNPKG

@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.2 kB
'use strict'; 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 SvgParts = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "m11.763 2 7.603 2.86L21.5 8.07v8.99l-9.75 4.565L2 17.06V5.323L11.763 2ZM3.5 6.932l5.77 2.105L11 11.53v8.086l-7.5-3.51V6.932Zm9 12.685 7.5-3.51v-6.77l-7.5 2.5v7.78Zm-.454-9.21 7.536-2.512-1.017-1.53-7.622 2.453 1.103 1.59Zm-2.28-2.786 6.832-2.199-4.86-1.829-6.732 2.292 4.76 1.736Z", clipRule: "evenodd" })), 'SvgParts'); const Memo = React.memo(SvgParts); exports["default"] = Memo;