@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 509 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 12C4 10.067 5.567 8.5 7.5 8.5C9.433 8.5 11 10.067 11 12C11 13.933 9.433 15.5 7.5 15.5C5.567 15.5 4 13.933 4 12ZM7.5 6.5C4.46243 6.5 2 8.96243 2 12C2 15.0376 4.46243 17.5 7.5 17.5C10.1961 17.5 12.4391 15.5601 12.9093 13H22V11H12.9093C12.4391 8.43988 10.1961 6.5 7.5 6.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CircleHeadIcon = createIcon(path);