@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 531 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CloudRaining03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-raining-03" }), _jsx("path", { className: 'dry-icon-cloud-raining-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 15.242a4.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.242M12.25 15l-2.8 7m7.6-9-2.8 7m-5.2-7-2.8 7' })] }));
//# sourceMappingURL=CloudRaining03.js.map