UNPKG

@kadconsulting/dry

Version:
3 lines 482 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ParagraphSpacing = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "paragraph-spacing" }), _jsx("path", { className: 'dry-icon-paragraph-spacing', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 10h-8m8-4h-8m8 8h-8m8 4h-8m-7 2V4m0 16-3-3m3 3 3-3M6 4 3 7m3-3 3 3' })] })); //# sourceMappingURL=ParagraphSpacing.js.map