UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 381 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 4C2.89543 4 2 4.89543 2 6V7V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V8C22 6.89543 21.1046 6 20 6H11L9 4H4ZM4 18V8H20V18H4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FolderOpenIcon = createIcon(path);