@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: 'M15.4142 8L11.4142 12L15.4142 16L14 17.4142L8.58575 12L14 6.58579L15.4142 8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronLeftSmallIcon = createIcon(path);