@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 324 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M16 15.4142L12 11.4142L7.99997 15.4142L6.58576 14L12 8.58575L17.4142 14L16 15.4142Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ChevronUpSmallIcon = createIcon(path);