@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 484 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const RefreshCcw01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "refresh-ccw-01" }), _jsx("path", { className: 'dry-icon-refresh-ccw-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2 10s2.005-2.732 3.634-4.362A9 9 0 1 1 12 21a9.004 9.004 0 0 1-8.648-6.5M2 10V4m0 6h6' })] }));
//# sourceMappingURL=RefreshCcw01.js.map