@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.08 kB
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgBendingTools = createSvgIcon(React.createElement(React.Fragment, {}, 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" }), 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" }), 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 = memo(SvgBendingTools);
export { Memo as default };