UNPKG

@kadconsulting/dry

Version:
3 lines 513 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const RefreshCw02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "refresh-cw-02" }), _jsx("path", { className: 'dry-icon-refresh-cw-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2 14s.121.85 3.636 4.364A9 9 0 0 0 20.776 14M2 14v6m0-6h6m14-4s-.121-.85-3.636-4.364A9 9 0 0 0 3.224 10M22 10V4m0 6h-6' })] })); //# sourceMappingURL=RefreshCw02.js.map