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.26 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 SvgCubeFilled = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "m18.5 9.317-5 2.778v6.424l5-2.778V9.317ZM16.882 6.784 12 4.072 7.118 6.784 12 9.496l4.882-2.712ZM5.5 9.317l5 2.778v6.424l-5-2.778V9.317Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "m12 1.5 9 5v11l-9 5-9-5v-11l9-5Zm1 10.3 6-3.333v7.568l-6 3.334V11.8Zm-1-8.3 5.911 3.284L12 10.068 6.089 6.784 12 3.5ZM5 8.467l6 3.333v7.569l-6-3.334V8.467Z", clipRule: "evenodd" })), 'SvgCubeFilled'); const Memo = React.memo(SvgCubeFilled); exports["default"] = Memo;