@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 457 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M12 2H20C21.1046 2 22 2.89543 22 4V22.4142L17.5858 18H4C2.89543 18 2 17.1046 2 16V11H4V16H17.5858C18.1162 16 18.6249 16.2107 19 16.5858L20 17.5858V4H12V2ZM6 5H9C10.1046 5 11 5.89543 11 7V11H9V7H6V10L3 7L2 6L3 5L6 2V5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const CommentReopenIcon = createIcon(path);