UNPKG

@kadconsulting/dry

Version:
3 lines 576 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ClockRefresh = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "clock-refresh" }), _jsx("path", { className: 'dry-icon-clock-refresh', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20.453 12.893A8.5 8.5 0 0 1 4.638 16.25l-.25-.433m-.842-4.71A8.5 8.5 0 0 1 19.361 7.75l.25.433M3.493 18.066l.732-2.732 2.732.732m10.085-8.132 2.732.732.732-2.732M12 7.5V12l2.5 1.5' })] })); //# sourceMappingURL=ClockRefresh.js.map