UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 408 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M3 2C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2H3ZM3 4L21 4V20H3V4ZM19 18H5L8.5 13.5L11 16.5L14.5 12L19 18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ImageIcon = createIcon(path);