UNPKG

@kadconsulting/dry

Version:
3 lines 465 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Repeat03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "repeat-03" }), _jsx("path", { className: 'dry-icon-repeat-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm13 22-3-3m0 0 3-3m-3 3h5a7 7 0 0 0 3-13.326M6 18.326A7 7 0 0 1 9 5h5m0 0-3-3m3 3-3 3' })] })); //# sourceMappingURL=Repeat03.js.map