@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 528 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 22C2.89543 22 2 21.1046 2 20L2 4C2 2.89543 2.89543 2 4 2L20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4ZM4 16V20H11V16H4ZM4 14H6V10H4L4 14ZM4 8L11 8V4L4 4L4 8ZM13 4V8L20 8V4L13 4ZM20 10L18 10V14H20V10ZM20 16H13V20H20V16ZM13 14H16L16 10H13L13 14ZM11 10H8V14H11L11 10Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const SplitHorizontalIcon = createIcon(path);