@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.06 kB
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgMachineDt = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M9.75 23V1h1.5v22h-1.5Z", clipRule: "evenodd" }), jsx("path", { d: "M12.75 18.03h6.5V21h1.5v-3.22c0-.69-.56-1.25-1.25-1.25h-6.75v1.5ZM12.75 15.905h5.679c.69 0 1.25-.56 1.25-1.25V4.498c0-.69-.56-1.25-1.25-1.25H12.75v1.5h2.75v1.688h-2.75v1.5h1.143v.625H12.75v1.5h1.393c.69 0 1.25-.56 1.25-1.25v-.875h.357c.69 0 1.25-.56 1.25-1.25V4.748h1.179v9.657H12.75v1.5ZM11.25 14.405v-4.352a1.25 1.25 0 0 1-1.107-1.242v-.875h-.357c-.69 0-1.25-.56-1.25-1.25V4.748H7.357v9.657h3.893Z" }), jsx("path", { d: "M11.25 2H3v20h8.25v-3.97h-5.5V21h-1.5v-3.22c0-.69.56-1.25 1.25-1.25h5.75v-.625H7.107c-.69 0-1.25-.56-1.25-1.25V4.498c0-.69.56-1.25 1.25-1.25h4.143V2ZM12.75 12.186h.018a.75.75 0 0 0 .75-.75v-1.063h-.768v1.813Z" })), 'SvgMachineDt');
const Memo = memo(SvgMachineDt);
export { Memo as default };