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.22 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 SvgCuttingTools = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M10.982 21c-.594 0-.827-.77-.333-1.1l3.418-2.278a.6.6 0 0 1 .933.5V21h-4.018ZM9 20l6-4.286v-4.548a.6.6 0 0 0-.949-.488l-4.8 3.428a.6.6 0 0 0-.251.489V20Zm4.5-5.058v-2.027l-3 2.143v2.027l3-2.143ZM9 13l6-4.286V3.6a.6.6 0 0 0-.6-.6H9.6a.6.6 0 0 0-.6.6V13Zm4.5-5.058V4.5h-3v5.585l3-2.143Z", clipRule: "evenodd" })), 'SvgCuttingTools'); const Memo = React.memo(SvgCuttingTools); exports["default"] = Memo;