UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 590 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M11 4V7C11 7.55228 11.4477 8 12 8C12.5523 8 13 7.55229 13 7V4C13 2.89543 12.1046 2 11 2H4C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H11C12.1046 22 13 21.1046 13 20V17C13 16.4477 12.5523 16 12 16C11.4477 16 11 16.4477 11 17V20H4L4 4L11 4ZM16 18.4142L22.4142 12L16 5.58578L14.5858 7L18.5858 11L7.99997 11L7.99997 13L18.5858 13L14.5858 17L16 18.4142Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ExportIcon = createIcon(path);