@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 440 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M11.5 10.0858L5.50003 4.08582L4.08582 5.50003L11.5 12.9142L18.9142 5.50003L17.5 4.08582L11.5 10.0858ZM11.5 17.0858L5.50003 11.0858L4.08582 12.5L11.5 19.9142L18.9142 12.5L17.5 11.0858L11.5 17.0858Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronDownDoubleIcon = createIcon(path);