UNPKG

@kadconsulting/dry

Version:
3 lines 509 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CloudRaining02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-raining-02" }), _jsx("path", { className: 'dry-icon-cloud-raining-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 12v8m-8-8v8m4-6v8m8-6.758a4.5 4.5 0 0 0-2.08-8.223 6.002 6.002 0 0 0-11.84 0A4.5 4.5 0 0 0 4 15.242' })] })); //# sourceMappingURL=CloudRaining02.js.map