UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 546 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4ZM4 4L20 4V20H4V4ZM12.0615 10.2637L10.3652 7.24023H7.85156L10.6289 11.8984L7.72852 16.75H10.251L12.0791 13.5771L13.8984 16.75H16.4209L13.5117 11.8984L16.3066 7.24023H13.7842L12.0615 10.2637Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ExportExcelIcon = createIcon(path);