UNPKG

@kadconsulting/dry

Version:
3 lines 530 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ClockStopwatch = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "clock-stopwatch" }), _jsx("path", { className: 'dry-icon-clock-stopwatch', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 9.5v4l2.5 1.5M12 5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17Zm0 0V2m-2 0h4m6.329 3.592-1.5-1.5.75.75m-15.908.75 1.5-1.5-.75.75' })] })); //# sourceMappingURL=ClockStopwatch.js.map