@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 340 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M19 11.5858L13 17.5858L13 3L11 3L11 17.5858L4.99997 11.5858L3.58575 13L12 21.4142L20.4142 13L19 11.5858Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ArrowDownIcon = createIcon(path);