UNPKG

@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/).

33 lines (26 loc) 1.47 kB
'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 SvgFrame = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M9 8.75h4.5v4.5H9v-4.5Zm1.5 1.5v1.5H12v-1.5h-1.5Z", clipRule: "evenodd" }), jsxRuntime.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" }), jsxRuntime.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" }), jsxRuntime.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" })), 'SvgFrame'); const Memo = React.memo(SvgFrame); exports["default"] = Memo;