@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) • 898 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgFrameBold = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M9 8.75h4.5v4.5H9v-4.5Zm1.5 1.5v1.5H12v-1.5h-1.5Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M9 2h4.5v3.75h5.75v4.5H4.75v-4.5H9V2Zm1.5 1.5v3.75H6.25v1.5h11.5v-1.5H12V3.5h-1.5ZM4 17.5h16V22H4v-4.5ZM5.5 19v1.5h13V19h-13Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M16.25 18.25V9.5h1.5v8.75h-1.5ZM7.75 9.5v8.75h-1.5V9.5h1.5ZM12 12.5v3h-1.5v-3H12Z", clipRule: "evenodd" }), jsx("path", { d: "M12.38 15.5c0 .62-.51 1.13-1.13 1.13-.62 0-1.13-.51-1.13-1.13 0-.62.51-1.13 1.13-1.13.62 0 1.13.51 1.13 1.13Z" })), 'SvgFrameBold');
const Memo = memo(SvgFrameBold);
export { Memo as default };