@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 530 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ClockCheck = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "clock-check" }), _jsx("path", { className: 'dry-icon-clock-check', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm14.5 19 2 2 4.5-4.5m.985-3.95c.01-.182.015-.366.015-.55 0-5.523-4.477-10-10-10S2 6.477 2 12c0 5.435 4.337 9.858 9.739 9.997M12 6v6l3.738 1.87' })] }));
//# sourceMappingURL=ClockCheck.js.map