UNPKG

@kadconsulting/dry

Version:
3 lines 550 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CloudOff = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-off" }), _jsx("path", { className: 'dry-icon-cloud-off', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21.7 16.118a4.5 4.5 0 0 0-3.78-6.099 6.002 6.002 0 0 0-7.22-4.878M7.287 7.286a5.973 5.973 0 0 0-1.207 2.733A4.5 4.5 0 0 0 6.5 19h11c.456 0 .896-.068 1.311-.194M3 3l18 18' })] })); //# sourceMappingURL=CloudOff.js.map