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) 404 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgZClip = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M15.307 14.596V16H8.695v-1.524l4.692-5.58h-4.62V7.492h6.48V9.1l-4.62 5.496h4.68Z" })), 'SvgZClip'); const Memo = memo(SvgZClip); export { Memo as default };