@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 515 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const RefreshCw03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "refresh-cw-03" }), _jsx("path", { className: 'dry-icon-refresh-cw-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M14 22s.85-.121 4.364-3.636A9 9 0 0 0 14 3.224M14 22h6m-6 0v-6M10 2s-.85.122-4.364 3.636A9 9 0 0 0 10 20.776M10 2H4m6 0v6' })] }));
//# sourceMappingURL=RefreshCw03.js.map