UNPKG

@kadconsulting/dry

Version:
3 lines 456 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ParagraphWrap = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "paragraph-wrap" }), _jsx("path", { className: 'dry-icon-paragraph-wrap', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 6h18M3 12h15a3 3 0 0 1 0 6h-4m0 0 2-2m-2 2 2 2M3 18h7' })] })); //# sourceMappingURL=ParagraphWrap.js.map