@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: 'M18 6H6V8H18V6ZM12 16.0858L7.00003 11.0858L5.58582 12.5L12 18.9142L18.4142 12.5L17 11.0858L12 16.0858Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const MoreChevronIcon = createIcon(path);