@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 575 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CloudMoon = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-moon" }), _jsx("path", { className: 'dry-icon-cloud-moon', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16.5 13a5.502 5.502 0 0 0 5.337-4.164 5.5 5.5 0 0 1-6.673-6.672 5.502 5.502 0 0 0-3.548 7.867M5 7V3M3 5h4M6 22a4 4 0 0 1-.679-7.943 6.003 6.003 0 0 1 10.968-.892A4.5 4.5 0 1 1 17.5 22H6.001Z' })] }));
//# sourceMappingURL=CloudMoon.js.map