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.2 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 SvgProbe = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M9.25 2h5.5v8.2l-2 3.5v3.928a2.249 2.249 0 0 1 1.5 2.122A2.248 2.248 0 0 1 12 22a2.248 2.248 0 0 1-2.25-2.25c0-.981.625-1.814 1.5-2.122v-3.929l-2-3.5V2ZM12 11.988l1.25-2.187V3.5h-2.5v6.3L12 11.989ZM12 19a.748.748 0 0 0-.75.75c0 .416.334.75.75.75s.75-.334.75-.75A.748.748 0 0 0 12 19Z", clipRule: "evenodd" })), 'SvgProbe'); const Memo = React.memo(SvgProbe); exports["default"] = Memo;