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) 646 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgParts = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "m11.763 2 7.603 2.86L21.5 8.07v8.99l-9.75 4.565L2 17.06V5.323L11.763 2ZM3.5 6.932l5.77 2.105L11 11.53v8.086l-7.5-3.51V6.932Zm9 12.685 7.5-3.51v-6.77l-7.5 2.5v7.78Zm-.454-9.21 7.536-2.512-1.017-1.53-7.622 2.453 1.103 1.59Zm-2.28-2.786 6.832-2.199-4.86-1.829-6.732 2.292 4.76 1.736Z", clipRule: "evenodd" })), 'SvgParts'); const Memo = memo(SvgParts); export { Memo as default };