@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 319 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M21.3284 8L9.5 19.8284L2.67157 13L5.5 10.1716L9.5 14.1716L18.5 5.17157L21.3284 8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BulletCheckIcon = createIcon(path);