@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/).
10 lines (7 loc) • 773 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgTorusThreeD = createSvgIcon(React.createElement(React.Fragment, {}, 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 = memo(SvgTorusThreeD);
export { Memo as default };