@arco-iconbox/vue-bluebee 0.0.2 → 0.0.4

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 (110) hide show
  1. package/dist/icon.js +1488 -393
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +210 -94
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconAdd/index.js +47 -0
  6. package/esm/IconBasicReset/index.js +33 -0
  7. package/esm/IconBroadcastEdit/index.js +34 -0
  8. package/esm/IconBroadcastUpload/index.js +40 -0
  9. package/esm/IconCalling/index.js +34 -0
  10. package/esm/IconDelete/index.js +47 -0
  11. package/esm/IconEdit/index.js +48 -0
  12. package/esm/IconHelpOffline/index.js +33 -0
  13. package/esm/IconInfoCamera/index.js +49 -0
  14. package/esm/IconLightStateOffline/index.js +39 -0
  15. package/esm/IconLightStateOnline/index.js +39 -0
  16. package/esm/IconMountDevi1/index.js +30 -0
  17. package/esm/IconMountDevi10/index.js +41 -0
  18. package/esm/IconMountDevi11/index.js +46 -0
  19. package/esm/IconMountDevi12/index.js +34 -0
  20. package/esm/IconMountDevi2/index.js +67 -0
  21. package/esm/IconMountDevi3/index.js +51 -0
  22. package/esm/IconMountDevi4/index.js +30 -0
  23. package/esm/IconMountDevi5/index.js +44 -0
  24. package/esm/IconMountDevi6/index.js +30 -0
  25. package/esm/IconMountDevi7/index.js +65 -0
  26. package/esm/IconMountDevi8/index.js +30 -0
  27. package/esm/IconMountDevi9/index.js +30 -0
  28. package/esm/IconPublishUpload/index.js +33 -0
  29. package/esm/IconSidebarBigScreen/index.js +1 -1
  30. package/esm/IconSidebarDashboard/index.js +3 -2
  31. package/esm/IconSidebarLight/index.js +1 -1
  32. package/esm/IconSidebarManage/index.js +1 -1
  33. package/esm/IconSidebarPole/index.js +1 -1
  34. package/esm/IconVLine/index.js +33 -0
  35. package/esm/IconVLoop/index.js +33 -0
  36. package/esm/IconVPlay/index.js +44 -0
  37. package/esm/IconVRandom/index.js +33 -0
  38. package/esm/IconVoice/index.js +35 -0
  39. package/esm/index.js +29 -0
  40. package/lib/IconAdd/index.js +48 -0
  41. package/lib/IconBasicReset/index.js +34 -0
  42. package/lib/IconBroadcastEdit/index.js +35 -0
  43. package/lib/IconBroadcastUpload/index.js +41 -0
  44. package/lib/IconCalling/index.js +35 -0
  45. package/lib/IconDelete/index.js +48 -0
  46. package/lib/IconEdit/index.js +49 -0
  47. package/lib/IconHelpOffline/index.js +34 -0
  48. package/lib/IconInfoCamera/index.js +50 -0
  49. package/lib/IconLightStateOffline/index.js +40 -0
  50. package/lib/IconLightStateOnline/index.js +40 -0
  51. package/lib/IconMountDevi1/index.js +31 -0
  52. package/lib/IconMountDevi10/index.js +42 -0
  53. package/lib/IconMountDevi11/index.js +47 -0
  54. package/lib/IconMountDevi12/index.js +35 -0
  55. package/lib/IconMountDevi2/index.js +68 -0
  56. package/lib/IconMountDevi3/index.js +52 -0
  57. package/lib/IconMountDevi4/index.js +31 -0
  58. package/lib/IconMountDevi5/index.js +45 -0
  59. package/lib/IconMountDevi6/index.js +31 -0
  60. package/lib/IconMountDevi7/index.js +66 -0
  61. package/lib/IconMountDevi8/index.js +31 -0
  62. package/lib/IconMountDevi9/index.js +31 -0
  63. package/lib/IconPublishUpload/index.js +34 -0
  64. package/lib/IconSidebarBigScreen/index.js +1 -1
  65. package/lib/IconSidebarDashboard/index.js +3 -2
  66. package/lib/IconSidebarLight/index.js +1 -1
  67. package/lib/IconSidebarManage/index.js +1 -1
  68. package/lib/IconSidebarPole/index.js +1 -1
  69. package/lib/IconVLine/index.js +34 -0
  70. package/lib/IconVLoop/index.js +34 -0
  71. package/lib/IconVPlay/index.js +45 -0
  72. package/lib/IconVRandom/index.js +34 -0
  73. package/lib/IconVoice/index.js +36 -0
  74. package/lib/index.js +58 -0
  75. package/package.json +1 -1
  76. package/src/IconAdd/index.vue +19 -0
  77. package/src/IconBasicReset/index.vue +19 -0
  78. package/src/IconBroadcastEdit/index.vue +19 -0
  79. package/src/IconBroadcastUpload/index.vue +19 -0
  80. package/src/IconCalling/index.vue +19 -0
  81. package/src/IconDelete/index.vue +19 -0
  82. package/src/IconEdit/index.vue +19 -0
  83. package/src/IconHelpOffline/index.vue +19 -0
  84. package/src/IconInfoCamera/index.vue +19 -0
  85. package/src/IconLightStateOffline/index.vue +19 -0
  86. package/src/IconLightStateOnline/index.vue +19 -0
  87. package/src/IconMountDevi1/index.vue +19 -0
  88. package/src/IconMountDevi10/index.vue +19 -0
  89. package/src/IconMountDevi11/index.vue +19 -0
  90. package/src/IconMountDevi12/index.vue +19 -0
  91. package/src/IconMountDevi2/index.vue +19 -0
  92. package/src/IconMountDevi3/index.vue +19 -0
  93. package/src/IconMountDevi4/index.vue +19 -0
  94. package/src/IconMountDevi5/index.vue +19 -0
  95. package/src/IconMountDevi6/index.vue +19 -0
  96. package/src/IconMountDevi7/index.vue +19 -0
  97. package/src/IconMountDevi8/index.vue +19 -0
  98. package/src/IconMountDevi9/index.vue +19 -0
  99. package/src/IconPublishUpload/index.vue +19 -0
  100. package/src/IconSidebarBigScreen/index.vue +1 -1
  101. package/src/IconSidebarDashboard/index.vue +1 -1
  102. package/src/IconSidebarLight/index.vue +1 -1
  103. package/src/IconSidebarManage/index.vue +1 -1
  104. package/src/IconSidebarPole/index.vue +1 -1
  105. package/src/IconVLine/index.vue +19 -0
  106. package/src/IconVLoop/index.vue +19 -0
  107. package/src/IconVPlay/index.vue +19 -0
  108. package/src/IconVRandom/index.vue +19 -0
  109. package/src/IconVoice/index.vue +19 -0
  110. 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$v = {
12
+ const _sfc_main$Y = {
13
13
  name: "IconShield",
14
14
  props: {
15
15
  prefix: {
@@ -22,8 +22,8 @@
22
22
  }
23
23
  }
24
24
  };
25
- const _hoisted_1$v = ["fill"];
26
- function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
25
+ const _hoisted_1$Y = ["fill"];
26
+ function _sfc_render$Y(_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$v)
39
+ }, null, 8, _hoisted_1$Y)
40
40
  ], 16);
41
41
  }
42
- var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
43
- const _sfc_main$u = {
42
+ var index$Y = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
43
+ const _sfc_main$X = {
44
44
  name: "IconUser",
45
45
  props: {
46
46
  prefix: {
@@ -53,8 +53,8 @@
53
53
  }
54
54
  }
55
55
  };
56
- const _hoisted_1$u = ["fill"];
57
- function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
56
+ const _hoisted_1$X = ["fill"];
57
+ function _sfc_render$X(_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$u)
70
+ }, null, 8, _hoisted_1$X)
71
71
  ], 16);
72
72
  }
73
- var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
74
- const _sfc_main$t = {
73
+ var index$X = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
74
+ const _sfc_main$W = {
75
75
  name: "IconLock",
76
76
  props: {
77
77
  prefix: {
@@ -84,21 +84,21 @@
84
84
  }
85
85
  }
86
86
  };
87
- const _hoisted_1$t = ["fill"];
88
- const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("path", {
87
+ const _hoisted_1$W = ["fill"];
88
+ const _hoisted_2$J = /* @__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$l = /* @__PURE__ */ vue.createElementVNode("path", {
92
+ const _hoisted_3$v = /* @__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$j = [
98
- _hoisted_2$q,
99
- _hoisted_3$l
97
+ const _hoisted_4$q = [
98
+ _hoisted_2$J,
99
+ _hoisted_3$v
100
100
  ];
101
- function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
101
+ function _sfc_render$W(_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,11 +109,11 @@
109
109
  vue.createElementVNode("g", {
110
110
  "fill-rule": "nonzero",
111
111
  fill: $props.useCurrentColor ? "currentColor" : "#000"
112
- }, _hoisted_4$j, 8, _hoisted_1$t)
112
+ }, _hoisted_4$q, 8, _hoisted_1$W)
113
113
  ], 16);
114
114
  }
115
- var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
116
- const _sfc_main$s = {
115
+ var index$W = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
116
+ const _sfc_main$V = {
117
117
  name: "IconStageDoorlock",
118
118
  props: {
119
119
  prefix: {
@@ -126,24 +126,24 @@
126
126
  }
127
127
  }
128
128
  };
129
- const _hoisted_1$s = {
129
+ const _hoisted_1$V = {
130
130
  fill: "none",
131
131
  "fill-rule": "evenodd"
132
132
  };
133
- const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", {
133
+ const _hoisted_2$I = /* @__PURE__ */ vue.createElementVNode("path", {
134
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
135
  stroke: "#33316A",
136
136
  "stroke-width": "1.167",
137
137
  "stroke-linejoin": "round"
138
138
  }, null, -1);
139
- const _hoisted_3$k = ["fill"];
140
- const _hoisted_4$i = /* @__PURE__ */ vue.createElementVNode("path", {
139
+ const _hoisted_3$u = ["fill"];
140
+ const _hoisted_4$p = /* @__PURE__ */ vue.createElementVNode("path", {
141
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
142
  stroke: "#33316A",
143
143
  "stroke-width": "1.167",
144
144
  "stroke-linejoin": "round"
145
145
  }, null, -1);
146
- function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
146
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
147
147
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
148
148
  viewBox: "0 0 28 28",
149
149
  xmlns: "http://www.w3.org/2000/svg",
@@ -151,8 +151,8 @@
151
151
  width: "1em",
152
152
  height: "1em"
153
153
  }, _ctx.$attrs), [
154
- vue.createElementVNode("g", _hoisted_1$s, [
155
- _hoisted_2$p,
154
+ vue.createElementVNode("g", _hoisted_1$V, [
155
+ _hoisted_2$I,
156
156
  vue.createElementVNode("rect", {
157
157
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
158
158
  x: "7.778",
@@ -160,13 +160,13 @@
160
160
  width: "9.333",
161
161
  height: "10.111",
162
162
  rx: ".577"
163
- }, null, 8, _hoisted_3$k),
164
- _hoisted_4$i
163
+ }, null, 8, _hoisted_3$u),
164
+ _hoisted_4$p
165
165
  ])
166
166
  ], 16);
167
167
  }
168
- var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
169
- const _sfc_main$r = {
168
+ var index$V = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
169
+ const _sfc_main$U = {
170
170
  name: "IconStageLight",
171
171
  props: {
172
172
  prefix: {
@@ -179,13 +179,13 @@
179
179
  }
180
180
  }
181
181
  };
182
- const _hoisted_1$r = {
182
+ const _hoisted_1$U = {
183
183
  fill: "none",
184
184
  "fill-rule": "evenodd"
185
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) {
186
+ const _hoisted_2$H = ["fill"];
187
+ const _hoisted_3$t = /* @__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$U(_ctx, _cache, $props, $setup, $data, $options) {
189
189
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
190
190
  viewBox: "0 0 28 28",
191
191
  xmlns: "http://www.w3.org/2000/svg",
@@ -193,17 +193,17 @@
193
193
  width: "1em",
194
194
  height: "1em"
195
195
  }, _ctx.$attrs), [
196
- vue.createElementVNode("g", _hoisted_1$r, [
196
+ vue.createElementVNode("g", _hoisted_1$U, [
197
197
  vue.createElementVNode("path", {
198
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
199
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC"
200
- }, null, 8, _hoisted_2$o),
201
- _hoisted_3$j
200
+ }, null, 8, _hoisted_2$H),
201
+ _hoisted_3$t
202
202
  ])
203
203
  ], 16);
204
204
  }
205
- var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
206
- const _sfc_main$q = {
205
+ var index$U = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
206
+ const _sfc_main$T = {
207
207
  name: "IconStageBroadcast",
208
208
  props: {
209
209
  prefix: {
@@ -216,13 +216,13 @@
216
216
  }
217
217
  }
218
218
  };
219
- const _hoisted_1$q = {
219
+ const _hoisted_1$T = {
220
220
  fill: "none",
221
221
  "fill-rule": "evenodd"
222
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) {
223
+ const _hoisted_2$G = ["fill"];
224
+ const _hoisted_3$s = /* @__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$T(_ctx, _cache, $props, $setup, $data, $options) {
226
226
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
227
227
  viewBox: "0 0 28 28",
228
228
  xmlns: "http://www.w3.org/2000/svg",
@@ -230,7 +230,7 @@
230
230
  width: "1em",
231
231
  height: "1em"
232
232
  }, _ctx.$attrs), [
233
- vue.createElementVNode("g", _hoisted_1$q, [
233
+ vue.createElementVNode("g", _hoisted_1$T, [
234
234
  vue.createElementVNode("rect", {
235
235
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
236
236
  x: "9.333",
@@ -238,13 +238,13 @@
238
238
  width: "8.556",
239
239
  height: "16.333",
240
240
  rx: "4.278"
241
- }, null, 8, _hoisted_2$n),
242
- _hoisted_3$i
241
+ }, null, 8, _hoisted_2$G),
242
+ _hoisted_3$s
243
243
  ])
244
244
  ], 16);
245
245
  }
246
- var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
247
- const _sfc_main$p = {
246
+ var index$T = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
247
+ const _sfc_main$S = {
248
248
  name: "IconStage110",
249
249
  props: {
250
250
  prefix: {
@@ -257,11 +257,11 @@
257
257
  }
258
258
  }
259
259
  };
260
- const _hoisted_1$p = {
260
+ const _hoisted_1$S = {
261
261
  fill: "none",
262
262
  "fill-rule": "evenodd"
263
263
  };
264
- const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("g", {
264
+ const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("g", {
265
265
  stroke: "#33316A",
266
266
  "stroke-linejoin": "round",
267
267
  "stroke-width": "1.167"
@@ -279,8 +279,8 @@
279
279
  transform: "rotate(-180 13.611 6.611)"
280
280
  })
281
281
  ], -1);
282
- const _hoisted_3$h = ["fill"];
283
- const _hoisted_4$h = /* @__PURE__ */ vue.createElementVNode("rect", {
282
+ const _hoisted_3$r = ["fill"];
283
+ const _hoisted_4$o = /* @__PURE__ */ vue.createElementVNode("rect", {
284
284
  stroke: "#33316A",
285
285
  "stroke-width": "1.167",
286
286
  "stroke-linejoin": "round",
@@ -290,13 +290,13 @@
290
290
  height: "2.333",
291
291
  rx: ".633"
292
292
  }, null, -1);
293
- const _hoisted_5$e = /* @__PURE__ */ vue.createElementVNode("path", {
293
+ const _hoisted_5$h = /* @__PURE__ */ vue.createElementVNode("path", {
294
294
  d: "M10.8888889,17.8888889 L10.8888889,15.0658436 C10.8888889,13.6180848 11.9335578,12.4444444 13.2222222,12.4444444",
295
295
  stroke: "#FFF",
296
296
  "stroke-width": "1.266",
297
297
  "stroke-linecap": "round"
298
298
  }, null, -1);
299
- function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
299
+ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
300
300
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
301
301
  viewBox: "0 0 28 28",
302
302
  xmlns: "http://www.w3.org/2000/svg",
@@ -304,19 +304,19 @@
304
304
  width: "1em",
305
305
  height: "1em"
306
306
  }, _ctx.$attrs), [
307
- vue.createElementVNode("g", _hoisted_1$p, [
308
- _hoisted_2$m,
307
+ vue.createElementVNode("g", _hoisted_1$S, [
308
+ _hoisted_2$F,
309
309
  vue.createElementVNode("path", {
310
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
311
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC"
312
- }, null, 8, _hoisted_3$h),
313
- _hoisted_4$h,
314
- _hoisted_5$e
312
+ }, null, 8, _hoisted_3$r),
313
+ _hoisted_4$o,
314
+ _hoisted_5$h
315
315
  ])
316
316
  ], 16);
317
317
  }
318
- var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
319
- const _sfc_main$o = {
318
+ var index$S = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
319
+ const _sfc_main$R = {
320
320
  name: "IconStageCharge",
321
321
  props: {
322
322
  prefix: {
@@ -329,12 +329,12 @@
329
329
  }
330
330
  }
331
331
  };
332
- const _hoisted_1$o = {
332
+ const _hoisted_1$R = {
333
333
  fill: "none",
334
334
  "fill-rule": "evenodd"
335
335
  };
336
- const _hoisted_2$l = ["fill"];
337
- const _hoisted_3$g = /* @__PURE__ */ vue.createElementVNode("rect", {
336
+ const _hoisted_2$E = ["fill"];
337
+ const _hoisted_3$q = /* @__PURE__ */ vue.createElementVNode("rect", {
338
338
  stroke: "#33316A",
339
339
  "stroke-width": "1.167",
340
340
  "stroke-linejoin": "round",
@@ -344,14 +344,14 @@
344
344
  height: "23.333",
345
345
  rx: ".622"
346
346
  }, null, -1);
347
- const _hoisted_4$g = ["fill"];
348
- const _hoisted_5$d = /* @__PURE__ */ vue.createElementVNode("path", {
347
+ const _hoisted_4$n = ["fill"];
348
+ const _hoisted_5$g = /* @__PURE__ */ vue.createElementVNode("path", {
349
349
  stroke: "#33316A",
350
350
  "stroke-width": "1.167",
351
351
  "stroke-linejoin": "round",
352
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
353
  }, null, -1);
354
- const _hoisted_6$b = /* @__PURE__ */ vue.createElementVNode("rect", {
354
+ const _hoisted_6$c = /* @__PURE__ */ vue.createElementVNode("rect", {
355
355
  stroke: "#33316A",
356
356
  "stroke-width": "1.167",
357
357
  "stroke-linejoin": "round",
@@ -361,7 +361,7 @@
361
361
  height: "1.556",
362
362
  rx: ".622"
363
363
  }, null, -1);
364
- function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
364
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
365
365
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
366
366
  viewBox: "0 0 28 28",
367
367
  xmlns: "http://www.w3.org/2000/svg",
@@ -369,12 +369,12 @@
369
369
  width: "1em",
370
370
  height: "1em"
371
371
  }, _ctx.$attrs), [
372
- vue.createElementVNode("g", _hoisted_1$o, [
372
+ vue.createElementVNode("g", _hoisted_1$R, [
373
373
  vue.createElementVNode("path", {
374
374
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
375
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,
376
+ }, null, 8, _hoisted_2$E),
377
+ _hoisted_3$q,
378
378
  vue.createElementVNode("rect", {
379
379
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
380
380
  x: "7.778",
@@ -382,14 +382,14 @@
382
382
  width: "10.111",
383
383
  height: "6.222",
384
384
  rx: ".622"
385
- }, null, 8, _hoisted_4$g),
386
- _hoisted_5$d,
387
- _hoisted_6$b
385
+ }, null, 8, _hoisted_4$n),
386
+ _hoisted_5$g,
387
+ _hoisted_6$c
388
388
  ])
389
389
  ], 16);
390
390
  }
391
- var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
392
- const _sfc_main$n = {
391
+ var index$R = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R]]);
392
+ const _sfc_main$Q = {
393
393
  name: "IconStageInfoPublish",
394
394
  props: {
395
395
  prefix: {
@@ -402,22 +402,22 @@
402
402
  }
403
403
  }
404
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 = {
405
+ const _hoisted_1$Q = /* @__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$D = {
407
407
  fill: "none",
408
408
  "fill-rule": "evenodd"
409
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"];
410
+ const _hoisted_3$p = ["fill"];
411
+ const _hoisted_4$m = { transform: "translate(14 9)" };
412
+ const _hoisted_5$f = ["fill"];
413
+ const _hoisted_6$b = ["fill"];
414
414
  const _hoisted_7$9 = /* @__PURE__ */ vue.createElementVNode("path", {
415
415
  stroke: "#FFF",
416
416
  "stroke-width": "3.152",
417
417
  "stroke-linecap": "round",
418
418
  d: "M5.478 23.26L30.522 23.26M5.478 30.563L21.125 30.563"
419
419
  }, null, -1);
420
- function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
420
+ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
421
421
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
422
422
  viewBox: "0 0 64 64",
423
423
  xmlns: "http://www.w3.org/2000/svg",
@@ -425,34 +425,34 @@
425
425
  width: "1em",
426
426
  height: "1em"
427
427
  }, _ctx.$attrs), [
428
- _hoisted_1$n,
429
- vue.createElementVNode("g", _hoisted_2$k, [
428
+ _hoisted_1$Q,
429
+ vue.createElementVNode("g", _hoisted_2$D, [
430
430
  vue.createElementVNode("rect", {
431
431
  fill: $props.useCurrentColor ? "currentColor" : "#A730E8",
432
432
  opacity: ".1",
433
433
  width: "64",
434
434
  height: "64",
435
435
  rx: "32"
436
- }, null, 8, _hoisted_3$f),
437
- vue.createElementVNode("g", _hoisted_4$f, [
436
+ }, null, 8, _hoisted_3$p),
437
+ vue.createElementVNode("g", _hoisted_4$m, [
438
438
  vue.createElementVNode("path", {
439
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
440
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__a)"
441
- }, null, 8, _hoisted_5$c),
441
+ }, null, 8, _hoisted_5$f),
442
442
  vue.createElementVNode("rect", {
443
443
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__b)",
444
444
  y: "15.769",
445
445
  width: "36",
446
446
  height: "25.231",
447
447
  rx: "1.576"
448
- }, null, 8, _hoisted_6$a),
448
+ }, null, 8, _hoisted_6$b),
449
449
  _hoisted_7$9
450
450
  ])
451
451
  ])
452
452
  ], 16);
453
453
  }
454
- var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
455
- const _sfc_main$m = {
454
+ var index$Q = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q]]);
455
+ const _sfc_main$P = {
456
456
  name: "IconStageBox",
457
457
  props: {
458
458
  prefix: {
@@ -465,28 +465,28 @@
465
465
  }
466
466
  }
467
467
  };
468
- const _hoisted_1$m = {
468
+ const _hoisted_1$P = {
469
469
  fill: "none",
470
470
  "fill-rule": "evenodd"
471
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", {
472
+ const _hoisted_2$C = ["fill"];
473
+ const _hoisted_3$o = ["fill"];
474
+ const _hoisted_4$l = ["fill"];
475
+ const _hoisted_5$e = /* @__PURE__ */ vue.createElementVNode("path", {
476
476
  stroke: "#282461",
477
477
  "stroke-width": "1.167",
478
478
  "stroke-linejoin": "round",
479
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
480
  transform: "translate(2.333 3.111)"
481
481
  }, null, -1);
482
- const _hoisted_6$9 = /* @__PURE__ */ vue.createElementVNode("path", {
482
+ const _hoisted_6$a = /* @__PURE__ */ vue.createElementVNode("path", {
483
483
  stroke: "#282461",
484
484
  "stroke-width": "1.167",
485
485
  "stroke-linecap": "round",
486
486
  d: "M11.8843284 21.7777778L11.8843284 12.8333333 23.6670813 6.52930659",
487
487
  transform: "translate(2.333 3.111)"
488
488
  }, null, -1);
489
- function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
489
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
490
490
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
491
491
  viewBox: "0 0 28 28",
492
492
  xmlns: "http://www.w3.org/2000/svg",
@@ -494,29 +494,29 @@
494
494
  width: "1em",
495
495
  height: "1em"
496
496
  }, _ctx.$attrs), [
497
- vue.createElementVNode("g", _hoisted_1$m, [
497
+ vue.createElementVNode("g", _hoisted_1$P, [
498
498
  vue.createElementVNode("path", {
499
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
500
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
501
501
  transform: "matrix(-1 0 0 1 33.731 3.111)"
502
- }, null, 8, _hoisted_2$j),
502
+ }, null, 8, _hoisted_2$C),
503
503
  vue.createElementVNode("path", {
504
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
505
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
506
506
  transform: "matrix(-1 0 0 1 41.857 3.111)"
507
- }, null, 8, _hoisted_3$e),
507
+ }, null, 8, _hoisted_3$o),
508
508
  vue.createElementVNode("path", {
509
509
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
510
510
  d: "M0 6.52930659L11.8843284 12.8333333 11.8843284 22.5555556 0.101575456 15.477016z",
511
511
  transform: "translate(2.333 3.111)"
512
- }, null, 8, _hoisted_4$e),
513
- _hoisted_5$b,
514
- _hoisted_6$9
512
+ }, null, 8, _hoisted_4$l),
513
+ _hoisted_5$e,
514
+ _hoisted_6$a
515
515
  ])
516
516
  ], 16);
517
517
  }
518
- var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
519
- const _sfc_main$l = {
518
+ var index$P = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P]]);
519
+ const _sfc_main$O = {
520
520
  name: "IconStageWeatherIcon",
521
521
  props: {
522
522
  prefix: {
@@ -529,13 +529,13 @@
529
529
  }
530
530
  }
531
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 = {
532
+ const _hoisted_1$O = /* @__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$B = {
534
534
  fill: "none",
535
535
  "fill-rule": "evenodd"
536
536
  };
537
- const _hoisted_3$d = ["fill"];
538
- const _hoisted_4$d = /* @__PURE__ */ vue.createElementVNode("g", {
537
+ const _hoisted_3$n = ["fill"];
538
+ const _hoisted_4$k = /* @__PURE__ */ vue.createElementVNode("g", {
539
539
  stroke: "#87DDFF",
540
540
  "stroke-linejoin": "round",
541
541
  "stroke-width": "2.019"
@@ -553,8 +553,8 @@
553
553
  transform: "rotate(125 11.161 15.373)"
554
554
  })
555
555
  ], -1);
556
- const _hoisted_5$a = ["fill"];
557
- const _hoisted_6$8 = ["fill"];
556
+ const _hoisted_5$d = ["fill"];
557
+ const _hoisted_6$9 = ["fill"];
558
558
  const _hoisted_7$8 = /* @__PURE__ */ vue.createElementVNode("path", {
559
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
560
  stroke: "#FFF",
@@ -562,7 +562,7 @@
562
562
  "stroke-linecap": "round",
563
563
  transform: "translate(4 8)"
564
564
  }, null, -1);
565
- function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
565
+ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
566
566
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
567
567
  viewBox: "0 0 64 64",
568
568
  xmlns: "http://www.w3.org/2000/svg",
@@ -570,32 +570,32 @@
570
570
  width: "1em",
571
571
  height: "1em"
572
572
  }, _ctx.$attrs), [
573
- _hoisted_1$l,
574
- vue.createElementVNode("g", _hoisted_2$i, [
573
+ _hoisted_1$O,
574
+ vue.createElementVNode("g", _hoisted_2$B, [
575
575
  vue.createElementVNode("rect", {
576
576
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
577
577
  opacity: ".1",
578
578
  width: "64",
579
579
  height: "64",
580
580
  rx: "32"
581
- }, null, 8, _hoisted_3$d),
582
- _hoisted_4$d,
581
+ }, null, 8, _hoisted_3$n),
582
+ _hoisted_4$k,
583
583
  vue.createElementVNode("path", {
584
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
585
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__a)",
586
586
  transform: "translate(4 8)"
587
- }, null, 8, _hoisted_5$a),
587
+ }, null, 8, _hoisted_5$d),
588
588
  vue.createElementVNode("path", {
589
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
590
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__b)",
591
591
  transform: "translate(4 8)"
592
- }, null, 8, _hoisted_6$8),
592
+ }, null, 8, _hoisted_6$9),
593
593
  _hoisted_7$8
594
594
  ])
595
595
  ], 16);
596
596
  }
597
- var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
598
- const _sfc_main$k = {
597
+ var index$O = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
598
+ const _sfc_main$N = {
599
599
  name: "IconStageWeather",
600
600
  props: {
601
601
  prefix: {
@@ -608,11 +608,11 @@
608
608
  }
609
609
  }
610
610
  };
611
- const _hoisted_1$k = {
611
+ const _hoisted_1$N = {
612
612
  fill: "none",
613
613
  "fill-rule": "evenodd"
614
614
  };
615
- const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("g", {
615
+ const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("g", {
616
616
  stroke: "#33316A",
617
617
  "stroke-linejoin": "round",
618
618
  "stroke-width": "1.167"
@@ -630,15 +630,15 @@
630
630
  transform: "rotate(125 5.194 5.412)"
631
631
  })
632
632
  ], -1);
633
- const _hoisted_3$c = ["fill"];
634
- const _hoisted_4$c = /* @__PURE__ */ vue.createElementVNode("path", {
633
+ const _hoisted_3$m = ["fill"];
634
+ const _hoisted_4$j = /* @__PURE__ */ vue.createElementVNode("path", {
635
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
636
  stroke: "#33316A",
637
637
  "stroke-width": "1.167",
638
638
  "stroke-linejoin": "round",
639
639
  transform: "translate(-2.496)"
640
640
  }, null, -1);
641
- function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
641
+ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
642
642
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
643
643
  viewBox: "0 0 28 28",
644
644
  xmlns: "http://www.w3.org/2000/svg",
@@ -646,19 +646,19 @@
646
646
  width: "1em",
647
647
  height: "1em"
648
648
  }, _ctx.$attrs), [
649
- vue.createElementVNode("g", _hoisted_1$k, [
650
- _hoisted_2$h,
649
+ vue.createElementVNode("g", _hoisted_1$N, [
650
+ _hoisted_2$A,
651
651
  vue.createElementVNode("path", {
652
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
653
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
654
654
  transform: "translate(-2.496)"
655
- }, null, 8, _hoisted_3$c),
656
- _hoisted_4$c
655
+ }, null, 8, _hoisted_3$m),
656
+ _hoisted_4$j
657
657
  ])
658
658
  ], 16);
659
659
  }
660
- var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
661
- const _sfc_main$j = {
660
+ var index$N = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
661
+ const _sfc_main$M = {
662
662
  name: "IconStageSplitGroup",
663
663
  props: {
664
664
  prefix: {
@@ -671,33 +671,33 @@
671
671
  }
672
672
  }
673
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 = {
674
+ const _hoisted_1$M = /* @__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$z = {
676
676
  fill: "none",
677
677
  "fill-rule": "evenodd"
678
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", {
679
+ const _hoisted_3$l = ["fill"];
680
+ const _hoisted_4$i = { transform: "translate(13 12)" };
681
+ const _hoisted_5$c = /* @__PURE__ */ vue.createElementVNode("path", {
682
682
  stroke: "#14E58D",
683
683
  "stroke-width": "2.957",
684
684
  d: "M12 14L12 20.6 26 20.6 26 26"
685
685
  }, null, -1);
686
- const _hoisted_6$7 = ["fill"];
686
+ const _hoisted_6$8 = ["fill"];
687
687
  const _hoisted_7$7 = /* @__PURE__ */ vue.createElementVNode("path", {
688
688
  stroke: "#FFF",
689
689
  "stroke-width": "2.957",
690
690
  "stroke-linecap": "round",
691
691
  d: "M6 7.5L32 7.5"
692
692
  }, null, -1);
693
- const _hoisted_8$4 = ["fill"];
693
+ const _hoisted_8$5 = ["fill"];
694
694
  const _hoisted_9$4 = /* @__PURE__ */ vue.createElementVNode("path", {
695
695
  stroke: "#FFF",
696
696
  "stroke-width": "2.957",
697
697
  "stroke-linecap": "round",
698
698
  d: "M6 33.5L32 33.5"
699
699
  }, null, -1);
700
- function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
700
+ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
701
701
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
702
702
  viewBox: "0 0 64 64",
703
703
  xmlns: "http://www.w3.org/2000/svg",
@@ -705,23 +705,23 @@
705
705
  width: "1em",
706
706
  height: "1em"
707
707
  }, _ctx.$attrs), [
708
- _hoisted_1$j,
709
- vue.createElementVNode("g", _hoisted_2$g, [
708
+ _hoisted_1$M,
709
+ vue.createElementVNode("g", _hoisted_2$z, [
710
710
  vue.createElementVNode("rect", {
711
711
  fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
712
712
  opacity: ".1",
713
713
  width: "64",
714
714
  height: "64",
715
715
  rx: "32"
716
- }, null, 8, _hoisted_3$b),
717
- vue.createElementVNode("g", _hoisted_4$b, [
718
- _hoisted_5$9,
716
+ }, null, 8, _hoisted_3$l),
717
+ vue.createElementVNode("g", _hoisted_4$i, [
718
+ _hoisted_5$c,
719
719
  vue.createElementVNode("rect", {
720
720
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__a)",
721
721
  width: "38",
722
722
  height: "15",
723
723
  rx: "1.478"
724
- }, null, 8, _hoisted_6$7),
724
+ }, null, 8, _hoisted_6$8),
725
725
  _hoisted_7$7,
726
726
  vue.createElementVNode("rect", {
727
727
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__b)",
@@ -729,14 +729,14 @@
729
729
  width: "38",
730
730
  height: "15",
731
731
  rx: "1.478"
732
- }, null, 8, _hoisted_8$4),
732
+ }, null, 8, _hoisted_8$5),
733
733
  _hoisted_9$4
734
734
  ])
735
735
  ])
736
736
  ], 16);
737
737
  }
738
- var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
739
- const _sfc_main$i = {
738
+ var index$M = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
739
+ const _sfc_main$L = {
740
740
  name: "IconStageAdPublish",
741
741
  props: {
742
742
  prefix: {
@@ -749,24 +749,24 @@
749
749
  }
750
750
  }
751
751
  };
752
- const _hoisted_1$i = {
752
+ const _hoisted_1$L = {
753
753
  fill: "none",
754
754
  "fill-rule": "evenodd"
755
755
  };
756
- const _hoisted_2$f = ["fill"];
757
- const _hoisted_3$a = /* @__PURE__ */ vue.createElementVNode("path", {
756
+ const _hoisted_2$y = ["fill"];
757
+ const _hoisted_3$k = /* @__PURE__ */ vue.createElementVNode("path", {
758
758
  stroke: "#312D67",
759
759
  "stroke-width": "1.167",
760
760
  "stroke-linejoin": "round",
761
761
  d: "M2.16210003 16.1823725L23.8475575 1.81086162 9.85742104 17.5108179z"
762
762
  }, null, -1);
763
- const _hoisted_4$a = /* @__PURE__ */ vue.createElementVNode("path", {
763
+ const _hoisted_4$h = /* @__PURE__ */ vue.createElementVNode("path", {
764
764
  stroke: "#282461",
765
765
  "stroke-width": "1.167",
766
766
  "stroke-linejoin": "round",
767
767
  d: "M14.7492299 18.2752169L23.8475575 23.1963098 24.2550463 1.81086162z"
768
768
  }, null, -1);
769
- function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
769
+ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
770
770
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
771
771
  viewBox: "0 0 28 28",
772
772
  xmlns: "http://www.w3.org/2000/svg",
@@ -774,18 +774,18 @@
774
774
  width: "1em",
775
775
  height: "1em"
776
776
  }, _ctx.$attrs), [
777
- vue.createElementVNode("g", _hoisted_1$i, [
777
+ vue.createElementVNode("g", _hoisted_1$L, [
778
778
  vue.createElementVNode("path", {
779
779
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
780
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
781
+ }, null, 8, _hoisted_2$y),
782
+ _hoisted_3$k,
783
+ _hoisted_4$h
784
784
  ])
785
785
  ], 16);
786
786
  }
787
- var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
788
- const _sfc_main$h = {
787
+ var index$L = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
788
+ const _sfc_main$K = {
789
789
  name: "IconStageSafeMonitor",
790
790
  props: {
791
791
  prefix: {
@@ -798,12 +798,12 @@
798
798
  }
799
799
  }
800
800
  };
801
- const _hoisted_1$h = {
801
+ const _hoisted_1$K = {
802
802
  transform: "translate(3.889 1.556)",
803
803
  fill: "none",
804
804
  "fill-rule": "evenodd"
805
805
  };
806
- const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("circle", {
806
+ const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("circle", {
807
807
  stroke: "#33316A",
808
808
  "stroke-width": "1.167",
809
809
  "stroke-linejoin": "round",
@@ -811,15 +811,15 @@
811
811
  cy: "9.722",
812
812
  r: "9.722"
813
813
  }, null, -1);
814
- const _hoisted_3$9 = ["fill"];
815
- const _hoisted_4$9 = ["fill"];
816
- const _hoisted_5$8 = /* @__PURE__ */ vue.createElementVNode("path", {
814
+ const _hoisted_3$j = ["fill"];
815
+ const _hoisted_4$g = ["fill"];
816
+ const _hoisted_5$b = /* @__PURE__ */ vue.createElementVNode("path", {
817
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
818
  stroke: "#33316A",
819
819
  "stroke-width": "1.167",
820
820
  "stroke-linejoin": "round"
821
821
  }, null, -1);
822
- function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
822
+ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
823
823
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
824
824
  viewBox: "0 0 28 28",
825
825
  xmlns: "http://www.w3.org/2000/svg",
@@ -827,26 +827,26 @@
827
827
  width: "1em",
828
828
  height: "1em"
829
829
  }, _ctx.$attrs), [
830
- vue.createElementVNode("g", _hoisted_1$h, [
831
- _hoisted_2$e,
830
+ vue.createElementVNode("g", _hoisted_1$K, [
831
+ _hoisted_2$x,
832
832
  vue.createElementVNode("circle", {
833
833
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
834
834
  cx: "9.722",
835
835
  cy: "9.722",
836
836
  r: "4.278"
837
- }, null, 8, _hoisted_3$9),
837
+ }, null, 8, _hoisted_3$j),
838
838
  vue.createElementVNode("circle", {
839
839
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
840
840
  cx: "10.5",
841
841
  cy: "2.722",
842
842
  r: "1.167"
843
- }, null, 8, _hoisted_4$9),
844
- _hoisted_5$8
843
+ }, null, 8, _hoisted_4$g),
844
+ _hoisted_5$b
845
845
  ])
846
846
  ], 16);
847
847
  }
848
- var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
849
- const _sfc_main$g = {
848
+ var index$K = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
849
+ const _sfc_main$J = {
850
850
  name: "IconStageCityBroadcast",
851
851
  props: {
852
852
  prefix: {
@@ -859,17 +859,17 @@
859
859
  }
860
860
  }
861
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 = {
862
+ const _hoisted_1$J = /* @__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$w = {
864
864
  fill: "none",
865
865
  "fill-rule": "evenodd"
866
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"];
867
+ const _hoisted_3$i = ["fill"];
868
+ const _hoisted_4$f = ["fill"];
869
+ const _hoisted_5$a = { transform: "translate(19.407 13)" };
870
+ const _hoisted_6$7 = ["fill"];
871
871
  const _hoisted_7$6 = /* @__PURE__ */ vue.createElementVNode("use", { "xlink:href": "#svg_cfbfb4c240__b" }, null, -1);
872
- const _hoisted_8$3 = [
872
+ const _hoisted_8$4 = [
873
873
  _hoisted_7$6
874
874
  ];
875
875
  const _hoisted_9$3 = ["fill"];
@@ -888,7 +888,7 @@
888
888
  "stroke-linecap": "round",
889
889
  transform: "translate(12 13)"
890
890
  }, null, -1);
891
- function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
891
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
892
892
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
893
893
  viewBox: "0 0 64 64",
894
894
  xmlns: "http://www.w3.org/2000/svg",
@@ -897,25 +897,25 @@
897
897
  width: "1em",
898
898
  height: "1em"
899
899
  }, _ctx.$attrs), [
900
- _hoisted_1$g,
901
- vue.createElementVNode("g", _hoisted_2$d, [
900
+ _hoisted_1$J,
901
+ vue.createElementVNode("g", _hoisted_2$w, [
902
902
  vue.createElementVNode("rect", {
903
903
  fill: $props.useCurrentColor ? "currentColor" : "#FFBA23",
904
904
  opacity: ".1",
905
905
  width: "64",
906
906
  height: "64",
907
907
  rx: "32"
908
- }, null, 8, _hoisted_3$8),
908
+ }, null, 8, _hoisted_3$i),
909
909
  vue.createElementVNode("path", {
910
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
911
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__a)",
912
912
  transform: "translate(12 13)"
913
- }, null, 8, _hoisted_4$8),
914
- vue.createElementVNode("g", _hoisted_5$7, [
913
+ }, null, 8, _hoisted_4$f),
914
+ vue.createElementVNode("g", _hoisted_5$a, [
915
915
  vue.createElementVNode("mask", {
916
916
  id: "svg_cfbfb4c240__d",
917
917
  fill: $props.useCurrentColor ? "currentColor" : "#fff"
918
- }, _hoisted_8$3, 8, _hoisted_6$6),
918
+ }, _hoisted_8$4, 8, _hoisted_6$7),
919
919
  vue.createElementVNode("use", {
920
920
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__c)",
921
921
  "xlink:href": "#svg_cfbfb4c240__b"
@@ -931,8 +931,8 @@
931
931
  ])
932
932
  ], 16);
933
933
  }
934
- var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
935
- const _sfc_main$f = {
934
+ var index$J = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J]]);
935
+ const _sfc_main$I = {
936
936
  name: "IconStageStrongE",
937
937
  props: {
938
938
  prefix: {
@@ -945,24 +945,24 @@
945
945
  }
946
946
  }
947
947
  };
948
- const _hoisted_1$f = {
948
+ const _hoisted_1$I = {
949
949
  fill: "none",
950
950
  "fill-rule": "evenodd"
951
951
  };
952
- const _hoisted_2$c = ["fill"];
953
- const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
952
+ const _hoisted_2$v = ["fill"];
953
+ const _hoisted_3$h = /* @__PURE__ */ vue.createElementVNode("path", {
954
954
  stroke: "#33316A",
955
955
  "stroke-width": "1.167",
956
956
  "stroke-linejoin": "round",
957
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
958
  }, null, -1);
959
- const _hoisted_4$7 = /* @__PURE__ */ vue.createElementVNode("path", {
959
+ const _hoisted_4$e = /* @__PURE__ */ vue.createElementVNode("path", {
960
960
  stroke: "#33316A",
961
961
  "stroke-width": "1.167",
962
962
  "stroke-linecap": "round",
963
963
  d: "M19.538 21.672L23.629 15.558"
964
964
  }, null, -1);
965
- function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
965
+ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
966
966
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
967
967
  viewBox: "0 0 28 28",
968
968
  xmlns: "http://www.w3.org/2000/svg",
@@ -970,18 +970,18 @@
970
970
  width: "1em",
971
971
  height: "1em"
972
972
  }, _ctx.$attrs), [
973
- vue.createElementVNode("g", _hoisted_1$f, [
973
+ vue.createElementVNode("g", _hoisted_1$I, [
974
974
  vue.createElementVNode("path", {
975
975
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
976
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
977
+ }, null, 8, _hoisted_2$v),
978
+ _hoisted_3$h,
979
+ _hoisted_4$e
980
980
  ])
981
981
  ], 16);
982
982
  }
983
- var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
984
- const _sfc_main$e = {
983
+ var index$I = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
984
+ const _sfc_main$H = {
985
985
  name: "IconStageUserinfo",
986
986
  props: {
987
987
  prefix: {
@@ -994,22 +994,22 @@
994
994
  }
995
995
  }
996
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 = {
997
+ const _hoisted_1$H = /* @__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$u = {
999
999
  fill: "none",
1000
1000
  "fill-rule": "evenodd"
1001
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", {
1002
+ const _hoisted_3$g = ["fill"];
1003
+ const _hoisted_4$d = { transform: "translate(12 17)" };
1004
+ const _hoisted_5$9 = ["fill"];
1005
+ const _hoisted_6$6 = /* @__PURE__ */ vue.createElementVNode("path", {
1006
1006
  stroke: "#FFF",
1007
1007
  "stroke-width": "2.994",
1008
1008
  "stroke-linecap": "round",
1009
1009
  d: "M22.308 11.625L35.385 11.625M22.308 19.678L30.478 19.678"
1010
1010
  }, null, -1);
1011
1011
  const _hoisted_7$5 = ["fill"];
1012
- function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
1012
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
1013
1013
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1014
1014
  viewBox: "0 0 64 64",
1015
1015
  xmlns: "http://www.w3.org/2000/svg",
@@ -1017,23 +1017,23 @@
1017
1017
  width: "1em",
1018
1018
  height: "1em"
1019
1019
  }, _ctx.$attrs), [
1020
- _hoisted_1$e,
1021
- vue.createElementVNode("g", _hoisted_2$b, [
1020
+ _hoisted_1$H,
1021
+ vue.createElementVNode("g", _hoisted_2$u, [
1022
1022
  vue.createElementVNode("rect", {
1023
1023
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1024
1024
  opacity: ".1",
1025
1025
  width: "64",
1026
1026
  height: "64",
1027
1027
  rx: "32"
1028
- }, null, 8, _hoisted_3$6),
1029
- vue.createElementVNode("g", _hoisted_4$6, [
1028
+ }, null, 8, _hoisted_3$g),
1029
+ vue.createElementVNode("g", _hoisted_4$d, [
1030
1030
  vue.createElementVNode("rect", {
1031
1031
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__a)",
1032
1032
  width: "40",
1033
1033
  height: "27",
1034
1034
  rx: "1.497"
1035
- }, null, 8, _hoisted_5$6),
1036
- _hoisted_6$5,
1035
+ }, null, 8, _hoisted_5$9),
1036
+ _hoisted_6$6,
1037
1037
  vue.createElementVNode("path", {
1038
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
1039
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__b)",
@@ -1043,8 +1043,8 @@
1043
1043
  ])
1044
1044
  ], 16);
1045
1045
  }
1046
- var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
1047
- const _sfc_main$d = {
1046
+ var index$H = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
1047
+ const _sfc_main$G = {
1048
1048
  name: "IconStageWaterMonitor",
1049
1049
  props: {
1050
1050
  prefix: {
@@ -1057,31 +1057,31 @@
1057
1057
  }
1058
1058
  }
1059
1059
  };
1060
- const _hoisted_1$d = {
1060
+ const _hoisted_1$G = {
1061
1061
  fill: "none",
1062
1062
  "fill-rule": "evenodd"
1063
1063
  };
1064
- const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", {
1064
+ const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", {
1065
1065
  stroke: "#333069",
1066
1066
  "stroke-width": "1.167",
1067
1067
  "stroke-linecap": "round",
1068
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
1069
  transform: "translate(.778 3.111)"
1070
1070
  }, null, -1);
1071
- const _hoisted_3$5 = /* @__PURE__ */ vue.createElementVNode("path", {
1071
+ const _hoisted_3$f = /* @__PURE__ */ vue.createElementVNode("path", {
1072
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
1073
  stroke: "#333069",
1074
1074
  "stroke-width": "1.167",
1075
1075
  transform: "translate(.778 3.111)"
1076
1076
  }, null, -1);
1077
- const _hoisted_4$5 = ["fill"];
1078
- const _hoisted_5$5 = /* @__PURE__ */ vue.createElementVNode("path", {
1077
+ const _hoisted_4$c = ["fill"];
1078
+ const _hoisted_5$8 = /* @__PURE__ */ vue.createElementVNode("path", {
1079
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
1080
  stroke: "#333069",
1081
1081
  "stroke-width": "1.167",
1082
1082
  transform: "translate(.778 3.111)"
1083
1083
  }, null, -1);
1084
- const _hoisted_6$4 = ["fill"];
1084
+ const _hoisted_6$5 = ["fill"];
1085
1085
  const _hoisted_7$4 = /* @__PURE__ */ vue.createElementVNode("path", {
1086
1086
  d: "M10.8989044,13.7586174 C10.8973861,14.9742614 11.883847,15.9585033 13.1022283,15.956985",
1087
1087
  stroke: "#FFF",
@@ -1089,7 +1089,7 @@
1089
1089
  "stroke-linecap": "round",
1090
1090
  transform: "rotate(24 5.071 18.243)"
1091
1091
  }, null, -1);
1092
- function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
1092
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
1093
1093
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1094
1094
  viewBox: "0 0 28 28",
1095
1095
  xmlns: "http://www.w3.org/2000/svg",
@@ -1097,26 +1097,26 @@
1097
1097
  width: "1em",
1098
1098
  height: "1em"
1099
1099
  }, _ctx.$attrs), [
1100
- vue.createElementVNode("g", _hoisted_1$d, [
1101
- _hoisted_2$a,
1102
- _hoisted_3$5,
1100
+ vue.createElementVNode("g", _hoisted_1$G, [
1101
+ _hoisted_2$t,
1102
+ _hoisted_3$f,
1103
1103
  vue.createElementVNode("path", {
1104
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
1105
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1106
1106
  transform: "translate(.778 3.111)"
1107
- }, null, 8, _hoisted_4$5),
1108
- _hoisted_5$5,
1107
+ }, null, 8, _hoisted_4$c),
1108
+ _hoisted_5$8,
1109
1109
  vue.createElementVNode("path", {
1110
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
1111
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1112
1112
  transform: "translate(.778 3.111)"
1113
- }, null, 8, _hoisted_6$4),
1113
+ }, null, 8, _hoisted_6$5),
1114
1114
  _hoisted_7$4
1115
1115
  ])
1116
1116
  ], 16);
1117
1117
  }
1118
- var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
1119
- const _sfc_main$c = {
1118
+ var index$G = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
1119
+ const _sfc_main$F = {
1120
1120
  name: "IconStageTiltMonitor",
1121
1121
  props: {
1122
1122
  prefix: {
@@ -1129,32 +1129,32 @@
1129
1129
  }
1130
1130
  }
1131
1131
  };
1132
- const _hoisted_1$c = {
1132
+ const _hoisted_1$F = {
1133
1133
  fill: "none",
1134
1134
  "fill-rule": "evenodd"
1135
1135
  };
1136
- const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", {
1136
+ const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", {
1137
1137
  stroke: "#33316A",
1138
1138
  "stroke-width": "1.167",
1139
1139
  "stroke-linecap": "round",
1140
1140
  "stroke-linejoin": "round",
1141
1141
  d: "M2.16210614 25.1692846L2.16210614 19.1477792 23.6664142 3.34132757 23.6664142 7.11070499 7.32747182 19.1477792"
1142
1142
  }, null, -1);
1143
- const _hoisted_3$4 = /* @__PURE__ */ vue.createElementVNode("path", {
1143
+ const _hoisted_3$e = /* @__PURE__ */ vue.createElementVNode("path", {
1144
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
1145
  stroke: "#33316A",
1146
1146
  "stroke-width": "1.167",
1147
1147
  "stroke-linejoin": "round"
1148
1148
  }, null, -1);
1149
- const _hoisted_4$4 = /* @__PURE__ */ vue.createElementVNode("path", {
1149
+ const _hoisted_4$b = /* @__PURE__ */ vue.createElementVNode("path", {
1150
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
1151
  stroke: "#33316A",
1152
1152
  "stroke-width": "1.167",
1153
1153
  "stroke-linecap": "round",
1154
1154
  "stroke-linejoin": "round"
1155
1155
  }, null, -1);
1156
- const _hoisted_5$4 = ["fill"];
1157
- function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
1156
+ const _hoisted_5$7 = ["fill"];
1157
+ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
1158
1158
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1159
1159
  viewBox: "0 0 28 28",
1160
1160
  xmlns: "http://www.w3.org/2000/svg",
@@ -1162,19 +1162,19 @@
1162
1162
  width: "1em",
1163
1163
  height: "1em"
1164
1164
  }, _ctx.$attrs), [
1165
- vue.createElementVNode("g", _hoisted_1$c, [
1166
- _hoisted_2$9,
1167
- _hoisted_3$4,
1168
- _hoisted_4$4,
1165
+ vue.createElementVNode("g", _hoisted_1$F, [
1166
+ _hoisted_2$s,
1167
+ _hoisted_3$e,
1168
+ _hoisted_4$b,
1169
1169
  vue.createElementVNode("path", {
1170
1170
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1171
1171
  d: "M2.894 19.148H27.051000000000002V25.922H2.894z"
1172
- }, null, 8, _hoisted_5$4)
1172
+ }, null, 8, _hoisted_5$7)
1173
1173
  ])
1174
1174
  ], 16);
1175
1175
  }
1176
- var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
1177
- const _sfc_main$b = {
1176
+ var index$F = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F]]);
1177
+ const _sfc_main$E = {
1178
1178
  name: "IconStageLightMange",
1179
1179
  props: {
1180
1180
  prefix: {
@@ -1187,23 +1187,23 @@
1187
1187
  }
1188
1188
  }
1189
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 = {
1190
+ const _hoisted_1$E = /* @__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$r = {
1192
1192
  fill: "none",
1193
1193
  "fill-rule": "evenodd"
1194
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"];
1195
+ const _hoisted_3$d = ["fill"];
1196
+ const _hoisted_4$a = ["fill"];
1197
+ const _hoisted_5$6 = { transform: "translate(11 15)" };
1198
+ const _hoisted_6$4 = ["fill"];
1199
1199
  const _hoisted_7$3 = /* @__PURE__ */ vue.createElementVNode("use", { "xlink:href": "#svg_8584025102__b" }, null, -1);
1200
- const _hoisted_8$2 = [
1200
+ const _hoisted_8$3 = [
1201
1201
  _hoisted_7$3
1202
1202
  ];
1203
1203
  const _hoisted_9$2 = ["fill"];
1204
1204
  const _hoisted_10$1 = ["fill"];
1205
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) {
1206
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
1207
1207
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1208
1208
  viewBox: "0 0 64 64",
1209
1209
  xmlns: "http://www.w3.org/2000/svg",
@@ -1212,24 +1212,24 @@
1212
1212
  width: "1em",
1213
1213
  height: "1em"
1214
1214
  }, _ctx.$attrs), [
1215
- _hoisted_1$b,
1216
- vue.createElementVNode("g", _hoisted_2$8, [
1215
+ _hoisted_1$E,
1216
+ vue.createElementVNode("g", _hoisted_2$r, [
1217
1217
  vue.createElementVNode("rect", {
1218
1218
  fill: $props.useCurrentColor ? "currentColor" : "#FFBA23",
1219
1219
  opacity: ".1",
1220
1220
  width: "64",
1221
1221
  height: "64",
1222
1222
  rx: "32"
1223
- }, null, 8, _hoisted_3$3),
1223
+ }, null, 8, _hoisted_3$d),
1224
1224
  vue.createElementVNode("path", {
1225
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
1226
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_8584025102__a)"
1227
- }, null, 8, _hoisted_4$3),
1228
- vue.createElementVNode("g", _hoisted_5$3, [
1227
+ }, null, 8, _hoisted_4$a),
1228
+ vue.createElementVNode("g", _hoisted_5$6, [
1229
1229
  vue.createElementVNode("mask", {
1230
1230
  id: "svg_8584025102__d",
1231
1231
  fill: $props.useCurrentColor ? "currentColor" : "#fff"
1232
- }, _hoisted_8$2, 8, _hoisted_6$3),
1232
+ }, _hoisted_8$3, 8, _hoisted_6$4),
1233
1233
  vue.createElementVNode("use", {
1234
1234
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_8584025102__c)",
1235
1235
  "xlink:href": "#svg_8584025102__b"
@@ -1244,8 +1244,8 @@
1244
1244
  ])
1245
1245
  ], 16);
1246
1246
  }
1247
- var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
1248
- const _sfc_main$a = {
1247
+ var index$E = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E]]);
1248
+ const _sfc_main$D = {
1249
1249
  name: "IconStageBigScreen",
1250
1250
  props: {
1251
1251
  prefix: {
@@ -1258,22 +1258,22 @@
1258
1258
  }
1259
1259
  }
1260
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 = {
1261
+ const _hoisted_1$D = /* @__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$q = {
1263
1263
  fill: "none",
1264
1264
  "fill-rule": "evenodd"
1265
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", {
1266
+ const _hoisted_3$c = ["fill"];
1267
+ const _hoisted_4$9 = { transform: "translate(13 13)" };
1268
+ const _hoisted_5$5 = ["fill"];
1269
+ const _hoisted_6$3 = /* @__PURE__ */ vue.createElementVNode("path", {
1270
1270
  stroke: "#FFF",
1271
1271
  "stroke-width": "3.167",
1272
1272
  "stroke-linecap": "round",
1273
1273
  d: "M6 21L14.6877618 11.346511 23.4775291 18.7112131 33 9"
1274
1274
  }, null, -1);
1275
1275
  const _hoisted_7$2 = ["fill"];
1276
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
1276
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
1277
1277
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1278
1278
  viewBox: "0 0 64 64",
1279
1279
  xmlns: "http://www.w3.org/2000/svg",
@@ -1281,23 +1281,23 @@
1281
1281
  width: "1em",
1282
1282
  height: "1em"
1283
1283
  }, _ctx.$attrs), [
1284
- _hoisted_1$a,
1285
- vue.createElementVNode("g", _hoisted_2$7, [
1284
+ _hoisted_1$D,
1285
+ vue.createElementVNode("g", _hoisted_2$q, [
1286
1286
  vue.createElementVNode("rect", {
1287
1287
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1288
1288
  opacity: ".1",
1289
1289
  width: "64",
1290
1290
  height: "64",
1291
1291
  rx: "32"
1292
- }, null, 8, _hoisted_3$2),
1293
- vue.createElementVNode("g", _hoisted_4$2, [
1292
+ }, null, 8, _hoisted_3$c),
1293
+ vue.createElementVNode("g", _hoisted_4$9, [
1294
1294
  vue.createElementVNode("rect", {
1295
1295
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__a)",
1296
1296
  width: "38",
1297
1297
  height: "30",
1298
1298
  rx: "1.583"
1299
- }, null, 8, _hoisted_5$2),
1300
- _hoisted_6$2,
1299
+ }, null, 8, _hoisted_5$5),
1300
+ _hoisted_6$3,
1301
1301
  vue.createElementVNode("rect", {
1302
1302
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__b)",
1303
1303
  x: "5",
@@ -1310,8 +1310,8 @@
1310
1310
  ])
1311
1311
  ], 16);
1312
1312
  }
1313
- var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
1314
- const _sfc_main$9 = {
1313
+ var index$D = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D]]);
1314
+ const _sfc_main$C = {
1315
1315
  name: "IconStageBoxIcon",
1316
1316
  props: {
1317
1317
  prefix: {
@@ -1324,24 +1324,24 @@
1324
1324
  }
1325
1325
  }
1326
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 = {
1327
+ const _hoisted_1$C = /* @__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$p = {
1329
1329
  fill: "none",
1330
1330
  "fill-rule": "evenodd"
1331
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"];
1332
+ const _hoisted_3$b = ["fill"];
1333
+ const _hoisted_4$8 = ["fill"];
1334
+ const _hoisted_5$4 = ["fill"];
1335
+ const _hoisted_6$2 = ["fill"];
1336
1336
  const _hoisted_7$1 = ["fill"];
1337
- const _hoisted_8$1 = ["fill"];
1337
+ const _hoisted_8$2 = ["fill"];
1338
1338
  const _hoisted_9$1 = /* @__PURE__ */ vue.createElementVNode("path", {
1339
1339
  stroke: "#FFF",
1340
1340
  "stroke-width": "3.32",
1341
1341
  "stroke-linecap": "round",
1342
1342
  d: "M23.848 25.432L34.985 19M29.848 30.432L40.985 24M45.5 33L45.5 38M37.5 38L37.5 43"
1343
1343
  }, null, -1);
1344
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
1344
+ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
1345
1345
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1346
1346
  viewBox: "0 0 64 64",
1347
1347
  xmlns: "http://www.w3.org/2000/svg",
@@ -1349,30 +1349,30 @@
1349
1349
  width: "1em",
1350
1350
  height: "1em"
1351
1351
  }, _ctx.$attrs), [
1352
- _hoisted_1$9,
1353
- vue.createElementVNode("g", _hoisted_2$6, [
1352
+ _hoisted_1$C,
1353
+ vue.createElementVNode("g", _hoisted_2$p, [
1354
1354
  vue.createElementVNode("rect", {
1355
1355
  fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
1356
1356
  opacity: ".1",
1357
1357
  width: "64",
1358
1358
  height: "64",
1359
1359
  rx: "32"
1360
- }, null, 8, _hoisted_3$1),
1360
+ }, null, 8, _hoisted_3$b),
1361
1361
  vue.createElementVNode("path", {
1362
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
1363
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1364
1364
  transform: "matrix(-1 0 0 1 54.468 14)"
1365
- }, null, 8, _hoisted_4$1),
1365
+ }, null, 8, _hoisted_4$8),
1366
1366
  vue.createElementVNode("path", {
1367
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
1368
  fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
1369
1369
  transform: "matrix(-1 0 0 1 63.14 14)"
1370
- }, null, 8, _hoisted_5$1),
1370
+ }, null, 8, _hoisted_5$4),
1371
1371
  vue.createElementVNode("path", {
1372
1372
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__a)",
1373
1373
  d: "M20 -3.69149156e-15L40 10.1551724 40 26.5344828 20 38 0 26.5344828 0 10.1551724z",
1374
1374
  transform: "translate(11 14)"
1375
- }, null, 8, _hoisted_6$1),
1375
+ }, null, 8, _hoisted_6$2),
1376
1376
  vue.createElementVNode("path", {
1377
1377
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__b)",
1378
1378
  d: "M0 10.8571429L20 21.533958 20 38 0.170940171 26.0114312z",
@@ -1382,13 +1382,13 @@
1382
1382
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__c)",
1383
1383
  transform: "matrix(-1 0 0 1 71 14)",
1384
1384
  d: "M20 10.8571429L40 21.533958 40 38 20.1709402 26.0114312z"
1385
- }, null, 8, _hoisted_8$1),
1385
+ }, null, 8, _hoisted_8$2),
1386
1386
  _hoisted_9$1
1387
1387
  ])
1388
1388
  ], 16);
1389
1389
  }
1390
- var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
1391
- const _sfc_main$8 = {
1390
+ var index$C = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C]]);
1391
+ const _sfc_main$B = {
1392
1392
  name: "IconStageSafeMonitorIcon",
1393
1393
  props: {
1394
1394
  prefix: {
@@ -1401,17 +1401,17 @@
1401
1401
  }
1402
1402
  }
1403
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 = {
1404
+ const _hoisted_1$B = /* @__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$o = {
1406
1406
  fill: "none",
1407
1407
  "fill-rule": "evenodd"
1408
1408
  };
1409
- const _hoisted_3 = ["fill"];
1410
- const _hoisted_4 = { transform: "translate(14 9)" };
1411
- const _hoisted_5 = ["fill"];
1412
- const _hoisted_6 = ["fill"];
1409
+ const _hoisted_3$a = ["fill"];
1410
+ const _hoisted_4$7 = { transform: "translate(14 9)" };
1411
+ const _hoisted_5$3 = ["fill"];
1412
+ const _hoisted_6$1 = ["fill"];
1413
1413
  const _hoisted_7 = ["fill"];
1414
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("path", {
1414
+ const _hoisted_8$1 = /* @__PURE__ */ vue.createElementVNode("path", {
1415
1415
  stroke: "#FFF",
1416
1416
  "stroke-width": "2.348",
1417
1417
  opacity: ".703",
@@ -1425,7 +1425,7 @@
1425
1425
  d: "M12.511 40.769L24.273 40.769",
1426
1426
  transform: "translate(14 9)"
1427
1427
  }, null, -1);
1428
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
1428
+ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
1429
1429
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1430
1430
  viewBox: "0 0 64 64",
1431
1431
  xmlns: "http://www.w3.org/2000/svg",
@@ -1433,30 +1433,30 @@
1433
1433
  width: "1em",
1434
1434
  height: "1em"
1435
1435
  }, _ctx.$attrs), [
1436
- _hoisted_1$8,
1437
- vue.createElementVNode("g", _hoisted_2$5, [
1436
+ _hoisted_1$B,
1437
+ vue.createElementVNode("g", _hoisted_2$o, [
1438
1438
  vue.createElementVNode("rect", {
1439
1439
  fill: $props.useCurrentColor ? "currentColor" : "#F24A2B",
1440
1440
  opacity: ".1",
1441
1441
  width: "64",
1442
1442
  height: "64",
1443
1443
  rx: "32"
1444
- }, null, 8, _hoisted_3),
1445
- vue.createElementVNode("g", _hoisted_4, [
1444
+ }, null, 8, _hoisted_3$a),
1445
+ vue.createElementVNode("g", _hoisted_4$7, [
1446
1446
  vue.createElementVNode("ellipse", {
1447
1447
  fill: $props.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__a)",
1448
1448
  cx: "18",
1449
1449
  cy: "17.845",
1450
1450
  rx: "18",
1451
1451
  ry: "17.845"
1452
- }, null, 8, _hoisted_5),
1452
+ }, null, 8, _hoisted_5$3),
1453
1453
  vue.createElementVNode("ellipse", {
1454
1454
  fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1455
1455
  cx: "17.217",
1456
1456
  cy: "18.621",
1457
1457
  rx: "7.826",
1458
1458
  ry: "7.759"
1459
- }, null, 8, _hoisted_6),
1459
+ }, null, 8, _hoisted_6$1),
1460
1460
  vue.createElementVNode("ellipse", {
1461
1461
  fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1462
1462
  cx: "18.391",
@@ -1464,7 +1464,7 @@
1464
1464
  rx: "1.957",
1465
1465
  ry: "1.94"
1466
1466
  }, null, 8, _hoisted_7),
1467
- _hoisted_8
1467
+ _hoisted_8$1
1468
1468
  ]),
1469
1469
  vue.createElementVNode("path", {
1470
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",
@@ -1475,8 +1475,8 @@
1475
1475
  ])
1476
1476
  ], 16);
1477
1477
  }
1478
- var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
1479
- const _sfc_main$7 = {
1478
+ var index$B = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
1479
+ const _sfc_main$A = {
1480
1480
  name: "IconSidebarManage",
1481
1481
  props: {
1482
1482
  prefix: {
@@ -1489,21 +1489,21 @@
1489
1489
  }
1490
1490
  }
1491
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
1492
+ const _hoisted_1$A = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" 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$n = [
1494
+ _hoisted_1$A
1495
1495
  ];
1496
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
1496
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
1497
1497
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1498
1498
  viewBox: "0 0 20 20",
1499
1499
  xmlns: "http://www.w3.org/2000/svg",
1500
1500
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-manage`],
1501
1501
  width: "1em",
1502
1502
  height: "1em"
1503
- }, _ctx.$attrs), _hoisted_2$4, 16);
1503
+ }, _ctx.$attrs), _hoisted_2$n, 16);
1504
1504
  }
1505
- var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
1506
- const _sfc_main$6 = {
1505
+ var index$A = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
1506
+ const _sfc_main$z = {
1507
1507
  name: "IconSidebarPole",
1508
1508
  props: {
1509
1509
  prefix: {
@@ -1516,21 +1516,21 @@
1516
1516
  }
1517
1517
  }
1518
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
1519
+ const _hoisted_1$z = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" 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$m = [
1521
+ _hoisted_1$z
1522
1522
  ];
1523
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
1523
+ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
1524
1524
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1525
1525
  viewBox: "0 0 20 20",
1526
1526
  xmlns: "http://www.w3.org/2000/svg",
1527
1527
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-pole`],
1528
1528
  width: "1em",
1529
1529
  height: "1em"
1530
- }, _ctx.$attrs), _hoisted_2$3, 16);
1530
+ }, _ctx.$attrs), _hoisted_2$m, 16);
1531
1531
  }
1532
- var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
1533
- const _sfc_main$5 = {
1532
+ var index$z = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
1533
+ const _sfc_main$y = {
1534
1534
  name: "IconSidebarBigScreen",
1535
1535
  props: {
1536
1536
  prefix: {
@@ -1543,8 +1543,8 @@
1543
1543
  }
1544
1544
  }
1545
1545
  };
1546
- const _hoisted_1$5 = /* @__PURE__ */ vue.createElementVNode("g", {
1547
- stroke: "#FFF",
1546
+ const _hoisted_1$y = /* @__PURE__ */ vue.createElementVNode("g", {
1547
+ stroke: "currentColor",
1548
1548
  "stroke-width": "1.5",
1549
1549
  fill: "none",
1550
1550
  "fill-rule": "evenodd",
@@ -1566,20 +1566,20 @@
1566
1566
  "stroke-linecap": "round"
1567
1567
  })
1568
1568
  ], -1);
1569
- const _hoisted_2$2 = [
1570
- _hoisted_1$5
1569
+ const _hoisted_2$l = [
1570
+ _hoisted_1$y
1571
1571
  ];
1572
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
1572
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
1573
1573
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1574
1574
  viewBox: "0 0 20 20",
1575
1575
  xmlns: "http://www.w3.org/2000/svg",
1576
1576
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-big-screen`],
1577
1577
  width: "1em",
1578
1578
  height: "1em"
1579
- }, _ctx.$attrs), _hoisted_2$2, 16);
1579
+ }, _ctx.$attrs), _hoisted_2$l, 16);
1580
1580
  }
1581
- var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
1582
- const _sfc_main$4 = {
1581
+ var index$y = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
1582
+ const _sfc_main$x = {
1583
1583
  name: "IconRise",
1584
1584
  props: {
1585
1585
  prefix: {
@@ -1592,8 +1592,8 @@
1592
1592
  }
1593
1593
  }
1594
1594
  };
1595
- const _hoisted_1$4 = ["fill"];
1596
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
1595
+ const _hoisted_1$x = ["fill"];
1596
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
1597
1597
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1598
1598
  viewBox: "0 0 18 18",
1599
1599
  xmlns: "http://www.w3.org/2000/svg",
@@ -1605,11 +1605,11 @@
1605
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
1606
  fill: $props.useCurrentColor ? "currentColor" : "#F24A2B",
1607
1607
  "fill-rule": "nonzero"
1608
- }, null, 8, _hoisted_1$4)
1608
+ }, null, 8, _hoisted_1$x)
1609
1609
  ], 16);
1610
1610
  }
1611
- var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
1612
- const _sfc_main$3 = {
1611
+ var index$x = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
1612
+ const _sfc_main$w = {
1613
1613
  name: "IconSidebarDashboard",
1614
1614
  props: {
1615
1615
  prefix: {
@@ -1622,11 +1622,12 @@
1622
1622
  }
1623
1623
  }
1624
1624
  };
1625
- const _hoisted_1$3 = /* @__PURE__ */ vue.createElementVNode("g", {
1626
- stroke: "#FFF",
1625
+ const _hoisted_1$w = /* @__PURE__ */ vue.createElementVNode("g", {
1626
+ stroke: "currentColor",
1627
1627
  "stroke-width": "1.5",
1628
1628
  fill: "none",
1629
- "fill-rule": "evenodd"
1629
+ "fill-rule": "evenodd",
1630
+ opacity: ".7"
1630
1631
  }, [
1631
1632
  /* @__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
1633
  /* @__PURE__ */ vue.createElementVNode("path", {
@@ -1634,20 +1635,20 @@
1634
1635
  d: "M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225"
1635
1636
  })
1636
1637
  ], -1);
1637
- const _hoisted_2$1 = [
1638
- _hoisted_1$3
1638
+ const _hoisted_2$k = [
1639
+ _hoisted_1$w
1639
1640
  ];
1640
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
1641
+ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
1641
1642
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1642
1643
  viewBox: "0 0 20 20",
1643
1644
  xmlns: "http://www.w3.org/2000/svg",
1644
1645
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-dashboard`],
1645
1646
  width: "1em",
1646
1647
  height: "1em"
1647
- }, _ctx.$attrs), _hoisted_2$1, 16);
1648
+ }, _ctx.$attrs), _hoisted_2$k, 16);
1648
1649
  }
1649
- var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
1650
- const _sfc_main$2 = {
1650
+ var index$w = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
1651
+ const _sfc_main$v = {
1651
1652
  name: "IconDecline",
1652
1653
  props: {
1653
1654
  prefix: {
@@ -1660,8 +1661,8 @@
1660
1661
  }
1661
1662
  }
1662
1663
  };
1663
- const _hoisted_1$2 = ["fill"];
1664
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
1664
+ const _hoisted_1$v = ["fill"];
1665
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
1665
1666
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1666
1667
  viewBox: "0 0 18 18",
1667
1668
  xmlns: "http://www.w3.org/2000/svg",
@@ -1674,11 +1675,11 @@
1674
1675
  fill: $props.useCurrentColor ? "currentColor" : "#339D20",
1675
1676
  transform: "matrix(1 0 0 -1 0 17.216)",
1676
1677
  "fill-rule": "nonzero"
1677
- }, null, 8, _hoisted_1$2)
1678
+ }, null, 8, _hoisted_1$v)
1678
1679
  ], 16);
1679
1680
  }
1680
- var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
1681
- const _sfc_main$1 = {
1681
+ var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
1682
+ const _sfc_main$u = {
1682
1683
  name: "IconSidebarLight",
1683
1684
  props: {
1684
1685
  prefix: {
@@ -1691,21 +1692,21 @@
1691
1692
  }
1692
1693
  }
1693
1694
  };
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
1695
+ const _hoisted_1$u = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd"><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);
1696
+ const _hoisted_2$j = [
1697
+ _hoisted_1$u
1697
1698
  ];
1698
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
1699
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
1699
1700
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1700
1701
  viewBox: "0 0 20 20",
1701
1702
  xmlns: "http://www.w3.org/2000/svg",
1702
1703
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-light`],
1703
1704
  width: "1em",
1704
1705
  height: "1em"
1705
- }, _ctx.$attrs), _hoisted_2, 16);
1706
+ }, _ctx.$attrs), _hoisted_2$j, 16);
1706
1707
  }
1707
- var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
1708
- const _sfc_main = {
1708
+ var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
1709
+ const _sfc_main$t = {
1709
1710
  name: "IconSliderTouchIcon",
1710
1711
  props: {
1711
1712
  prefix: {
@@ -1718,8 +1719,8 @@
1718
1719
  }
1719
1720
  }
1720
1721
  };
1721
- const _hoisted_1 = ["fill"];
1722
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1722
+ const _hoisted_1$t = ["fill"];
1723
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
1723
1724
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1724
1725
  viewBox: "0 0 30 40",
1725
1726
  xmlns: "http://www.w3.org/2000/svg",
@@ -1732,42 +1733,1136 @@
1732
1733
  transform: "translate(0 -1)",
1733
1734
  fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
1734
1735
  "fill-rule": "evenodd"
1735
- }, null, 8, _hoisted_1)
1736
+ }, null, 8, _hoisted_1$t)
1737
+ ], 16);
1738
+ }
1739
+ var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
1740
+ const _sfc_main$s = {
1741
+ name: "IconLightStateOnline",
1742
+ props: {
1743
+ prefix: {
1744
+ type: String,
1745
+ default: "bb"
1746
+ },
1747
+ useCurrentColor: {
1748
+ type: Boolean,
1749
+ default: true
1750
+ }
1751
+ }
1752
+ };
1753
+ const _hoisted_1$s = ["fill"];
1754
+ const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("path", { d: "M0.947363281,13.5263086 C0.736835938,13.4736914 0.526308594,13.5789453 0.473691406,13.7894727 C0.421054688,14 0.526308594,14.2105273 0.736835938,14.2631641 C2.89474609,14.8947461 4.52630859,16.6842188 5.05263672,18.8421094 C5.10525391,19 5.26316406,19.1052539 5.42105469,19.1052539 L5.52632813,19.1052539 C5.73683594,19.0526367 5.84210938,18.8421094 5.78947266,18.6842188 C5.21054688,16.2105273 3.36841797,14.2631641 0.947363281,13.5263086 Z M0.894746094,8.73685547 C0.684199219,8.68421875 0.526308594,8.84210938 0.473691406,9.05263672 C0.421054688,9.26316406 0.578964844,9.42105469 0.789472656,9.47369141 C5.47369141,10.2631445 9.15789062,14.1578906 9.78947266,18.8947461 C9.78947266,19.1052539 9.94736328,19.2105273 10.1578906,19.2105273 L10.2105273,19.2105273 C10.4210547,19.2105273 10.5789453,19 10.5263086,18.7894727 C9.89474609,13.7368359 5.94736328,9.57894531 0.894746094,8.73683594 L0.894746094,8.73685547 Z" }, null, -1);
1755
+ const _hoisted_3$9 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M0.894726562,4.36841797 C0.68421875,4.36841797 0.526308594,4.52630859 0.473691406,4.68421875 C0.473691406,4.89474609 0.578964844,5.05263672 0.789472656,5.10525391 C7.84210938,5.94736328 13.4210547,11.6842187 14.0526367,18.7368359 C14.0526367,18.9473828 14.2105273,19.0526367 14.4210547,19.0526367 L14.4736914,19.0526367 C14.6842187,19.0526367 14.8421094,18.8420898 14.7894727,18.631582 C14.1052539,11.3157812 8.26316406,5.26316406 0.894746094,4.36841797 L0.894726562,4.36841797 Z M19.4210742,0.894746094 C19.2631836,0.736835938 19.0526563,0.736835938 18.8947656,0.894746094 L13.631582,6.15789063 L10.6842187,3.21054688 C10.5263086,3.05265625 10.3157812,3.05265625 10.1578906,3.21054688 C10,3.3684375 10,3.57896484 10.1578906,3.73685547 L13.3684375,6.94740234 C13.4210547,7.00001953 13.5263086,7.05265625 13.631582,7.05265625 C13.7368555,7.05265625 13.8421094,7.00001953 13.8947461,6.94738281 L19.4210547,1.42105469 C19.5263281,1.31578125 19.5263281,1.05263672 19.4210547,0.894746094 L19.4210742,0.894746094 Z" }, null, -1);
1756
+ const _hoisted_4$6 = [
1757
+ _hoisted_2$i,
1758
+ _hoisted_3$9
1759
+ ];
1760
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
1761
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1762
+ viewBox: "0 0 20 20",
1763
+ xmlns: "http://www.w3.org/2000/svg",
1764
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-light-state-online`],
1765
+ width: "1em",
1766
+ height: "1em"
1767
+ }, _ctx.$attrs), [
1768
+ vue.createElementVNode("g", {
1769
+ stroke: "#14E58D",
1770
+ fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
1771
+ "fill-rule": "nonzero"
1772
+ }, _hoisted_4$6, 8, _hoisted_1$s)
1773
+ ], 16);
1774
+ }
1775
+ var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
1776
+ const _sfc_main$r = {
1777
+ name: "IconLightStateOffline",
1778
+ props: {
1779
+ prefix: {
1780
+ type: String,
1781
+ default: "bb"
1782
+ },
1783
+ useCurrentColor: {
1784
+ type: Boolean,
1785
+ default: true
1786
+ }
1787
+ }
1788
+ };
1789
+ const _hoisted_1$r = ["fill"];
1790
+ const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", { d: "M1.31578125,13.4736914 C1.10525391,13.4210547 0.894746094,13.5263086 0.842109375,13.7368359 C0.789472656,13.9473828 0.894746094,14.1578906 1.10525391,14.2105273 C3.36841797,14.8947266 5.05263672,16.7368359 5.57894531,19 C5.63158203,19.1578906 5.78949219,19.2631641 5.94736328,19.2631641 L6.05263672,19.2631641 C6.26316406,19.2105273 6.36841797,19 6.31578125,18.8421094 C5.68421875,16.2631641 3.78947266,14.2105273 1.31578125,13.4736914 L1.31578125,13.4736914 Z M1.26316406,8.47369141 C1.05261719,8.42105469 0.894746094,8.57896484 0.842109375,8.78947266 C0.789472656,9 0.947382812,9.15789062 1.15789062,9.21052734 C6.05261719,10.0526367 9.89474609,14.0526367 10.4736914,19 C10.4736914,19.2105273 10.631582,19.3157812 10.8421094,19.3157812 L10.8947461,19.3157812 C11.1052539,19.3157812 11.2631641,19.1052539 11.2105273,18.8947461 C10.5789453,13.6841992 6.47369141,9.36841797 1.26316406,8.47369141 Z" }, null, -1);
1791
+ const _hoisted_3$8 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M1.26316406,3.94736328 C1.05261719,3.94736328 0.842109375,4.10525391 0.842109375,4.26316406 C0.842109375,4.42107422 0.947382813,4.63158203 1.15789063,4.68421875 C8.47369141,5.57894531 14.2631641,11.5263086 14.9473633,18.8947461 C14.9473633,19.1052539 15.1052539,19.2105273 15.3157812,19.2105273 L15.368418,19.2105273 C15.5789648,19.2105273 15.7368359,19 15.6842187,18.7894727 C14.9473633,11.1578906 8.89474609,4.89474609 1.26316406,3.94736328 Z M16.4736914,3.94736328 L19.1052539,1.31578125 C19.2631641,1.15789062 19.2631641,0.947363281 19.1052539,0.789472656 C18.9473438,0.631582031 18.7368359,0.631582031 18.5789453,0.789472656 L15.9473633,3.42105469 L13.3157813,0.789453125 C13.1578906,0.6315625 12.9473633,0.6315625 12.7894727,0.789453125 C12.631582,0.94734375 12.631582,1.15787109 12.7894727,1.31576172 L15.4210547,3.94734375 L12.7894531,6.57894531 C12.6315625,6.73683594 12.6315625,6.94736328 12.7894531,7.10525391 C12.8420898,7.15789062 12.9473437,7.21052734 13.0526172,7.21052734 C13.1578906,7.21052734 13.2631445,7.15789062 13.3157617,7.10525391 L15.9473437,4.47369141 L18.5789258,7.10525391 C18.6315625,7.15789062 18.7368164,7.21052734 18.8420898,7.21052734 C18.9473633,7.21052734 19.0526172,7.15789062 19.1052344,7.10525391 C19.2631445,6.94736328 19.2631445,6.73683594 19.1052344,6.57894531 L16.4736914,3.94736328 Z" }, null, -1);
1792
+ const _hoisted_4$5 = [
1793
+ _hoisted_2$h,
1794
+ _hoisted_3$8
1795
+ ];
1796
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
1797
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1798
+ viewBox: "0 0 20 20",
1799
+ xmlns: "http://www.w3.org/2000/svg",
1800
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-light-state-offline`],
1801
+ width: "1em",
1802
+ height: "1em"
1803
+ }, _ctx.$attrs), [
1804
+ vue.createElementVNode("g", {
1805
+ stroke: "#9897A2",
1806
+ fill: $props.useCurrentColor ? "currentColor" : "#9897A2",
1807
+ "fill-rule": "nonzero"
1808
+ }, _hoisted_4$5, 8, _hoisted_1$r)
1809
+ ], 16);
1810
+ }
1811
+ var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
1812
+ const _sfc_main$q = {
1813
+ name: "IconEdit",
1814
+ props: {
1815
+ prefix: {
1816
+ type: String,
1817
+ default: "bb"
1818
+ },
1819
+ useCurrentColor: {
1820
+ type: Boolean,
1821
+ default: true
1822
+ }
1823
+ }
1824
+ };
1825
+ const _hoisted_1$q = {
1826
+ fill: "none",
1827
+ "fill-rule": "evenodd"
1828
+ };
1829
+ const _hoisted_2$g = ["fill"];
1830
+ const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
1831
+ d: "M14.5950445,4.88317975 L14.5950445,4.88317975 L14.5950445,14.2222222 C14.5950445,15.2040618 13.7782415,16 12.770664,16 L1.82438057,16 C0.816803001,16 0,15.2040618 0,14.2222222 L0,1.77777778 C0,0.795938223 0.816803001,1.98951966e-13 1.82438057,1.98951966e-13 L9.91415698,1.98951966e-13 L9.91415698,1.98951966e-13",
1832
+ stroke: "#FFF",
1833
+ "stroke-width": "1.333",
1834
+ "stroke-linecap": "round",
1835
+ transform: "translate(3 2)"
1836
+ }, null, -1);
1837
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
1838
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1839
+ viewBox: "0 0 20 20",
1840
+ xmlns: "http://www.w3.org/2000/svg",
1841
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-edit`],
1842
+ width: "1em",
1843
+ height: "1em"
1844
+ }, _ctx.$attrs), [
1845
+ vue.createElementVNode("g", _hoisted_1$q, [
1846
+ vue.createElementVNode("path", {
1847
+ d: "M6.96061761,7.83403646 C7.09421785,7.96420312 7.26929425,8.02928646 7.44437065,8.02928646 C7.61944704,8.02928646 7.79454482,7.96420312 7.92812368,7.83403646 L14.7996317,1.13807812 C15.0667894,0.877723958 15.0667894,0.455619792 14.7996317,0.195265625 C14.5324312,-0.0650885417 14.099262,-0.0650885417 13.8321043,0.195265625 L6.96061761,6.89122396 C6.6934385,7.15155729 6.6934385,7.57368229 6.96061761,7.83403646 Z M12.3137778,9.76691146 C12.3137778,9.39872396 12.0074743,9.10024479 11.6296351,9.10024479 L3.46268144,9.10024479 C3.08484225,9.10024479 2.77853873,9.39872396 2.77853873,9.76691146 C2.77853873,10.135099 3.08484225,10.4335781 3.46268144,10.4335781 L11.6296351,10.4335781 C12.0074743,10.4335781 12.3137778,10.135099 12.3137778,9.76691146 Z M3.46268144,11.8085781 C3.08484225,11.8085781 2.77853873,12.1070573 2.77853873,12.4752448 C2.77853873,12.8434323 3.08484225,13.1419115 3.46268144,13.1419115 L8.82892584,13.1419115 C9.20676503,13.1419115 9.51306855,12.8434323 9.51306855,12.4752448 C9.51306855,12.1070573 9.20676503,11.8085781 8.82892584,11.8085781 L3.46268144,11.8085781 Z",
1848
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1849
+ "fill-rule": "nonzero",
1850
+ transform: "translate(3 2)"
1851
+ }, null, 8, _hoisted_2$g),
1852
+ _hoisted_3$7
1853
+ ])
1854
+ ], 16);
1855
+ }
1856
+ var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
1857
+ const _sfc_main$p = {
1858
+ name: "IconMountDevi7",
1859
+ props: {
1860
+ prefix: {
1861
+ type: String,
1862
+ default: "bb"
1863
+ },
1864
+ useCurrentColor: {
1865
+ type: Boolean,
1866
+ default: true
1867
+ }
1868
+ }
1869
+ };
1870
+ const _hoisted_1$p = {
1871
+ fill: "none",
1872
+ "fill-rule": "evenodd"
1873
+ };
1874
+ const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("rect", {
1875
+ stroke: "currentColor",
1876
+ "stroke-width": "1.053",
1877
+ x: "4",
1878
+ y: "6",
1879
+ width: "20",
1880
+ height: "12.75",
1881
+ rx: "1.053"
1882
+ }, null, -1);
1883
+ const _hoisted_3$6 = /* @__PURE__ */ vue.createElementVNode("path", {
1884
+ d: "M19.5189164,21.4062539 L8.48108358,21.4062539 C8.04098275,21.4062539 7.68421053,21.7630261 7.68421053,22.2031269 C7.68421053,22.6432278 8.04098275,23 8.48108358,23 L19.5189164,23 C19.9590173,23 20.3157895,22.6432278 20.3157895,22.2031269 C20.3157895,21.7630261 19.9590173,21.4062539 19.5189164,21.4062539 Z",
1885
+ stroke: "currentColor",
1886
+ "stroke-width": "1.053",
1887
+ "stroke-linecap": "round"
1888
+ }, null, -1);
1889
+ const _hoisted_4$4 = ["fill"];
1890
+ const _hoisted_5$2 = /* @__PURE__ */ vue.createElementVNode("tspan", {
1891
+ x: "7.158",
1892
+ y: "15.113"
1893
+ }, "LED", -1);
1894
+ const _hoisted_6 = [
1895
+ _hoisted_5$2
1896
+ ];
1897
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
1898
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1899
+ viewBox: "0 0 28 28",
1900
+ xmlns: "http://www.w3.org/2000/svg",
1901
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi7`],
1902
+ width: "1em",
1903
+ height: "1em"
1904
+ }, _ctx.$attrs), [
1905
+ vue.createElementVNode("g", _hoisted_1$p, [
1906
+ _hoisted_2$f,
1907
+ _hoisted_3$6,
1908
+ vue.createElementVNode("text", {
1909
+ "font-family": "PingFangSC-Medium, PingFang SC",
1910
+ "font-size": "7.368",
1911
+ "font-weight": "400",
1912
+ "letter-spacing": ".368",
1913
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor"
1914
+ }, _hoisted_6, 8, _hoisted_4$4)
1915
+ ])
1916
+ ], 16);
1917
+ }
1918
+ var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
1919
+ const _sfc_main$o = {
1920
+ name: "IconMountDevi4",
1921
+ props: {
1922
+ prefix: {
1923
+ type: String,
1924
+ default: "bb"
1925
+ },
1926
+ useCurrentColor: {
1927
+ type: Boolean,
1928
+ default: true
1929
+ }
1930
+ }
1931
+ };
1932
+ const _hoisted_1$o = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.364" fill="none" fill-rule="evenodd"><path d="M6.54950857,22.5072188 L6.54950857,7.38228024 C6.54950857,6.75441968 7.05849011,6.24543813 7.68635067,6.24543813 L15.7427236,6.24543813 C16.3705841,6.24543813 16.8795657,6.75441968 16.8795657,7.38228024 L16.8795657,22.5072188 L16.8795657,22.5072188" stroke-linejoin="round"></path><path d="M5,22.722305 C5,22.8057834 9.47635808,22.8057834 18.4290742,22.722305" stroke-linecap="round"></path><path stroke-linecap="round" stroke-linejoin="round" d="M11.9859531 11.6660317L9.6485257 14.7046525 11.9859531 14.7046525 13.7805485 14.7046525 10.1913577 18.0721877"></path><path d="M16.3170657,10.343448 L17.6129043,10.343448 C18.8686254,10.343448 19.8865885,11.3614111 19.8865885,12.6171322 L19.8865885,18.8418108 C19.8865885,19.7015556 20.5835494,20.3985165 21.4432943,20.3985165 C22.3030391,20.3985165 23,19.7015556 23,18.8418108 L23,8.26726485 C23,7.83770715 22.7578818,7.44483011 22.3741659,7.25174488 L19.8865885,6 L19.8865885,6"></path></g>', 1);
1933
+ const _hoisted_2$e = [
1934
+ _hoisted_1$o
1935
+ ];
1936
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
1937
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1938
+ viewBox: "0 0 28 28",
1939
+ xmlns: "http://www.w3.org/2000/svg",
1940
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi4`],
1941
+ width: "1em",
1942
+ height: "1em"
1943
+ }, _ctx.$attrs), _hoisted_2$e, 16);
1944
+ }
1945
+ var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
1946
+ const _sfc_main$n = {
1947
+ name: "IconDelete",
1948
+ props: {
1949
+ prefix: {
1950
+ type: String,
1951
+ default: "bb"
1952
+ },
1953
+ useCurrentColor: {
1954
+ type: Boolean,
1955
+ default: true
1956
+ }
1957
+ }
1958
+ };
1959
+ const _hoisted_1$n = {
1960
+ fill: "none",
1961
+ "fill-rule": "evenodd"
1962
+ };
1963
+ const _hoisted_2$d = ["fill"];
1964
+ const _hoisted_3$5 = /* @__PURE__ */ vue.createElementVNode("path", {
1965
+ d: "M12.1047487,0 L12.1047487,9.24090386 C12.1047487,10.2124258 11.2732775,11 10.2476058,11 L1.85714286,11 C0.831471179,11 0,10.2124258 0,9.24090386 L0,0",
1966
+ transform: "translate(4 7)",
1967
+ stroke: "#FFF",
1968
+ "stroke-linecap": "round",
1969
+ "stroke-width": "1.35"
1970
+ }, null, -1);
1971
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
1972
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1973
+ viewBox: "0 0 20 20",
1974
+ xmlns: "http://www.w3.org/2000/svg",
1975
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete`],
1976
+ width: "1em",
1977
+ height: "1em"
1978
+ }, _ctx.$attrs), [
1979
+ vue.createElementVNode("g", _hoisted_1$n, [
1980
+ vue.createElementVNode("path", {
1981
+ d: "M8.65,14.2222222 L8.65,7.33333333 C8.65,7 8.425,6.66666667 7.975,6.66666667 C7.6375,6.66666667 7.3,7 7.3,7.33333333 L7.3,14.3333333 C7.3,14.6666667 7.525,15 7.975,15 C8.425,14.8888889 8.65,14.6666667 8.65,14.2222222 Z M12.5875,14.2222222 L12.5875,7.33333333 C12.5875,7 12.25,6.66666667 11.9125,6.66666667 C11.575,6.66666667 11.2375,7 11.2375,7.33333333 L11.2375,14.3333333 C11.2375,14.6666667 11.575,15 11.9125,15 C12.25,14.8888889 12.5875,14.6666667 12.5875,14.2222222 Z M18.325,4.11111111 L15.175,4.11111111 L15.175,2.88888889 C15.175,1.88888889 14.275,1 13.2625,1 L6.7375,1 C5.6125,1 4.825,1.77777778 4.825,2.88888889 L4.825,4.22222222 L1.675,4.22222222 C1.3375,4.11111111 1,4.44444444 1,4.77777778 C1,5.11111111 1.3375,5.33333333 1.675,5.33333333 L18.325,5.33333333 C18.6625,5.33333333 19,5.11111111 19,4.77777778 C19,4.44444444 18.6625,4.11111111 18.325,4.11111111 L18.325,4.11111111 Z M13.825,4.11111111 L6.0625,4.11111111 L6.0625,2.88888889 C6.0625,2.55555556 6.4,2.22222222 6.7375,2.22222222 L13.2625,2.22222222 C13.6,2.22222222 13.825,2.44444444 13.825,2.88888889 L13.825,4.11111111 L13.825,4.11111111 Z",
1982
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
1983
+ "fill-rule": "nonzero"
1984
+ }, null, 8, _hoisted_2$d),
1985
+ _hoisted_3$5
1986
+ ])
1987
+ ], 16);
1988
+ }
1989
+ var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
1990
+ const _sfc_main$m = {
1991
+ name: "IconMountDevi10",
1992
+ props: {
1993
+ prefix: {
1994
+ type: String,
1995
+ default: "bb"
1996
+ },
1997
+ useCurrentColor: {
1998
+ type: Boolean,
1999
+ default: true
2000
+ }
2001
+ }
2002
+ };
2003
+ const _hoisted_1$m = {
2004
+ fill: "none",
2005
+ "fill-rule": "evenodd"
2006
+ };
2007
+ const _hoisted_2$c = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.425"><path d="M6.4832261,4.8 C6.2226163,3.76687244 5.25852276,3 4.10905731,3 C3.00392555,3 2.07014224,3.70885827 1.76815257,4.68167697" transform="rotate(90 8.913 15.187)"></path><path d="M6.4832261 4.8C6.2226163 3.76687244 5.25852276 3 4.10905731 3 3.00392555 3 2.07014224 3.70885827 1.76815257 4.68167697M8.25137868 2.71925164C7.50274571 1.10637572 5.96332434 0 4.18581614 0 2.30694709 0 .694092436 1.23615361 0 3" transform="matrix(0 1 1 0 4.9 6.274)"></path><path d="M8.25137868,2.71925164 C7.50274571,1.10637572 5.96332434,0 4.18581614,0 C2.30694709,0 0.694092436,1.23615361 0,3" transform="rotate(90 8.913 15.187)"></path></g><path d="M9.6,0 C10.5765237,-1.79384494e-16 11.3681526,0.791628872 11.3681526,1.76815257 L11.3685864,10.0043885 C12.7622151,10.6785572 13.7256893,12.1247363 13.7256893,13.8 C13.7256893,16.1195959 11.8785553,18 9.6,18 C7.3214447,18 5.47431066,16.1195959 5.47431066,13.8 C5.47431066,12.1247363 6.4377849,10.6785572 7.83141359,10.0043885 L7.83184743,1.76815257 C7.83184743,0.791628872 8.6234763,1.79384494e-16 9.6,0 Z" stroke="currentColor" stroke-width="1.425" transform="translate(4.9 5)"></path>', 2);
2008
+ const _hoisted_4$3 = ["fill"];
2009
+ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
2010
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2011
+ viewBox: "0 0 28 28",
2012
+ xmlns: "http://www.w3.org/2000/svg",
2013
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi10`],
2014
+ width: "1em",
2015
+ height: "1em"
2016
+ }, _ctx.$attrs), [
2017
+ vue.createElementVNode("g", _hoisted_1$m, [
2018
+ _hoisted_2$c,
2019
+ vue.createElementVNode("path", {
2020
+ d: "M9.6,5.4 C9.9255079,5.4 10.1893842,5.66387629 10.1893842,5.98938419 L10.1891852,11.4755584 C11.2061078,11.7419136 11.9575368,12.6816234 11.9575368,13.8 C11.9575368,15.1254834 10.9020316,16.2 9.6,16.2 C8.2979684,16.2 7.24246324,15.1254834 7.24246324,13.8 C7.24246324,12.6816234 7.9938922,11.7419136 9.01081483,11.4755584 L9.01061581,5.98938419 C9.01061581,5.66387629 9.2744921,5.4 9.6,5.4 Z",
2021
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2022
+ transform: "translate(4.9 5)"
2023
+ }, null, 8, _hoisted_4$3)
2024
+ ])
2025
+ ], 16);
2026
+ }
2027
+ var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
2028
+ const _sfc_main$l = {
2029
+ name: "IconMountDevi11",
2030
+ props: {
2031
+ prefix: {
2032
+ type: String,
2033
+ default: "bb"
2034
+ },
2035
+ useCurrentColor: {
2036
+ type: Boolean,
2037
+ default: true
2038
+ }
2039
+ }
2040
+ };
2041
+ const _hoisted_1$l = /* @__PURE__ */ vue.createElementVNode("g", {
2042
+ transform: "translate(4 9)",
2043
+ stroke: "currentColor",
2044
+ "stroke-width": "1.304",
2045
+ fill: "none",
2046
+ "fill-rule": "evenodd"
2047
+ }, [
2048
+ /* @__PURE__ */ vue.createElementVNode("rect", {
2049
+ width: "17.779",
2050
+ height: "11",
2051
+ rx: "1.086"
2052
+ }),
2053
+ /* @__PURE__ */ vue.createElementVNode("path", {
2054
+ "stroke-linecap": "round",
2055
+ d: "M19.753 3.85L19.753 7.7M4.44469353 5.08750114L8.88431573 7.15 8.88431573 3.85 13.0681034 5.49999544"
2056
+ })
2057
+ ], -1);
2058
+ const _hoisted_2$b = [
2059
+ _hoisted_1$l
2060
+ ];
2061
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2062
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2063
+ viewBox: "0 0 28 28",
2064
+ xmlns: "http://www.w3.org/2000/svg",
2065
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi11`],
2066
+ width: "1em",
2067
+ height: "1em"
2068
+ }, _ctx.$attrs), _hoisted_2$b, 16);
2069
+ }
2070
+ var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
2071
+ const _sfc_main$k = {
2072
+ name: "IconMountDevi9",
2073
+ props: {
2074
+ prefix: {
2075
+ type: String,
2076
+ default: "bb"
2077
+ },
2078
+ useCurrentColor: {
2079
+ type: Boolean,
2080
+ default: true
2081
+ }
2082
+ }
2083
+ };
2084
+ const _hoisted_1$k = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.44" fill="none" fill-rule="evenodd"><rect x="11.294" y="5.72" width="5.373" height="11.431" rx="2.686"></rect><path d="M19.2451613 14.1935484L19.2451613 15.3604264C19.2451613 18.1009485 16.8881571 20.3225806 13.9806452 20.3225806 11.0731332 20.3225806 8.71612903 18.1009485 8.71612903 15.3604264L8.71612903 14.1935484M13.981 20.323L13.981 23.387M10.574 23.694L17.387 23.694" stroke-linecap="round"></path><g stroke-linecap="round"><path d="M.20686286 5.34375C.380240969 4.81487181.473253989 4.25521389.473253989 3.67610223.473253989 3.01334681.351431999 2.37607056.126746011 1.78125M3.05207921 6.53125C3.40573545 5.54200572 3.6 4.46431547 3.6 3.33661571 3.6 2.15473046 3.38661829 1.02777605 3 0" transform="translate(19.4 5.528)"></path></g><g stroke-linecap="round"><path d="M.20686286 5.34375C.380240969 4.81487181.473253989 4.25521389.473253989 3.67610223.473253989 3.01334681.351431999 2.37607056.126746011 1.78125M2.42597679 6.53125C2.79648088 5.53074952 3 4.44079667 3 3.30026527 3 2.13335344 2.78695722 1.01938697 2.4 0" transform="matrix(-1 0 0 1 8 5.528)"></path></g></g>', 1);
2085
+ const _hoisted_2$a = [
2086
+ _hoisted_1$k
2087
+ ];
2088
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2089
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2090
+ viewBox: "0 0 28 28",
2091
+ xmlns: "http://www.w3.org/2000/svg",
2092
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi9`],
2093
+ width: "1em",
2094
+ height: "1em"
2095
+ }, _ctx.$attrs), _hoisted_2$a, 16);
2096
+ }
2097
+ var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
2098
+ const _sfc_main$j = {
2099
+ name: "IconMountDevi5",
2100
+ props: {
2101
+ prefix: {
2102
+ type: String,
2103
+ default: "bb"
2104
+ },
2105
+ useCurrentColor: {
2106
+ type: Boolean,
2107
+ default: true
2108
+ }
2109
+ }
2110
+ };
2111
+ const _hoisted_1$j = {
2112
+ fill: "none",
2113
+ "fill-rule": "evenodd"
2114
+ };
2115
+ const _hoisted_2$9 = /* @__PURE__ */ vue.createStaticVNode('<path d="M19.9449761,14.8684211 C19.7037908,13.8715436 18.8115558,13.1315789 17.7477655,13.1315789 C16.7250046,13.1315789 15.8608206,13.815565 15.5813397,14.7542497" stroke="currentColor" stroke-width="1.389" transform="rotate(90 17.763 14)"></path><path d="M12.4186603,14.8684211 C12.177475,13.8715436 11.28524,13.1315789 10.2214497,13.1315789 C9.19868878,13.1315789 8.33450484,13.815565 8.05502392,14.7542497" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -3.763 3.763)"></path><path d="M11.7392344,15.1764709 C11.0464007,13.6201871 9.62171983,12.5526316 7.9766979,12.5526316 C6.23787001,12.5526316 4.74522919,13.7454114 4.10287081,15.4473684" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -6.079 6.079)"></path><path d="M10.7368421,15.4626693 C9.4600637,13.5331869 7.28799915,12.2631579 4.82320114,12.2631579 C2.24346226,12.2631579 -0.0156045078,13.6543992 -1.26315789,15.7368421" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -9.263 9.263)"></path><path d="M23.8971292,15.1764709 C23.2042954,13.6201871 21.7796146,12.5526316 20.1345926,12.5526316 C18.3957647,12.5526316 16.9031239,13.7454114 16.2607656,15.4473684" stroke="currentColor" stroke-width="1.389" transform="rotate(90 20.079 14)"></path><path d="M29.2631579,15.4626693 C27.9863795,13.5331869 25.8143149,12.2631579 23.3495169,12.2631579 C20.769778,12.2631579 18.5107113,13.6543992 17.2631579,15.7368421" stroke="currentColor" stroke-width="1.389" transform="rotate(90 23.263 14)"></path>', 6);
2116
+ const _hoisted_8 = ["fill"];
2117
+ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
2118
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2119
+ viewBox: "0 0 28 28",
2120
+ xmlns: "http://www.w3.org/2000/svg",
2121
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi5`],
2122
+ width: "1em",
2123
+ height: "1em"
2124
+ }, _ctx.$attrs), [
2125
+ vue.createElementVNode("g", _hoisted_1$j, [
2126
+ _hoisted_2$9,
2127
+ vue.createElementVNode("ellipse", {
2128
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2129
+ transform: "rotate(90 14 14)",
2130
+ cx: "14",
2131
+ cy: "14",
2132
+ rx: "1.091",
2133
+ ry: "1.158"
2134
+ }, null, 8, _hoisted_8)
2135
+ ])
2136
+ ], 16);
2137
+ }
2138
+ var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
2139
+ const _sfc_main$i = {
2140
+ name: "IconMountDevi2",
2141
+ props: {
2142
+ prefix: {
2143
+ type: String,
2144
+ default: "bb"
2145
+ },
2146
+ useCurrentColor: {
2147
+ type: Boolean,
2148
+ default: true
2149
+ }
2150
+ }
2151
+ };
2152
+ const _hoisted_1$i = {
2153
+ fill: "none",
2154
+ "fill-rule": "evenodd"
2155
+ };
2156
+ const _hoisted_2$8 = ["fill"];
2157
+ const _hoisted_3$4 = /* @__PURE__ */ vue.createElementVNode("ellipse", {
2158
+ stroke: "currentColor",
2159
+ "stroke-width": "1.227",
2160
+ cx: "14",
2161
+ cy: "12.824",
2162
+ rx: "8",
2163
+ ry: "7.824"
2164
+ }, null, -1);
2165
+ const _hoisted_4$2 = /* @__PURE__ */ vue.createElementVNode("ellipse", {
2166
+ stroke: "currentColor",
2167
+ "stroke-width": "1.227",
2168
+ cx: "14",
2169
+ cy: "13.941",
2170
+ rx: "3.429",
2171
+ ry: "3.353"
2172
+ }, null, -1);
2173
+ const _hoisted_5$1 = ["fill"];
2174
+ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
2175
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2176
+ viewBox: "0 0 28 28",
2177
+ xmlns: "http://www.w3.org/2000/svg",
2178
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi2`],
2179
+ width: "1em",
2180
+ height: "1em"
2181
+ }, _ctx.$attrs), [
2182
+ vue.createElementVNode("g", _hoisted_1$i, [
2183
+ vue.createElementVNode("path", {
2184
+ d: "M8.85714286,23.0063931 C10.3706661,23.6432532 12.0666474,24 13.8576728,24 C15.7618505,24 17.5585954,23.5967527 19.1428571,22.8823529",
2185
+ stroke: "currentColor",
2186
+ "stroke-width": "1.227",
2187
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2188
+ "stroke-linecap": "round"
2189
+ }, null, 8, _hoisted_2$8),
2190
+ _hoisted_3$4,
2191
+ _hoisted_4$2,
2192
+ vue.createElementVNode("ellipse", {
2193
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2194
+ cx: "14",
2195
+ cy: "7.794",
2196
+ rx: "1.143",
2197
+ ry: "1.118"
2198
+ }, null, 8, _hoisted_5$1)
2199
+ ])
2200
+ ], 16);
2201
+ }
2202
+ var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
2203
+ const _sfc_main$h = {
2204
+ name: "IconMountDevi12",
2205
+ props: {
2206
+ prefix: {
2207
+ type: String,
2208
+ default: "bb"
2209
+ },
2210
+ useCurrentColor: {
2211
+ type: Boolean,
2212
+ default: true
2213
+ }
2214
+ }
2215
+ };
2216
+ const _hoisted_1$h = ["fill"];
2217
+ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
2218
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2219
+ viewBox: "0 0 28 28",
2220
+ xmlns: "http://www.w3.org/2000/svg",
2221
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi12`],
2222
+ width: "1em",
2223
+ height: "1em"
2224
+ }, _ctx.$attrs), [
2225
+ vue.createElementVNode("path", {
2226
+ d: "M18.3333333,8.28126441 C18.3333333,11.2949326 16.7118711,13.9336012 14.2904874,15.3828182 C13.8620283,15.6386772 13.3215409,15.3183651 13.3392296,14.8242251 C13.3470912,14.6132879 13.4610849,14.4218819 13.6419025,14.312507 C14.1352201,14.0175855 14.591195,13.6640703 15.0039308,13.2539145 C15.6544811,12.607431 16.163522,11.8554788 16.5212264,11.0175892 C16.8887579,10.1523559 17.0754717,9.23048199 17.0754717,8.28126441 C17.0754717,7.33204682 16.8887579,6.41017296 16.519261,5.54493965 C16.163522,4.70705005 15.6525157,3.95509785 15.0019654,3.30861427 C14.3514151,2.66213069 13.5947327,2.15627194 12.7515723,1.80080362 C11.8828616,1.4355697 10.9551887,1.25002305 10,1.25002305 C9.04481132,1.25002305 8.11713836,1.4355697 7.24646226,1.80275675 C6.40330189,2.15627194 5.6466195,2.66408381 4.99606918,3.31056739 C4.34551887,3.95705097 3.83647799,4.70900317 3.47877358,5.54689277 C3.11124214,6.41017296 2.9245283,7.33204682 2.9245283,8.28126441 C2.9245283,9.23048199 3.11124214,10.1523559 3.48073899,11.0175892 C3.83647799,11.8554788 4.34748428,12.607431 4.99803459,13.2539145 C5.41077044,13.6640703 5.86674528,14.0175855 6.36006289,14.312507 C6.5408805,14.4199287 6.65487421,14.6132879 6.66273585,14.8242251 C6.68042453,15.3222714 6.13600629,15.6386772 5.70754717,15.3808651 C3.28616352,13.9316481 1.66666667,11.2949326 1.66666667,8.28126441 C1.66666667,3.70314503 5.40487421,-0.00778790333 10.0157233,1.22741577e-05 C14.6167453,0.00783707746 18.3333333,3.70705128 18.3333333,8.28126441 Z M10,6.87501614 C10.8667453,6.87501614 11.572327,7.57618715 11.572327,8.43751421 C11.572327,9.29884128 10.8667453,10.0000123 10,10.0000123 C9.13325472,10.0000123 8.42767296,9.29884128 8.42767296,8.43751421 C8.42767296,7.57618715 9.13325472,6.87501614 10,6.87501614 M10,5.62501767 C8.4375,5.62501767 7.16981132,6.88478175 7.16981132,8.43751421 C7.16981132,9.99024668 8.4375,11.2500108 10,11.2500108 C11.5625,11.2500108 12.8301887,9.99024668 12.8301887,8.43751421 C12.8301887,6.88478175 11.5625,5.62501767 10,5.62501767 Z M15.4835805,8.24806132 C15.4933176,9.9746217 14.697327,11.5175886 13.4492925,12.5273529 C13.3490566,12.6093841 13.1957547,12.5683685 13.1485849,12.4472749 C13.0444182,12.1855565 12.9107704,11.939463 12.7476415,11.7129008 C12.6906447,11.6328228 12.7024371,11.5234479 12.7751572,11.4589949 C12.8459119,11.396495 12.9147013,11.3320419 12.9834906,11.2656357 C13.7853774,10.4687617 14.2275943,9.41016927 14.2275943,8.28321753 C14.2275943,7.15626579 13.7853774,6.09767334 12.9834906,5.30079932 C12.1816038,4.5039253 11.1163522,4.06447272 9.98231132,4.06447272 C8.84827044,4.06447272 7.78301887,4.5039253 6.98113208,5.30079932 C6.17924528,6.09767334 5.7370283,7.15626579 5.7370283,8.28321753 C5.7370283,9.41016927 6.17924528,10.4687617 6.98113208,11.2656357 C7.05188679,11.3359482 7.12460692,11.4043074 7.20125786,11.4687605 C7.28183962,11.5390729 7.29756289,11.6582134 7.23466981,11.7441508 C7.08136792,11.9629005 6.95361635,12.1972752 6.85534591,12.4472749 L6.8533805,12.449228 C6.80227987,12.5820404 6.63522013,12.6230559 6.52515723,12.5351654 C5.27515723,11.5332135 4.47720126,10.0000123 4.47720126,8.28126441 C4.47720126,5.2382994 6.97916667,2.7754118 10.0491352,2.81252113 C13.0562107,2.84963046 15.4658019,5.25978375 15.4835805,8.24806132 Z M10,12.8125088 C10.2378145,12.8125088 10.4579403,12.9062587 10.6230346,13.0761804 C10.7448899,13.2031334 10.8235063,13.3593832 10.8529874,13.5293048 C10.8628145,13.5839923 10.8647799,13.6425859 10.8628145,13.6992265 L10.8156447,14.9570374 L10.7665094,16.2695358 L10.6741352,18.7500015 L9.32586478,18.7500015 L9.23349057,16.2695358 L9.18435535,14.9609437 L9.13718553,13.7031327 C9.13522013,13.6484453 9.13915094,13.5918048 9.14701258,13.5390704 C9.17256289,13.3691488 9.25117925,13.2109458 9.37303459,13.0839929 C9.53812893,12.9082118 9.76022013,12.8125088 10,12.8125088 M10,11.5625104 C9.39268868,11.5625104 8.84433962,11.8164163 8.4591195,12.2226658 C8.1702044,12.5273529 7.9697327,12.9160243 7.90290881,13.3476644 C7.88325472,13.4785236 7.87539308,13.611336 7.8793239,13.7480546 L7.92649371,15.0058655 L7.97562893,16.3164108 L8.11320755,20 L11.8867925,20 L12.0243711,16.3164108 L12.0735063,15.0058655 L12.1206761,13.7480546 C12.1265723,13.6054766 12.1167453,13.4668049 12.0951258,13.3320394 C12.0263365,12.9003994 11.8238994,12.5136811 11.5310535,12.2109471 C11.1458333,11.8125101 10.6033805,11.5625104 10,11.5625104 L10,11.5625104 Z",
2227
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2228
+ transform: "translate(4 4)",
2229
+ "fill-rule": "nonzero"
2230
+ }, null, 8, _hoisted_1$h)
2231
+ ], 16);
2232
+ }
2233
+ var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
2234
+ const _sfc_main$g = {
2235
+ name: "IconMountDevi1",
2236
+ props: {
2237
+ prefix: {
2238
+ type: String,
2239
+ default: "bb"
2240
+ },
2241
+ useCurrentColor: {
2242
+ type: Boolean,
2243
+ default: true
2244
+ }
2245
+ }
2246
+ };
2247
+ const _hoisted_1$g = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.371" fill="none" fill-rule="evenodd"><path d="M14.5748925,8.33613445 C17.4796428,8.33613445 19.8344081,10.7440148 19.8344081,13.7142857 C19.8344081,16.1221652 18.2869282,18.1604588 16.1534488,18.8459986 L16.1527472,20.7058824 L12.9970378,20.7058824 L12.9963362,18.8459986 C10.8628568,18.1604588 9.31537695,16.1221652 9.31537695,13.7142857 C9.31537695,10.7440148 11.6701423,8.33613445 14.5748925,8.33613445 Z" stroke-linejoin="round"></path><path stroke-linecap="round" d="M12.471 23.731L16.416 23.731"></path><ellipse cx="14.575" cy="14.252" rx="1.578" ry="1.613"></ellipse><path stroke-linecap="round" d="M14.575 4L14.575 5.613M21.963 6.725L20.671 7.65"></path><path stroke-linecap="round" transform="matrix(-1 0 0 1 15.665 0)" d="M8.479 6.725L7.186 7.65"></path><path stroke-linecap="round" d="M22.422 12.605L24 12.605M5 12.605L6.578 12.605"></path></g>', 1);
2248
+ const _hoisted_2$7 = [
2249
+ _hoisted_1$g
2250
+ ];
2251
+ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
2252
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2253
+ viewBox: "0 0 28 28",
2254
+ xmlns: "http://www.w3.org/2000/svg",
2255
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi1`],
2256
+ width: "1em",
2257
+ height: "1em"
2258
+ }, _ctx.$attrs), _hoisted_2$7, 16);
2259
+ }
2260
+ var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
2261
+ const _sfc_main$f = {
2262
+ name: "IconMountDevi6",
2263
+ props: {
2264
+ prefix: {
2265
+ type: String,
2266
+ default: "bb"
2267
+ },
2268
+ useCurrentColor: {
2269
+ type: Boolean,
2270
+ default: true
2271
+ }
2272
+ }
2273
+ };
2274
+ const _hoisted_1$f = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.067" fill="none" fill-rule="evenodd"><g stroke-linejoin="round"><path d="M7.065 3.626L7.212 5.606M11.817.212L13.61.212" transform="rotate(125 5.144 6.693)"></path><path d="M1.653.179L3.586.179M0 2.328L1.183 3.744" transform="scale(1 -1) rotate(55 14.65 6.437)"></path><path d="M10.379 2.423L11.455 3.784" transform="rotate(125 5.144 6.693)"></path></g><path d="M11.1002678,9.37011656 C12.2795571,9.37011656 13.3263631,9.95980121 13.9827371,10.8710097 C12.4123502,11.6137643 11.3128841,13.2421373 11.2730761,15.1420962 C10.5201524,15.3192581 9.89005448,15.8148487 9.53268928,16.4789611 C8.33069627,15.8746942 7.5014608,14.5937194 7.5014608,13.1113985 C7.5014608,11.0451456 9.11270158,9.37011656 11.1002678,9.37011656 Z"></path><path d="M12.2147628,21 C10.6854754,21 9.44574293,19.7602676 9.44574293,18.2309801 C9.44574293,16.8882516 10.401453,15.7687411 11.6697383,15.5155834 C11.7388149,12.8237175 13.9499014,10.6623258 16.6673623,10.6623258 C18.7038583,10.6623258 20.4559656,11.8762008 21.2353923,13.6177718 L21.2966055,13.615947 C23.3419338,13.615947 25,15.2689236 25,17.3079735 C25,18.9610903 23.9101839,20.3604482 22.4077341,20.8309436 L22.4076238,21 L12.2147628,21 Z" stroke-linejoin="round"></path></g>', 1);
2275
+ const _hoisted_2$6 = [
2276
+ _hoisted_1$f
2277
+ ];
2278
+ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
2279
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2280
+ viewBox: "0 0 28 28",
2281
+ xmlns: "http://www.w3.org/2000/svg",
2282
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi6`],
2283
+ width: "1em",
2284
+ height: "1em"
2285
+ }, _ctx.$attrs), _hoisted_2$6, 16);
2286
+ }
2287
+ var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
2288
+ const _sfc_main$e = {
2289
+ name: "IconMountDevi8",
2290
+ props: {
2291
+ prefix: {
2292
+ type: String,
2293
+ default: "bb"
2294
+ },
2295
+ useCurrentColor: {
2296
+ type: Boolean,
2297
+ default: true
2298
+ }
2299
+ }
2300
+ };
2301
+ const _hoisted_1$e = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" fill="none" fill-rule="evenodd"><path d="M1.93194292,13.8730261 L1.93194292,5.31284303 C1.93194292,2.37864085 4.31058377,5.39004197e-16 7.24478595,0 C10.1789881,-5.39004197e-16 12.557629,2.37864085 12.557629,5.31284303 L12.557629,13.8730261 L12.557629,13.8730261" stroke-width="1.4" stroke-linejoin="round" transform="translate(6.898 8.56)"></path><path d="M0,14.2028701 C0,14.2740862 4.8298573,14.2740862 14.4895719,14.2028701" stroke-width="1.159" stroke-linecap="round" transform="translate(6.898 8.56)"></path><path d="M7.20014924,3.39434266 C5.89107315,3.39434266 4.8298573,4.45555851 4.8298573,5.7646346 L4.8298573,7.9099617 L4.8298573,7.9099617" stroke-width="1.159" stroke-linecap="round" stroke-linejoin="round" transform="translate(6.898 8.56)"></path><path stroke-width="1.4" stroke-linecap="round" d="M14.075 4L14.075 6.066M21.749 6.899L20.182 8.063"></path><path stroke-width="1.4" stroke-linecap="round" transform="matrix(-1 0 0 1 16.262 0)" d="M8.968 6.899L7.294 8.063"></path><path stroke-width="1.4" stroke-linecap="round" d="M21.936 12.921L24 12.921M4 12.921L6.064 12.921"></path></g>', 1);
2302
+ const _hoisted_2$5 = [
2303
+ _hoisted_1$e
2304
+ ];
2305
+ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
2306
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2307
+ viewBox: "0 0 28 28",
2308
+ xmlns: "http://www.w3.org/2000/svg",
2309
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi8`],
2310
+ width: "1em",
2311
+ height: "1em"
2312
+ }, _ctx.$attrs), _hoisted_2$5, 16);
2313
+ }
2314
+ var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
2315
+ const _sfc_main$d = {
2316
+ name: "IconBasicReset",
2317
+ props: {
2318
+ prefix: {
2319
+ type: String,
2320
+ default: "bb"
2321
+ },
2322
+ useCurrentColor: {
2323
+ type: Boolean,
2324
+ default: true
2325
+ }
2326
+ }
2327
+ };
2328
+ const _hoisted_1$d = ["fill"];
2329
+ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
2330
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2331
+ viewBox: "0 0 20 20",
2332
+ xmlns: "http://www.w3.org/2000/svg",
2333
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-basic-reset`],
2334
+ width: "1em",
2335
+ height: "1em"
2336
+ }, _ctx.$attrs), [
2337
+ vue.createElementVNode("path", {
2338
+ d: "M6.25,13.75 L10.625,13.75 L10.625,15 L6.25,15 L6.25,13.75 Z M6.25,11.25 L13.75,11.25 L13.75,12.5 L6.25,12.5 L6.25,11.25 Z M6.25,8.75 L13.75,8.75 L13.75,10 L6.25,10 L6.25,8.75 Z M18.75,11.6230469 C18.75,7.79296875 15.7285156,4.66796875 11.9394531,4.50195312 L11.9394531,4.49414062 L3.64257812,4.49414062 L6.00195312,2.13476562 L5.11914062,1.25 L1.25,5.11914062 L2.13476562,6.00390625 L5.12109375,8.99023438 L6.00585938,8.10546875 L3.64257812,5.74414062 L11.6230469,5.74414062 C12.4179688,5.74414062 13.1875,5.8984375 13.9101563,6.20507813 C14.609375,6.50195312 15.2382812,6.92578125 15.7792969,7.46484375 C16.3203125,8.00585938 16.7441406,8.6328125 17.0390625,9.33398438 C17.3457031,10.0585937 17.5,10.828125 17.5,11.6230469 C17.5,12.4179688 17.3457031,13.1875 17.0390625,13.9101562 C16.7421875,14.609375 16.3183594,15.2382812 15.7792969,15.7792969 C15.2382812,16.3203125 14.6113281,16.7441406 13.9101562,17.0390625 C13.1855469,17.3457031 12.4160156,17.5 11.6230469,17.5 L2.3515625,17.5 L2.3515625,18.75 L11.6230469,18.75 C15.5585938,18.75 18.75,15.5585937 18.75,11.6230469 Z",
2339
+ fill: $props.useCurrentColor ? "currentColor" : "#54536D",
2340
+ "fill-rule": "nonzero"
2341
+ }, null, 8, _hoisted_1$d)
2342
+ ], 16);
2343
+ }
2344
+ var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
2345
+ const _sfc_main$c = {
2346
+ name: "IconPublishUpload",
2347
+ props: {
2348
+ prefix: {
2349
+ type: String,
2350
+ default: "bb"
2351
+ },
2352
+ useCurrentColor: {
2353
+ type: Boolean,
2354
+ default: true
2355
+ }
2356
+ }
2357
+ };
2358
+ const _hoisted_1$c = ["fill"];
2359
+ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
2360
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2361
+ viewBox: "0 0 20 20",
2362
+ xmlns: "http://www.w3.org/2000/svg",
2363
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-publish-upload`],
2364
+ width: "1em",
2365
+ height: "1em"
2366
+ }, _ctx.$attrs), [
2367
+ vue.createElementVNode("path", {
2368
+ d: "M16.8595688,14.0202265 L3.14043124,14.0202265 C2.51301531,14.0202265 2,14.5083626 2,15.1053513 C2,15.7023401 2.51301531,16.1904762 3.14043124,16.1904762 L16.8595688,16.1904762 C17.4869847,16.1904762 18,15.7023401 18,15.1053513 C18,14.5083626 17.4869847,14.0202265 16.8595688,14.0202265 Z M4.66338957,6.54519072 L7.14445313,6.54519072 L7.14445313,10.953723 C7.14445313,11.5200969 7.62708077,11.9810199 8.22410904,11.9810199 L11.7884035,11.9810199 C12.3836443,11.9810199 12.8680594,11.5217978 12.8680594,10.953723 L12.8680594,6.54519072 L15.349123,6.54519072 C15.8263881,6.54519072 16.0766395,6.00432913 15.7513127,5.66926707 L10.408446,0.167105824 C10.1921573,-0.0557019415 9.82035527,-0.0557019415 9.60227907,0.167105824 L4.26119987,5.66926707 C3.9376606,6.00432913 4.18612446,6.54519072 4.66338957,6.54519072 Z",
2369
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
2370
+ "fill-rule": "nonzero"
2371
+ }, null, 8, _hoisted_1$c)
2372
+ ], 16);
2373
+ }
2374
+ var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
2375
+ const _sfc_main$b = {
2376
+ name: "IconHelpOffline",
2377
+ props: {
2378
+ prefix: {
2379
+ type: String,
2380
+ default: "bb"
2381
+ },
2382
+ useCurrentColor: {
2383
+ type: Boolean,
2384
+ default: true
2385
+ }
2386
+ }
2387
+ };
2388
+ const _hoisted_1$b = ["fill"];
2389
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2390
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2391
+ viewBox: "0 0 20 20",
2392
+ xmlns: "http://www.w3.org/2000/svg",
2393
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-help-offline`],
2394
+ width: "1em",
2395
+ height: "1em"
2396
+ }, _ctx.$attrs), [
2397
+ vue.createElementVNode("path", {
2398
+ d: "M1.8509205,7.87121778 C1.67438137,7.87121778 1.49786658,7.81720577 1.34657863,7.70290244 C0.968297882,7.42344795 0.886359374,6.88364677 1.16687397,6.50261931 C2.16615852,5.13720955 3.48379791,4.00364425 4.97792773,3.22885896 C6.52253558,2.42549784 8.26255398,2 10.0089034,2 C11.7520874,2 13.4857991,2.42230912 15.0272414,3.21931733 C16.5151132,3.99093843 17.8327282,5.11817535 18.8319884,6.47401894 C19.1125274,6.85507094 19.03373,7.39170793 18.6554493,7.67430207 C18.2771929,7.95689622 17.744483,7.87752163 17.4639197,7.49646963 C15.6923921,5.09278824 12.9751505,3.71469719 10.0089034,3.71469719 C7.07416558,3.71469719 4.28129214,5.13723408 2.53810821,7.51874161 C2.37106566,7.750537 2.11256367,7.87121778 1.85094485,7.87121778 L1.8509205,7.87121778 Z M12.0483809,16 C11.8308847,16 11.6133885,15.9174367 11.4463216,15.7491459 L7.4114649,11.6847548 C7.08047229,11.3513373 7.08047229,10.8083474 7.4114649,10.4717658 C7.74245752,10.1383484 8.28149845,10.1383484 8.61560789,10.4717658 L12.6504646,14.5361569 C12.9814572,14.8695744 12.9814572,15.4125643 12.6504646,15.7491459 C12.4865632,15.9174367 12.2690427,16 12.0483809,16 Z M8.01354857,16 C7.79602801,16 7.5785318,15.9174367 7.4114649,15.7491459 C7.08047229,15.4157284 7.08047229,14.8727385 7.4114649,14.5361815 L11.4400149,10.4781187 C11.7710075,10.1447013 12.3100484,10.1447013 12.6441579,10.4781187 C12.9751505,10.8115116 12.9751505,11.3545015 12.6441579,11.6910831 L8.61246672,15.7491459 C8.448541,15.9174367 8.23104479,16 8.01354857,16 Z M4.79510624,9.89703589 C4.60851571,9.89703589 4.42702075,9.83570542 4.27815096,9.72239217 C3.90303574,9.4366093 3.8336863,8.89680813 4.11739077,8.52210904 C4.79827177,7.6203146 5.69034228,6.87412967 6.69274365,6.36290433 C7.74245752,5.82626734 8.87725107,5.5531903 10.0624983,5.5531903 C11.2477455,5.5531903 12.3825391,5.82626734 13.4322286,6.35971561 C14.4346299,6.87094095 15.3235593,7.61715041 16.0044403,8.51894485 C16.2881204,8.89680813 16.2187953,9.43342059 15.8436801,9.71920345 C15.4685649,10.0049863 14.9358306,9.93512883 14.6521262,9.55726555 C13.5488418,8.09977539 11.8781485,7.26469877 10.0624983,7.26469877 C8.24679938,7.26469877 6.57296489,8.09979992 5.47284606,9.55726555 C5.30577917,9.77954384 5.05044271,9.89703589 4.79510624,9.89703589 Z",
2399
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2400
+ "fill-rule": "nonzero"
2401
+ }, null, 8, _hoisted_1$b)
2402
+ ], 16);
2403
+ }
2404
+ var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
2405
+ const _sfc_main$a = {
2406
+ name: "IconInfoCamera",
2407
+ props: {
2408
+ prefix: {
2409
+ type: String,
2410
+ default: "bb"
2411
+ },
2412
+ useCurrentColor: {
2413
+ type: Boolean,
2414
+ default: true
2415
+ }
2416
+ }
2417
+ };
2418
+ const _hoisted_1$a = {
2419
+ fill: "none",
2420
+ "fill-rule": "evenodd"
2421
+ };
2422
+ const _hoisted_2$4 = ["fill"];
2423
+ const _hoisted_3$3 = ["fill"];
2424
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
2425
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2426
+ viewBox: "0 0 20 20",
2427
+ xmlns: "http://www.w3.org/2000/svg",
2428
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-info-camera`],
2429
+ width: "1em",
2430
+ height: "1em"
2431
+ }, _ctx.$attrs), [
2432
+ vue.createElementVNode("g", _hoisted_1$a, [
2433
+ vue.createElementVNode("circle", {
2434
+ fill: $props.useCurrentColor ? "currentColor" : "#54536D",
2435
+ cx: "10",
2436
+ cy: "10",
2437
+ r: "10"
2438
+ }, null, 8, _hoisted_2$4),
2439
+ vue.createElementVNode("path", {
2440
+ d: "M12.11,12.0833333 L1.22333333,12.0833333 C0.548333333,12.0833333 0,11.5083333 0,10.8016667 L0,4.0975 C0,3.39083333 0.548333333,2.81583333 1.22333333,2.81583333 L3.29916667,2.81583333 C3.61166667,2.0475 4.10166667,1.25 4.78333333,1.25 L8.55,1.25 C9.27166667,1.25 9.745,2.045 10.0333333,2.81583333 L12.11,2.81583333 C12.785,2.81583333 13.3333333,3.39083333 13.3333333,4.0975 L13.3333333,10.8016667 C13.3333333,11.5083333 12.785,12.0833333 12.11,12.0833333 Z M1.22333333,3.64916667 C1.00833333,3.64916667 0.833333333,3.85 0.833333333,4.0975 L0.833333333,10.8016667 C0.833333333,11.0491667 1.00833333,11.25 1.22333333,11.25 L12.11,11.25 C12.325,11.25 12.5,11.0491667 12.5,10.8016667 L12.5,4.0975 C12.5,3.85 12.325,3.64916667 12.11,3.64916667 L9.73666667,3.64916667 C9.55589731,3.64927758 9.39567694,3.53281488 9.34,3.36083333 C9.055,2.48 8.70666667,2.08333333 8.55,2.08333333 L4.78333333,2.08333333 C4.665,2.08333333 4.3075,2.4625 3.97666667,3.37416667 C3.91702075,3.53914477 3.7604292,3.64909203 3.585,3.64916667 L1.22333333,3.64916667 Z M10.4166667,5 C10.186548,5 10,4.81345198 10,4.58333333 C10,4.35321469 10.186548,4.16666667 10.4166667,4.16666667 C10.6467853,4.16666667 10.8333333,4.35321469 10.8333333,4.58333333 C10.8333333,4.81345198 10.6467853,5 10.4166667,5 M6.66666667,9.58333333 C5.28833333,9.58333333 4.16666667,8.46166667 4.16666667,7.08333333 C4.16666667,5.705 5.28833333,4.58333333 6.66666667,4.58333333 C8.045,4.58333333 9.16666667,5.705 9.16666667,7.08333333 C9.16666667,8.46166667 8.045,9.58333333 6.66666667,9.58333333 Z M6.66666667,5.41666667 C5.7475,5.41666667 5,6.16416667 5,7.08333333 C5,8.0025 5.7475,8.75 6.66666667,8.75 C7.58583333,8.75 8.33333333,8.0025 8.33333333,7.08333333 C8.33333333,6.16416667 7.58583333,5.41666667 6.66666667,5.41666667 Z",
2441
+ stroke: "#FFF",
2442
+ "stroke-width": ".5",
2443
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
2444
+ transform: "translate(3.333 2.333)",
2445
+ "fill-rule": "nonzero"
2446
+ }, null, 8, _hoisted_3$3)
2447
+ ])
2448
+ ], 16);
2449
+ }
2450
+ var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
2451
+ const _sfc_main$9 = {
2452
+ name: "IconVLoop",
2453
+ props: {
2454
+ prefix: {
2455
+ type: String,
2456
+ default: "bb"
2457
+ },
2458
+ useCurrentColor: {
2459
+ type: Boolean,
2460
+ default: true
2461
+ }
2462
+ }
2463
+ };
2464
+ const _hoisted_1$9 = ["fill"];
2465
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
2466
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2467
+ viewBox: "0 0 20 20",
2468
+ xmlns: "http://www.w3.org/2000/svg",
2469
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-v-loop`],
2470
+ width: "1em",
2471
+ height: "1em"
2472
+ }, _ctx.$attrs), [
2473
+ vue.createElementVNode("path", {
2474
+ d: "M16.830918,10.1563672 C17.1036328,10.1563672 17.3281836,10.3545508 17.370918,10.6145508 L17.3781836,10.7027344 L17.3781836,12.2208984 C17.3781836,14.1282797 15.8839563,15.7013193 13.979082,15.799082 L13.7945508,15.8045508 L4.49181641,15.8045508 L6.25818359,17.570918 C6.44798327,17.7608347 6.47476968,18.0593248 6.32181641,18.28 L6.25818359,18.3563672 C6.068264,18.5461775 5.76976127,18.5729643 5.54908203,18.42 L5.47271484,18.3563672 L2.81273438,15.6963672 C2.57932671,15.4650715 2.55033002,15.0977912 2.74455078,14.8327344 L2.81271484,14.7536328 L5.42818359,12.1381836 C5.63112732,11.9331216 5.95727567,11.9175637 6.17881725,12.1023768 C6.40035883,12.2871899 6.44353324,12.6108422 6.27818359,12.8472656 L6.21455078,12.9236328 L4.50726563,14.63 L4.42816406,14.710918 L13.7945508,14.710918 C15.1109955,14.711418 16.2001918,13.6867578 16.28,12.3727344 L16.2845508,12.220918 L16.2845508,10.7027344 C16.2845508,10.400918 16.529082,10.1563672 16.830918,10.1563672 Z M14.4454492,1.58363281 L14.5227344,1.64726563 L17.1818164,4.30726563 C17.2540397,4.37902157 17.3087851,4.46643252 17.3418164,4.56273438 L17.3545508,4.60544922 C17.4054492,4.79636719 17.37,5.00544922 17.249082,5.17091797 L17.1818164,5.25 L14.5663672,7.86544922 C14.3634235,8.07051117 14.0372751,8.08606912 13.8157335,7.901256 C13.594192,7.71644288 13.5510175,7.39279065 13.7163672,7.15636719 L13.78,7.08 L15.4872656,5.37363281 L15.5663672,5.29181641 L6.19908203,5.29273438 C4.88299142,5.29271985 3.79433763,6.31724809 3.71455078,7.63091797 L3.71,7.78181641 L3.71,9.3 C3.70743242,9.58298765 3.48953515,9.81734145 3.20748253,9.84046974 C2.9254299,9.86359804 2.67226606,9.66787121 2.62363281,9.38908203 L2.61636719,9.3 L2.61636719,7.78183594 C2.61636719,5.87478406 4.11003067,4.30186725 6.01455078,4.20363281 L6.19908203,4.19908203 L15.5027344,4.19908203 L13.7363672,2.43273438 C13.5462661,2.2430484 13.5190911,1.94452689 13.6718164,1.72363281 L13.7354492,1.64726563 C13.9253688,1.45745533 14.2238715,1.43066852 14.4445508,1.58363281 L14.4454492,1.58363281 Z",
2475
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
2476
+ "fill-rule": "nonzero"
2477
+ }, null, 8, _hoisted_1$9)
2478
+ ], 16);
2479
+ }
2480
+ var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
2481
+ const _sfc_main$8 = {
2482
+ name: "IconVRandom",
2483
+ props: {
2484
+ prefix: {
2485
+ type: String,
2486
+ default: "bb"
2487
+ },
2488
+ useCurrentColor: {
2489
+ type: Boolean,
2490
+ default: true
2491
+ }
2492
+ }
2493
+ };
2494
+ const _hoisted_1$8 = ["fill"];
2495
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
2496
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2497
+ viewBox: "0 0 20 20",
2498
+ xmlns: "http://www.w3.org/2000/svg",
2499
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-v-random`],
2500
+ width: "1em",
2501
+ height: "1em"
2502
+ }, _ctx.$attrs), [
2503
+ vue.createElementVNode("path", {
2504
+ d: "M16.5,13 C16.375,12.875 16.1875,12.75 16,12.8125 C15.625,12.8125 15.3125,13.125 15.3125,13.5 C15.3125,13.6875 15.4375,13.875 15.5625,14 L16.375,14.8125 C15.5,14.6875 14.6875,14.375 14,13.8125 C13.9375,13.8125 13.9375,13.75 13.875,13.6875 L6.5,5.9375 C5.25,4.5625 3.75,3.8125 1.9375,3.8125 C1.5625,3.8125 1.25,4.125 1.25,4.5 C1.25,4.875 1.5625,5.125 1.9375,5.125 C3.375,5.125 4.5625,5.75 5.5,6.8125 L13,14.625 L13.125,14.75 C14.0625,15.5 15.25,16 16.5,16.125 L15.5625,17 C15.375,17.125 15.25,17.375 15.25,17.5625 C15.25,17.9375 15.625,18.25 16,18.1875 C16.1875,18.1875 16.375,18.0625 16.5,17.9375 L18.4375,16.125 C18.75,15.8125 18.75,15.3125 18.4375,15 L16.5,13 L16.5,13 Z M16.4375,2.125 C16.1875,1.8125 15.8125,1.75 15.5,2 C15.3125,2.125 15.25,2.3125 15.25,2.5 C15.25,2.75 15.3125,2.9375 15.5625,3.0625 L16.375,3.875 C14.9375,4.0625 13.625,4.625 12.625,5.625 L10.375,7.9375 C10.125,8.1875 10.125,8.5625 10.375,8.8125 C10.5,8.9375 10.6875,9 10.875,9 C11.0625,9 11.25,8.9375 11.375,8.8125 L13.5625,6.5 C14.375,5.75 15.375,5.25 16.4375,5.125 L15.5625,6 C15.4375,6.125 15.3125,6.3125 15.3125,6.5 C15.3125,6.875 15.625,7.1875 15.9375,7.1875 C16.125,7.1875 16.3125,7.125 16.5,7 L18.5625,5 C18.8125,4.75 18.8125,4.3125 18.5625,4.0625 L16.4375,2.125 M7.875,10.875 C7.6875,10.875 7.5,10.9375 7.375,11.0625 L5.0625,13.4375 C4.125,14.3125 3.1875,14.75 1.9375,14.75 L1.875,14.75 C1.5,14.75 1.1875,15.0625 1.1875,15.4375 C1.1875,15.8125 1.5,16.0625 1.875,16.0625 L1.9375,16.0625 C3.5625,16.0625 4.8125,15.4375 6.0625,14.375 L8.4375,11.9375 C8.5625,11.8125 8.625,11.6875 8.625,11.5 C8.625,11.3125 8.5625,11.1875 8.4375,11.0625 C8.25,10.9375 8.0625,10.875 7.875,10.875 L7.875,10.875 Z",
2505
+ fill: $props.useCurrentColor ? "currentColor" : "#9897A2",
2506
+ "fill-rule": "nonzero"
2507
+ }, null, 8, _hoisted_1$8)
2508
+ ], 16);
2509
+ }
2510
+ var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
2511
+ const _sfc_main$7 = {
2512
+ name: "IconBroadcastUpload",
2513
+ props: {
2514
+ prefix: {
2515
+ type: String,
2516
+ default: "bb"
2517
+ },
2518
+ useCurrentColor: {
2519
+ type: Boolean,
2520
+ default: true
2521
+ }
2522
+ }
2523
+ };
2524
+ const _hoisted_1$7 = ["fill"];
2525
+ const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.6796875,12.7050781 C7.51953125,12.7050781 7.359375,12.6445312 7.23828125,12.5214844 C6.99414062,12.2773438 6.99414062,11.8808594 7.23828125,11.6367188 L9.49023438,9.38476562 C9.76367188,9.11132812 10.2109375,9.11132812 10.484375,9.38476562 L12.7363281,11.6367187 C12.9804688,11.8808594 12.9804688,12.2773437 12.7363281,12.5214844 C12.4921875,12.765625 12.0957031,12.765625 11.8515625,12.5214844 L9.98632813,10.65625 L8.12109375,12.5214844 C8,12.6425781 7.83984375,12.7050781 7.6796875,12.7050781 L7.6796875,12.7050781 Z" }, null, -1);
2526
+ const _hoisted_3$2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.36132812,16.5966682 L9.36132812,11.1025506 C9.36132812,10.68608 9.640625,10.3496094 9.98632812,10.3496094 C10.3320312,10.3496094 10.6113281,10.68608 10.6113281,11.1025506 L10.6113281,16.5966682 C10.6113281,17.0107858 10.3320313,17.3496094 9.98632812,17.3496094 C9.640625,17.3496094 9.36132812,17.0131388 9.36132812,16.5966682 Z" }, null, -1);
2527
+ const _hoisted_4$1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M14.3105469,15.3300781 C13.9648437,15.3300781 13.6855469,15.0507812 13.6855469,14.7050781 C13.6855469,14.359375 13.9648437,14.0800781 14.3105469,14.0800781 C16.0800781,14.0800781 17.5195312,12.640625 17.5195312,10.8710937 C17.5195312,9.25195312 16.3105469,7.8828125 14.7070312,7.68554687 L14.2636719,7.63085937 L14.171875,7.19335937 C13.765625,5.2421875 12.0214844,3.82617187 10.0234375,3.82617187 C8.02734375,3.82617187 6.28320312,5.2421875 5.875,7.19335937 L5.78320312,7.63085937 L5.33984375,7.68554687 C3.73632812,7.8828125 2.52734375,9.25195312 2.52734375,10.8710937 C2.52734375,12.640625 3.96679687,14.0800781 5.73632812,14.0800781 C6.08203125,14.0800781 6.36132812,14.359375 6.36132812,14.7050781 C6.36132812,15.0507812 6.08203125,15.3300781 5.73632812,15.3300781 C4.54492187,15.3300781 3.42578125,14.8652344 2.58203125,14.0234375 C1.74023437,13.1816406 1.27539062,12.0605469 1.27539062,10.8691406 C1.27539062,8.76757812 2.74414062,6.96875 4.75585937,6.51757812 C5.06445312,5.46679687 5.6875,4.52148437 6.5390625,3.8203125 C7.51757812,3.015625 8.75390625,2.57226562 10.0214844,2.57226562 C11.2890625,2.57226562 12.5273437,3.015625 13.5039062,3.8203125 C14.3554687,4.52148437 14.9785156,5.46679687 15.2871094,6.51757812 C17.3027344,6.96875 18.7695312,8.76757812 18.7695312,10.8691406 C18.7695312,12.0605469 18.3046875,13.1796875 17.4628906,14.0234375 C16.6210938,14.8652344 15.5019531,15.3300781 14.3105469,15.3300781 Z" }, null, -1);
2528
+ const _hoisted_5 = [
2529
+ _hoisted_2$3,
2530
+ _hoisted_3$2,
2531
+ _hoisted_4$1
2532
+ ];
2533
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
2534
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2535
+ viewBox: "0 0 20 20",
2536
+ xmlns: "http://www.w3.org/2000/svg",
2537
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-broadcast-upload`],
2538
+ width: "1em",
2539
+ height: "1em"
2540
+ }, _ctx.$attrs), [
2541
+ vue.createElementVNode("g", {
2542
+ fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
2543
+ "fill-rule": "nonzero"
2544
+ }, _hoisted_5, 8, _hoisted_1$7)
2545
+ ], 16);
2546
+ }
2547
+ var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
2548
+ const _sfc_main$6 = {
2549
+ name: "IconCalling",
2550
+ props: {
2551
+ prefix: {
2552
+ type: String,
2553
+ default: "bb"
2554
+ },
2555
+ useCurrentColor: {
2556
+ type: Boolean,
2557
+ default: true
2558
+ }
2559
+ }
2560
+ };
2561
+ const _hoisted_1$6 = ["fill"];
2562
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
2563
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2564
+ viewBox: "0 0 20 20",
2565
+ xmlns: "http://www.w3.org/2000/svg",
2566
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-calling`],
2567
+ width: "1em",
2568
+ height: "1em"
2569
+ }, _ctx.$attrs), [
2570
+ vue.createElementVNode("path", {
2571
+ d: "M11.875,3.125 C14.6320313,3.125 16.875,5.36796875 16.875,8.125 C16.875,8.47011719 17.1548828,8.75 17.5,8.75 C17.8451172,8.75 18.125,8.47011719 18.125,8.125 C18.125,6.45546875 17.4748047,4.88613281 16.2943359,3.70566406 C15.1138672,2.52519531 13.5443359,1.875 11.875,1.875 C11.5298828,1.875 11.25,2.15488281 11.25,2.5 C11.25,2.84511719 11.5298828,3.125 11.875,3.125 Z M11.40625,6.40625 C12.6125,6.40625 13.59375,7.3875 13.59375,8.59375 C13.59375,8.93886719 13.8736328,9.21875 14.21875,9.21875 C14.5638672,9.21875 14.84375,8.93886719 14.84375,8.59375 C14.84375,6.69824219 13.3017578,5.15625 11.40625,5.15625 C11.0611328,5.15625 10.78125,5.43613281 10.78125,5.78125 C10.78125,6.12636719 11.0611328,6.40625 11.40625,6.40625 Z M15.7871094,10.9611328 C15.5378906,10.8863281 15.2851562,10.8400391 15.0359375,10.8238281 C13.8582031,10.7359375 12.7615234,11.1929688 12.1736328,12.0167969 C11.7322266,12.6353516 11.2818359,12.9935547 10.8353516,13.08125 C10.4894531,13.1492188 10.1884766,13.0480469 9.946875,12.9669922 C9.89492188,12.9494141 9.84570312,12.9330078 9.796875,12.9183594 C7.9640625,12.3681641 6.74042969,10.8007813 6.75195312,9.01796875 C6.75507813,8.54648438 7.071875,8.11992188 7.57890625,7.90488281 C8.43339844,7.54238281 9.08964844,6.85019531 9.37910156,6.00605469 C9.51621094,5.60605469 9.56757813,5.19414063 9.53144531,4.78183594 C9.47949219,4.16113281 9.23652344,3.57382813 8.82910156,3.08339844 C8.41699219,2.5875 7.86210938,2.22402344 7.22441406,2.03261719 C7.14492188,2.00878906 7.06386719,1.9875 6.98320313,1.96953125 C6.38496094,1.83535156 5.75859375,1.88183594 5.17207031,2.10390625 C4.60097656,2.32011719 4.10644531,2.68710938 3.74179687,3.16503906 C3.47987652,3.50837065 3.2421918,3.86953133 3.03046875,4.24589844 C2.90952577,4.46146818 2.79719756,4.68175919 2.69375,4.90625 C2.1453125,6.09707031 1.86972656,7.35859375 1.87492573,8.65527344 C1.88007812,9.90097656 2.14257812,11.1212891 2.65527344,12.2822266 C3.19335938,13.5007813 4.00878906,14.6228516 5.01347656,15.5265625 C6.07089844,16.4779297 7.31035156,17.1837891 8.69765625,17.6242188 C9.74648438,17.9572266 10.8267578,18.125 11.9181641,18.125 C12.1328125,18.125 12.3480469,18.1185547 12.5632813,18.1054688 C12.9078125,18.0845703 13.1703125,17.7884766 13.1494141,17.4439453 C13.1285156,17.0994141 12.8326172,16.8369141 12.4878906,16.8578125 C11.3318359,16.9275391 10.1839844,16.7845703 9.07597656,16.4328125 C6.69492188,15.6769531 4.77167969,13.9800781 3.79882812,11.7773438 C2.88554688,9.70898438 2.89628906,7.45449219 3.82910156,5.42910156 C3.91796875,5.23632813 4.01601562,5.04394531 4.12050781,4.85761719 C4.30195312,4.53457031 4.50898438,4.22011719 4.73574219,3.92285156 C5.19414063,3.321875 5.9875,3.02695313 6.70976563,3.18886719 C6.76171875,3.20058594 6.81386719,3.21425781 6.86503906,3.22949219 C7.66445312,3.46953125 8.22207031,4.12011719 8.2859375,4.88691406 C8.2859375,4.88789063 8.28613281,4.88886719 8.28613281,4.88984375 C8.30703125,5.12714844 8.27695313,5.36621094 8.19667969,5.60019531 C8.02207031,6.10917969 7.61894531,6.5296875 7.090625,6.75390625 C6.63007813,6.94941406 6.23847656,7.25625 5.95800781,7.64160156 C5.66269531,8.04746094 5.50488281,8.52050781 5.50175781,9.00976563 C5.49453125,10.1259766 5.87285156,11.2419922 6.56679687,12.1525391 C7.27890625,13.0867188 8.27148437,13.7654297 9.43710938,14.1152344 C9.46640625,14.1240234 9.50429687,14.1367188 9.54824219,14.1515625 C10.1300781,14.3470703 11.6751953,14.8662109 13.190625,12.7427734 C13.5216797,12.2789063 14.2101563,12.0150391 14.9447266,12.0705078 L14.9517578,12.0710938 C15.1074219,12.0810547 15.2675781,12.1105469 15.4271484,12.1583984 C15.8591797,12.2880859 16.2482422,12.6541016 16.5230469,13.1890625 C16.8544922,13.834375 16.9470703,14.6056641 16.759375,15.153125 L16.75625,15.1623047 C16.6480469,15.4757813 16.4089844,15.7380859 16.0830078,15.9005859 C15.7740234,16.0546875 15.6486328,16.4298828 15.8025391,16.7388672 C15.9564453,17.0478516 16.3318359,17.1732422 16.6408203,17.0193359 C17.2615234,16.7097656 17.7220703,16.1953125 17.9378906,15.5701172 L17.9414062,15.5597656 C18.2388672,14.6925781 18.1214844,13.5654297 17.6351562,12.6181641 C17.2041016,11.7779297 16.5476563,11.1894531 15.7871094,10.9611328 Z",
2572
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
2573
+ "fill-rule": "nonzero",
2574
+ stroke: "currentColor"
2575
+ }, null, 8, _hoisted_1$6)
2576
+ ], 16);
2577
+ }
2578
+ var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
2579
+ const _sfc_main$5 = {
2580
+ name: "IconVLine",
2581
+ props: {
2582
+ prefix: {
2583
+ type: String,
2584
+ default: "bb"
2585
+ },
2586
+ useCurrentColor: {
2587
+ type: Boolean,
2588
+ default: true
2589
+ }
2590
+ }
2591
+ };
2592
+ const _hoisted_1$5 = ["fill"];
2593
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
2594
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2595
+ viewBox: "0 0 20 20",
2596
+ xmlns: "http://www.w3.org/2000/svg",
2597
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-v-line`],
2598
+ width: "1em",
2599
+ height: "1em"
2600
+ }, _ctx.$attrs), [
2601
+ vue.createElementVNode("path", {
2602
+ d: "M2.0703125,1.66992188 C1.63867188,1.66992188 1.2890625,2.01953125 1.2890625,2.45117188 L1.2890625,17.3066406 C1.2890625,17.7382812 1.63867188,18.0878906 2.0703125,18.0878906 C2.50195312,18.0878906 2.8515625,17.7382812 2.8515625,17.3066406 L2.8515625,2.45117188 C2.8515625,2.01953125 2.50195312,1.66992188 2.0703125,1.66992188 Z M8.93164062,1.66992188 C8.5,1.66992188 8.15039062,2.01953125 8.15039062,2.45117188 L8.15039062,17.3066406 C8.15039062,17.7382812 8.5,18.0878906 8.93164062,18.0878906 C9.36328125,18.0878906 9.71289062,17.7382812 9.71289062,17.3066406 L9.71289062,2.45117188 C9.71289062,2.01953125 9.36328125,1.66992188 8.93164062,1.66992188 Z M18.6542969,12.9179688 C18.515625,12.6757812 18.2578125,12.5273437 17.9785156,12.5273437 L16.5722656,12.5273437 C16.5722656,12.5117188 16.5742188,12.4980469 16.5742188,12.4824219 L16.5742188,2.45117188 C16.5742188,2.01953125 16.2246094,1.66992188 15.7929688,1.66992188 C15.3613281,1.66992188 15.0117188,2.01953125 15.0117188,2.45117188 L15.0117188,12.4824219 C15.0117188,12.4980469 15.0117188,12.5117188 15.0136719,12.5273437 L13.3144531,12.5273437 C13.0351563,12.5273437 12.7773438,12.6757812 12.6386719,12.9179688 C12.5,13.1601562 12.5,13.4570312 12.6386719,13.6992188 L14.9707031,17.7382812 C15.109375,17.9804688 15.3671875,18.1289062 15.6464844,18.1289062 C15.9257813,18.1289062 16.1835938,17.9804688 16.3222656,17.7382812 L18.6542969,13.6992188 C18.7949219,13.4570313 18.7949219,13.1582031 18.6542969,12.9179688 Z M15.6464844,15.7851562 L14.6679688,14.0898438 L16.625,14.0898438 L15.6464844,15.7851562 L15.6464844,15.7851562 Z",
2603
+ fill: $props.useCurrentColor ? "currentColor" : "#9897A2",
2604
+ "fill-rule": "nonzero"
2605
+ }, null, 8, _hoisted_1$5)
2606
+ ], 16);
2607
+ }
2608
+ var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
2609
+ const _sfc_main$4 = {
2610
+ name: "IconBroadcastEdit",
2611
+ props: {
2612
+ prefix: {
2613
+ type: String,
2614
+ default: "bb"
2615
+ },
2616
+ useCurrentColor: {
2617
+ type: Boolean,
2618
+ default: true
2619
+ }
2620
+ }
2621
+ };
2622
+ const _hoisted_1$4 = ["fill"];
2623
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
2624
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2625
+ viewBox: "0 0 20 20",
2626
+ xmlns: "http://www.w3.org/2000/svg",
2627
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-broadcast-edit`],
2628
+ width: "1em",
2629
+ height: "1em"
2630
+ }, _ctx.$attrs), [
2631
+ vue.createElementVNode("path", {
2632
+ d: "M8.6484375,1.12760156 C8.93968945,1.12760156 9.17578125,1.3636582 9.17578125,1.65485742 C9.17578125,1.94605664 8.93968945,2.18211328 8.6484375,2.18211328 L2.70703125,2.18211328 C2.4157793,2.18211328 2.1796875,2.4181875 2.1796875,2.70936914 L2.1796875,15.2932324 C2.1796875,15.5844316 2.4157793,15.8204883 2.70703125,15.8204883 L15.2929688,15.8204883 C15.5842207,15.8204883 15.8203125,15.5844141 15.8203125,15.2932324 L15.8203125,9.35279297 C15.8203125,9.06159375 16.0564043,8.82553711 16.3476562,8.82553711 C16.6389082,8.82553711 16.875,9.06159375 16.875,9.35279297 L16.875,15.2932148 C16.875,16.1668125 16.166707,16.875 15.2929688,16.875 L2.70703125,16.875 C1.83329297,16.875 1.125,16.1668125 1.125,15.2932324 L1.125,2.70936914 C1.125,1.83578906 1.83329297,1.12760156 2.70703125,1.12760156 L8.6484375,1.12760156 L8.6484375,1.12760156 Z M13.8340723,12.8326992 C14.1252715,12.8326992 14.3613281,13.0687734 14.3613281,13.3599551 C14.3613281,13.6511543 14.1252539,13.8872109 13.8340723,13.8872109 L4.16592773,13.8872109 C3.87472852,13.8872109 3.63867188,13.6511367 3.63867188,13.3599551 C3.63867188,13.0687559 3.87474609,12.8326992 4.16592773,12.8326992 L13.8340723,12.8326992 Z M15.4079121,1.58818359 L16.4022891,2.58256055 C17.0201074,3.20037891 17.0201953,4.20198047 16.4024648,4.81971094 L11.8942559,9.3279375 C11.748885,9.47329956 11.5571472,9.56308822 11.3524102,9.58167773 L8.95494727,9.79945313 C8.56826367,9.83457422 8.22624609,9.5495625 8.19107227,9.16286133 C8.18720801,9.12051598 8.18720213,9.07790696 8.19105469,9.03556055 L8.4088125,6.63808008 C8.42740601,6.43334927 8.51719438,6.24161829 8.66255273,6.09625195 L13.1707793,1.58800781 C13.7884746,0.970277344 14.7900938,0.970365234 15.4079121,1.58818359 Z M13.9165664,2.33377734 L9.45333984,6.79702148 L9.27949219,8.71099805 L11.1934863,8.53715039 L15.6567129,4.07394141 C15.8626055,3.86803125 15.8625879,3.53416992 15.6566426,3.32822461 L14.6622656,2.33386523 C14.4563379,2.12791992 14.122459,2.12788477 13.9165664,2.33379492 L13.9165664,2.33377734 Z",
2633
+ fill: $props.useCurrentColor ? "currentColor" : "#A730E8",
2634
+ transform: "translate(1 1)",
2635
+ "fill-rule": "nonzero"
2636
+ }, null, 8, _hoisted_1$4)
2637
+ ], 16);
2638
+ }
2639
+ var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
2640
+ const _sfc_main$3 = {
2641
+ name: "IconVoice",
2642
+ props: {
2643
+ prefix: {
2644
+ type: String,
2645
+ default: "bb"
2646
+ },
2647
+ useCurrentColor: {
2648
+ type: Boolean,
2649
+ default: true
2650
+ }
2651
+ }
2652
+ };
2653
+ const _hoisted_1$3 = ["fill"];
2654
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
2655
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2656
+ viewBox: "0 0 20 20",
2657
+ xmlns: "http://www.w3.org/2000/svg",
2658
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-voice`],
2659
+ width: "1em",
2660
+ height: "1em"
2661
+ }, _ctx.$attrs), [
2662
+ vue.createElementVNode("path", {
2663
+ d: "M8.2671875,14.0875 C8.225,14.0875 8.078125,14.0234375 8.0015625,13.946875 L7.996875,13.9421875 L4.396875,10.971875 L1.5015625,10.971875 C1.3625,10.971875 1.215625,10.9 1.146875,10.83125 C1.078125,10.7625 1.00625,10.615625 1.00625,10.4765625 L1.00625,5.4921875 C1.00625,5.3828125 1.0484375,5.290625 1.075,5.2640625 L1.109375,5.2640625 L1.146875,5.2265625 C1.215625,5.1578125 1.3625,5.0859375 1.5015625,5.0859375 L4.396875,5.0859375 L7.996875,2.0265625 L8,2.0234375 C8.090625,1.9328125 8.2015625,1.9140625 8.278125,1.9140625 C8.346875,1.9140625 8.4171875,1.9296875 8.475,1.959375 L8.4828125,1.9640625 L8.490625,1.9671875 C8.6859375,2.0328125 8.759375,2.14375 8.759375,2.3796875 L8.759375,13.5953125 C8.759375,13.83125 8.6859375,13.94375 8.490625,14.0078125 L8.4625,14.0171875 L8.440625,14.0390625 C8.39375,14.0859375 8.353125,14.0875 8.2671875,14.0875 L8.2671875,14.0875 Z M12.628125,12.8421875 C12.4734375,12.8421875 12.2671875,12.7625 12.2078125,12.6453125 C12.0671875,12.3640625 12.1171875,12.0765625 12.33125,11.925 C12.40625,11.89375 12.5125,11.8125 12.6484375,11.68125 C12.7875,11.5453125 12.9984375,11.3109375 13.2140625,10.9671875 C13.5734375,10.3921875 14.0015625,9.409375 14.0015625,7.984375 C14.0015625,6.559375 13.5484375,5.575 13.16875,4.9984375 C12.9421875,4.6546875 12.71875,4.4203125 12.571875,4.2859375 C12.46875,4.190625 12.3390625,4.0828125 12.24375,4.04375 C12.046875,3.9015625 11.978125,3.553125 12.1046875,3.3484375 C12.2515625,3.20625 12.4265625,3.125 12.5859375,3.125 C12.6703125,3.125 12.7484375,3.146875 12.8171875,3.190625 C12.828125,3.2 12.8421875,3.2109375 12.8640625,3.228125 C13.3234375,3.5890625 13.721875,4.03125 14.0484375,4.5421875 C14.675,5.525 14.99375,6.6828125 14.99375,7.984375 C14.99375,9.2921875 14.6859375,10.4546875 14.08125,11.4390625 C13.7671875,11.95 13.3859375,12.390625 12.946875,12.7453125 C12.9203125,12.7671875 12.90625,12.778125 12.8953125,12.7890625 C12.8421875,12.8421875 12.6875,12.8421875 12.628125,12.8421875 L12.628125,12.8421875 Z M10.759375,10.884375 C10.6296875,10.884375 10.40625,10.7328125 10.3390625,10.5984375 L10.3359375,10.590625 L10.33125,10.584375 C10.203125,10.390625 10.34375,10.109375 10.5578125,9.9640625 C10.6578125,9.9109375 11.509375,9.409375 11.509375,7.896875 C11.509375,7.1703125 11.228125,6.671875 10.990625,6.38125 C10.7328125,6.065625 10.4734375,5.921875 10.4640625,5.915625 L10.4546875,5.9109375 L10.44375,5.9078125 C10.353125,5.878125 10.265625,5.775 10.2203125,5.6453125 C10.175,5.515625 10.184375,5.3859375 10.2421875,5.2984375 L10.2515625,5.284375 L10.25625,5.26875 C10.3015625,5.134375 10.5,5.0171875 10.6828125,5.0171875 C10.753125,5.0171875 10.8171875,5.034375 10.865625,5.0671875 L10.8984375,5.0890625 L10.921875,5.0890625 C10.9921875,5.115625 11.3765625,5.3078125 11.7578125,5.74375 C12.096875,6.1328125 12.5015625,6.8078125 12.5015625,7.809375 C12.5015625,8.9484375 12.11875,9.6875 11.7984375,10.1078125 C11.4453125,10.56875 11.0859375,10.7671875 11.0109375,10.796875 L10.9734375,10.796875 L10.9359375,10.834375 C10.8859375,10.88125 10.846875,10.884375 10.759375,10.884375 Z",
2664
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF",
2665
+ transform: "translate(2 2)",
2666
+ "fill-rule": "nonzero",
2667
+ stroke: "currentColor"
2668
+ }, null, 8, _hoisted_1$3)
2669
+ ], 16);
2670
+ }
2671
+ var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
2672
+ const _sfc_main$2 = {
2673
+ name: "IconVPlay",
2674
+ props: {
2675
+ prefix: {
2676
+ type: String,
2677
+ default: "bb"
2678
+ },
2679
+ useCurrentColor: {
2680
+ type: Boolean,
2681
+ default: true
2682
+ }
2683
+ }
2684
+ };
2685
+ const _hoisted_1$2 = ["fill"];
2686
+ const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", {
2687
+ d: "M8.99971121,16.844858 C4.67428205,16.844858 1.15456442,13.325718 1.15456442,9.00028879 C1.15456442,4.67428205 4.67428205,1.15571956 8.99971121,1.15571956 C13.325718,1.15571956 16.844858,4.67428205 16.844858,9.00028879 C16.844858,13.3262955 13.3251404,16.844858 8.99971121,16.844858 M8.99971121,0 C4.03722124,0 0,4.03837638 0,9.00028879 C0,13.9627788 4.03722124,18 8.99971121,18 C13.9622012,18 18,13.9627788 18,9.00028879 C18,4.03837638 13.9627788,0.000577570993 8.99971121,0.000577570993",
2688
+ transform: "translate(1 1)"
2689
+ }, null, -1);
2690
+ const _hoisted_3$1 = /* @__PURE__ */ vue.createElementVNode("path", {
2691
+ d: "M0.937609815,8 C0.419936079,7.99958626 0.000378122414,7.5519842 0,6.99971844 L0,1.0002422 C0,0.629502094 0.192228673,0.289175396 0.499470203,0.1159307 C0.806711733,-0.0573139967 1.17857304,-0.0350570253 1.46572184,0.173763647 L5.59053346,3.17331422 C5.84671992,3.35963456 6,3.66901931 6,3.99979277 C6,4.33056623 5.84671992,4.63995099 5.59053346,4.82627133 L1.46572184,7.8258219 C1.31011362,7.93922817 1.12606199,8 0.937609815,8 Z M1.16792766,1.00035163 C1.14025108,1.00061476 1.11303289,1.00833139 1.08854998,1.02285602 C1.03345272,1.05475644 0.999157592,1.11900662 1,1.1887204 L1,6.81246165 C1,6.88193762 1.03415374,6.94572017 1.08872882,6.97821798 C1.14330389,7.01071579 1.2093743,7.00660345 1.26043078,6.96753096 L4.92722648,4.15553726 C4.97275867,4.12060178 5,4.06260072 5,4.00059102 C5,3.93858133 4.97275867,3.88058027 4.92722648,3.84564479 L1.26043078,1.03375658 C1.23348251,1.01210278 1.2012597,1.00031604 1.16814642,1 L1.16792766,1.00035163 Z",
2692
+ transform: "translate(8 6)"
2693
+ }, null, -1);
2694
+ const _hoisted_4 = [
2695
+ _hoisted_2$2,
2696
+ _hoisted_3$1
2697
+ ];
2698
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
2699
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2700
+ viewBox: "0 0 20 20",
2701
+ xmlns: "http://www.w3.org/2000/svg",
2702
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-v-play`],
2703
+ width: "1em",
2704
+ height: "1em"
2705
+ }, _ctx.$attrs), [
2706
+ vue.createElementVNode("g", {
2707
+ "fill-rule": "nonzero",
2708
+ fill: $props.useCurrentColor ? "currentColor" : "#F24A2B"
2709
+ }, _hoisted_4, 8, _hoisted_1$2)
2710
+ ], 16);
2711
+ }
2712
+ var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
2713
+ const _sfc_main$1 = {
2714
+ name: "IconAdd",
2715
+ props: {
2716
+ prefix: {
2717
+ type: String,
2718
+ default: "bb"
2719
+ },
2720
+ useCurrentColor: {
2721
+ type: Boolean,
2722
+ default: true
2723
+ }
2724
+ }
2725
+ };
2726
+ const _hoisted_1$1 = /* @__PURE__ */ vue.createElementVNode("g", {
2727
+ stroke: "#21B2EC",
2728
+ fill: "none",
2729
+ "fill-rule": "evenodd"
2730
+ }, [
2731
+ /* @__PURE__ */ vue.createElementVNode("path", {
2732
+ "stroke-width": "2",
2733
+ d: "M5 10L15 10M10 15L10 5"
2734
+ }),
2735
+ /* @__PURE__ */ vue.createElementVNode("rect", {
2736
+ "stroke-width": "1.5",
2737
+ x: "2",
2738
+ y: "2",
2739
+ width: "16",
2740
+ height: "16",
2741
+ rx: "2"
2742
+ })
2743
+ ], -1);
2744
+ const _hoisted_2$1 = [
2745
+ _hoisted_1$1
2746
+ ];
2747
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
2748
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2749
+ viewBox: "0 0 20 20",
2750
+ xmlns: "http://www.w3.org/2000/svg",
2751
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-add`],
2752
+ width: "1em",
2753
+ height: "1em"
2754
+ }, _ctx.$attrs), _hoisted_2$1, 16);
2755
+ }
2756
+ var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
2757
+ const _sfc_main = {
2758
+ name: "IconMountDevi3",
2759
+ props: {
2760
+ prefix: {
2761
+ type: String,
2762
+ default: "bb"
2763
+ },
2764
+ useCurrentColor: {
2765
+ type: Boolean,
2766
+ default: true
2767
+ }
2768
+ }
2769
+ };
2770
+ const _hoisted_1 = {
2771
+ fill: "none",
2772
+ "fill-rule": "evenodd"
2773
+ };
2774
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
2775
+ stroke: "currentColor",
2776
+ "stroke-width": "1.5"
2777
+ }, [
2778
+ /* @__PURE__ */ vue.createElementVNode("path", {
2779
+ d: "M13.6363636 11.6226415C13.2343881 10.1931568 11.7473298 9.13207547 9.97434606 9.13207547 8.26974446 9.13207547 6.8294379 10.1128857 6.36363636 11.4589241M16.3636364 8.74361862C15.2089135 6.5119664 12.8344453 4.98113208 10.0927421 4.98113208 7.19469563 4.98113208 4.70696094 6.6915333 3.63636364 9.13207547M20 4.58797862C17.872036 1.82117365 14.2519284-1.42108547e-14 10.1439317-1.42108547e-14 5.84436692-1.42108547e-14 2.07925564 1.99498753 0 4.98113208",
2780
+ transform: "matrix(-1 0 0 1 24 6)"
2781
+ })
2782
+ ], -1);
2783
+ const _hoisted_3 = ["fill"];
2784
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2785
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2786
+ viewBox: "0 0 28 28",
2787
+ xmlns: "http://www.w3.org/2000/svg",
2788
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi3`],
2789
+ width: "1em",
2790
+ height: "1em"
2791
+ }, _ctx.$attrs), [
2792
+ vue.createElementVNode("g", _hoisted_1, [
2793
+ _hoisted_2,
2794
+ vue.createElementVNode("circle", {
2795
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
2796
+ transform: "rotate(-180 14.318 20.5)",
2797
+ cx: "14.318",
2798
+ cy: "20.5",
2799
+ r: "1.5"
2800
+ }, null, 8, _hoisted_3)
2801
+ ])
1736
2802
  ], 16);
1737
2803
  }
1738
2804
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
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;
2805
+ exports2.IconAdd = index$1;
2806
+ exports2.IconBasicReset = index$d;
2807
+ exports2.IconBroadcastEdit = index$4;
2808
+ exports2.IconBroadcastUpload = index$7;
2809
+ exports2.IconCalling = index$6;
2810
+ exports2.IconDecline = index$v;
2811
+ exports2.IconDelete = index$n;
2812
+ exports2.IconEdit = index$q;
2813
+ exports2.IconHelpOffline = index$b;
2814
+ exports2.IconInfoCamera = index$a;
2815
+ exports2.IconLightStateOffline = index$r;
2816
+ exports2.IconLightStateOnline = index$s;
2817
+ exports2.IconLock = index$W;
2818
+ exports2.IconMountDevi1 = index$g;
2819
+ exports2.IconMountDevi10 = index$m;
2820
+ exports2.IconMountDevi11 = index$l;
2821
+ exports2.IconMountDevi12 = index$h;
2822
+ exports2.IconMountDevi2 = index$i;
2823
+ exports2.IconMountDevi3 = index;
2824
+ exports2.IconMountDevi4 = index$o;
2825
+ exports2.IconMountDevi5 = index$j;
2826
+ exports2.IconMountDevi6 = index$f;
2827
+ exports2.IconMountDevi7 = index$p;
2828
+ exports2.IconMountDevi8 = index$e;
2829
+ exports2.IconMountDevi9 = index$k;
2830
+ exports2.IconPublishUpload = index$c;
2831
+ exports2.IconRise = index$x;
2832
+ exports2.IconShield = index$Y;
2833
+ exports2.IconSidebarBigScreen = index$y;
2834
+ exports2.IconSidebarDashboard = index$w;
2835
+ exports2.IconSidebarLight = index$u;
2836
+ exports2.IconSidebarManage = index$A;
2837
+ exports2.IconSidebarPole = index$z;
2838
+ exports2.IconSliderTouchIcon = index$t;
2839
+ exports2.IconStage110 = index$S;
2840
+ exports2.IconStageAdPublish = index$L;
2841
+ exports2.IconStageBigScreen = index$D;
2842
+ exports2.IconStageBox = index$P;
2843
+ exports2.IconStageBoxIcon = index$C;
2844
+ exports2.IconStageBroadcast = index$T;
2845
+ exports2.IconStageCharge = index$R;
2846
+ exports2.IconStageCityBroadcast = index$J;
2847
+ exports2.IconStageDoorlock = index$V;
2848
+ exports2.IconStageInfoPublish = index$Q;
2849
+ exports2.IconStageLight = index$U;
2850
+ exports2.IconStageLightMange = index$E;
2851
+ exports2.IconStageSafeMonitor = index$K;
2852
+ exports2.IconStageSafeMonitorIcon = index$B;
2853
+ exports2.IconStageSplitGroup = index$M;
2854
+ exports2.IconStageStrongE = index$I;
2855
+ exports2.IconStageTiltMonitor = index$F;
2856
+ exports2.IconStageUserinfo = index$H;
2857
+ exports2.IconStageWaterMonitor = index$G;
2858
+ exports2.IconStageWeather = index$N;
2859
+ exports2.IconStageWeatherIcon = index$O;
2860
+ exports2.IconUser = index$X;
2861
+ exports2.IconVLine = index$5;
2862
+ exports2.IconVLoop = index$9;
2863
+ exports2.IconVPlay = index$2;
2864
+ exports2.IconVRandom = index$8;
2865
+ exports2.IconVoice = index$3;
1771
2866
  Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
1772
2867
  });
1773
2868
  //# sourceMappingURL=icon.js.map