UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 425 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M17 3.20718L17 20.793C17 21.2384 16.4614 21.4615 16.1464 21.1465L7.35354 12.3536C7.15828 12.1584 7.15828 11.8418 7.35354 11.6465L16.1464 2.85363C16.4614 2.53864 17 2.76173 17 3.20718Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ChevronLeftFillIcon = createIcon(path);