@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) • 768 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgWorkholding = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M8.043 11a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1v6h-1ZM14.957 11V5h1a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-1Z" }), jsx("path", { fillRule: "evenodd", d: "M3.5 7.25c-.69 0-1.25.56-1.25 1.25v4.25h5v-5.5H3.5Zm.25 4v-2.5h2v2.5h-2ZM20.5 7.25h-3.75v5.5h5V8.5c0-.69-.56-1.25-1.25-1.25Zm-2.25 4v-2.5h2v2.5h-2ZM21.75 13.25H2.25v5.25c0 .69.56 1.25 1.25 1.25h17c.69 0 1.25-.56 1.25-1.25v-5.25Zm-18 5v-3.5h16.5v3.5H3.75Z", clipRule: "evenodd" })), 'SvgWorkholding');
const Memo = memo(SvgWorkholding);
export { Memo as default };