@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/).
12 lines (9 loc) • 1.67 kB
JavaScript
import { jsx, jsxs } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgProperties = createSvgIcon(React.createElement(React.Fragment, {}, jsx("mask", { id: "a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
maskType: 'alpha',
}, children: jsx("path", { d: "M0 0h24v24H0z" }) }), jsxs("g", { mask: "url(#a)", children: [jsx("path", { fillRule: "evenodd", d: "M20.5 3.5h-17v17h17v-17ZM2 2v20h20V2H2Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M20.5 3.5h-17v2h17v-2ZM2 2v5h20V2H2Z", clipRule: "evenodd" }), jsx("path", { d: "M5 13h1.5v1.5H5V13Z" }), jsx("path", { fillRule: "evenodd", d: "M6.4 13.1H5.1v1.3h1.3v-1.3ZM5 13v1.5h1.5V13H5Z", clipRule: "evenodd" }), jsx("path", { d: "M8 13h11v1.5H8V13Z" }), jsx("path", { fillRule: "evenodd", d: "M18.9 13.1H8.1v1.3h10.8v-1.3ZM8 13v1.5h11V13H8Z", clipRule: "evenodd" }), jsx("path", { d: "M5 17h1.5v1.5H5V17Z" }), jsx("path", { fillRule: "evenodd", d: "M6.4 17.1H5.1v1.3h1.3v-1.3ZM5 17v1.5h1.5V17H5Z", clipRule: "evenodd" }), jsx("path", { d: "M8 17h11v1.5H8V17Z" }), jsx("path", { fillRule: "evenodd", d: "M18.9 17.1H8.1v1.3h10.8v-1.3ZM8 17v1.5h11V17H8Z", clipRule: "evenodd" }), jsx("path", { d: "M5 9h1.5v1.5H5V9Z" }), jsx("path", { fillRule: "evenodd", d: "M6.4 9.1H5.1v1.3h1.3V9.1ZM5 9v1.5h1.5V9H5Z", clipRule: "evenodd" }), jsx("path", { d: "M8 9h11v1.5H8V9Z" }), jsx("path", { fillRule: "evenodd", d: "M18.9 9.1H8.1v1.3h10.8V9.1ZM8 9v1.5h11V9H8Z", clipRule: "evenodd" })] })), 'SvgProperties');
const Memo = memo(SvgProperties);
export { Memo as default };