@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 481 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17 11H7V13H17V11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CircleRemoveIcon = createIcon(path);