@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 468 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M19.62 19H13.38L15.38 14.3333H13V5H22V13.4467L19.62 19ZM16.62 16.6667H18.38L20 12.8867V7.33333H15V12H18.62L16.62 16.6667ZM8.62 19H2.38L4.38 14.3333H2V5H11V13.4467L8.62 19ZM5.62 16.6667H7.38L9 12.8867V7.33333H4V12H7.62L5.62 16.6667Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BlockquoteIcon = createIcon(path);