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.54 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 SvgFrameSmall = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { stroke: "#000", strokeMiterlimit: 10, d: "M10.75 8.17h-2.5v3h2.5v-3Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M7.75 7.67h3.5v4h-3.5v-4Zm1 1v2h1.5v-2h-1.5Z", clipRule: "evenodd" }), jsxRuntime.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" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M6.03 8.17v7.16h-1V8.17h1ZM15.17 8.17v7.16h-1V8.17h1ZM10 11.17v2H9v-2h1Z", clipRule: "evenodd" }), jsxRuntime.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 = React.memo(SvgFrameSmall); exports["default"] = Memo;