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) 1.02 kB
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgIntersection = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M14.75 4.75c-.97 0-1.9.19-2.75.54A7.255 7.255 0 0 0 2 12a7.255 7.255 0 0 0 10 6.71A7.255 7.255 0 0 0 22 12c0-4-3.25-7.25-7.25-7.25zm-5.5 13c-3.17 0-5.75-2.58-5.75-5.75s2.58-5.75 5.75-5.75c.34 0 .66.03.98.09C8.57 7.67 7.5 9.71 7.5 12s1.07 4.33 2.73 5.66c-.32.06-.64.09-.98.09zm4.35-9.5h-3.2c.45-.52.99-.96 1.6-1.3.61.34 1.15.78 1.6 1.3zm-1.6 8.8a5.75 5.75 0 0 1-1.6-1.3h3.21c-.46.52-1 .96-1.61 1.3zm2.54-2.8H9.46c-.2-.47-.34-.97-.41-1.5h5.9c-.07.53-.21 1.03-.41 1.5zm-5.49-3c.07-.53.21-1.03.41-1.5h5.08c.2.47.34.97.41 1.5h-5.9zm5.7 6.5c-.34 0-.66-.03-.98-.09 1.66-1.33 2.73-3.37 2.73-5.66s-1.07-4.33-2.73-5.66c.32-.06.65-.09.98-.09 3.17 0 5.75 2.58 5.75 5.75s-2.58 5.75-5.75 5.75z" })), 'SvgIntersection'); const Memo = memo(SvgIntersection); export { Memo as default };