@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 360 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M9 9.62V18.62H15V9.62H20.48L12 1.44995L3.52002 9.62H9ZM13 7.62V16.62H11V7.62H8.47998L12 4.22998L15.52 7.62H13ZM2 23V21H22V23H2Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const UploadIcon = createIcon(path);