@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) • 452 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgXClip = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M8.43 7.492h1.727l1.872 3.036 1.812-3.036h1.716l-2.616 4.188L15.593 16h-1.74l-1.872-3.156L10.11 16H8.405l2.676-4.332L8.43 7.492Z" })), 'SvgXClip');
const Memo = memo(SvgXClip);
export { Memo as default };