UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 413 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M12 3V12V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM12 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 1Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ContrastIcon = createIcon(path);