@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) • 897 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgTangentTwoD = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M5.25 16.12h1.5c0-.29.02-.59.07-.87L5.34 15c-.06.37-.09.75-.09 1.12zM7.98 10.7l.89 1.2c.36-.27.75-.49 1.16-.65l-.55-1.39c-.54.22-1.04.5-1.5.84zM5.84 13.36l1.37.62c.18-.41.42-.79.7-1.14l-1.17-.94c-.36.44-.66.94-.9 1.46zM13.96 11.25c.41.17.81.39 1.17.65l.89-1.2c-.46-.34-.97-.63-1.5-.84l-.56 1.39zM17.26 11.89l-1.17.94c.28.35.52.73.7 1.14l1.37-.62c-.24-.52-.54-1.01-.9-1.46zM11.14 9.43l.19 1.49c.44-.06.9-.06 1.34 0l.19-1.49a7.07 7.07 0 0 0-1.72 0zM17.18 15.25c.05.29.07.58.07.87h1.5c0-.38-.03-.75-.09-1.12l-1.48.25z" }), jsx("path", { d: "M2 7.88h20v1.5H2z" })), 'SvgTangentTwoD');
const Memo = memo(SvgTangentTwoD);
export { Memo as default };