UNPKG

977 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5var vue = require('vue');
6
7var script = vue.defineComponent({
8 name: "MostlyCloudy"
9});
10
11const _hoisted_1 = {
12 xmlns: "http://www.w3.org/2000/svg",
13 viewBox: "0 0 1024 1024"
14};
15const _hoisted_2 = /* @__PURE__ */ vue.createVNode("path", {
16 fill: "currentColor",
17 d: "M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.808 207.808 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048zm15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.808 271.808 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72z"
18}, null, -1);
19function render(_ctx, _cache, $props, $setup, $data, $options) {
20 return vue.openBlock(), vue.createBlock("svg", _hoisted_1, [
21 _hoisted_2
22 ]);
23}
24
25script.render = render;
26script.__file = "packages/components/MostlyCloudy.vue";
27
28exports.default = script;