UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 352 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const BulletCircleIcon = createIcon(path);