@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 493 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const RefreshCw04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "refresh-cw-04" }), _jsx("path", { className: 'dry-icon-refresh-cw-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 5.125A8.5 8.5 0 0 1 12 20.5h-.5M7 18.875A8.5 8.5 0 0 1 12 3.5h.5m.5 18.9-2-2 2-2M11 5.6l2-2-2-2' })] }));
//# sourceMappingURL=RefreshCw04.js.map