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) 1.16 kB
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgCuttingData = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M18.081 11.601a.47.47 0 0 0 .318.814h1.2v-1.073c0-.191-.1-.342-.239-.427a.497.497 0 0 0-.6.06l-.679.626ZM17.2 11.4l2.4-2.057V7.687a.5.5 0 0 0-.826-.38l-1.4 1.2a.5.5 0 0 0-.175.38V11.4Z", clipRule: "evenodd" }), jsx("path", { d: "M6.86 20.6c-.514 0-.952-.18-1.315-.542A1.78 1.78 0 0 1 5 18.749V5.653c0-.511.182-.948.545-1.31a1.795 1.795 0 0 1 1.314-.542h7.912v1.536H6.859a.309.309 0 0 0-.227.089.306.306 0 0 0-.09.227v13.096c0 .092.03.168.09.227s.135.088.227.088h10.682c.092 0 .168-.03.227-.088.06-.06.09-.135.09-.227v-1.99H19.4v1.99c0 .51-.182.947-.545 1.309a1.795 1.795 0 0 1-1.314.543H6.859Zm1.997-3.84v-1.537h6.686v1.536H8.857Zm0-2.956v-1.536h4.629v1.536H8.857Z" }), jsx("path", { fillRule: "evenodd", d: "m17.2 7.8 2.4-2.057V3.5a.5.5 0 0 0-.5-.5h-1.4a.5.5 0 0 0-.5.5v4.3Z", clipRule: "evenodd" })), 'SvgCuttingData'); const Memo = memo(SvgCuttingData); export { Memo as default };