@arco-iconbox/vue-bluebee 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icon.js +1674 -22
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +134 -18
- package/dist/icon.min.js.map +1 -1
- package/esm/IconDecline/index.js +34 -0
- package/esm/IconRise/index.js +33 -0
- package/esm/IconSidebarBigScreen/index.js +52 -0
- package/esm/IconSidebarDashboard/index.js +41 -0
- package/esm/IconSidebarLight/index.js +30 -0
- package/esm/IconSidebarManage/index.js +30 -0
- package/esm/IconSidebarPole/index.js +30 -0
- package/esm/IconSliderTouchIcon/index.js +34 -0
- package/esm/IconStage110/index.js +75 -0
- package/esm/IconStageAdPublish/index.js +52 -0
- package/esm/IconStageBigScreen/index.js +69 -0
- package/esm/IconStageBox/index.js +67 -0
- package/esm/IconStageBoxIcon/index.js +80 -0
- package/esm/IconStageBroadcast/index.js +44 -0
- package/esm/IconStageCharge/index.js +76 -0
- package/esm/IconStageCityBroadcast/index.js +89 -0
- package/esm/IconStageDoorlock/index.js +56 -0
- package/esm/IconStageInfoPublish/index.js +66 -0
- package/esm/IconStageLight/index.js +40 -0
- package/esm/IconStageLightMange/index.js +74 -0
- package/esm/IconStageSafeMonitor/index.js +64 -0
- package/esm/IconStageSafeMonitorIcon/index.js +91 -0
- package/esm/IconStageSplitGroup/index.js +81 -0
- package/esm/IconStageStrongE/index.js +52 -0
- package/esm/IconStageTiltMonitor/index.js +61 -0
- package/esm/IconStageUserinfo/index.js +66 -0
- package/esm/IconStageWaterMonitor/index.js +75 -0
- package/esm/IconStageWeather/index.js +66 -0
- package/esm/IconStageWeatherIcon/index.js +82 -0
- package/esm/index.js +29 -0
- package/lib/IconDecline/index.js +35 -0
- package/lib/IconRise/index.js +34 -0
- package/lib/IconSidebarBigScreen/index.js +53 -0
- package/lib/IconSidebarDashboard/index.js +42 -0
- package/lib/IconSidebarLight/index.js +31 -0
- package/lib/IconSidebarManage/index.js +31 -0
- package/lib/IconSidebarPole/index.js +31 -0
- package/lib/IconSliderTouchIcon/index.js +35 -0
- package/lib/IconStage110/index.js +76 -0
- package/lib/IconStageAdPublish/index.js +53 -0
- package/lib/IconStageBigScreen/index.js +70 -0
- package/lib/IconStageBox/index.js +68 -0
- package/lib/IconStageBoxIcon/index.js +81 -0
- package/lib/IconStageBroadcast/index.js +45 -0
- package/lib/IconStageCharge/index.js +77 -0
- package/lib/IconStageCityBroadcast/index.js +90 -0
- package/lib/IconStageDoorlock/index.js +57 -0
- package/lib/IconStageInfoPublish/index.js +67 -0
- package/lib/IconStageLight/index.js +41 -0
- package/lib/IconStageLightMange/index.js +75 -0
- package/lib/IconStageSafeMonitor/index.js +65 -0
- package/lib/IconStageSafeMonitorIcon/index.js +92 -0
- package/lib/IconStageSplitGroup/index.js +82 -0
- package/lib/IconStageStrongE/index.js +53 -0
- package/lib/IconStageTiltMonitor/index.js +62 -0
- package/lib/IconStageUserinfo/index.js +67 -0
- package/lib/IconStageWaterMonitor/index.js +76 -0
- package/lib/IconStageWeather/index.js +67 -0
- package/lib/IconStageWeatherIcon/index.js +83 -0
- package/lib/index.js +58 -0
- package/package.json +1 -1
- package/src/IconDecline/index.vue +19 -0
- package/src/IconRise/index.vue +19 -0
- package/src/IconSidebarBigScreen/index.vue +19 -0
- package/src/IconSidebarDashboard/index.vue +19 -0
- package/src/IconSidebarLight/index.vue +19 -0
- package/src/IconSidebarManage/index.vue +19 -0
- package/src/IconSidebarPole/index.vue +19 -0
- package/src/IconSliderTouchIcon/index.vue +19 -0
- package/src/IconStage110/index.vue +19 -0
- package/src/IconStageAdPublish/index.vue +19 -0
- package/src/IconStageBigScreen/index.vue +19 -0
- package/src/IconStageBox/index.vue +19 -0
- package/src/IconStageBoxIcon/index.vue +19 -0
- package/src/IconStageBroadcast/index.vue +19 -0
- package/src/IconStageCharge/index.vue +19 -0
- package/src/IconStageCityBroadcast/index.vue +19 -0
- package/src/IconStageDoorlock/index.vue +19 -0
- package/src/IconStageInfoPublish/index.vue +19 -0
- package/src/IconStageLight/index.vue +19 -0
- package/src/IconStageLightMange/index.vue +19 -0
- package/src/IconStageSafeMonitor/index.vue +19 -0
- package/src/IconStageSafeMonitorIcon/index.vue +19 -0
- package/src/IconStageSplitGroup/index.vue +19 -0
- package/src/IconStageStrongE/index.vue +19 -0
- package/src/IconStageTiltMonitor/index.vue +19 -0
- package/src/IconStageUserinfo/index.vue +19 -0
- package/src/IconStageWaterMonitor/index.vue +19 -0
- package/src/IconStageWeather/index.vue +19 -0
- package/src/IconStageWeatherIcon/index.vue +19 -0
- package/src/index.js +30 -1
@@ -0,0 +1,74 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageLightMange",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="125.947%" id="svg_8584025102__a"><stop stop-color="#FFBA23" offset="0%"></stop><stop stop-color="#FFDE49" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_8584025102__c"><stop stop-color="#FFDC60" offset="0%"></stop><stop stop-color="#FFDF9B" offset="100%"></stop></linearGradient><path d="M21,0 C32.3622316,0 41.6180987,8.44596314 41.9999951,18.9998659 L4.85142211e-06,18.9998659 C0.381901336,8.44596314 9.63776838,0 21,0 Z" id="svg_8584025102__b"></path></defs>', 1);
|
17
|
+
const _hoisted_2 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_3 = ["fill"];
|
22
|
+
const _hoisted_4 = ["fill"];
|
23
|
+
const _hoisted_5 = { transform: "translate(11 15)" };
|
24
|
+
const _hoisted_6 = ["fill"];
|
25
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("use", { "xlink:href": "#svg_8584025102__b" }, null, -1);
|
26
|
+
const _hoisted_8 = [
|
27
|
+
_hoisted_7
|
28
|
+
];
|
29
|
+
const _hoisted_9 = ["fill"];
|
30
|
+
const _hoisted_10 = ["fill"];
|
31
|
+
const _hoisted_11 = /* @__PURE__ */ createStaticVNode('<g stroke="#FFBA23" stroke-linejoin="round"><path stroke-width="1.75" stroke-linecap="round" d="M19.265 39.642L19.355 44" transform="translate(14 10)"></path><path stroke-width="2.063" d="M31.841 30.519L37 30.519" transform="translate(14 10)"></path><path stroke-width="3.5" d="M18.44 5.145L18.44 0" transform="translate(14 10)"></path><g stroke-width="2.063"><path d="M4.411.519L9.57.519M0 6.742L3.156 10.845" transform="matrix(-1 0 0 1 23.57 40)"></path></g><path stroke-width="2.063" d="M27.43 36.742L30.586 40.845" transform="translate(14 10)"></path></g>', 1);
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
33
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
34
|
+
viewBox: "0 0 64 64",
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
36
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
37
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-light-mange`],
|
38
|
+
width: "1em",
|
39
|
+
height: "1em"
|
40
|
+
}, _ctx.$attrs), [
|
41
|
+
_hoisted_1,
|
42
|
+
createElementVNode("g", _hoisted_2, [
|
43
|
+
createElementVNode("rect", {
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFBA23",
|
45
|
+
opacity: ".1",
|
46
|
+
width: "64",
|
47
|
+
height: "64",
|
48
|
+
rx: "32"
|
49
|
+
}, null, 8, _hoisted_3),
|
50
|
+
createElementVNode("path", {
|
51
|
+
d: "M22,34 L41,34 L41,35.5 C41,40.7467051 36.7467051,45 31.5,45 C26.2532949,45 22,40.7467051 22,35.5 L22,34 L22,34 Z",
|
52
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_8584025102__a)"
|
53
|
+
}, null, 8, _hoisted_4),
|
54
|
+
createElementVNode("g", _hoisted_5, [
|
55
|
+
createElementVNode("mask", {
|
56
|
+
id: "svg_8584025102__d",
|
57
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
58
|
+
}, _hoisted_8, 8, _hoisted_6),
|
59
|
+
createElementVNode("use", {
|
60
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_8584025102__c)",
|
61
|
+
"xlink:href": "#svg_8584025102__b"
|
62
|
+
}, null, 8, _hoisted_9),
|
63
|
+
createElementVNode("path", {
|
64
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
65
|
+
mask: "url(#svg_8584025102__d)",
|
66
|
+
d: "M-2.625 12.091H46.375V15.546H-2.625z"
|
67
|
+
}, null, 8, _hoisted_10)
|
68
|
+
]),
|
69
|
+
_hoisted_11
|
70
|
+
])
|
71
|
+
], 16);
|
72
|
+
}
|
73
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
74
|
+
export { index as default };
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageSafeMonitor",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = {
|
17
|
+
transform: "translate(3.889 1.556)",
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("circle", {
|
22
|
+
stroke: "#33316A",
|
23
|
+
"stroke-width": "1.167",
|
24
|
+
"stroke-linejoin": "round",
|
25
|
+
cx: "9.722",
|
26
|
+
cy: "9.722",
|
27
|
+
r: "9.722"
|
28
|
+
}, null, -1);
|
29
|
+
const _hoisted_3 = ["fill"];
|
30
|
+
const _hoisted_4 = ["fill"];
|
31
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
|
32
|
+
d: "M14.6303081 17.8893264L17.8888889 24.8888889 2.33333333 24.8888889 5.59167275 17.8891873C6.93775642 18.6649865 8.47659322 19.105021 10.1111111 19.105021 11.7455313 19.105021 13.2842819 18.6650391 14.6303081 17.8893264zM.778 7.389L3.889 7.389M16.333 7.389L19.444 7.389M.778 10.5L3.889 10.5M16.333 10.5L19.444 10.5",
|
33
|
+
stroke: "#33316A",
|
34
|
+
"stroke-width": "1.167",
|
35
|
+
"stroke-linejoin": "round"
|
36
|
+
}, null, -1);
|
37
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
38
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
39
|
+
viewBox: "0 0 28 28",
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
41
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-safe-monitor`],
|
42
|
+
width: "1em",
|
43
|
+
height: "1em"
|
44
|
+
}, _ctx.$attrs), [
|
45
|
+
createElementVNode("g", _hoisted_1, [
|
46
|
+
_hoisted_2,
|
47
|
+
createElementVNode("circle", {
|
48
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
49
|
+
cx: "9.722",
|
50
|
+
cy: "9.722",
|
51
|
+
r: "4.278"
|
52
|
+
}, null, 8, _hoisted_3),
|
53
|
+
createElementVNode("circle", {
|
54
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
55
|
+
cx: "10.5",
|
56
|
+
cy: "2.722",
|
57
|
+
r: "1.167"
|
58
|
+
}, null, 8, _hoisted_4),
|
59
|
+
_hoisted_5
|
60
|
+
])
|
61
|
+
], 16);
|
62
|
+
}
|
63
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
64
|
+
export { index as default };
|
@@ -0,0 +1,91 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageSafeMonitorIcon",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5e41a23429__a"><stop stop-color="#FA8156" offset="0%"></stop><stop stop-color="#F24A2B" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5e41a23429__b"><stop stop-color="#FAA182" offset="0%"></stop><stop stop-color="tomato" offset="100%"></stop></linearGradient></defs>', 1);
|
17
|
+
const _hoisted_2 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_3 = ["fill"];
|
22
|
+
const _hoisted_4 = { transform: "translate(14 9)" };
|
23
|
+
const _hoisted_5 = ["fill"];
|
24
|
+
const _hoisted_6 = ["fill"];
|
25
|
+
const _hoisted_7 = ["fill"];
|
26
|
+
const _hoisted_8 = /* @__PURE__ */ createElementVNode("path", {
|
27
|
+
stroke: "#FFF",
|
28
|
+
"stroke-width": "2.348",
|
29
|
+
opacity: ".703",
|
30
|
+
d: "M28.957 20.56L36 20.56M0 20.56L7.043 20.56M28.957 15.129L36 15.129M0 15.129L7.043 15.129"
|
31
|
+
}, null, -1);
|
32
|
+
const _hoisted_9 = ["fill"];
|
33
|
+
const _hoisted_10 = /* @__PURE__ */ createElementVNode("path", {
|
34
|
+
stroke: "#FFF",
|
35
|
+
"stroke-width": "3.13",
|
36
|
+
"stroke-linecap": "round",
|
37
|
+
d: "M12.511 40.769L24.273 40.769",
|
38
|
+
transform: "translate(14 9)"
|
39
|
+
}, null, -1);
|
40
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
41
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
42
|
+
viewBox: "0 0 64 64",
|
43
|
+
xmlns: "http://www.w3.org/2000/svg",
|
44
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-safe-monitor-icon`],
|
45
|
+
width: "1em",
|
46
|
+
height: "1em"
|
47
|
+
}, _ctx.$attrs), [
|
48
|
+
_hoisted_1,
|
49
|
+
createElementVNode("g", _hoisted_2, [
|
50
|
+
createElementVNode("rect", {
|
51
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F24A2B",
|
52
|
+
opacity: ".1",
|
53
|
+
width: "64",
|
54
|
+
height: "64",
|
55
|
+
rx: "32"
|
56
|
+
}, null, 8, _hoisted_3),
|
57
|
+
createElementVNode("g", _hoisted_4, [
|
58
|
+
createElementVNode("ellipse", {
|
59
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__a)",
|
60
|
+
cx: "18",
|
61
|
+
cy: "17.845",
|
62
|
+
rx: "18",
|
63
|
+
ry: "17.845"
|
64
|
+
}, null, 8, _hoisted_5),
|
65
|
+
createElementVNode("ellipse", {
|
66
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
67
|
+
cx: "17.217",
|
68
|
+
cy: "18.621",
|
69
|
+
rx: "7.826",
|
70
|
+
ry: "7.759"
|
71
|
+
}, null, 8, _hoisted_6),
|
72
|
+
createElementVNode("ellipse", {
|
73
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
74
|
+
cx: "18.391",
|
75
|
+
cy: "5.043",
|
76
|
+
rx: "1.957",
|
77
|
+
ry: "1.94"
|
78
|
+
}, null, 8, _hoisted_7),
|
79
|
+
_hoisted_8
|
80
|
+
]),
|
81
|
+
createElementVNode("path", {
|
82
|
+
d: "M25.9868512,31.8992326 L32.0869565,45 L3.91304348,45 L9.85385345,32.239601 C12.1936213,33.4552442 14.8257663,34.137931 17.6086957,34.137931 C20.6415952,34.137931 23.4954062,33.3270946 25.9868512,31.8992326 Z",
|
83
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__b)",
|
84
|
+
transform: "translate(14 9)"
|
85
|
+
}, null, 8, _hoisted_9),
|
86
|
+
_hoisted_10
|
87
|
+
])
|
88
|
+
], 16);
|
89
|
+
}
|
90
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
91
|
+
export { index as default };
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageSplitGroup",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5ec3f05f2c__a"><stop stop-color="#56FF9B" offset="0%"></stop><stop stop-color="#14E58D" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5ec3f05f2c__b"><stop stop-color="#90FFE3" offset="0%"></stop><stop stop-color="#53EBAB" offset="100%"></stop></linearGradient></defs>', 1);
|
17
|
+
const _hoisted_2 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_3 = ["fill"];
|
22
|
+
const _hoisted_4 = { transform: "translate(13 12)" };
|
23
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
|
24
|
+
stroke: "#14E58D",
|
25
|
+
"stroke-width": "2.957",
|
26
|
+
d: "M12 14L12 20.6 26 20.6 26 26"
|
27
|
+
}, null, -1);
|
28
|
+
const _hoisted_6 = ["fill"];
|
29
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("path", {
|
30
|
+
stroke: "#FFF",
|
31
|
+
"stroke-width": "2.957",
|
32
|
+
"stroke-linecap": "round",
|
33
|
+
d: "M6 7.5L32 7.5"
|
34
|
+
}, null, -1);
|
35
|
+
const _hoisted_8 = ["fill"];
|
36
|
+
const _hoisted_9 = /* @__PURE__ */ createElementVNode("path", {
|
37
|
+
stroke: "#FFF",
|
38
|
+
"stroke-width": "2.957",
|
39
|
+
"stroke-linecap": "round",
|
40
|
+
d: "M6 33.5L32 33.5"
|
41
|
+
}, null, -1);
|
42
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
43
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
44
|
+
viewBox: "0 0 64 64",
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
46
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-split-group`],
|
47
|
+
width: "1em",
|
48
|
+
height: "1em"
|
49
|
+
}, _ctx.$attrs), [
|
50
|
+
_hoisted_1,
|
51
|
+
createElementVNode("g", _hoisted_2, [
|
52
|
+
createElementVNode("rect", {
|
53
|
+
fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
|
54
|
+
opacity: ".1",
|
55
|
+
width: "64",
|
56
|
+
height: "64",
|
57
|
+
rx: "32"
|
58
|
+
}, null, 8, _hoisted_3),
|
59
|
+
createElementVNode("g", _hoisted_4, [
|
60
|
+
_hoisted_5,
|
61
|
+
createElementVNode("rect", {
|
62
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__a)",
|
63
|
+
width: "38",
|
64
|
+
height: "15",
|
65
|
+
rx: "1.478"
|
66
|
+
}, null, 8, _hoisted_6),
|
67
|
+
_hoisted_7,
|
68
|
+
createElementVNode("rect", {
|
69
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__b)",
|
70
|
+
y: "25",
|
71
|
+
width: "38",
|
72
|
+
height: "15",
|
73
|
+
rx: "1.478"
|
74
|
+
}, null, 8, _hoisted_8),
|
75
|
+
_hoisted_9
|
76
|
+
])
|
77
|
+
])
|
78
|
+
], 16);
|
79
|
+
}
|
80
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
81
|
+
export { index as default };
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageStrongE",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = ["fill"];
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
22
|
+
stroke: "#33316A",
|
23
|
+
"stroke-width": "1.167",
|
24
|
+
"stroke-linejoin": "round",
|
25
|
+
d: "M17.423279 1.35367755L8.05719942 15.7478338 14.7087407 15.7542307 13.939145 26.2425664 23.2275279 11.1564665 17.423279 11.1564665z"
|
26
|
+
}, null, -1);
|
27
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
28
|
+
stroke: "#33316A",
|
29
|
+
"stroke-width": "1.167",
|
30
|
+
"stroke-linecap": "round",
|
31
|
+
d: "M19.538 21.672L23.629 15.558"
|
32
|
+
}, null, -1);
|
33
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
34
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
35
|
+
viewBox: "0 0 28 28",
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
37
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-strong-e`],
|
38
|
+
width: "1em",
|
39
|
+
height: "1em"
|
40
|
+
}, _ctx.$attrs), [
|
41
|
+
createElementVNode("g", _hoisted_1, [
|
42
|
+
createElementVNode("path", {
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
44
|
+
d: "M9.1528145 8.90648202L2.62897381 18.9325748 7.26203243 18.9370304 6.72597892 26.2425664 13.1957008 15.7345078 9.1528145 15.7345078z"
|
45
|
+
}, null, 8, _hoisted_2),
|
46
|
+
_hoisted_3,
|
47
|
+
_hoisted_4
|
48
|
+
])
|
49
|
+
], 16);
|
50
|
+
}
|
51
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
52
|
+
export { index as default };
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageTiltMonitor",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
21
|
+
stroke: "#33316A",
|
22
|
+
"stroke-width": "1.167",
|
23
|
+
"stroke-linecap": "round",
|
24
|
+
"stroke-linejoin": "round",
|
25
|
+
d: "M2.16210614 25.1692846L2.16210614 19.1477792 23.6664142 3.34132757 23.6664142 7.11070499 7.32747182 19.1477792"
|
26
|
+
}, null, -1);
|
27
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
28
|
+
d: "M14,19.4444444 C14,17.4471001 13.4306849,15.5818309 12.4444444,14 M11.6666667,12.4444444 C9.7964848,10.0653855 7.00604995,8.55555556 3.88888889,8.55555556",
|
29
|
+
stroke: "#33316A",
|
30
|
+
"stroke-width": "1.167",
|
31
|
+
"stroke-linejoin": "round"
|
32
|
+
}, null, -1);
|
33
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
34
|
+
d: "M20.2222222,19.4444444 C20.2222222,16.8474526 19.735855,14.3876073 18.8670918,12.1904335 C18.5811999,11.4673894 18.2538972,10.7727908 17.8888889,10.1111111 M16.3333333,7.77777778 C13.3094002,4.44184012 8.8554945,2.33333333 3.88888889,2.33333333",
|
35
|
+
stroke: "#33316A",
|
36
|
+
"stroke-width": "1.167",
|
37
|
+
"stroke-linecap": "round",
|
38
|
+
"stroke-linejoin": "round"
|
39
|
+
}, null, -1);
|
40
|
+
const _hoisted_5 = ["fill"];
|
41
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
42
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
43
|
+
viewBox: "0 0 28 28",
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
45
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-tilt-monitor`],
|
46
|
+
width: "1em",
|
47
|
+
height: "1em"
|
48
|
+
}, _ctx.$attrs), [
|
49
|
+
createElementVNode("g", _hoisted_1, [
|
50
|
+
_hoisted_2,
|
51
|
+
_hoisted_3,
|
52
|
+
_hoisted_4,
|
53
|
+
createElementVNode("path", {
|
54
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
55
|
+
d: "M2.894 19.148H27.051000000000002V25.922H2.894z"
|
56
|
+
}, null, 8, _hoisted_5)
|
57
|
+
])
|
58
|
+
], 16);
|
59
|
+
}
|
60
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
61
|
+
export { index as default };
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageUserinfo",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5fa93b0f3d__a"><stop stop-color="#44D9F7" offset="0%"></stop><stop stop-color="#21B2EC" offset="100%"></stop></linearGradient><linearGradient x1="56.277%" y1="15.771%" x2="50%" y2="117.407%" id="svg_5fa93b0f3d__b"><stop stop-color="#ABF4FF" offset="0%"></stop><stop stop-color="#5BE2FF" offset="100%"></stop></linearGradient></defs>', 1);
|
17
|
+
const _hoisted_2 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_3 = ["fill"];
|
22
|
+
const _hoisted_4 = { transform: "translate(12 17)" };
|
23
|
+
const _hoisted_5 = ["fill"];
|
24
|
+
const _hoisted_6 = /* @__PURE__ */ createElementVNode("path", {
|
25
|
+
stroke: "#FFF",
|
26
|
+
"stroke-width": "2.994",
|
27
|
+
"stroke-linecap": "round",
|
28
|
+
d: "M22.308 11.625L35.385 11.625M22.308 19.678L30.478 19.678"
|
29
|
+
}, null, -1);
|
30
|
+
const _hoisted_7 = ["fill"];
|
31
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
32
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
33
|
+
viewBox: "0 0 64 64",
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-userinfo`],
|
36
|
+
width: "1em",
|
37
|
+
height: "1em"
|
38
|
+
}, _ctx.$attrs), [
|
39
|
+
_hoisted_1,
|
40
|
+
createElementVNode("g", _hoisted_2, [
|
41
|
+
createElementVNode("rect", {
|
42
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
43
|
+
opacity: ".1",
|
44
|
+
width: "64",
|
45
|
+
height: "64",
|
46
|
+
rx: "32"
|
47
|
+
}, null, 8, _hoisted_3),
|
48
|
+
createElementVNode("g", _hoisted_4, [
|
49
|
+
createElementVNode("rect", {
|
50
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__a)",
|
51
|
+
width: "40",
|
52
|
+
height: "27",
|
53
|
+
rx: "1.497"
|
54
|
+
}, null, 8, _hoisted_5),
|
55
|
+
_hoisted_6,
|
56
|
+
createElementVNode("path", {
|
57
|
+
d: "M12.254987,13.148009 C13.9055617,12.617574 15.0978235,11.0951316 15.0978235,9.29941686 C15.0978235,7.0630041 13.2487429,5.25 10.9677535,5.25 C8.68676415,5.25 6.83768357,7.0630041 6.83768357,9.29943955 C6.83768357,11.0951316 8.02992215,12.617574 9.68052,13.148009 C6.61976216,13.5639982 4.24317618,16.1564999 4.24317618,19.2672297 L4.24317618,21.5374935 C4.24317618,22.3641984 4.91335285,23.034375 5.74005768,23.034375 L16.1954262,23.034375 C17.022131,23.034375 17.6923077,22.3641984 17.6923077,21.5374935 L17.6923077,19.2672297 L17.6923077,19.2672297 C17.6923077,16.1564999 15.3157217,13.5640209 12.254987,13.148009 Z",
|
58
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__b)",
|
59
|
+
"fill-rule": "nonzero"
|
60
|
+
}, null, 8, _hoisted_7)
|
61
|
+
])
|
62
|
+
])
|
63
|
+
], 16);
|
64
|
+
}
|
65
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
66
|
+
export { index as default };
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageWaterMonitor",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
21
|
+
stroke: "#333069",
|
22
|
+
"stroke-width": "1.167",
|
23
|
+
"stroke-linecap": "round",
|
24
|
+
d: "M4.83472135 4.4408921e-16L4.83472135 22.8878628 0 22.8878628M2.417 5.396L4.835 5.396M2.417 16.84L4.835 16.84M.302 11.143L4.835 11.143M.302.301L4.835.301",
|
25
|
+
transform: "translate(.778 3.111)"
|
26
|
+
}, null, -1);
|
27
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
28
|
+
d: "M5.10018407,22.6141124 L7.23308066,20.8760048 C7.88582454,20.3440807 8.81888333,20.3315806 9.48564271,20.8458273 L11.914563,22.7191634 C12.3760219,23.0750696 13.0257324,23.0510246 13.4596217,22.6619826 L15.2776284,21.0318872 C15.9562329,20.423424 16.9810719,20.4133425 17.671515,21.008338 L19.5967593,22.6674345 C20.0430588,23.0520371 20.7016334,23.0588297 21.1557708,22.6835144 L23.2842138,20.9244934 C23.9556527,20.3695924 24.9268144,20.3706129 25.5970857,20.9269238 L26.4444444,21.6302136 L26.4444444,21.6302136",
|
29
|
+
stroke: "#333069",
|
30
|
+
"stroke-width": "1.167",
|
31
|
+
transform: "translate(.778 3.111)"
|
32
|
+
}, null, -1);
|
33
|
+
const _hoisted_4 = ["fill"];
|
34
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
|
35
|
+
d: "M4.92325171,19.1444223 L7.23308066,17.2621317 C7.88582454,16.7302076 8.81888333,16.7177075 9.48564271,17.2319543 L11.914563,19.1052904 C12.3760219,19.4611965 13.0257324,19.4371515 13.4596217,19.0481095 L15.2776284,17.4180141 C15.9562329,16.8095509 16.9810719,16.7994694 17.671515,17.394465 L19.5967593,19.0535614 C20.0430588,19.438164 20.7016334,19.4449567 21.1557708,19.0696414 L23.2842138,17.3106204 C23.9556527,16.7557193 24.9268144,16.7567398 25.5970857,17.3130507 L26.1267705,17.7526779 L26.1267705,17.7526779",
|
36
|
+
stroke: "#333069",
|
37
|
+
"stroke-width": "1.167",
|
38
|
+
transform: "translate(.778 3.111)"
|
39
|
+
}, null, -1);
|
40
|
+
const _hoisted_6 = ["fill"];
|
41
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("path", {
|
42
|
+
d: "M10.8989044,13.7586174 C10.8973861,14.9742614 11.883847,15.9585033 13.1022283,15.956985",
|
43
|
+
stroke: "#FFF",
|
44
|
+
"stroke-width": "1.209",
|
45
|
+
"stroke-linecap": "round",
|
46
|
+
transform: "rotate(24 5.071 18.243)"
|
47
|
+
}, null, -1);
|
48
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
49
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
50
|
+
viewBox: "0 0 28 28",
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
52
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-water-monitor`],
|
53
|
+
width: "1em",
|
54
|
+
height: "1em"
|
55
|
+
}, _ctx.$attrs), [
|
56
|
+
createElementVNode("g", _hoisted_1, [
|
57
|
+
_hoisted_2,
|
58
|
+
_hoisted_3,
|
59
|
+
createElementVNode("path", {
|
60
|
+
d: "M12.9933136,5.66907781 C16.0150145,10.064219 17.5258649,13.0934092 17.5258649,14.7566484 C17.5258649,15.5770057 17.3064537,16.3462888 16.9229271,17.0093873 C16.3562636,16.8681625 15.7374581,17.0057129 15.2776284,17.4180141 L13.4596217,19.0481095 C13.3500369,19.1463675 13.2266851,19.2213429 13.0960762,19.2727947 L12.9933136,19.2739897 C12.6519923,19.2739897 12.3194828,19.2363887 11.9997277,19.165116 L11.914563,19.1052904 L9.48564271,17.2319543 C9.34995133,17.1273005 9.20323094,17.0444625 9.05008867,16.9833783 C8.67469811,16.3269617 8.46076237,15.5667049 8.46076237,14.7566484 C8.46076237,13.0934092 9.97161279,10.064219 12.9933136,5.66907781 Z",
|
61
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
62
|
+
transform: "translate(.778 3.111)"
|
63
|
+
}, null, 8, _hoisted_4),
|
64
|
+
_hoisted_5,
|
65
|
+
createElementVNode("path", {
|
66
|
+
d: "M19.6504529,10.5369375 C20.8134504,10.5369375 21.7562463,9.59730545 21.7562463,8.43821055 C21.7562463,7.66548062 21.0543151,6.25813885 19.6504529,4.21618525 C18.2465906,6.25813885 17.5446594,7.66548062 17.5446594,8.43821055 C17.5446594,9.59730545 18.4874553,10.5369375 19.6504529,10.5369375 Z",
|
67
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
68
|
+
transform: "translate(.778 3.111)"
|
69
|
+
}, null, 8, _hoisted_6),
|
70
|
+
_hoisted_7
|
71
|
+
])
|
72
|
+
], 16);
|
73
|
+
}
|
74
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
75
|
+
export { index as default };
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageWeather",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("g", {
|
21
|
+
stroke: "#33316A",
|
22
|
+
"stroke-linejoin": "round",
|
23
|
+
"stroke-width": "1.167"
|
24
|
+
}, [
|
25
|
+
/* @__PURE__ */ createElementVNode("path", {
|
26
|
+
d: "M8.479 4.365L8.656 6.748M14.182.256L16.333.256",
|
27
|
+
transform: "rotate(125 5.194 5.412)"
|
28
|
+
}),
|
29
|
+
/* @__PURE__ */ createElementVNode("path", {
|
30
|
+
d: "M1.983.216L4.303.216M0 2.802L1.419 4.507",
|
31
|
+
transform: "scale(1 -1) rotate(55 12.549 5.844)"
|
32
|
+
}),
|
33
|
+
/* @__PURE__ */ createElementVNode("path", {
|
34
|
+
d: "M12.456 2.916L13.747 4.555",
|
35
|
+
transform: "rotate(125 5.194 5.412)"
|
36
|
+
})
|
37
|
+
], -1);
|
38
|
+
const _hoisted_3 = ["fill"];
|
39
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
40
|
+
d: "M12.8290175,22.5555556 C10.9880683,22.5555556 9.49568416,21.0631714 9.49568416,19.2222222 C9.49568416,17.6087467 10.6420463,16.2630183 12.1647201,15.9550876 C12.2471655,12.7134107 14.9008583,10.1111111 18.1623508,10.1111111 C20.6060944,10.1111111 22.7086144,11.5720626 23.644151,13.6682055 L23.7179064,13.6666667 C26.1725053,13.6666667 28.1623508,15.6565122 28.1623508,18.1111111 C28.1623508,20.1010895 26.8545096,21.7856052 25.0514698,22.3520156 L25.0512397,22.5555556 L12.8290175,22.5555556 Z",
|
41
|
+
stroke: "#33316A",
|
42
|
+
"stroke-width": "1.167",
|
43
|
+
"stroke-linejoin": "round",
|
44
|
+
transform: "translate(-2.496)"
|
45
|
+
}, null, -1);
|
46
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
47
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
48
|
+
viewBox: "0 0 28 28",
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
50
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-weather`],
|
51
|
+
width: "1em",
|
52
|
+
height: "1em"
|
53
|
+
}, _ctx.$attrs), [
|
54
|
+
createElementVNode("g", _hoisted_1, [
|
55
|
+
_hoisted_2,
|
56
|
+
createElementVNode("path", {
|
57
|
+
d: "M11.4812798,8.55555556 C12.89629,8.55555556 14.1523642,9.26515933 14.9401057,10.3617307 C13.0549678,11.2569334 11.7352756,13.2181698 11.6885255,15.5056708 C10.7854507,15.7205387 10.0299466,16.3161492 9.60101122,17.113504 C8.15766399,16.3859647 7.16235083,14.8438367 7.16235083,13.0592935 C7.16235083,10.5719477 9.09600118,8.55555556 11.4812798,8.55555556 Z",
|
58
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
59
|
+
transform: "translate(-2.496)"
|
60
|
+
}, null, 8, _hoisted_3),
|
61
|
+
_hoisted_4
|
62
|
+
])
|
63
|
+
], 16);
|
64
|
+
}
|
65
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
66
|
+
export { index as default };
|