UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 497 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM8 4H4V11H8V4ZM10 4V6H14V4H10ZM16 4V11H20V4H16ZM20 13H16V20H20V13ZM14 20V18H10V20H14ZM8 20V13H4V20H8ZM10 13V16H14V13H10ZM14 11V8H10V11H14Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const SplitVerticalIcon = createIcon(path);