@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 502 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M17 1.58582L22.9142 7.50003L21.5 8.91424L18 5.41424V17H16V5.41424L12.5 8.91424L11.0858 7.50003L17 1.58582ZM6.99997 22.4142L12.9142 16.5L11.5 15.0858L7.99997 18.5858L7.99997 7.00003L5.99997 7.00003L5.99997 18.5858L2.49997 15.0858L1.08575 16.5L6.99997 22.4142Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const SortBidirectionalIcon = createIcon(path);