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.42 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 SvgCircleWithTwoPoints = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("circle", { cx: 17.83, cy: 6.17, r: 1.25 }), jsxRuntime.jsx("circle", { cx: 6.17, cy: 17.83, r: 1.25 }), jsxRuntime.jsx("path", { d: "M5.24 15.24A7.48 7.48 0 0 1 4.5 12c0-4.14 3.36-7.5 7.5-7.5 1.16 0 2.26.27 3.24.74.18-.49.49-.92.89-1.23A8.82 8.82 0 0 0 12 3c-4.96 0-9 4.04-9 9 0 1.49.36 2.9 1.01 4.13.31-.4.74-.71 1.23-.89zM19.99 7.87c-.32.4-.74.71-1.23.89.47.98.74 2.08.74 3.24 0 4.14-3.36 7.5-7.5 7.5a7.48 7.48 0 0 1-3.24-.74c-.18.49-.49.92-.89 1.23A8.82 8.82 0 0 0 12 21c4.96 0 9-4.04 9-9 0-1.49-.36-2.9-1.01-4.13z" })), 'SvgCircleWithTwoPoints'); const Memo = React.memo(SvgCircleWithTwoPoints); exports["default"] = Memo;