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.17 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 SvgProbeSmall = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M8 1.67h4v6.448l-1.5 3v4.298c.582.207 1 .763 1 1.414 0 .826-.674 1.5-1.5 1.5s-1.5-.674-1.5-1.5c0-.651.418-1.207 1-1.414v-4.298l-1.5-3V1.67Zm2 8.212 1-2V2.67H9v5.212l1 2Zm0 6.448c-.274 0-.5.226-.5.5s.226.5.5.5.5-.226.5-.5-.226-.5-.5-.5Z", clipRule: "evenodd" })), 'SvgProbeSmall'); const Memo = React.memo(SvgProbeSmall); exports["default"] = Memo;