@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 514 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const AlarmClockOff = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "alarm-clock-off" }), _jsx("path", { className: 'dry-icon-alarm-clock-off', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M10.5 5.142a7.999 7.999 0 0 1 9.358 9.358m-1.722 3.634A8 8 0 1 1 6.862 6.869M4 4 2 6m20 0-3-3M6 19l-2 2m17 0L3 3' })] }));
//# sourceMappingURL=AlarmClockOff.js.map