UNPKG

@kadconsulting/dry

Version:
3 lines 459 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Cloud01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-01" }), _jsx("path", { className: 'dry-icon-cloud-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5.5 15a4.5 4.5 0 0 1-.42-8.98 6.002 6.002 0 0 1 11.84 0A4.5 4.5 0 0 1 16.5 15h-11Z' })] })); //# sourceMappingURL=Cloud01.js.map