@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 323 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M21.4142 6L9.00003 18.4142L2.58582 12L4.00003 10.5858L9.00003 15.5858L20 4.58578L21.4142 6Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CheckIcon = createIcon(path);