@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 349 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M21.9139 5.96987L8.98379 19.4622L2.08713 11.9385L3.56144 10.5871L9.01622 16.5377L20.4699 4.58606L21.9139 5.96987Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CheckTickIcon = createIcon(path);