UNPKG

@kadconsulting/dry

Version:
3 lines 436 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Cloud03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-03" }), _jsx("path", { className: 'dry-icon-cloud-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9.5 19a7.5 7.5 0 1 1 6.641-10.988A5.5 5.5 0 1 1 16.5 19h-7Z' })] })); //# sourceMappingURL=Cloud03.js.map