@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) • 790 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgRackBold = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M8.25 14.25h7.5v4.5h-7.5v-4.5Zm1.5 1.5v1.5h4.5v-1.5h-4.5Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M11.25 15V6h1.5v9h-1.5ZM15.87 8.75v-2.7h1.5v2.7h-1.5ZM6.63 8.75v-2.7h1.5v2.7h-1.5Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M4.25 6.75a.748.748 0 0 0-.75.75v1.25H2V7.5a2.248 2.248 0 0 1 2.25-2.25h15.5A2.248 2.248 0 0 1 22 7.5v1.25h-1.5V7.5a.748.748 0 0 0-.75-.75H4.25Z", clipRule: "evenodd" })), 'SvgRackBold');
const Memo = memo(SvgRackBold);
export { Memo as default };