UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 499 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M13 20V4H16V20H13ZM19 4H18V20H19C19.5523 20 20 20.4477 20 21C20 21.5523 19.5523 22 19 22H10C9.44772 22 9 21.5523 9 21C9 20.4477 9.44772 20 10 20H11V13H9.5C6.46243 13 4 10.5376 4 7.5C4 4.46243 6.46243 2 9.5 2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ParagraphIcon = createIcon(path);