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/).

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