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) 1 kB
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgMachine = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M4.8 3.75v12.365h14.448V3.75H4.802ZM3.3 3.5c0-.69.56-1.25 1.25-1.25h14.948c.69 0 1.25.56 1.25 1.25v12.865c0 .69-.56 1.25-1.25 1.25H4.552c-.69 0-1.25-.56-1.25-1.25V3.5Zm.95 16.169V22h-1.5v-2.581c0-.69.56-1.25 1.25-1.25h16c.69 0 1.25.56 1.25 1.25V22h-1.5v-2.331H4.25Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M6.75 6.877V3h1.5v3.627h7.5V3h1.5v3.877c0 .69-.56 1.25-1.25 1.25H8c-.69 0-1.25-.56-1.25-1.25Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M9.25 9.91V7.377h-1.5v2.783c0 .69.56 1.25 1.25 1.25h6c.69 0 1.25-.56 1.25-1.25V7.377h-1.5V9.91h-5.5ZM11.25 13v-1h1.5v1a.75.75 0 0 1-1.5 0Z", clipRule: "evenodd" })), 'SvgMachine'); const Memo = memo(SvgMachine); export { Memo as default };