@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.21 kB
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgProPlanAi = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "m18.802 8.063-2.126-.954-.97-2.093-.97 2.093-2.126.954 2.126.955.97 2.093.97-2.093 2.126-.955ZM22.416 6.032l-1.414.64-.65 1.391-.65-1.391-1.415-.64 1.414-.64.65-1.392.65 1.392 1.415.64ZM2.321 7.017a.783.783 0 0 0-1.094 0 .753.753 0 0 0 0 1.077L2.624 9.47a1.3 1.3 0 0 0 .912.372h8.094l.754.508H5.77c-1.211 0-1.754 1.495-.818 2.252l1.257 1.015c.23.187.52.289.818.289h8.272l-.706-1.524H7.119l-.629-.508h6.728c.402 0 .727-.162.95-.405l-.602-1.3-4.121-1.85H3.643L2.32 7.016Z" }), jsx("path", { d: "m16.818 12.381-.707 1.524h.896l.377.508h-1.508l-.171.369-.171-.37H9.792c-1.212 0-1.755 1.495-.819 2.252l1.257 1.016c.23.186.52.288.819.288h9.544l.503.508h-1.182a.768.768 0 0 0-.774.762c0 .42.346.762.774.762h1.793c1.142 0 1.72-1.351.924-2.156l-1.005-1.016a1.3 1.3 0 0 0-.924-.384H11.14l-.629-.507h7.38c1.056 0 1.665-1.18 1.042-2.02l-.755-1.015a1.297 1.297 0 0 0-1.041-.521h-.32Z" })), 'SvgProPlanAi');
const Memo = memo(SvgProPlanAi);
export { Memo as default };