@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 486 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M6 3H20.5C20.7761 3 21 3.22386 21 3.5V17H23V3.5C23 2.11929 21.8807 1 20.5 1H6V3ZM18 23L13 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H16C17.1046 5 18 5.89543 18 7V23ZM16 7V18.8388L13.7016 17H3V7H16ZM5 9H14V11H5V9ZM14 13H5V15H14V13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const MultipleCommentIcon = createIcon(path);