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) 504 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgTransparent = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M13.004 21.96v-9.098l7.775-4.535v9.097l-7.775 4.535ZM12.004 2.033l7.798 4.548-7.798 4.549L4.207 6.58l7.797-4.548ZM3.23 17.424V8.327l7.774 4.535v9.097L3.23 17.424Z" })), 'SvgTransparent'); const Memo = memo(SvgTransparent); export { Memo as default };