@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 419 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M20.7929 7H3.20712C2.76167 7 2.53858 7.53857 2.85356 7.85355L11.6465 16.6464C11.8417 16.8417 12.1583 16.8417 12.3536 16.6464L21.1465 7.85355C21.4614 7.53857 21.2384 7 20.7929 7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronDownFillIcon = createIcon(path);