@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 699 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M7.00002 2.05635L11.7662 10H8V17H13.0275C13.2762 14.75 15.1837 13 17.5 13C19.9853 13 22 15.0147 22 17.5C22 19.9853 19.9853 22 17.5 22C15.5407 22 13.8738 20.7478 13.2561 19H8C6.89543 19 6 18.1046 6 17V10H2.23383L7.00002 2.05635ZM6.99829 8H5.76621L7.00002 5.94365L8.23383 8H7.00171C7.00114 8 7.00057 8 7 8C6.99943 8 6.99886 8 6.99829 8ZM17.5 15C16.1193 15 15 16.1193 15 17.5C15 18.8807 16.1193 20 17.5 20C18.8807 20 20 18.8807 20 17.5C20 16.1193 18.8807 15 17.5 15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const GroupIconIcon = createIcon(path);