@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 530 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M20 12C20 10.067 18.433 8.5 16.5 8.5C14.567 8.5 13 10.067 13 12C13 13.933 14.567 15.5 16.5 15.5C18.433 15.5 20 13.933 20 12ZM16.5 6.5C19.5376 6.5 22 8.96243 22 12C22 15.0376 19.5376 17.5 16.5 17.5C13.8039 17.5 11.5609 15.5601 11.0907 13H1.99999V11H11.0907C11.5609 8.43988 13.8039 6.5 16.5 6.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CircleTailIcon = createIcon(path);