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.58 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 SvgIntersection = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M14.75 4.75c-.97 0-1.9.19-2.75.54A7.255 7.255 0 0 0 2 12a7.255 7.255 0 0 0 10 6.71A7.255 7.255 0 0 0 22 12c0-4-3.25-7.25-7.25-7.25zm-5.5 13c-3.17 0-5.75-2.58-5.75-5.75s2.58-5.75 5.75-5.75c.34 0 .66.03.98.09C8.57 7.67 7.5 9.71 7.5 12s1.07 4.33 2.73 5.66c-.32.06-.64.09-.98.09zm4.35-9.5h-3.2c.45-.52.99-.96 1.6-1.3.61.34 1.15.78 1.6 1.3zm-1.6 8.8a5.75 5.75 0 0 1-1.6-1.3h3.21c-.46.52-1 .96-1.61 1.3zm2.54-2.8H9.46c-.2-.47-.34-.97-.41-1.5h5.9c-.07.53-.21 1.03-.41 1.5zm-5.49-3c.07-.53.21-1.03.41-1.5h5.08c.2.47.34.97.41 1.5h-5.9zm5.7 6.5c-.34 0-.66-.03-.98-.09 1.66-1.33 2.73-3.37 2.73-5.66s-1.07-4.33-2.73-5.66c.32-.06.65-.09.98-.09 3.17 0 5.75 2.58 5.75 5.75s-2.58 5.75-5.75 5.75z" })), 'SvgIntersection'); const Memo = React.memo(SvgIntersection); exports["default"] = Memo;