@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 358 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M11.5858 5.00003L17.5858 11L2.99997 11L2.99997 13L17.5858 13L11.5858 19L13 20.4142L21.4142 12L13 3.58582L11.5858 5.00003Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ArrowRightIcon = createIcon(path);