@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.
Files changed (95) hide show
  1. package/dist/icon.js +1674 -22
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +134 -18
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconDecline/index.js +34 -0
  6. package/esm/IconRise/index.js +33 -0
  7. package/esm/IconSidebarBigScreen/index.js +52 -0
  8. package/esm/IconSidebarDashboard/index.js +41 -0
  9. package/esm/IconSidebarLight/index.js +30 -0
  10. package/esm/IconSidebarManage/index.js +30 -0
  11. package/esm/IconSidebarPole/index.js +30 -0
  12. package/esm/IconSliderTouchIcon/index.js +34 -0
  13. package/esm/IconStage110/index.js +75 -0
  14. package/esm/IconStageAdPublish/index.js +52 -0
  15. package/esm/IconStageBigScreen/index.js +69 -0
  16. package/esm/IconStageBox/index.js +67 -0
  17. package/esm/IconStageBoxIcon/index.js +80 -0
  18. package/esm/IconStageBroadcast/index.js +44 -0
  19. package/esm/IconStageCharge/index.js +76 -0
  20. package/esm/IconStageCityBroadcast/index.js +89 -0
  21. package/esm/IconStageDoorlock/index.js +56 -0
  22. package/esm/IconStageInfoPublish/index.js +66 -0
  23. package/esm/IconStageLight/index.js +40 -0
  24. package/esm/IconStageLightMange/index.js +74 -0
  25. package/esm/IconStageSafeMonitor/index.js +64 -0
  26. package/esm/IconStageSafeMonitorIcon/index.js +91 -0
  27. package/esm/IconStageSplitGroup/index.js +81 -0
  28. package/esm/IconStageStrongE/index.js +52 -0
  29. package/esm/IconStageTiltMonitor/index.js +61 -0
  30. package/esm/IconStageUserinfo/index.js +66 -0
  31. package/esm/IconStageWaterMonitor/index.js +75 -0
  32. package/esm/IconStageWeather/index.js +66 -0
  33. package/esm/IconStageWeatherIcon/index.js +82 -0
  34. package/esm/index.js +29 -0
  35. package/lib/IconDecline/index.js +35 -0
  36. package/lib/IconRise/index.js +34 -0
  37. package/lib/IconSidebarBigScreen/index.js +53 -0
  38. package/lib/IconSidebarDashboard/index.js +42 -0
  39. package/lib/IconSidebarLight/index.js +31 -0
  40. package/lib/IconSidebarManage/index.js +31 -0
  41. package/lib/IconSidebarPole/index.js +31 -0
  42. package/lib/IconSliderTouchIcon/index.js +35 -0
  43. package/lib/IconStage110/index.js +76 -0
  44. package/lib/IconStageAdPublish/index.js +53 -0
  45. package/lib/IconStageBigScreen/index.js +70 -0
  46. package/lib/IconStageBox/index.js +68 -0
  47. package/lib/IconStageBoxIcon/index.js +81 -0
  48. package/lib/IconStageBroadcast/index.js +45 -0
  49. package/lib/IconStageCharge/index.js +77 -0
  50. package/lib/IconStageCityBroadcast/index.js +90 -0
  51. package/lib/IconStageDoorlock/index.js +57 -0
  52. package/lib/IconStageInfoPublish/index.js +67 -0
  53. package/lib/IconStageLight/index.js +41 -0
  54. package/lib/IconStageLightMange/index.js +75 -0
  55. package/lib/IconStageSafeMonitor/index.js +65 -0
  56. package/lib/IconStageSafeMonitorIcon/index.js +92 -0
  57. package/lib/IconStageSplitGroup/index.js +82 -0
  58. package/lib/IconStageStrongE/index.js +53 -0
  59. package/lib/IconStageTiltMonitor/index.js +62 -0
  60. package/lib/IconStageUserinfo/index.js +67 -0
  61. package/lib/IconStageWaterMonitor/index.js +76 -0
  62. package/lib/IconStageWeather/index.js +67 -0
  63. package/lib/IconStageWeatherIcon/index.js +83 -0
  64. package/lib/index.js +58 -0
  65. package/package.json +1 -1
  66. package/src/IconDecline/index.vue +19 -0
  67. package/src/IconRise/index.vue +19 -0
  68. package/src/IconSidebarBigScreen/index.vue +19 -0
  69. package/src/IconSidebarDashboard/index.vue +19 -0
  70. package/src/IconSidebarLight/index.vue +19 -0
  71. package/src/IconSidebarManage/index.vue +19 -0
  72. package/src/IconSidebarPole/index.vue +19 -0
  73. package/src/IconSliderTouchIcon/index.vue +19 -0
  74. package/src/IconStage110/index.vue +19 -0
  75. package/src/IconStageAdPublish/index.vue +19 -0
  76. package/src/IconStageBigScreen/index.vue +19 -0
  77. package/src/IconStageBox/index.vue +19 -0
  78. package/src/IconStageBoxIcon/index.vue +19 -0
  79. package/src/IconStageBroadcast/index.vue +19 -0
  80. package/src/IconStageCharge/index.vue +19 -0
  81. package/src/IconStageCityBroadcast/index.vue +19 -0
  82. package/src/IconStageDoorlock/index.vue +19 -0
  83. package/src/IconStageInfoPublish/index.vue +19 -0
  84. package/src/IconStageLight/index.vue +19 -0
  85. package/src/IconStageLightMange/index.vue +19 -0
  86. package/src/IconStageSafeMonitor/index.vue +19 -0
  87. package/src/IconStageSafeMonitorIcon/index.vue +19 -0
  88. package/src/IconStageSplitGroup/index.vue +19 -0
  89. package/src/IconStageStrongE/index.vue +19 -0
  90. package/src/IconStageTiltMonitor/index.vue +19 -0
  91. package/src/IconStageUserinfo/index.vue +19 -0
  92. package/src/IconStageWaterMonitor/index.vue +19 -0
  93. package/src/IconStageWeather/index.vue +19 -0
  94. package/src/IconStageWeatherIcon/index.vue +19 -0
  95. package/src/index.js +30 -1
package/dist/icon.js CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  return target;
11
11
  };
12
- const _sfc_main$2 = {
12
+ const _sfc_main$v = {
13
13
  name: "IconShield",
14
14
  props: {
15
15
  prefix: {
@@ -22,8 +22,8 @@
22
22
  }
23
23
  }
24
24
  };
25
- const _hoisted_1$2 = ["fill"];
26
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
25
+ const _hoisted_1$v = ["fill"];
26
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
27
27
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
28
  viewBox: "0 0 20 20",
29
29
  xmlns: "http://www.w3.org/2000/svg",
@@ -36,11 +36,11 @@
36
36
  transform: "translate(4 3)",
37
37
  fill: $props.useCurrentColor ? "currentColor" : "#000",
38
38
  "fill-rule": "nonzero"
39
- }, null, 8, _hoisted_1$2)
39
+ }, null, 8, _hoisted_1$v)
40
40
  ], 16);
41
41
  }
42
- var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
43
- const _sfc_main$1 = {
42
+ var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
43
+ const _sfc_main$u = {
44
44
  name: "IconUser",
45
45
  props: {
46
46
  prefix: {
@@ -53,8 +53,8 @@
53
53
  }
54
54
  }
55
55
  };
56
- const _hoisted_1$1 = ["fill"];
57
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
56
+ const _hoisted_1$u = ["fill"];
57
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
58
58
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
59
59
  viewBox: "0 0 20 20",
60
60
  xmlns: "http://www.w3.org/2000/svg",
@@ -67,11 +67,11 @@
67
67
  transform: "translate(4.79 3.028)",
68
68
  fill: $props.useCurrentColor ? "currentColor" : "#000",
69
69
  "fill-rule": "nonzero"
70
- }, null, 8, _hoisted_1$1)
70
+ }, null, 8, _hoisted_1$u)
71
71
  ], 16);
72
72
  }
73
- var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
74
- const _sfc_main = {
73
+ var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
74
+ const _sfc_main$t = {
75
75
  name: "IconLock",
76
76
  props: {
77
77
  prefix: {
@@ -84,21 +84,21 @@
84
84
  }
85
85
  }
86
86
  };
87
- const _hoisted_1 = ["fill"];
88
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
87
+ const _hoisted_1$t = ["fill"];
88
+ const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("path", {
89
89
  d: "M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z",
90
90
  transform: "translate(4.705 2.994)"
91
91
  }, null, -1);
92
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
92
+ const _hoisted_3$l = /* @__PURE__ */ vue.createElementVNode("path", {
93
93
  d: "M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z",
94
94
  "fill-opacity": "1",
95
95
  transform: "translate(4.705 2.994)"
96
96
  }, null, -1);
97
- const _hoisted_4 = [
98
- _hoisted_2,
99
- _hoisted_3
97
+ const _hoisted_4$j = [
98
+ _hoisted_2$q,
99
+ _hoisted_3$l
100
100
  ];
101
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
101
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
102
102
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
103
103
  viewBox: "0 0 20 20",
104
104
  xmlns: "http://www.w3.org/2000/svg",
@@ -109,13 +109,1665 @@
109
109
  vue.createElementVNode("g", {
110
110
  "fill-rule": "nonzero",
111
111
  fill: $props.useCurrentColor ? "currentColor" : "#000"
112
- }, _hoisted_4, 8, _hoisted_1)
112
+ }, _hoisted_4$j, 8, _hoisted_1$t)
113
+ ], 16);
114
+ }
115
+ var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
116
+ const _sfc_main$s = {
117
+ name: "IconStageDoorlock",
118
+ props: {
119
+ prefix: {
120
+ type: String,
121
+ default: "bb"
122
+ },
123
+ useCurrentColor: {
124
+ type: Boolean,
125
+ default: true
126
+ }
127
+ }
128
+ };
129
+ const _hoisted_1$s = {
130
+ fill: "none",
131
+ "fill-rule": "evenodd"
132
+ };
133
+ const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", {
134
+ d: "M19.4444444,19.6652862 L19.4444444,25.8787879 C19.4444444,26.1911914 19.1832772,26.4444444 18.8611111,26.4444444 L6.02777778,26.4444444 C5.70561167,26.4444444 5.44444444,26.1911914 5.44444444,25.8787879 L5.44444444,2.12121212 C5.44444444,1.80880863 5.70561167,1.55555556 6.02777778,1.55555556 L18.8611111,1.55555556 C19.1832772,1.55555556 19.4444444,1.80880863 19.4444444,2.12121212 L19.4444444,16.6760228 L19.4444444,18.1310144",
135
+ stroke: "#33316A",
136
+ "stroke-width": "1.167",
137
+ "stroke-linejoin": "round"
138
+ }, null, -1);
139
+ const _hoisted_3$k = ["fill"];
140
+ const _hoisted_4$i = /* @__PURE__ */ vue.createElementVNode("path", {
141
+ d: "M15.5466207 20.2926772C15.0709016 21.1742391 14.1026264 21.7777778 12.9855072 21.7777778 11.3980221 21.7777778 10.1111111 20.5589974 10.1111111 19.0555556 10.1111111 17.5521137 11.3980221 16.3333333 12.9855072 16.3333333 14.1642411 16.3333333 15.1772593 17.0052844 15.6207828 17.9667843L24.1111111 17.9666667 24.1111111 20.1444444 15.6203468 20.1452714zM9.333 6.611L10.889 6.611M9.333 8.944L10.889 8.944M9.333 11.278L10.889 11.278M13.222 6.611L14.778 6.611M13.222 8.944L14.778 8.944M13.222 11.278L14.778 11.278",
142
+ stroke: "#33316A",
143
+ "stroke-width": "1.167",
144
+ "stroke-linejoin": "round"
145
+ }, null, -1);
146
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
147
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
148
+ viewBox: "0 0 28 28",
149
+ xmlns: "http://www.w3.org/2000/svg",
150
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-doorlock`],
151
+ width: "1em",
152
+ height: "1em"
153
+ }, _ctx.$attrs), [
154
+ vue.createElementVNode("g", _hoisted_1$s, [
155
+ _hoisted_2$p,
156
+ vue.createElementVNode("rect", {
157
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
158
+ x: "7.778",
159
+ y: "3.889",
160
+ width: "9.333",
161
+ height: "10.111",
162
+ rx: ".577"
163
+ }, null, 8, _hoisted_3$k),
164
+ _hoisted_4$i
165
+ ])
166
+ ], 16);
167
+ }
168
+ var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
169
+ const _sfc_main$r = {
170
+ name: "IconStageLight",
171
+ props: {
172
+ prefix: {
173
+ type: String,
174
+ default: "bb"
175
+ },
176
+ useCurrentColor: {
177
+ type: Boolean,
178
+ default: true
179
+ }
180
+ }
181
+ };
182
+ const _hoisted_1$r = {
183
+ fill: "none",
184
+ "fill-rule": "evenodd"
185
+ };
186
+ const _hoisted_2$o = ["fill"];
187
+ const _hoisted_3$j = /* @__PURE__ */ vue.createStaticVNode('<path stroke="#21B2EC" stroke-width="1.958" stroke-linejoin="round" d="M14.389 1.944L14.389 3.889"></path><path d="M14,4.66666667 C20.3121805,4.66666667 25.4542204,9.50681559 25.6666353,15.555061 L2.33336466,15.555061 C2.54577961,9.50681559 7.68781952,4.66666667 14,4.66666667 Z" stroke="#33316A" stroke-width="1.167" stroke-linejoin="round"></path><g stroke-linejoin="round"><path stroke="#282461" stroke-width=".87" stroke-linecap="round" d="M10.883 4.898L10.985 7.778" transform="translate(3.889 18.667)"></path><path stroke="#33316A" stroke-width="1.167" d="M18.072 0.288L21 0.288" transform="translate(3.889 18.667)"></path><g stroke="#33316A" stroke-width="1.167"><path d="M2.503.288L5.432.288M0 3.746L1.791 6.025" transform="matrix(-1 0 0 1 9.32 18.667)"></path></g><path stroke="#33316A" stroke-width="1.167" d="M15.568 3.746L17.36 6.025" transform="translate(3.889 18.667)"></path></g>', 3);
188
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
189
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
190
+ viewBox: "0 0 28 28",
191
+ xmlns: "http://www.w3.org/2000/svg",
192
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-light`],
193
+ width: "1em",
194
+ height: "1em"
195
+ }, _ctx.$attrs), [
196
+ vue.createElementVNode("g", _hoisted_1$r, [
197
+ vue.createElementVNode("path", {
198
+ d: "M8.55555556,14.7777778 L19.4444444,14.7777778 L19.4444444,15.5555556 C19.4444444,18.5624392 17.0068836,21 14,21 C10.9931164,21 8.55555556,18.5624392 8.55555556,15.5555556 L8.55555556,14.7777778 L8.55555556,14.7777778 Z",
199
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC"
200
+ }, null, 8, _hoisted_2$o),
201
+ _hoisted_3$j
202
+ ])
203
+ ], 16);
204
+ }
205
+ var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
206
+ const _sfc_main$q = {
207
+ name: "IconStageBroadcast",
208
+ props: {
209
+ prefix: {
210
+ type: String,
211
+ default: "bb"
212
+ },
213
+ useCurrentColor: {
214
+ type: Boolean,
215
+ default: true
216
+ }
217
+ }
218
+ };
219
+ const _hoisted_1$q = {
220
+ fill: "none",
221
+ "fill-rule": "evenodd"
222
+ };
223
+ const _hoisted_2$n = ["fill"];
224
+ const _hoisted_3$i = /* @__PURE__ */ vue.createStaticVNode('<path d="M11.6666667,10.8888889 L11.6666667,7.66255144 C11.6666667,6.00796997 13.0595586,4.66666667 14.7777778,4.66666667" stroke="#FFF" stroke-width="1.129" stroke-linecap="round"></path><path d="M20.2222222 14L20.2222222 15.480775C20.2222222 18.9585136 17.262327 21.7777778 13.6111111 21.7777778 9.95989527 21.7777778 7 18.9585136 7 15.480775L7 14M13.611 21.778L13.611 25.667M9.333 26.056L17.889 26.056" stroke="#282461" stroke-width="1.129" stroke-linecap="round"></path><g stroke="#282461" stroke-linecap="round" stroke-width="1.129"><path d="M.268155559 7C.49290496 6.3072005.613477393 5.57408136.613477393 4.81547894.613477393 3.94730811.455559998 3.11251349.164300384 2.33333333M3.95639898 8.55555556C4.41484225 7.2597034 4.66666667 5.84799219 4.66666667 4.37077145 4.66666667 2.82257089 4.39006074 1.34632652 3.88888889 0" transform="translate(20.222 3.111)"></path></g><g stroke="#282461" stroke-linecap="round" stroke-width="1.129"><path d="M.268155559 7C.49290496 6.3072005.613477393 5.57408136.613477393 4.81547894.613477393 3.94730811.455559998 3.11251349.164300384 2.33333333M3.14478472 8.55555556C3.6250678 7.24495843 3.88888889 5.81718394 3.88888889 4.32315451 3.88888889 2.79456824 3.61272232 1.33533731 3.11111111 0" transform="matrix(-1 0 0 1 6.222 3.111)"></path></g>', 4);
225
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
226
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
227
+ viewBox: "0 0 28 28",
228
+ xmlns: "http://www.w3.org/2000/svg",
229
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-broadcast`],
230
+ width: "1em",
231
+ height: "1em"
232
+ }, _ctx.$attrs), [
233
+ vue.createElementVNode("g", _hoisted_1$q, [
234
+ vue.createElementVNode("rect", {
235
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
236
+ x: "9.333",
237
+ y: "2.333",
238
+ width: "8.556",
239
+ height: "16.333",
240
+ rx: "4.278"
241
+ }, null, 8, _hoisted_2$n),
242
+ _hoisted_3$i
243
+ ])
244
+ ], 16);
245
+ }
246
+ var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
247
+ const _sfc_main$p = {
248
+ name: "IconStage110",
249
+ props: {
250
+ prefix: {
251
+ type: String,
252
+ default: "bb"
253
+ },
254
+ useCurrentColor: {
255
+ type: Boolean,
256
+ default: true
257
+ }
258
+ }
259
+ };
260
+ const _hoisted_1$p = {
261
+ fill: "none",
262
+ "fill-rule": "evenodd"
263
+ };
264
+ const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("g", {
265
+ stroke: "#33316A",
266
+ "stroke-linejoin": "round",
267
+ "stroke-width": "1.167"
268
+ }, [
269
+ /* @__PURE__ */ vue.createElementVNode("path", {
270
+ d: "M12.765 7.778L12.901 12.444M22.556.389L26.444.389",
271
+ transform: "rotate(-180 13.611 6.611)"
272
+ }),
273
+ /* @__PURE__ */ vue.createElementVNode("path", {
274
+ d: "M3.226.446L7 .446M0 5.803L2.309 9.333",
275
+ transform: "matrix(1 0 0 -1 20.222 13.222)"
276
+ }),
277
+ /* @__PURE__ */ vue.createElementVNode("path", {
278
+ d: "M19.444 6.222L21.778 9.333",
279
+ transform: "rotate(-180 13.611 6.611)"
280
+ })
281
+ ], -1);
282
+ const _hoisted_3$h = ["fill"];
283
+ const _hoisted_4$h = /* @__PURE__ */ vue.createElementVNode("rect", {
284
+ stroke: "#33316A",
285
+ "stroke-width": "1.167",
286
+ "stroke-linejoin": "round",
287
+ x: "2.333",
288
+ y: "24.111",
289
+ width: "24.111",
290
+ height: "2.333",
291
+ rx: ".633"
292
+ }, null, -1);
293
+ const _hoisted_5$e = /* @__PURE__ */ vue.createElementVNode("path", {
294
+ d: "M10.8888889,17.8888889 L10.8888889,15.0658436 C10.8888889,13.6180848 11.9335578,12.4444444 13.2222222,12.4444444",
295
+ stroke: "#FFF",
296
+ "stroke-width": "1.266",
297
+ "stroke-linecap": "round"
298
+ }, null, -1);
299
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
300
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
301
+ viewBox: "0 0 28 28",
302
+ xmlns: "http://www.w3.org/2000/svg",
303
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-110`],
304
+ width: "1em",
305
+ height: "1em"
306
+ }, _ctx.$attrs), [
307
+ vue.createElementVNode("g", _hoisted_1$p, [
308
+ _hoisted_2$m,
309
+ vue.createElementVNode("path", {
310
+ d: "M14,7.77777778 C17.8659932,7.77777778 21,10.9117845 21,14.7777778 L21,23.3333333 L21,23.3333333 L7,23.3333333 L7,14.7777778 C7,10.9117845 10.1340068,7.77777778 14,7.77777778 Z",
311
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC"
312
+ }, null, 8, _hoisted_3$h),
313
+ _hoisted_4$h,
314
+ _hoisted_5$e
315
+ ])
316
+ ], 16);
317
+ }
318
+ var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
319
+ const _sfc_main$o = {
320
+ name: "IconStageCharge",
321
+ props: {
322
+ prefix: {
323
+ type: String,
324
+ default: "bb"
325
+ },
326
+ useCurrentColor: {
327
+ type: Boolean,
328
+ default: true
329
+ }
330
+ }
331
+ };
332
+ const _hoisted_1$o = {
333
+ fill: "none",
334
+ "fill-rule": "evenodd"
335
+ };
336
+ const _hoisted_2$l = ["fill"];
337
+ const _hoisted_3$g = /* @__PURE__ */ vue.createElementVNode("rect", {
338
+ stroke: "#33316A",
339
+ "stroke-width": "1.167",
340
+ "stroke-linejoin": "round",
341
+ x: "5.444",
342
+ y: "1.556",
343
+ width: "14.778",
344
+ height: "23.333",
345
+ rx: ".622"
346
+ }, null, -1);
347
+ const _hoisted_4$g = ["fill"];
348
+ const _hoisted_5$d = /* @__PURE__ */ vue.createElementVNode("path", {
349
+ stroke: "#33316A",
350
+ "stroke-width": "1.167",
351
+ "stroke-linejoin": "round",
352
+ d: "M20.2222222 11.3484848L23.3156566 11.030303 23.3156566 18.6666667 25.6666667 18.6666667 25.6666667 7.21212121 23.1919192 4.66666667"
353
+ }, null, -1);
354
+ const _hoisted_6$b = /* @__PURE__ */ vue.createElementVNode("rect", {
355
+ stroke: "#33316A",
356
+ "stroke-width": "1.167",
357
+ "stroke-linejoin": "round",
358
+ x: "2.333",
359
+ y: "24.889",
360
+ width: "21",
361
+ height: "1.556",
362
+ rx: ".622"
363
+ }, null, -1);
364
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
365
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
366
+ viewBox: "0 0 28 28",
367
+ xmlns: "http://www.w3.org/2000/svg",
368
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-charge`],
369
+ width: "1em",
370
+ height: "1em"
371
+ }, _ctx.$attrs), [
372
+ vue.createElementVNode("g", _hoisted_1$o, [
373
+ vue.createElementVNode("path", {
374
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
375
+ d: "M13.472482 12.4444444L10.1111111 16.9426183 12.4982675 16.9446173 12.2220691 20.2222222 15.5555556 15.507816 13.472482 15.507816z"
376
+ }, null, 8, _hoisted_2$l),
377
+ _hoisted_3$g,
378
+ vue.createElementVNode("rect", {
379
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
380
+ x: "7.778",
381
+ y: "4.667",
382
+ width: "10.111",
383
+ height: "6.222",
384
+ rx: ".622"
385
+ }, null, 8, _hoisted_4$g),
386
+ _hoisted_5$d,
387
+ _hoisted_6$b
388
+ ])
389
+ ], 16);
390
+ }
391
+ var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
392
+ const _sfc_main$n = {
393
+ name: "IconStageInfoPublish",
394
+ props: {
395
+ prefix: {
396
+ type: String,
397
+ default: "bb"
398
+ },
399
+ useCurrentColor: {
400
+ type: Boolean,
401
+ default: true
402
+ }
403
+ }
404
+ };
405
+ const _hoisted_1$n = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="79.492%" id="svg_da1b715a79__a"><stop stop-color="#D54EFF" offset="0%"></stop><stop stop-color="#E0A7FF" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_da1b715a79__b"><stop stop-color="#D35DF5" offset="0%"></stop><stop stop-color="#A730E8" offset="100%"></stop></linearGradient></defs>', 1);
406
+ const _hoisted_2$k = {
407
+ fill: "none",
408
+ "fill-rule": "evenodd"
409
+ };
410
+ const _hoisted_3$f = ["fill"];
411
+ const _hoisted_4$f = { transform: "translate(14 9)" };
412
+ const _hoisted_5$c = ["fill"];
413
+ const _hoisted_6$a = ["fill"];
414
+ const _hoisted_7$9 = /* @__PURE__ */ vue.createElementVNode("path", {
415
+ stroke: "#FFF",
416
+ "stroke-width": "3.152",
417
+ "stroke-linecap": "round",
418
+ d: "M5.478 23.26L30.522 23.26M5.478 30.563L21.125 30.563"
419
+ }, null, -1);
420
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
421
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
422
+ viewBox: "0 0 64 64",
423
+ xmlns: "http://www.w3.org/2000/svg",
424
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-info-publish`],
425
+ width: "1em",
426
+ height: "1em"
427
+ }, _ctx.$attrs), [
428
+ _hoisted_1$n,
429
+ vue.createElementVNode("g", _hoisted_2$k, [
430
+ vue.createElementVNode("rect", {
431
+ fill: $props.useCurrentColor ? "currentColor" : "#A730E8",
432
+ opacity: ".1",
433
+ width: "64",
434
+ height: "64",
435
+ rx: "32"
436
+ }, null, 8, _hoisted_3$f),
437
+ vue.createElementVNode("g", _hoisted_4$f, [
438
+ vue.createElementVNode("path", {
439
+ d: "M18,0 L32.8695652,12.6153846 L25.0434348,12.615 L25.0434783,27.5972551 C25.0434783,28.4675575 24.3379588,29.1730769 23.4676564,29.1730769 L12.5323436,29.1730769 C11.6620412,29.1730769 10.9565217,28.4675575 10.9565217,27.5972551 L10.9564348,12.615 L3.13043478,12.6153846 L18,0 Z",
440
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__a)"
441
+ }, null, 8, _hoisted_5$c),
442
+ vue.createElementVNode("rect", {
443
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__b)",
444
+ y: "15.769",
445
+ width: "36",
446
+ height: "25.231",
447
+ rx: "1.576"
448
+ }, null, 8, _hoisted_6$a),
449
+ _hoisted_7$9
450
+ ])
451
+ ])
452
+ ], 16);
453
+ }
454
+ var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
455
+ const _sfc_main$m = {
456
+ name: "IconStageBox",
457
+ props: {
458
+ prefix: {
459
+ type: String,
460
+ default: "bb"
461
+ },
462
+ useCurrentColor: {
463
+ type: Boolean,
464
+ default: true
465
+ }
466
+ }
467
+ };
468
+ const _hoisted_1$m = {
469
+ fill: "none",
470
+ "fill-rule": "evenodd"
471
+ };
472
+ const _hoisted_2$j = ["fill"];
473
+ const _hoisted_3$e = ["fill"];
474
+ const _hoisted_4$e = ["fill"];
475
+ const _hoisted_5$b = /* @__PURE__ */ vue.createElementVNode("path", {
476
+ stroke: "#282461",
477
+ "stroke-width": "1.167",
478
+ "stroke-linejoin": "round",
479
+ d: "M11.8843284 -2.1911485e-15L23.6718964 6.02777778 23.6718964 15.75 11.8843284 22.5555556 0.0967603623 15.75 0.0967603623 6.02777778z",
480
+ transform: "translate(2.333 3.111)"
481
+ }, null, -1);
482
+ const _hoisted_6$9 = /* @__PURE__ */ vue.createElementVNode("path", {
483
+ stroke: "#282461",
484
+ "stroke-width": "1.167",
485
+ "stroke-linecap": "round",
486
+ d: "M11.8843284 21.7777778L11.8843284 12.8333333 23.6670813 6.52930659",
487
+ transform: "translate(2.333 3.111)"
488
+ }, null, -1);
489
+ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
490
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
491
+ viewBox: "0 0 28 28",
492
+ xmlns: "http://www.w3.org/2000/svg",
493
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-box`],
494
+ width: "1em",
495
+ height: "1em"
496
+ }, _ctx.$attrs), [
497
+ vue.createElementVNode("g", _hoisted_1$m, [
498
+ vue.createElementVNode("path", {
499
+ d: "M15.5658884,14.3283226 L16.22206,14.6599346 C16.7457774,14.9246076 17.0759878,15.4614708 17.0759878,16.0482687 L17.0759878,16.5039114 C17.0759878,16.9778897 16.6917525,17.3621251 16.2177741,17.3621251 C16.0801474,17.3621251 15.9445391,17.3290262 15.8223883,17.2656205 L15.1610382,16.9223287 C14.6456161,16.6547849 14.3221393,16.1224159 14.3221393,15.5416926 L14.3221393,15.0933199 C14.3221393,14.6199349 14.7058937,14.2361805 15.1792787,14.2361805 C15.3135878,14.2361805 15.4460174,14.2677429 15.5658884,14.3283226 Z",
500
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
501
+ transform: "matrix(-1 0 0 1 33.731 3.111)"
502
+ }, null, 8, _hoisted_2$j),
503
+ vue.createElementVNode("path", {
504
+ d: "M19.6289066,11.8905116 L20.2850783,12.2221236 C20.8087956,12.4867967 21.1390061,13.0236599 21.1390061,13.6104577 L21.1390061,14.0661004 C21.1390061,14.5400788 20.7547707,14.9243141 20.2807924,14.9243141 C20.1431657,14.9243141 20.0075574,14.8912153 19.8854065,14.8278096 L19.2240564,14.4845178 C18.7086343,14.216974 18.3851575,13.684605 18.3851575,13.1038816 L18.3851575,12.655509 C18.3851575,12.1821239 18.7689119,11.7983696 19.242297,11.7983696 C19.3766061,11.7983696 19.5090357,11.829932 19.6289066,11.8905116 Z",
505
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
506
+ transform: "matrix(-1 0 0 1 41.857 3.111)"
507
+ }, null, 8, _hoisted_3$e),
508
+ vue.createElementVNode("path", {
509
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
510
+ d: "M0 6.52930659L11.8843284 12.8333333 11.8843284 22.5555556 0.101575456 15.477016z",
511
+ transform: "translate(2.333 3.111)"
512
+ }, null, 8, _hoisted_4$e),
513
+ _hoisted_5$b,
514
+ _hoisted_6$9
515
+ ])
516
+ ], 16);
517
+ }
518
+ var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
519
+ const _sfc_main$l = {
520
+ name: "IconStageWeatherIcon",
521
+ props: {
522
+ prefix: {
523
+ type: String,
524
+ default: "bb"
525
+ },
526
+ useCurrentColor: {
527
+ type: Boolean,
528
+ default: true
529
+ }
530
+ }
531
+ };
532
+ const _hoisted_1$l = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_40ad95a5e5__a"><stop stop-color="#45D9F7" offset="0%"></stop><stop stop-color="#21B2EC" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_40ad95a5e5__b"><stop stop-color="#D8F6FF" offset="0%"></stop><stop stop-color="#95E1FF" offset="100%"></stop></linearGradient></defs>', 1);
533
+ const _hoisted_2$i = {
534
+ fill: "none",
535
+ "fill-rule": "evenodd"
536
+ };
537
+ const _hoisted_3$d = ["fill"];
538
+ const _hoisted_4$d = /* @__PURE__ */ vue.createElementVNode("g", {
539
+ stroke: "#87DDFF",
540
+ "stroke-linejoin": "round",
541
+ "stroke-width": "2.019"
542
+ }, [
543
+ /* @__PURE__ */ vue.createElementVNode("path", {
544
+ d: "M14.626 7.622L14.93 11.783M24.462.446L28.174.446",
545
+ transform: "rotate(125 11.161 15.373)"
546
+ }),
547
+ /* @__PURE__ */ vue.createElementVNode("path", {
548
+ d: "M3.421.376L7.423.376M0 4.893L2.448 7.87",
549
+ transform: "scale(1 -1) rotate(55 33.243 14.31)"
550
+ }),
551
+ /* @__PURE__ */ vue.createElementVNode("path", {
552
+ d: "M21.485 5.092L23.712 7.954",
553
+ transform: "rotate(125 11.161 15.373)"
554
+ })
555
+ ], -1);
556
+ const _hoisted_5$a = ["fill"];
557
+ const _hoisted_6$8 = ["fill"];
558
+ const _hoisted_7$8 = /* @__PURE__ */ vue.createElementVNode("path", {
559
+ d: "M39.7204543,34.1803613 L26.7758412,34.1803613 C24.462893,34.1803613 22.5878781,32.4702508 22.5878781,30.3607225 C22.5878781,28.2511943 24.462893,26.5410838 26.7758412,26.5410838",
560
+ stroke: "#FFF",
561
+ "stroke-width": "2.284",
562
+ "stroke-linecap": "round",
563
+ transform: "translate(4 8)"
564
+ }, null, -1);
565
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
566
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
567
+ viewBox: "0 0 64 64",
568
+ xmlns: "http://www.w3.org/2000/svg",
569
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-weather-icon`],
570
+ width: "1em",
571
+ height: "1em"
572
+ }, _ctx.$attrs), [
573
+ _hoisted_1$l,
574
+ vue.createElementVNode("g", _hoisted_2$i, [
575
+ vue.createElementVNode("rect", {
576
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
577
+ opacity: ".1",
578
+ width: "64",
579
+ height: "64",
580
+ rx: "32"
581
+ }, null, 8, _hoisted_3$d),
582
+ _hoisted_4$d,
583
+ vue.createElementVNode("path", {
584
+ d: "M20.3002659,14.3182399 C22.7934396,14.3182399 25.0066312,15.5211605 26.3949119,17.3801753 C23.0848883,18.8937356 20.7629481,22.2036966 20.6663391,26.0681432 C19.0655727,26.3966922 17.7205153,27.4264065 16.9662086,28.8222446 C14.4335608,27.5833018 12.6890563,24.9740635 12.6890563,21.9559554 C12.6890563,17.7377616 16.0967109,14.3182399 20.3002659,14.3182399 Z",
585
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__a)",
586
+ transform: "translate(4 8)"
587
+ }, null, 8, _hoisted_5$a),
588
+ vue.createElementVNode("path", {
589
+ d: "M21.4667856,38 C17.8805877,38 14.9733998,35.0928121 14.9733998,31.5066142 C14.9733998,28.2994311 17.2985557,25.6353173 20.3551244,25.1080158 C20.8999523,19.4835992 25.7825993,15.0821676 31.7252521,15.0821676 C36.1950901,15.0821676 40.0652321,17.5722678 41.9412314,21.2001125 C46.4199607,21.3665735 50,25.0622411 50,29.5967948 C50,33.442894 47.4245114,36.6854964 43.9094042,37.6834042 L43.9084174,38 L21.4667856,38 Z",
590
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__b)",
591
+ transform: "translate(4 8)"
592
+ }, null, 8, _hoisted_6$8),
593
+ _hoisted_7$8
594
+ ])
595
+ ], 16);
596
+ }
597
+ var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
598
+ const _sfc_main$k = {
599
+ name: "IconStageWeather",
600
+ props: {
601
+ prefix: {
602
+ type: String,
603
+ default: "bb"
604
+ },
605
+ useCurrentColor: {
606
+ type: Boolean,
607
+ default: true
608
+ }
609
+ }
610
+ };
611
+ const _hoisted_1$k = {
612
+ fill: "none",
613
+ "fill-rule": "evenodd"
614
+ };
615
+ const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("g", {
616
+ stroke: "#33316A",
617
+ "stroke-linejoin": "round",
618
+ "stroke-width": "1.167"
619
+ }, [
620
+ /* @__PURE__ */ vue.createElementVNode("path", {
621
+ d: "M8.479 4.365L8.656 6.748M14.182.256L16.333.256",
622
+ transform: "rotate(125 5.194 5.412)"
623
+ }),
624
+ /* @__PURE__ */ vue.createElementVNode("path", {
625
+ d: "M1.983.216L4.303.216M0 2.802L1.419 4.507",
626
+ transform: "scale(1 -1) rotate(55 12.549 5.844)"
627
+ }),
628
+ /* @__PURE__ */ vue.createElementVNode("path", {
629
+ d: "M12.456 2.916L13.747 4.555",
630
+ transform: "rotate(125 5.194 5.412)"
631
+ })
632
+ ], -1);
633
+ const _hoisted_3$c = ["fill"];
634
+ const _hoisted_4$c = /* @__PURE__ */ vue.createElementVNode("path", {
635
+ 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",
636
+ stroke: "#33316A",
637
+ "stroke-width": "1.167",
638
+ "stroke-linejoin": "round",
639
+ transform: "translate(-2.496)"
640
+ }, null, -1);
641
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
642
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
643
+ viewBox: "0 0 28 28",
644
+ xmlns: "http://www.w3.org/2000/svg",
645
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-weather`],
646
+ width: "1em",
647
+ height: "1em"
648
+ }, _ctx.$attrs), [
649
+ vue.createElementVNode("g", _hoisted_1$k, [
650
+ _hoisted_2$h,
651
+ vue.createElementVNode("path", {
652
+ 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",
653
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
654
+ transform: "translate(-2.496)"
655
+ }, null, 8, _hoisted_3$c),
656
+ _hoisted_4$c
657
+ ])
658
+ ], 16);
659
+ }
660
+ var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
661
+ const _sfc_main$j = {
662
+ name: "IconStageSplitGroup",
663
+ props: {
664
+ prefix: {
665
+ type: String,
666
+ default: "bb"
667
+ },
668
+ useCurrentColor: {
669
+ type: Boolean,
670
+ default: true
671
+ }
672
+ }
673
+ };
674
+ const _hoisted_1$j = /* @__PURE__ */ vue.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);
675
+ const _hoisted_2$g = {
676
+ fill: "none",
677
+ "fill-rule": "evenodd"
678
+ };
679
+ const _hoisted_3$b = ["fill"];
680
+ const _hoisted_4$b = { transform: "translate(13 12)" };
681
+ const _hoisted_5$9 = /* @__PURE__ */ vue.createElementVNode("path", {
682
+ stroke: "#14E58D",
683
+ "stroke-width": "2.957",
684
+ d: "M12 14L12 20.6 26 20.6 26 26"
685
+ }, null, -1);
686
+ const _hoisted_6$7 = ["fill"];
687
+ const _hoisted_7$7 = /* @__PURE__ */ vue.createElementVNode("path", {
688
+ stroke: "#FFF",
689
+ "stroke-width": "2.957",
690
+ "stroke-linecap": "round",
691
+ d: "M6 7.5L32 7.5"
692
+ }, null, -1);
693
+ const _hoisted_8$4 = ["fill"];
694
+ const _hoisted_9$4 = /* @__PURE__ */ vue.createElementVNode("path", {
695
+ stroke: "#FFF",
696
+ "stroke-width": "2.957",
697
+ "stroke-linecap": "round",
698
+ d: "M6 33.5L32 33.5"
699
+ }, null, -1);
700
+ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
701
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
702
+ viewBox: "0 0 64 64",
703
+ xmlns: "http://www.w3.org/2000/svg",
704
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-split-group`],
705
+ width: "1em",
706
+ height: "1em"
707
+ }, _ctx.$attrs), [
708
+ _hoisted_1$j,
709
+ vue.createElementVNode("g", _hoisted_2$g, [
710
+ vue.createElementVNode("rect", {
711
+ fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
712
+ opacity: ".1",
713
+ width: "64",
714
+ height: "64",
715
+ rx: "32"
716
+ }, null, 8, _hoisted_3$b),
717
+ vue.createElementVNode("g", _hoisted_4$b, [
718
+ _hoisted_5$9,
719
+ vue.createElementVNode("rect", {
720
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__a)",
721
+ width: "38",
722
+ height: "15",
723
+ rx: "1.478"
724
+ }, null, 8, _hoisted_6$7),
725
+ _hoisted_7$7,
726
+ vue.createElementVNode("rect", {
727
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__b)",
728
+ y: "25",
729
+ width: "38",
730
+ height: "15",
731
+ rx: "1.478"
732
+ }, null, 8, _hoisted_8$4),
733
+ _hoisted_9$4
734
+ ])
735
+ ])
736
+ ], 16);
737
+ }
738
+ var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
739
+ const _sfc_main$i = {
740
+ name: "IconStageAdPublish",
741
+ props: {
742
+ prefix: {
743
+ type: String,
744
+ default: "bb"
745
+ },
746
+ useCurrentColor: {
747
+ type: Boolean,
748
+ default: true
749
+ }
750
+ }
751
+ };
752
+ const _hoisted_1$i = {
753
+ fill: "none",
754
+ "fill-rule": "evenodd"
755
+ };
756
+ const _hoisted_2$f = ["fill"];
757
+ const _hoisted_3$a = /* @__PURE__ */ vue.createElementVNode("path", {
758
+ stroke: "#312D67",
759
+ "stroke-width": "1.167",
760
+ "stroke-linejoin": "round",
761
+ d: "M2.16210003 16.1823725L23.8475575 1.81086162 9.85742104 17.5108179z"
762
+ }, null, -1);
763
+ const _hoisted_4$a = /* @__PURE__ */ vue.createElementVNode("path", {
764
+ stroke: "#282461",
765
+ "stroke-width": "1.167",
766
+ "stroke-linejoin": "round",
767
+ d: "M14.7492299 18.2752169L23.8475575 23.1963098 24.2550463 1.81086162z"
768
+ }, null, -1);
769
+ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
770
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
771
+ viewBox: "0 0 28 28",
772
+ xmlns: "http://www.w3.org/2000/svg",
773
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-ad-publish`],
774
+ width: "1em",
775
+ height: "1em"
776
+ }, _ctx.$attrs), [
777
+ vue.createElementVNode("g", _hoisted_1$i, [
778
+ vue.createElementVNode("path", {
779
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
780
+ d: "M23.8475575 2.81063132L9.85742104 17.5108179 9.85742104 27.4775283z"
781
+ }, null, 8, _hoisted_2$f),
782
+ _hoisted_3$a,
783
+ _hoisted_4$a
784
+ ])
785
+ ], 16);
786
+ }
787
+ var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
788
+ const _sfc_main$h = {
789
+ name: "IconStageSafeMonitor",
790
+ props: {
791
+ prefix: {
792
+ type: String,
793
+ default: "bb"
794
+ },
795
+ useCurrentColor: {
796
+ type: Boolean,
797
+ default: true
798
+ }
799
+ }
800
+ };
801
+ const _hoisted_1$h = {
802
+ transform: "translate(3.889 1.556)",
803
+ fill: "none",
804
+ "fill-rule": "evenodd"
805
+ };
806
+ const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("circle", {
807
+ stroke: "#33316A",
808
+ "stroke-width": "1.167",
809
+ "stroke-linejoin": "round",
810
+ cx: "9.722",
811
+ cy: "9.722",
812
+ r: "9.722"
813
+ }, null, -1);
814
+ const _hoisted_3$9 = ["fill"];
815
+ const _hoisted_4$9 = ["fill"];
816
+ const _hoisted_5$8 = /* @__PURE__ */ vue.createElementVNode("path", {
817
+ 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",
818
+ stroke: "#33316A",
819
+ "stroke-width": "1.167",
820
+ "stroke-linejoin": "round"
821
+ }, null, -1);
822
+ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
823
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
824
+ viewBox: "0 0 28 28",
825
+ xmlns: "http://www.w3.org/2000/svg",
826
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-safe-monitor`],
827
+ width: "1em",
828
+ height: "1em"
829
+ }, _ctx.$attrs), [
830
+ vue.createElementVNode("g", _hoisted_1$h, [
831
+ _hoisted_2$e,
832
+ vue.createElementVNode("circle", {
833
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
834
+ cx: "9.722",
835
+ cy: "9.722",
836
+ r: "4.278"
837
+ }, null, 8, _hoisted_3$9),
838
+ vue.createElementVNode("circle", {
839
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
840
+ cx: "10.5",
841
+ cy: "2.722",
842
+ r: "1.167"
843
+ }, null, 8, _hoisted_4$9),
844
+ _hoisted_5$8
845
+ ])
846
+ ], 16);
847
+ }
848
+ var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
849
+ const _sfc_main$g = {
850
+ name: "IconStageCityBroadcast",
851
+ props: {
852
+ prefix: {
853
+ type: String,
854
+ default: "bb"
855
+ },
856
+ useCurrentColor: {
857
+ type: Boolean,
858
+ default: true
859
+ }
860
+ }
861
+ };
862
+ const _hoisted_1$g = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient x1="-14.38%" y1="52.706%" x2="88.5%" y2="52.706%" id="svg_cfbfb4c240__a"><stop stop-color="#FFEBA3" offset="0%"></stop><stop stop-color="#FFC23F" offset="100%"></stop></linearGradient><linearGradient x1="45.112%" y1="46.664%" x2="50%" y2="100%" id="svg_cfbfb4c240__c"><stop stop-color="#FFDE49" offset="0%"></stop><stop stop-color="#FFBA23" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_cfbfb4c240__e"><stop stop-color="#FFF28D" offset="0%"></stop><stop stop-color="#FEE154" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_cfbfb4c240__f"><stop stop-color="#FFF28D" offset="0%"></stop><stop stop-color="#FEE154" offset="100%"></stop></linearGradient><path id="svg_cfbfb4c240__b" d="M1.39995888e-12 9.5483871L14.1682119 -5.93067262e-14 14.1682119 37 1.39995888e-12 27.4516129z"></path></defs>', 1);
863
+ const _hoisted_2$d = {
864
+ fill: "none",
865
+ "fill-rule": "evenodd"
866
+ };
867
+ const _hoisted_3$8 = ["fill"];
868
+ const _hoisted_4$8 = ["fill"];
869
+ const _hoisted_5$7 = { transform: "translate(19.407 13)" };
870
+ const _hoisted_6$6 = ["fill"];
871
+ const _hoisted_7$6 = /* @__PURE__ */ vue.createElementVNode("use", { "xlink:href": "#svg_cfbfb4c240__b" }, null, -1);
872
+ const _hoisted_8$3 = [
873
+ _hoisted_7$6
874
+ ];
875
+ const _hoisted_9$3 = ["fill"];
876
+ const _hoisted_10$2 = ["fill"];
877
+ const _hoisted_11$1 = /* @__PURE__ */ vue.createElementVNode("path", {
878
+ d: "M25.9259259,25.9 C30.4260239,25.9 34.0740741,22.4212525 34.0740741,18.13 C34.0740741,13.8387475 30.4260239,10.36 25.9259259,10.36",
879
+ stroke: "url(#svg_cfbfb4c240__e)",
880
+ "stroke-width": "2.741",
881
+ "stroke-linecap": "round",
882
+ transform: "translate(12 13)"
883
+ }, null, -1);
884
+ const _hoisted_12 = /* @__PURE__ */ vue.createElementVNode("path", {
885
+ d: "M25.9259259,31.82 C33.6988224,31.82 40,25.6907782 40,18.13 C40,10.5692218 33.6988224,4.44 25.9259259,4.44",
886
+ stroke: "url(#svg_cfbfb4c240__f)",
887
+ "stroke-width": "2.741",
888
+ "stroke-linecap": "round",
889
+ transform: "translate(12 13)"
890
+ }, null, -1);
891
+ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
892
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
893
+ viewBox: "0 0 64 64",
894
+ xmlns: "http://www.w3.org/2000/svg",
895
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
896
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-city-broadcast`],
897
+ width: "1em",
898
+ height: "1em"
899
+ }, _ctx.$attrs), [
900
+ _hoisted_1$g,
901
+ vue.createElementVNode("g", _hoisted_2$d, [
902
+ vue.createElementVNode("rect", {
903
+ fill: $props.useCurrentColor ? "currentColor" : "#FFBA23",
904
+ opacity: ".1",
905
+ width: "64",
906
+ height: "64",
907
+ rx: "32"
908
+ }, null, 8, _hoisted_3$8),
909
+ vue.createElementVNode("path", {
910
+ d: "M4.44444444,9.62 L7.41691627,9.62 L7.41691627,9.62 L7.41691627,27.5232258 L4.44444444,27.5232258 C1.98984556,27.5232258 5.02484128e-16,25.5333803 0,23.0787814 L0,14.0644444 C-1.18878009e-15,11.6098456 1.98984556,9.62 4.44444444,9.62 Z",
911
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__a)",
912
+ transform: "translate(12 13)"
913
+ }, null, 8, _hoisted_4$8),
914
+ vue.createElementVNode("g", _hoisted_5$7, [
915
+ vue.createElementVNode("mask", {
916
+ id: "svg_cfbfb4c240__d",
917
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
918
+ }, _hoisted_8$3, 8, _hoisted_6$6),
919
+ vue.createElementVNode("use", {
920
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__c)",
921
+ "xlink:href": "#svg_cfbfb4c240__b"
922
+ }, null, 8, _hoisted_9$3),
923
+ vue.createElementVNode("path", {
924
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
925
+ mask: "url(#svg_cfbfb4c240__d)",
926
+ d: "M6.667 0H9.629999999999999V37H6.667z"
927
+ }, null, 8, _hoisted_10$2)
928
+ ]),
929
+ _hoisted_11$1,
930
+ _hoisted_12
931
+ ])
932
+ ], 16);
933
+ }
934
+ var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
935
+ const _sfc_main$f = {
936
+ name: "IconStageStrongE",
937
+ props: {
938
+ prefix: {
939
+ type: String,
940
+ default: "bb"
941
+ },
942
+ useCurrentColor: {
943
+ type: Boolean,
944
+ default: true
945
+ }
946
+ }
947
+ };
948
+ const _hoisted_1$f = {
949
+ fill: "none",
950
+ "fill-rule": "evenodd"
951
+ };
952
+ const _hoisted_2$c = ["fill"];
953
+ const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
954
+ stroke: "#33316A",
955
+ "stroke-width": "1.167",
956
+ "stroke-linejoin": "round",
957
+ d: "M17.423279 1.35367755L8.05719942 15.7478338 14.7087407 15.7542307 13.939145 26.2425664 23.2275279 11.1564665 17.423279 11.1564665z"
958
+ }, null, -1);
959
+ const _hoisted_4$7 = /* @__PURE__ */ vue.createElementVNode("path", {
960
+ stroke: "#33316A",
961
+ "stroke-width": "1.167",
962
+ "stroke-linecap": "round",
963
+ d: "M19.538 21.672L23.629 15.558"
964
+ }, null, -1);
965
+ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
966
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
967
+ viewBox: "0 0 28 28",
968
+ xmlns: "http://www.w3.org/2000/svg",
969
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-strong-e`],
970
+ width: "1em",
971
+ height: "1em"
972
+ }, _ctx.$attrs), [
973
+ vue.createElementVNode("g", _hoisted_1$f, [
974
+ vue.createElementVNode("path", {
975
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
976
+ d: "M9.1528145 8.90648202L2.62897381 18.9325748 7.26203243 18.9370304 6.72597892 26.2425664 13.1957008 15.7345078 9.1528145 15.7345078z"
977
+ }, null, 8, _hoisted_2$c),
978
+ _hoisted_3$7,
979
+ _hoisted_4$7
980
+ ])
981
+ ], 16);
982
+ }
983
+ var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
984
+ const _sfc_main$e = {
985
+ name: "IconStageUserinfo",
986
+ props: {
987
+ prefix: {
988
+ type: String,
989
+ default: "bb"
990
+ },
991
+ useCurrentColor: {
992
+ type: Boolean,
993
+ default: true
994
+ }
995
+ }
996
+ };
997
+ const _hoisted_1$e = /* @__PURE__ */ vue.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);
998
+ const _hoisted_2$b = {
999
+ fill: "none",
1000
+ "fill-rule": "evenodd"
1001
+ };
1002
+ const _hoisted_3$6 = ["fill"];
1003
+ const _hoisted_4$6 = { transform: "translate(12 17)" };
1004
+ const _hoisted_5$6 = ["fill"];
1005
+ const _hoisted_6$5 = /* @__PURE__ */ vue.createElementVNode("path", {
1006
+ stroke: "#FFF",
1007
+ "stroke-width": "2.994",
1008
+ "stroke-linecap": "round",
1009
+ d: "M22.308 11.625L35.385 11.625M22.308 19.678L30.478 19.678"
1010
+ }, null, -1);
1011
+ const _hoisted_7$5 = ["fill"];
1012
+ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
1013
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1014
+ viewBox: "0 0 64 64",
1015
+ xmlns: "http://www.w3.org/2000/svg",
1016
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-userinfo`],
1017
+ width: "1em",
1018
+ height: "1em"
1019
+ }, _ctx.$attrs), [
1020
+ _hoisted_1$e,
1021
+ vue.createElementVNode("g", _hoisted_2$b, [
1022
+ vue.createElementVNode("rect", {
1023
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1024
+ opacity: ".1",
1025
+ width: "64",
1026
+ height: "64",
1027
+ rx: "32"
1028
+ }, null, 8, _hoisted_3$6),
1029
+ vue.createElementVNode("g", _hoisted_4$6, [
1030
+ vue.createElementVNode("rect", {
1031
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__a)",
1032
+ width: "40",
1033
+ height: "27",
1034
+ rx: "1.497"
1035
+ }, null, 8, _hoisted_5$6),
1036
+ _hoisted_6$5,
1037
+ vue.createElementVNode("path", {
1038
+ 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",
1039
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__b)",
1040
+ "fill-rule": "nonzero"
1041
+ }, null, 8, _hoisted_7$5)
1042
+ ])
1043
+ ])
1044
+ ], 16);
1045
+ }
1046
+ var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
1047
+ const _sfc_main$d = {
1048
+ name: "IconStageWaterMonitor",
1049
+ props: {
1050
+ prefix: {
1051
+ type: String,
1052
+ default: "bb"
1053
+ },
1054
+ useCurrentColor: {
1055
+ type: Boolean,
1056
+ default: true
1057
+ }
1058
+ }
1059
+ };
1060
+ const _hoisted_1$d = {
1061
+ fill: "none",
1062
+ "fill-rule": "evenodd"
1063
+ };
1064
+ const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", {
1065
+ stroke: "#333069",
1066
+ "stroke-width": "1.167",
1067
+ "stroke-linecap": "round",
1068
+ 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",
1069
+ transform: "translate(.778 3.111)"
1070
+ }, null, -1);
1071
+ const _hoisted_3$5 = /* @__PURE__ */ vue.createElementVNode("path", {
1072
+ 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",
1073
+ stroke: "#333069",
1074
+ "stroke-width": "1.167",
1075
+ transform: "translate(.778 3.111)"
1076
+ }, null, -1);
1077
+ const _hoisted_4$5 = ["fill"];
1078
+ const _hoisted_5$5 = /* @__PURE__ */ vue.createElementVNode("path", {
1079
+ 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",
1080
+ stroke: "#333069",
1081
+ "stroke-width": "1.167",
1082
+ transform: "translate(.778 3.111)"
1083
+ }, null, -1);
1084
+ const _hoisted_6$4 = ["fill"];
1085
+ const _hoisted_7$4 = /* @__PURE__ */ vue.createElementVNode("path", {
1086
+ d: "M10.8989044,13.7586174 C10.8973861,14.9742614 11.883847,15.9585033 13.1022283,15.956985",
1087
+ stroke: "#FFF",
1088
+ "stroke-width": "1.209",
1089
+ "stroke-linecap": "round",
1090
+ transform: "rotate(24 5.071 18.243)"
1091
+ }, null, -1);
1092
+ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
1093
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1094
+ viewBox: "0 0 28 28",
1095
+ xmlns: "http://www.w3.org/2000/svg",
1096
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-water-monitor`],
1097
+ width: "1em",
1098
+ height: "1em"
1099
+ }, _ctx.$attrs), [
1100
+ vue.createElementVNode("g", _hoisted_1$d, [
1101
+ _hoisted_2$a,
1102
+ _hoisted_3$5,
1103
+ vue.createElementVNode("path", {
1104
+ 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",
1105
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1106
+ transform: "translate(.778 3.111)"
1107
+ }, null, 8, _hoisted_4$5),
1108
+ _hoisted_5$5,
1109
+ vue.createElementVNode("path", {
1110
+ 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",
1111
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1112
+ transform: "translate(.778 3.111)"
1113
+ }, null, 8, _hoisted_6$4),
1114
+ _hoisted_7$4
1115
+ ])
1116
+ ], 16);
1117
+ }
1118
+ var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
1119
+ const _sfc_main$c = {
1120
+ name: "IconStageTiltMonitor",
1121
+ props: {
1122
+ prefix: {
1123
+ type: String,
1124
+ default: "bb"
1125
+ },
1126
+ useCurrentColor: {
1127
+ type: Boolean,
1128
+ default: true
1129
+ }
1130
+ }
1131
+ };
1132
+ const _hoisted_1$c = {
1133
+ fill: "none",
1134
+ "fill-rule": "evenodd"
1135
+ };
1136
+ const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", {
1137
+ stroke: "#33316A",
1138
+ "stroke-width": "1.167",
1139
+ "stroke-linecap": "round",
1140
+ "stroke-linejoin": "round",
1141
+ d: "M2.16210614 25.1692846L2.16210614 19.1477792 23.6664142 3.34132757 23.6664142 7.11070499 7.32747182 19.1477792"
1142
+ }, null, -1);
1143
+ const _hoisted_3$4 = /* @__PURE__ */ vue.createElementVNode("path", {
1144
+ 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",
1145
+ stroke: "#33316A",
1146
+ "stroke-width": "1.167",
1147
+ "stroke-linejoin": "round"
1148
+ }, null, -1);
1149
+ const _hoisted_4$4 = /* @__PURE__ */ vue.createElementVNode("path", {
1150
+ 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",
1151
+ stroke: "#33316A",
1152
+ "stroke-width": "1.167",
1153
+ "stroke-linecap": "round",
1154
+ "stroke-linejoin": "round"
1155
+ }, null, -1);
1156
+ const _hoisted_5$4 = ["fill"];
1157
+ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
1158
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1159
+ viewBox: "0 0 28 28",
1160
+ xmlns: "http://www.w3.org/2000/svg",
1161
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-tilt-monitor`],
1162
+ width: "1em",
1163
+ height: "1em"
1164
+ }, _ctx.$attrs), [
1165
+ vue.createElementVNode("g", _hoisted_1$c, [
1166
+ _hoisted_2$9,
1167
+ _hoisted_3$4,
1168
+ _hoisted_4$4,
1169
+ vue.createElementVNode("path", {
1170
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1171
+ d: "M2.894 19.148H27.051000000000002V25.922H2.894z"
1172
+ }, null, 8, _hoisted_5$4)
1173
+ ])
1174
+ ], 16);
1175
+ }
1176
+ var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
1177
+ const _sfc_main$b = {
1178
+ name: "IconStageLightMange",
1179
+ props: {
1180
+ prefix: {
1181
+ type: String,
1182
+ default: "bb"
1183
+ },
1184
+ useCurrentColor: {
1185
+ type: Boolean,
1186
+ default: true
1187
+ }
1188
+ }
1189
+ };
1190
+ const _hoisted_1$b = /* @__PURE__ */ vue.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);
1191
+ const _hoisted_2$8 = {
1192
+ fill: "none",
1193
+ "fill-rule": "evenodd"
1194
+ };
1195
+ const _hoisted_3$3 = ["fill"];
1196
+ const _hoisted_4$3 = ["fill"];
1197
+ const _hoisted_5$3 = { transform: "translate(11 15)" };
1198
+ const _hoisted_6$3 = ["fill"];
1199
+ const _hoisted_7$3 = /* @__PURE__ */ vue.createElementVNode("use", { "xlink:href": "#svg_8584025102__b" }, null, -1);
1200
+ const _hoisted_8$2 = [
1201
+ _hoisted_7$3
1202
+ ];
1203
+ const _hoisted_9$2 = ["fill"];
1204
+ const _hoisted_10$1 = ["fill"];
1205
+ const _hoisted_11 = /* @__PURE__ */ vue.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);
1206
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
1207
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1208
+ viewBox: "0 0 64 64",
1209
+ xmlns: "http://www.w3.org/2000/svg",
1210
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
1211
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-light-mange`],
1212
+ width: "1em",
1213
+ height: "1em"
1214
+ }, _ctx.$attrs), [
1215
+ _hoisted_1$b,
1216
+ vue.createElementVNode("g", _hoisted_2$8, [
1217
+ vue.createElementVNode("rect", {
1218
+ fill: $props.useCurrentColor ? "currentColor" : "#FFBA23",
1219
+ opacity: ".1",
1220
+ width: "64",
1221
+ height: "64",
1222
+ rx: "32"
1223
+ }, null, 8, _hoisted_3$3),
1224
+ vue.createElementVNode("path", {
1225
+ 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",
1226
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_8584025102__a)"
1227
+ }, null, 8, _hoisted_4$3),
1228
+ vue.createElementVNode("g", _hoisted_5$3, [
1229
+ vue.createElementVNode("mask", {
1230
+ id: "svg_8584025102__d",
1231
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
1232
+ }, _hoisted_8$2, 8, _hoisted_6$3),
1233
+ vue.createElementVNode("use", {
1234
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_8584025102__c)",
1235
+ "xlink:href": "#svg_8584025102__b"
1236
+ }, null, 8, _hoisted_9$2),
1237
+ vue.createElementVNode("path", {
1238
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1239
+ mask: "url(#svg_8584025102__d)",
1240
+ d: "M-2.625 12.091H46.375V15.546H-2.625z"
1241
+ }, null, 8, _hoisted_10$1)
1242
+ ]),
1243
+ _hoisted_11
1244
+ ])
1245
+ ], 16);
1246
+ }
1247
+ var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
1248
+ const _sfc_main$a = {
1249
+ name: "IconStageBigScreen",
1250
+ props: {
1251
+ prefix: {
1252
+ type: String,
1253
+ default: "bb"
1254
+ },
1255
+ useCurrentColor: {
1256
+ type: Boolean,
1257
+ default: true
1258
+ }
1259
+ }
1260
+ };
1261
+ const _hoisted_1$a = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_c238588cb3__a"><stop stop-color="#44D9F7" offset="0%"></stop><stop stop-color="#21B2EC" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_c238588cb3__b"><stop stop-color="#44D9F7" offset="0%"></stop><stop stop-color="#86D3F2" offset="100%"></stop></linearGradient></defs>', 1);
1262
+ const _hoisted_2$7 = {
1263
+ fill: "none",
1264
+ "fill-rule": "evenodd"
1265
+ };
1266
+ const _hoisted_3$2 = ["fill"];
1267
+ const _hoisted_4$2 = { transform: "translate(13 13)" };
1268
+ const _hoisted_5$2 = ["fill"];
1269
+ const _hoisted_6$2 = /* @__PURE__ */ vue.createElementVNode("path", {
1270
+ stroke: "#FFF",
1271
+ "stroke-width": "3.167",
1272
+ "stroke-linecap": "round",
1273
+ d: "M6 21L14.6877618 11.346511 23.4775291 18.7112131 33 9"
1274
+ }, null, -1);
1275
+ const _hoisted_7$2 = ["fill"];
1276
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
1277
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1278
+ viewBox: "0 0 64 64",
1279
+ xmlns: "http://www.w3.org/2000/svg",
1280
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-big-screen`],
1281
+ width: "1em",
1282
+ height: "1em"
1283
+ }, _ctx.$attrs), [
1284
+ _hoisted_1$a,
1285
+ vue.createElementVNode("g", _hoisted_2$7, [
1286
+ vue.createElementVNode("rect", {
1287
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1288
+ opacity: ".1",
1289
+ width: "64",
1290
+ height: "64",
1291
+ rx: "32"
1292
+ }, null, 8, _hoisted_3$2),
1293
+ vue.createElementVNode("g", _hoisted_4$2, [
1294
+ vue.createElementVNode("rect", {
1295
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__a)",
1296
+ width: "38",
1297
+ height: "30",
1298
+ rx: "1.583"
1299
+ }, null, 8, _hoisted_5$2),
1300
+ _hoisted_6$2,
1301
+ vue.createElementVNode("rect", {
1302
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__b)",
1303
+ x: "5",
1304
+ y: "35",
1305
+ width: "29",
1306
+ height: "3",
1307
+ rx: "1.5"
1308
+ }, null, 8, _hoisted_7$2)
1309
+ ])
1310
+ ])
1311
+ ], 16);
1312
+ }
1313
+ var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
1314
+ const _sfc_main$9 = {
1315
+ name: "IconStageBoxIcon",
1316
+ props: {
1317
+ prefix: {
1318
+ type: String,
1319
+ default: "bb"
1320
+ },
1321
+ useCurrentColor: {
1322
+ type: Boolean,
1323
+ default: true
1324
+ }
1325
+ }
1326
+ };
1327
+ const _hoisted_1$9 = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_81ff302b89__a"><stop stop-color="#2CF4C0" offset="0%"></stop><stop stop-color="#14E58D" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_81ff302b89__b"><stop stop-color="#2FD8A9" offset="0%"></stop><stop stop-color="#26EF9A" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_81ff302b89__c"><stop stop-color="#78FFD9" offset="0%"></stop><stop stop-color="#30FBA6" offset="100%"></stop></linearGradient></defs>', 1);
1328
+ const _hoisted_2$6 = {
1329
+ fill: "none",
1330
+ "fill-rule": "evenodd"
1331
+ };
1332
+ const _hoisted_3$1 = ["fill"];
1333
+ const _hoisted_4$1 = ["fill"];
1334
+ const _hoisted_5$1 = ["fill"];
1335
+ const _hoisted_6$1 = ["fill"];
1336
+ const _hoisted_7$1 = ["fill"];
1337
+ const _hoisted_8$1 = ["fill"];
1338
+ const _hoisted_9$1 = /* @__PURE__ */ vue.createElementVNode("path", {
1339
+ stroke: "#FFF",
1340
+ "stroke-width": "3.32",
1341
+ "stroke-linecap": "round",
1342
+ d: "M23.848 25.432L34.985 19M29.848 30.432L40.985 24M45.5 33L45.5 38M37.5 38L37.5 43"
1343
+ }, null, -1);
1344
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
1345
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1346
+ viewBox: "0 0 64 64",
1347
+ xmlns: "http://www.w3.org/2000/svg",
1348
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-box-icon`],
1349
+ width: "1em",
1350
+ height: "1em"
1351
+ }, _ctx.$attrs), [
1352
+ _hoisted_1$9,
1353
+ vue.createElementVNode("g", _hoisted_2$6, [
1354
+ vue.createElementVNode("rect", {
1355
+ fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
1356
+ opacity: ".1",
1357
+ width: "64",
1358
+ height: "64",
1359
+ rx: "32"
1360
+ }, null, 8, _hoisted_3$1),
1361
+ vue.createElementVNode("path", {
1362
+ d: "M21.5870128,19.3461793 L22.2894727,19.6994937 C22.8499461,19.9813935 23.2036234,20.5551752 23.2036234,21.1825491 L23.2036234,21.6594338 C23.2036234,22.163958 22.7946257,22.5729557 22.2901015,22.5729557 C22.1442075,22.5729557 22.0004353,22.5380126 21.870816,22.4710506 L21.1628745,22.1053242 C20.6112303,21.8203419 20.2647336,21.2513377 20.2647336,20.6304301 L20.2647336,20.161228 C20.2647336,19.6573586 20.6732005,19.2488917 21.1770699,19.2488917 C21.3194365,19.2488917 21.4598275,19.2822093 21.5870128,19.3461793 Z",
1363
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1364
+ transform: "matrix(-1 0 0 1 54.468 14)"
1365
+ }, null, 8, _hoisted_4$1),
1366
+ vue.createElementVNode("path", {
1367
+ d: "M25.9230401,16.7569515 L26.6255001,17.1102659 C27.1859735,17.3921657 27.5396507,17.9659474 27.5396507,18.5933213 L27.5396507,19.070206 C27.5396507,19.5747302 27.1306531,19.9837279 26.6261289,19.9837279 C26.4802348,19.9837279 26.3364627,19.9487848 26.2068433,19.8818228 L25.4989019,19.5160964 C24.9472577,19.2311141 24.600761,18.6621099 24.600761,18.0412023 L24.600761,17.5720002 C24.600761,17.0681308 25.0092279,16.6596639 25.5130973,16.6596639 C25.6554639,16.6596639 25.7958549,16.6929815 25.9230401,16.7569515 Z",
1368
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1369
+ transform: "matrix(-1 0 0 1 63.14 14)"
1370
+ }, null, 8, _hoisted_5$1),
1371
+ vue.createElementVNode("path", {
1372
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__a)",
1373
+ d: "M20 -3.69149156e-15L40 10.1551724 40 26.5344828 20 38 0 26.5344828 0 10.1551724z",
1374
+ transform: "translate(11 14)"
1375
+ }, null, 8, _hoisted_6$1),
1376
+ vue.createElementVNode("path", {
1377
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__b)",
1378
+ d: "M0 10.8571429L20 21.533958 20 38 0.170940171 26.0114312z",
1379
+ transform: "translate(11 14)"
1380
+ }, null, 8, _hoisted_7$1),
1381
+ vue.createElementVNode("path", {
1382
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__c)",
1383
+ transform: "matrix(-1 0 0 1 71 14)",
1384
+ d: "M20 10.8571429L40 21.533958 40 38 20.1709402 26.0114312z"
1385
+ }, null, 8, _hoisted_8$1),
1386
+ _hoisted_9$1
1387
+ ])
1388
+ ], 16);
1389
+ }
1390
+ var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
1391
+ const _sfc_main$8 = {
1392
+ name: "IconStageSafeMonitorIcon",
1393
+ props: {
1394
+ prefix: {
1395
+ type: String,
1396
+ default: "bb"
1397
+ },
1398
+ useCurrentColor: {
1399
+ type: Boolean,
1400
+ default: true
1401
+ }
1402
+ }
1403
+ };
1404
+ const _hoisted_1$8 = /* @__PURE__ */ vue.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);
1405
+ const _hoisted_2$5 = {
1406
+ fill: "none",
1407
+ "fill-rule": "evenodd"
1408
+ };
1409
+ const _hoisted_3 = ["fill"];
1410
+ const _hoisted_4 = { transform: "translate(14 9)" };
1411
+ const _hoisted_5 = ["fill"];
1412
+ const _hoisted_6 = ["fill"];
1413
+ const _hoisted_7 = ["fill"];
1414
+ const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("path", {
1415
+ stroke: "#FFF",
1416
+ "stroke-width": "2.348",
1417
+ opacity: ".703",
1418
+ d: "M28.957 20.56L36 20.56M0 20.56L7.043 20.56M28.957 15.129L36 15.129M0 15.129L7.043 15.129"
1419
+ }, null, -1);
1420
+ const _hoisted_9 = ["fill"];
1421
+ const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("path", {
1422
+ stroke: "#FFF",
1423
+ "stroke-width": "3.13",
1424
+ "stroke-linecap": "round",
1425
+ d: "M12.511 40.769L24.273 40.769",
1426
+ transform: "translate(14 9)"
1427
+ }, null, -1);
1428
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
1429
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1430
+ viewBox: "0 0 64 64",
1431
+ xmlns: "http://www.w3.org/2000/svg",
1432
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-safe-monitor-icon`],
1433
+ width: "1em",
1434
+ height: "1em"
1435
+ }, _ctx.$attrs), [
1436
+ _hoisted_1$8,
1437
+ vue.createElementVNode("g", _hoisted_2$5, [
1438
+ vue.createElementVNode("rect", {
1439
+ fill: $props.useCurrentColor ? "currentColor" : "#F24A2B",
1440
+ opacity: ".1",
1441
+ width: "64",
1442
+ height: "64",
1443
+ rx: "32"
1444
+ }, null, 8, _hoisted_3),
1445
+ vue.createElementVNode("g", _hoisted_4, [
1446
+ vue.createElementVNode("ellipse", {
1447
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__a)",
1448
+ cx: "18",
1449
+ cy: "17.845",
1450
+ rx: "18",
1451
+ ry: "17.845"
1452
+ }, null, 8, _hoisted_5),
1453
+ vue.createElementVNode("ellipse", {
1454
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1455
+ cx: "17.217",
1456
+ cy: "18.621",
1457
+ rx: "7.826",
1458
+ ry: "7.759"
1459
+ }, null, 8, _hoisted_6),
1460
+ vue.createElementVNode("ellipse", {
1461
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1462
+ cx: "18.391",
1463
+ cy: "5.043",
1464
+ rx: "1.957",
1465
+ ry: "1.94"
1466
+ }, null, 8, _hoisted_7),
1467
+ _hoisted_8
1468
+ ]),
1469
+ vue.createElementVNode("path", {
1470
+ 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",
1471
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__b)",
1472
+ transform: "translate(14 9)"
1473
+ }, null, 8, _hoisted_9),
1474
+ _hoisted_10
1475
+ ])
1476
+ ], 16);
1477
+ }
1478
+ var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
1479
+ const _sfc_main$7 = {
1480
+ name: "IconSidebarManage",
1481
+ props: {
1482
+ prefix: {
1483
+ type: String,
1484
+ default: "bb"
1485
+ },
1486
+ useCurrentColor: {
1487
+ type: Boolean,
1488
+ default: true
1489
+ }
1490
+ }
1491
+ };
1492
+ const _hoisted_1$7 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><rect x="2.5" y="3.304" width="6.298" height="6.298" rx="1"></rect><path d="M14.7536625,2.70710678 L17.7928932,5.7463375 C18.1834175,6.13686179 18.1834175,6.77002677 17.7928932,7.16055106 L14.7536625,10.1997818 C14.3631382,10.5903061 13.7299732,10.5903061 13.3394489,10.1997818 L10.3002182,7.16055106 C9.90969393,6.77002677 9.90969393,6.13686179 10.3002182,5.7463375 L13.3394489,2.70710678 C13.7299732,2.31658249 14.3631382,2.31658249 14.7536625,2.70710678 Z"></path><rect x="2.5" y="11.702" width="6.298" height="6.298" rx="1"></rect><rect x="10.897" y="11.702" width="6.298" height="6.298" rx="1"></rect></g>', 1);
1493
+ const _hoisted_2$4 = [
1494
+ _hoisted_1$7
1495
+ ];
1496
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
1497
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1498
+ viewBox: "0 0 20 20",
1499
+ xmlns: "http://www.w3.org/2000/svg",
1500
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-manage`],
1501
+ width: "1em",
1502
+ height: "1em"
1503
+ }, _ctx.$attrs), _hoisted_2$4, 16);
1504
+ }
1505
+ var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
1506
+ const _sfc_main$6 = {
1507
+ name: "IconSidebarPole",
1508
+ props: {
1509
+ prefix: {
1510
+ type: String,
1511
+ default: "bb"
1512
+ },
1513
+ useCurrentColor: {
1514
+ type: Boolean,
1515
+ default: true
1516
+ }
1517
+ }
1518
+ };
1519
+ const _hoisted_1$6 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M5 17.75L15 17.75M10 11.5C11.3807119 11.5 12.5 12.6192881 12.5 14L12.5 17.5 12.5 17.5 7.5 17.5 7.5 14C7.5 12.6192881 8.61928813 11.5 10 11.5zM10 11.001L10 2M10.5 2.5L14.5 2.5C15.0522847 2.5 15.5 2.94771525 15.5 3.5L15.5 4.5 15.5 4.5"></path><path d="M4.5,2.5 L9.5,2.5 C10.0522847,2.5 10.5,2.94771525 10.5,3.5 L10.5,4.5 L10.5,4.5" transform="matrix(-1 0 0 1 15 0)"></path><circle cx="15.5" cy="6.5" r="1.5"></circle><circle cx="4.5" cy="6.5" r="1.5"></circle></g>', 1);
1520
+ const _hoisted_2$3 = [
1521
+ _hoisted_1$6
1522
+ ];
1523
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
1524
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1525
+ viewBox: "0 0 20 20",
1526
+ xmlns: "http://www.w3.org/2000/svg",
1527
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-pole`],
1528
+ width: "1em",
1529
+ height: "1em"
1530
+ }, _ctx.$attrs), _hoisted_2$3, 16);
1531
+ }
1532
+ var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
1533
+ const _sfc_main$5 = {
1534
+ name: "IconSidebarBigScreen",
1535
+ props: {
1536
+ prefix: {
1537
+ type: String,
1538
+ default: "bb"
1539
+ },
1540
+ useCurrentColor: {
1541
+ type: Boolean,
1542
+ default: true
1543
+ }
1544
+ }
1545
+ };
1546
+ const _hoisted_1$5 = /* @__PURE__ */ vue.createElementVNode("g", {
1547
+ stroke: "#FFF",
1548
+ "stroke-width": "1.5",
1549
+ fill: "none",
1550
+ "fill-rule": "evenodd",
1551
+ opacity: ".7"
1552
+ }, [
1553
+ /* @__PURE__ */ vue.createElementVNode("path", {
1554
+ "stroke-linecap": "round",
1555
+ d: "M2.5 17.25L17.5 17.25"
1556
+ }),
1557
+ /* @__PURE__ */ vue.createElementVNode("rect", {
1558
+ x: "2.5",
1559
+ y: "2.5",
1560
+ width: "15",
1561
+ height: "12",
1562
+ rx: "1"
1563
+ }),
1564
+ /* @__PURE__ */ vue.createElementVNode("path", {
1565
+ d: "M12.5536966,4.5 L14.4090909,4.5 C14.9613757,4.5 15.4090909,4.94771525 15.4090909,5.5 C15.4090909,6.15688557 15.4090909,6.64954975 15.4090909,6.97799254 M15.4090909,10.059804 C15.4090909,10.3580429 15.4090909,10.8381082 15.4090909,11.5 C15.4090909,12.0522847 14.9613757,12.5 14.4090909,12.5 L12.5536966,12.5 M7.49664396,12.5 L5.40909091,12.5 C4.85680616,12.5 4.40909091,12.0522847 4.40909091,11.5 C4.40909091,10.8574032 4.40909091,10.3754556 4.40909091,10.0541572 M4.40909091,7.06951586 C4.40909091,6.74676156 4.40909091,6.22358961 4.40909091,5.5 C4.40909091,4.94771525 4.85680616,4.5 5.40909091,4.5 L7.47540241,4.5",
1566
+ "stroke-linecap": "round"
1567
+ })
1568
+ ], -1);
1569
+ const _hoisted_2$2 = [
1570
+ _hoisted_1$5
1571
+ ];
1572
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
1573
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1574
+ viewBox: "0 0 20 20",
1575
+ xmlns: "http://www.w3.org/2000/svg",
1576
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-big-screen`],
1577
+ width: "1em",
1578
+ height: "1em"
1579
+ }, _ctx.$attrs), _hoisted_2$2, 16);
1580
+ }
1581
+ var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
1582
+ const _sfc_main$4 = {
1583
+ name: "IconRise",
1584
+ props: {
1585
+ prefix: {
1586
+ type: String,
1587
+ default: "bb"
1588
+ },
1589
+ useCurrentColor: {
1590
+ type: Boolean,
1591
+ default: true
1592
+ }
1593
+ }
1594
+ };
1595
+ const _hoisted_1$4 = ["fill"];
1596
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
1597
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1598
+ viewBox: "0 0 18 18",
1599
+ xmlns: "http://www.w3.org/2000/svg",
1600
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-rise`],
1601
+ width: "1em",
1602
+ height: "1em"
1603
+ }, _ctx.$attrs), [
1604
+ vue.createElementVNode("path", {
1605
+ d: "M9.73353327,1.1105563 L14.8961938,7.02650291 C14.9798232,7.12200643 14.9998405,7.25760666 14.9473735,7.37320078 C14.8949064,7.48879491 14.7796603,7.56300036 14.6527163,7.56292667 L12.1151376,7.56292667 C11.9537677,7.56153835 11.8166837,7.68067451 11.7955613,7.84066206 C11.6053291,9.2178751 10.4563828,15.3088282 5.0160017,16.2104905 C4.86977072,16.2387097 4.723176,16.163411 4.66093718,16.0281108 C4.59869837,15.8928105 4.63691128,15.7324993 4.75349202,15.6398238 C5.68559095,14.9093614 6.90300838,13.494099 7.24540843,10.9755376 C7.37686991,9.95239149 7.44042467,8.92166196 7.43565546,7.89011588 C7.43570286,7.7102468 7.29209436,7.56326418 7.11227268,7.55913511 L4.32360362,7.55913511 C4.19665095,7.55921976 4.08139227,7.48501427 4.0289202,7.36941294 C3.97644813,7.2538116 3.99647032,7.11820139 4.08011121,7.02269648 L9.24657819,1.1105563 C9.30798678,1.04030371 9.39674742,1 9.49005573,1 C9.58336405,1 9.67212469,1.04030371 9.73353327,1.1105563 Z",
1606
+ fill: $props.useCurrentColor ? "currentColor" : "#F24A2B",
1607
+ "fill-rule": "nonzero"
1608
+ }, null, 8, _hoisted_1$4)
1609
+ ], 16);
1610
+ }
1611
+ var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
1612
+ const _sfc_main$3 = {
1613
+ name: "IconSidebarDashboard",
1614
+ props: {
1615
+ prefix: {
1616
+ type: String,
1617
+ default: "bb"
1618
+ },
1619
+ useCurrentColor: {
1620
+ type: Boolean,
1621
+ default: true
1622
+ }
1623
+ }
1624
+ };
1625
+ const _hoisted_1$3 = /* @__PURE__ */ vue.createElementVNode("g", {
1626
+ stroke: "#FFF",
1627
+ "stroke-width": "1.5",
1628
+ fill: "none",
1629
+ "fill-rule": "evenodd"
1630
+ }, [
1631
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M10 1L17.7942286 5.5 17.7942286 14.5 10 19 2.20577137 14.5 2.20577137 5.5z" }),
1632
+ /* @__PURE__ */ vue.createElementVNode("path", {
1633
+ "stroke-linecap": "round",
1634
+ d: "M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225"
1635
+ })
1636
+ ], -1);
1637
+ const _hoisted_2$1 = [
1638
+ _hoisted_1$3
1639
+ ];
1640
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
1641
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1642
+ viewBox: "0 0 20 20",
1643
+ xmlns: "http://www.w3.org/2000/svg",
1644
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-dashboard`],
1645
+ width: "1em",
1646
+ height: "1em"
1647
+ }, _ctx.$attrs), _hoisted_2$1, 16);
1648
+ }
1649
+ var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
1650
+ const _sfc_main$2 = {
1651
+ name: "IconDecline",
1652
+ props: {
1653
+ prefix: {
1654
+ type: String,
1655
+ default: "bb"
1656
+ },
1657
+ useCurrentColor: {
1658
+ type: Boolean,
1659
+ default: true
1660
+ }
1661
+ }
1662
+ };
1663
+ const _hoisted_1$2 = ["fill"];
1664
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
1665
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1666
+ viewBox: "0 0 18 18",
1667
+ xmlns: "http://www.w3.org/2000/svg",
1668
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-decline`],
1669
+ width: "1em",
1670
+ height: "1em"
1671
+ }, _ctx.$attrs), [
1672
+ vue.createElementVNode("path", {
1673
+ d: "M9.73353327,1.1105563 L14.8961938,7.02650291 C14.9798232,7.12200643 14.9998405,7.25760666 14.9473735,7.37320078 C14.8949064,7.48879491 14.7796603,7.56300036 14.6527163,7.56292667 L12.1151376,7.56292667 C11.9537677,7.56153835 11.8166837,7.68067451 11.7955613,7.84066206 C11.6053291,9.2178751 10.4563828,15.3088282 5.0160017,16.2104905 C4.86977072,16.2387097 4.723176,16.163411 4.66093718,16.0281108 C4.59869837,15.8928105 4.63691128,15.7324993 4.75349202,15.6398238 C5.68559095,14.9093614 6.90300838,13.494099 7.24540843,10.9755376 C7.37686991,9.95239149 7.44042467,8.92166196 7.43565546,7.89011588 C7.43570286,7.7102468 7.29209436,7.56326418 7.11227268,7.55913511 L4.32360362,7.55913511 C4.19665095,7.55921976 4.08139227,7.48501427 4.0289202,7.36941294 C3.97644813,7.2538116 3.99647032,7.11820139 4.08011121,7.02269648 L9.24657819,1.1105563 C9.30798678,1.04030371 9.39674742,1 9.49005573,1 C9.58336405,1 9.67212469,1.04030371 9.73353327,1.1105563 Z",
1674
+ fill: $props.useCurrentColor ? "currentColor" : "#339D20",
1675
+ transform: "matrix(1 0 0 -1 0 17.216)",
1676
+ "fill-rule": "nonzero"
1677
+ }, null, 8, _hoisted_1$2)
1678
+ ], 16);
1679
+ }
1680
+ var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
1681
+ const _sfc_main$1 = {
1682
+ name: "IconSidebarLight",
1683
+ props: {
1684
+ prefix: {
1685
+ type: String,
1686
+ default: "bb"
1687
+ },
1688
+ useCurrentColor: {
1689
+ type: Boolean,
1690
+ default: true
1691
+ }
1692
+ }
1693
+ };
1694
+ const _hoisted_1$1 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M10 5C12.7614237 5 15 7.23857625 15 10 15 12.2386515 13.5287761 14.1336803 11.5004604 14.7709542L11.5 16.5 8.5 16.5 8.50054746 14.7712708C6.47171127 14.134308 5 12.2390223 5 10 5 7.23857625 7.23857625 5 10 5zM8 18.25L11.75 18.25"></path><circle cx="10" cy="10.5" r="1.5"></circle><path d="M10 12L10 14.498"></path><path stroke-linecap="round" d="M10 1.5L10 3M17.024 4.033L15.795 4.893"></path><path stroke-linecap="round" transform="matrix(-1 0 0 1 7.18 0)" d="M4.205 4.033L2.976 4.893"></path><path stroke-linecap="round" d="M16.929 9.5L18.429 9.5M1.429 9.5L2.929 9.5"></path></g>', 1);
1695
+ const _hoisted_2 = [
1696
+ _hoisted_1$1
1697
+ ];
1698
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
1699
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1700
+ viewBox: "0 0 20 20",
1701
+ xmlns: "http://www.w3.org/2000/svg",
1702
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-light`],
1703
+ width: "1em",
1704
+ height: "1em"
1705
+ }, _ctx.$attrs), _hoisted_2, 16);
1706
+ }
1707
+ var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
1708
+ const _sfc_main = {
1709
+ name: "IconSliderTouchIcon",
1710
+ props: {
1711
+ prefix: {
1712
+ type: String,
1713
+ default: "bb"
1714
+ },
1715
+ useCurrentColor: {
1716
+ type: Boolean,
1717
+ default: true
1718
+ }
1719
+ }
1720
+ };
1721
+ const _hoisted_1 = ["fill"];
1722
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1723
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1724
+ viewBox: "0 0 30 40",
1725
+ xmlns: "http://www.w3.org/2000/svg",
1726
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-slider-touch-icon`],
1727
+ width: "1em",
1728
+ height: "1em"
1729
+ }, _ctx.$attrs), [
1730
+ vue.createElementVNode("path", {
1731
+ d: "M15,30 C20.5228475,30 25,25.5228475 25,20 L15.8944272,1.78885438 C15.6474379,1.29487588 15.0467649,1.09465154 14.5527864,1.34164079 C14.359259,1.43840449 14.2023365,1.59532698 14.1055728,1.78885438 L5,20 L5,20 C5,25.5228475 9.4771525,30 15,30 Z",
1732
+ transform: "translate(0 -1)",
1733
+ fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
1734
+ "fill-rule": "evenodd"
1735
+ }, null, 8, _hoisted_1)
113
1736
  ], 16);
114
1737
  }
115
1738
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
116
- exports2.IconLock = index;
117
- exports2.IconShield = index$2;
118
- exports2.IconUser = index$1;
1739
+ exports2.IconDecline = index$2;
1740
+ exports2.IconLock = index$t;
1741
+ exports2.IconRise = index$4;
1742
+ exports2.IconShield = index$v;
1743
+ exports2.IconSidebarBigScreen = index$5;
1744
+ exports2.IconSidebarDashboard = index$3;
1745
+ exports2.IconSidebarLight = index$1;
1746
+ exports2.IconSidebarManage = index$7;
1747
+ exports2.IconSidebarPole = index$6;
1748
+ exports2.IconSliderTouchIcon = index;
1749
+ exports2.IconStage110 = index$p;
1750
+ exports2.IconStageAdPublish = index$i;
1751
+ exports2.IconStageBigScreen = index$a;
1752
+ exports2.IconStageBox = index$m;
1753
+ exports2.IconStageBoxIcon = index$9;
1754
+ exports2.IconStageBroadcast = index$q;
1755
+ exports2.IconStageCharge = index$o;
1756
+ exports2.IconStageCityBroadcast = index$g;
1757
+ exports2.IconStageDoorlock = index$s;
1758
+ exports2.IconStageInfoPublish = index$n;
1759
+ exports2.IconStageLight = index$r;
1760
+ exports2.IconStageLightMange = index$b;
1761
+ exports2.IconStageSafeMonitor = index$h;
1762
+ exports2.IconStageSafeMonitorIcon = index$8;
1763
+ exports2.IconStageSplitGroup = index$j;
1764
+ exports2.IconStageStrongE = index$f;
1765
+ exports2.IconStageTiltMonitor = index$c;
1766
+ exports2.IconStageUserinfo = index$e;
1767
+ exports2.IconStageWaterMonitor = index$d;
1768
+ exports2.IconStageWeather = index$k;
1769
+ exports2.IconStageWeatherIcon = index$l;
1770
+ exports2.IconUser = index$u;
119
1771
  Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
120
1772
  });
121
1773
  //# sourceMappingURL=icon.js.map