@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) • 701 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgProPilotChat = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M20.63 6.63 22 6l-1.37-.63L20 4l-.63 1.37L18 6l1.37.63L20 8l.63-1.37Zm-4.191.43 2.06.94-2.06.94-.94 2.06-.94-2.06-2.06-.94 2.06-.94.94-2.06.94 2.06Zm-5.071-.31H4.75v11.409l1.213-1.242a1.25 1.25 0 0 1 .895-.377H18.25v-4.064h1.5v4.314c0 .69-.56 1.25-1.25 1.25H6.963L3.25 21.841V6.5c0-.69.56-1.25 1.25-1.25h6.868v1.5Z", clipRule: "evenodd" })), 'SvgProPilotChat');
const Memo = memo(SvgProPilotChat);
export { Memo as default };