@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 320 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M8.58582 8L12.5858 12L8.58582 16L10 17.4142L15.4142 12L10 6.58579L8.58582 8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronRightSmallIcon = createIcon(path);