@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 351 B
JavaScript
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);