@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
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 SvgFrustumThreeD = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M20.89 15.17S17.56 8 16.5 5.75C15.85 4.38 14.49 3 12 3S8.14 4.37 7.5 5.75C6.45 8 3.11 15.17 3.11 15.17 2.37 17.28 5.38 21 12 21s9.63-3.72 8.89-5.83zm-6.01-9.26C14.41 6.47 13.52 7 12 7c-1.52 0-2.42-.53-2.88-1.1a.255.255 0 0 1 0-.31C9.58 5.03 10.48 4.5 12 4.5c1.52 0 2.41.53 2.88 1.09.08.09.08.23 0 .32z" })), 'SvgFrustumThreeD');
const Memo = React.memo(SvgFrustumThreeD);
exports["default"] = Memo;