@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.39 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 SvgSphereThreeD = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M11 16.25c-.72 0-1.38-.03-1.99-.08.34 1.84.94 2.97 1.48 3.64.71.88 1.4 1.14 1.6 1.19a9 9 0 0 0 8.75-7.27c-1.65 1.1-4.76 2.52-9.84 2.52zM11 14.75c6.37 0 9.29-2.36 10-3.05-.15-4.75-3.99-8.57-8.74-8.7-.3.26-.99.91-1.66 2.07-.85 1.45-1.85 4-1.85 7.93 0 .59.02 1.14.06 1.64.66.07 1.38.11 2.19.11zM3.33 14.41c.8 2.89 3.01 5.2 5.84 6.14-.72-.97-1.38-2.42-1.71-4.58-1.93-.34-3.25-.94-4.13-1.56zM7.29 14.41c-.02-.44-.04-.91-.04-1.41 0-5.07 1.53-8.13 2.77-9.78A9 9 0 0 0 3 11.87c.16.36 1.01 1.86 4.29 2.54z" })), 'SvgSphereThreeD');
const Memo = React.memo(SvgSphereThreeD);
exports["default"] = Memo;