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.65 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 SvgBendingTools = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M10 3.25a.75.75 0 0 1 .75.75v6.753L12 11.958l1.25-1.205V4a.75.75 0 0 1 1.5 0v6.859c0 .34-.138.664-.382.9l-1.5 1.446a1.25 1.25 0 0 1-1.736 0l-1.5-1.446a1.25 1.25 0 0 1-.382-.9V4a.75.75 0 0 1 .75-.75Z" }), jsxRuntime.jsx("path", { d: "m11.656 16.403-6.863-1.96L5.205 13 12 14.941 18.793 13l.412 1.442-6.863 1.961a1.249 1.249 0 0 1-.686 0Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M4.02 14.729 4 21.72h16v-7s-.599.33-1.5.77c-1.783.87-4.749 2.166-6.607 2.166-1.837 0-4.656-1.262-6.375-2.13-.899-.453-1.497-.798-1.497-.798Zm1.484 5.492.01-3.024c.246.119.506.24.775.363.841.38 1.797.771 2.742 1.07.924.292 1.936.527 2.862.527.923 0 1.948-.235 2.89-.526a27.266 27.266 0 0 0 2.814-1.068c.315-.138.618-.276.903-.409v3.067H5.504Z", clipRule: "evenodd" })), 'SvgBendingTools'); const Memo = React.memo(SvgBendingTools); exports["default"] = Memo;