@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 513 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H9C10.1046 22 11 21.1046 11 20V4C11 2.89543 10.1046 2 9 2H4ZM4 4L9 4V20H4V4ZM15 2C13.8954 2 13 2.89543 13 4V20C13 21.1046 13.8954 22 15 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H15ZM15 4L20 4V20H15V4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TwoColumnIcon = createIcon(path);