UNPKG

@kadconsulting/dry

Version:
3 lines 521 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CloudSun01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-sun-01" }), _jsx("path", { className: 'dry-icon-cloud-sun-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19.368 12.405A5 5 0 1 0 12 8m0 0a5.5 5.5 0 0 0-4.9 3.001L7 11a5 5 0 0 0 0 10h10.5a4.5 4.5 0 1 0-.206-8.995A5.502 5.502 0 0 0 12 8Z' })] })); //# sourceMappingURL=CloudSun01.js.map