UNPKG

@kadconsulting/dry

Version:
3 lines 448 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ClockRewind = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "clock-rewind" }), _jsx("path", { className: 'dry-icon-clock-rewind', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm22.7 13.5-2-2-2 2M21 12a9 9 0 1 1-1.245-4.57M12 7v5l3 2' })] })); //# sourceMappingURL=ClockRewind.js.map