UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 351 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const BulletPointIcon = createIcon(path);