@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 556 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const RefreshCw05 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "refresh-cw-05" }), _jsx("path", { className: 'dry-icon-refresh-cw-05', 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.732' })] }));
//# sourceMappingURL=RefreshCw05.js.map