@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) • 946 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgFrameSmall = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { stroke: "#000", strokeMiterlimit: 10, d: "M10.75 8.17h-2.5v3h2.5v-3Z" }), jsx("path", { fillRule: "evenodd", d: "M7.75 7.67h3.5v4h-3.5v-4Zm1 1v2h1.5v-2h-1.5Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M7.75 1.67h3.5v3.5h5.42v3.5H3.33v-3.5h4.42v-3.5Zm1 1v3.5H4.33v1.5h11.34v-1.5h-5.42v-3.5h-1.5ZM3.33 14.83h13.33v3.5H3.33v-3.5Zm1 1v1.5h11.33v-1.5H4.33Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M6.03 8.17v7.16h-1V8.17h1ZM15.17 8.17v7.16h-1V8.17h1ZM10 11.17v2H9v-2h1Z", clipRule: "evenodd" }), jsx("path", { d: "M10.25 13.17a.749.749 0 1 1-1.5 0 .749.749 0 1 1 1.5 0Z" })), 'SvgFrameSmall');
const Memo = memo(SvgFrameSmall);
export { Memo as default };