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) 673 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgWireAppearance = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M21 6.75 12 1.5 3 6.75v10.5l9 5.25 9-5.25V6.75Zm-7.066 5.28L19 15.196V9.074l-5.066 2.956Zm3.864 4.773L13 13.804v5.797l4.797-2.798ZM13 4.399l5.023 2.93L13 10.259v-5.86Zm-2 0-5.023 2.93L11 10.259v-5.86Zm-.934 7.63L5 9.075v6.122l5.066-3.166Zm-3.864 4.774L11 19.6v-5.797l-4.798 2.999Z", clipRule: "evenodd" })), 'SvgWireAppearance'); const Memo = memo(SvgWireAppearance); export { Memo as default };