UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 446 B
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.5 5H9V7H6.5V9.5H4.5L4.5 7H2V5H4.5L4.5 2.5L6.5 2.5V5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const CommentAddIcon = createIcon(path);