UNPKG

@kadconsulting/dry

Version:
3 lines 447 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Clock = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "clock" }), _jsx("path", { className: 'dry-icon-clock', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 6v6l4 2m6-2c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] })); //# sourceMappingURL=Clock.js.map