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

35 lines (28 loc) 1.63 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 SvgDimensions = 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.jsx("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)", children: jsxRuntime.jsx("path", { d: "M20.5 3.5h-9v9h9v-9ZM10 2v12h12V2H10ZM2.02 5.53 5.55 2l3.53 3.53-1.06 1.061-1.72-1.72v7.279l1.72-1.72 1.06 1.061-3.53 3.53-3.53-3.53 1.06-1.06L4.8 12.15V4.871l-1.72 1.72-1.06-1.06ZM18.491 14.97l3.53 3.53-3.53 3.53-1.06-1.06 1.72-1.72h-6.38l1.72 1.72-1.06 1.06L9.9 18.5l3.53-3.53 1.06 1.06-1.72 1.72h6.38l-1.72-1.72 1.06-1.06Z" }) })), 'SvgDimensions'); const Memo = React.memo(SvgDimensions); exports["default"] = Memo;