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/).

10 lines (7 loc) 671 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgCuttingTools = createSvgIcon(React.createElement(React.Fragment, {}, 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 = memo(SvgCuttingTools); export { Memo as default };