@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 398 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M6.41418 12L12.4142 6L11 4.58578L3.58575 12L11 19.4142L12.4142 18L6.41418 12ZM13.4142 12L19.4142 6L18 4.58578L10.5858 12L18 19.4142L19.4142 18L13.4142 12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronLeftDoubleIcon = createIcon(path);