@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 314 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M7.00003 3H21V17H19V6.41421L4.00003 21.4142L2.58582 20L17.5858 5H7.00003V3Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ArrowRightUpIcon = createIcon(path);