UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 523 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 9C2 10.1046 2.89543 11 4 11L20 11C21.1046 11 22 10.1046 22 9V4C22 2.89543 21.1046 2 20 2H4C2.89543 2 2 2.89543 2 4V9ZM4 9L4 4L20 4V9L4 9ZM2 20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V15C22 13.8954 21.1046 13 20 13L4 13C2.89543 13 2 13.8954 2 15V20ZM4 20L4 15L20 15V20H4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const TwoRowIcon = createIcon(path);