@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 449 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V22.4142L17.5858 18H4C2.89543 18 2 17.1046 2 16V4ZM20 4L4 4V16H17.5858C18.1162 16 18.6249 16.2107 19 16.5858L20 17.5858V4ZM6 7H18V9H6V7ZM18 11H6V13H18V11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CommentShowIcon = createIcon(path);