@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 421 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.5858 12L4.58582 18L6.00003 19.4142L13.4142 12L6.00003 4.58575L4.58582 5.99997L10.5858 12ZM17.5858 12L11.5858 18L13 19.4142L20.4142 12L13 4.58575L11.5858 5.99997L17.5858 12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronRightDoubleIcon = createIcon(path);