@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.46 kB
JavaScript
;
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 SvgTangentTwoD = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M5.25 16.12h1.5c0-.29.02-.59.07-.87L5.34 15c-.06.37-.09.75-.09 1.12zM7.98 10.7l.89 1.2c.36-.27.75-.49 1.16-.65l-.55-1.39c-.54.22-1.04.5-1.5.84zM5.84 13.36l1.37.62c.18-.41.42-.79.7-1.14l-1.17-.94c-.36.44-.66.94-.9 1.46zM13.96 11.25c.41.17.81.39 1.17.65l.89-1.2c-.46-.34-.97-.63-1.5-.84l-.56 1.39zM17.26 11.89l-1.17.94c.28.35.52.73.7 1.14l1.37-.62c-.24-.52-.54-1.01-.9-1.46zM11.14 9.43l.19 1.49c.44-.06.9-.06 1.34 0l.19-1.49a7.07 7.07 0 0 0-1.72 0zM17.18 15.25c.05.29.07.58.07.87h1.5c0-.38-.03-.75-.09-1.12l-1.48.25z" }), jsxRuntime.jsx("path", { d: "M2 7.88h20v1.5H2z" })), 'SvgTangentTwoD');
const Memo = React.memo(SvgTangentTwoD);
exports["default"] = Memo;