@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) • 910 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgServices = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M7.596 6.5V5.423c0-.412.147-.766.44-1.06.295-.293.648-.44 1.06-.44h5.808c.412 0 .765.147 1.06.44.293.294.44.647.44 1.06V6.5H17.7c.297 0 .567.082.809.246.241.164.418.38.53.646l2.292 5.227a2.305 2.305 0 0 1 .169.855V18c0 .413-.147.766-.44 1.06-.294.293-.647.44-1.06.44H4c-.413 0-.766-.147-1.06-.44A1.444 1.444 0 0 1 2.5 18v-4.523a2.214 2.214 0 0 1 .17-.858l2.292-5.227c.111-.266.288-.482.53-.646.24-.164.51-.246.808-.246h1.296Zm1.5 0h5.808V5.423H9.096V6.5ZM7.25 12.346v-1h1.5v1h6.5v-1h1.5v1h2.823L17.7 8H6.3l-1.873 4.346H7.25Zm0 1.5H4V18h16v-4.154h-3.25v1h-1.5v-1h-6.5v1h-1.5v-1Z" })), 'SvgServices');
const Memo = memo(SvgServices);
export { Memo as default };