@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 482 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M1 4C1 2.89543 1.89543 2 3 2H10.382C11.1395 2 11.832 2.428 12.1708 3.10557L13.618 6H21C22.1046 6 23 6.89543 23 8V20C23 21.1046 22.1046 22 21 22H3C1.89543 22 1 21.1046 1 20V4ZM10.382 4H3V20H21V8H13.618C12.8605 8 12.168 7.572 11.8292 6.89443L10.382 4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FolderIcon = createIcon(path);