@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/).
35 lines (28 loc) • 2.51 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
var utils = require('@mui/material/utils');
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
});
}
n["default"] = e;
return Object.freeze(n);
}
var React__namespace = /*#__PURE__*/_interopNamespace(React);
const SvgProperties = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("mask", { id: "a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
maskType: 'alpha',
}, children: jsxRuntime.jsx("path", { d: "M0 0h24v24H0z" }) }), jsxRuntime.jsxs("g", { mask: "url(#a)", children: [jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M20.5 3.5h-17v17h17v-17ZM2 2v20h20V2H2Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M20.5 3.5h-17v2h17v-2ZM2 2v5h20V2H2Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M5 13h1.5v1.5H5V13Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M6.4 13.1H5.1v1.3h1.3v-1.3ZM5 13v1.5h1.5V13H5Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M8 13h11v1.5H8V13Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M18.9 13.1H8.1v1.3h10.8v-1.3ZM8 13v1.5h11V13H8Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M5 17h1.5v1.5H5V17Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M6.4 17.1H5.1v1.3h1.3v-1.3ZM5 17v1.5h1.5V17H5Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M8 17h11v1.5H8V17Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M18.9 17.1H8.1v1.3h10.8v-1.3ZM8 17v1.5h11V17H8Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M5 9h1.5v1.5H5V9Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M6.4 9.1H5.1v1.3h1.3V9.1ZM5 9v1.5h1.5V9H5Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { d: "M8 9h11v1.5H8V9Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M18.9 9.1H8.1v1.3h10.8V9.1ZM8 9v1.5h11V9H8Z", clipRule: "evenodd" })] })), 'SvgProperties');
const Memo = React.memo(SvgProperties);
exports["default"] = Memo;