@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 331 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M8.00003 8.58578L12 12.5858L16 8.58578L17.4142 10L12 15.4142L6.58582 10L8.00003 8.58578Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronDownSmallIcon = createIcon(path);