@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 376 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 4H15V6H2V4ZM2 9H13V11H2V9ZM10 14H2V16H10V14ZM2 19H15V21H2V19ZM18 4H20V6H18V4ZM20 9H18V11H20V9ZM18 14H20V16H18V14ZM20 19H18V21H20V19Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TableOfContentIcon = createIcon(path);