@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 411 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.5858 12.0001L2.58575 4.00003L3.99997 2.58582L12 10.5858L20 2.58582L21.4142 4.00003L13.4142 12.0001L21.4142 20L20 21.4142L12 13.4143L4.00003 21.4142L2.58581 20L10.5858 12.0001Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CloseIcon = createIcon(path);