@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) • 414 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgYClip = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M8.266 7.492h1.728l2.052 3.696 2.052-3.696h1.656l-2.976 5.184V16h-1.56v-3.324L8.266 7.492Z" })), 'SvgYClip');
const Memo = memo(SvgYClip);
export { Memo as default };