UNPKG

@kadconsulting/dry

Version:
3 lines 579 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Repeat01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "repeat-01" }), _jsx("path", { className: 'dry-icon-repeat-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm17 2 4 4m0 0-4 4m4-4H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 8.28 3 9.12 3 10.8v.2m0 7h13.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 15.72 21 14.88 21 13.2V13M3 18l4 4m-4-4 4-4' })] })); //# sourceMappingURL=Repeat01.js.map