@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 473 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ClockFastForward = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "clock-fast-forward" }), _jsx("path", { className: 'dry-icon-clock-fast-forward', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm22.7 11.5-2 2-2-2m2.245 1.5A9 9 0 1 0 19 17.657M12 7v5l3 2' })] }));
//# sourceMappingURL=ClockFastForward.js.map