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) 616 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgProbeSmall = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M8 1.67h4v6.448l-1.5 3v4.298c.582.207 1 .763 1 1.414 0 .826-.674 1.5-1.5 1.5s-1.5-.674-1.5-1.5c0-.651.418-1.207 1-1.414v-4.298l-1.5-3V1.67Zm2 8.212 1-2V2.67H9v5.212l1 2Zm0 6.448c-.274 0-.5.226-.5.5s.226.5.5.5.5-.226.5-.5-.226-.5-.5-.5Z", clipRule: "evenodd" })), 'SvgProbeSmall'); const Memo = memo(SvgProbeSmall); export { Memo as default };