UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 315 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M16.4142 18L10.4142 12L16.4142 6L15 4.58578L7.58579 12L15 19.4142L16.4142 18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ChevronLeftIcon = createIcon(path);