UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 466 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20L2 4C2 2.89543 2.89543 2 4 2L20 2ZM20 8V4L13 4V8L20 8ZM20 10L4 10L4 14L20 14V10ZM20 16H13V20H20V16ZM11 20V16H4L4 20H11ZM4 8L11 8V4L4 4L4 8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const MergeCellsIcon = createIcon(path);