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.32 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 SvgTorusThreeD = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M21.84 10.81C20.88 7.94 16.56 6 12.05 6s-8.83 1.94-9.79 4.81c-.83 2.44.9 4.91 4.23 6.22-.03-.05-.07-.1-.1-.15-.26-.41-.42-.87-.48-1.34-.14-.94.13-1.98.72-2.71.39-.49.92-.9 1.52-1.11-.58-.34-.72-.75-.34-1.13.61-.61 2.44-.98 4.24-.98s3.63.38 4.24.98c.85.85-.88 1.84-4.24 1.84-.65 0-1.24-.04-1.76-.1-.02 0-.04-.01-.05-.01l-.23-.03c-1.23-.09-2.26 1.09-2.56 2.21-.3 1.1 0 2.54 1.03 3.13 1.08.24 2.28.37 3.57.37 6.75 0 11-3.62 9.79-7.19z" })), 'SvgTorusThreeD'); const Memo = React.memo(SvgTorusThreeD); exports["default"] = Memo;