UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 440 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 18C2.89543 18 2 17.1046 2 16L2 4C2 2.89543 2.89543 2 4 2L20 2C21.1046 2 22 2.89543 22 4V16C22 17.1046 21.1046 18 20 18H4ZM4 4L4 16L20 16V4L4 4ZM2 20H22V22H2V20ZM19 14H5L8.5 9.5L11 12.5L14.5 8L19 14Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ImageCaptionIcon = createIcon(path);