@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: 'M23.8284 5.75L8.5 21.0784L0.17157 12.75L3 9.92157L8.5 15.4216L21 2.92157L23.8284 5.75Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CheckLargeIcon = createIcon(path);