UNPKG

@kadconsulting/dry

Version:
3 lines 473 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Repeat04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "repeat-04" }), _jsx("path", { className: 'dry-icon-repeat-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 20.5a8.5 8.5 0 0 0 5-15.375M13 22.4l-2-2 2-2M12 3.5a8.5 8.5 0 0 0-5 15.375M11 5.6l2-2-2-2' })] })); //# sourceMappingURL=Repeat04.js.map