@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 337 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M19 12.4142L13 6.41424L13 21H11L11 6.41424L4.99997 12.4142L3.58575 11L12 2.58582L20.4142 11L19 12.4142Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ArrowUpIcon = createIcon(path);