@arco-iconbox/vue-bluebee 0.0.3 → 0.0.5

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 (224) hide show
  1. package/dist/icon.js +1199 -692
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +247 -187
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconAdd/index.js +1 -1
  6. package/esm/IconBasicReset/index.js +1 -1
  7. package/esm/IconBroadcastEdit/index.js +1 -1
  8. package/esm/IconBroadcastUpload/index.js +1 -1
  9. package/esm/IconCalling/index.js +1 -1
  10. package/esm/IconCameraOpDir1/index.js +34 -0
  11. package/esm/IconCameraOpDir2/index.js +34 -0
  12. package/esm/IconCameraOpDir3/index.js +34 -0
  13. package/esm/IconCameraOpDir4/index.js +33 -0
  14. package/esm/IconCameraOpDir5/index.js +34 -0
  15. package/esm/IconCameraOpDir6/index.js +34 -0
  16. package/esm/IconCameraOpDir7/index.js +34 -0
  17. package/esm/IconCameraOpDir8/index.js +34 -0
  18. package/esm/IconCameraViewCar/index.js +33 -0
  19. package/esm/IconCameraViewExitFullscreen/index.js +33 -0
  20. package/esm/IconCameraViewFullscreen/index.js +33 -0
  21. package/esm/IconCameraViewPerson/index.js +42 -0
  22. package/esm/IconCameraViewScaleDown/index.js +33 -0
  23. package/esm/IconCameraViewScaleUp/index.js +41 -0
  24. package/esm/IconDecline/index.js +1 -1
  25. package/esm/IconDelete/index.js +1 -1
  26. package/esm/IconEdit/index.js +1 -1
  27. package/esm/IconHelpOffline/index.js +1 -1
  28. package/esm/IconInfoCamera/index.js +1 -1
  29. package/esm/IconLightStateOffline/index.js +1 -1
  30. package/esm/IconLightStateOnline/index.js +1 -1
  31. package/esm/IconMountDevi1/index.js +2 -2
  32. package/esm/IconMountDevi10/index.js +3 -3
  33. package/esm/IconMountDevi11/index.js +2 -2
  34. package/esm/IconMountDevi12/index.js +34 -0
  35. package/esm/IconMountDevi2/index.js +6 -6
  36. package/esm/IconMountDevi3/index.js +25 -8
  37. package/esm/IconMountDevi4/index.js +2 -2
  38. package/esm/IconMountDevi5/index.js +3 -3
  39. package/esm/IconMountDevi6/index.js +2 -2
  40. package/esm/IconMountDevi7/index.js +4 -4
  41. package/esm/IconMountDevi8/index.js +2 -2
  42. package/esm/IconMountDevi9/index.js +2 -2
  43. package/esm/IconPublishUpload/index.js +1 -1
  44. package/esm/IconRise/index.js +1 -1
  45. package/esm/IconSidebarBigScreen/index.js +1 -1
  46. package/esm/IconSidebarDashboard/index.js +1 -1
  47. package/esm/IconSidebarLight/index.js +1 -1
  48. package/esm/IconSidebarManage/index.js +1 -1
  49. package/esm/IconSidebarPole/index.js +1 -1
  50. package/esm/IconSliderTouchIcon/index.js +1 -1
  51. package/esm/IconStage110/index.js +1 -1
  52. package/esm/IconStageAdPublish/index.js +1 -1
  53. package/esm/IconStageBigScreen/index.js +1 -1
  54. package/esm/IconStageBox/index.js +1 -1
  55. package/esm/IconStageBoxIcon/index.js +1 -1
  56. package/esm/IconStageBroadcast/index.js +1 -1
  57. package/esm/IconStageCharge/index.js +1 -1
  58. package/esm/IconStageCityBroadcast/index.js +1 -1
  59. package/esm/IconStageDoorlock/index.js +1 -1
  60. package/esm/IconStageInfoPublish/index.js +1 -1
  61. package/esm/IconStageLight/index.js +1 -1
  62. package/esm/IconStageLightMange/index.js +1 -1
  63. package/esm/IconStageSafeMonitor/index.js +1 -1
  64. package/esm/IconStageSafeMonitorIcon/index.js +1 -1
  65. package/esm/IconStageSplitGroup/index.js +1 -1
  66. package/esm/IconStageStrongE/index.js +1 -1
  67. package/esm/IconStageTiltMonitor/index.js +1 -1
  68. package/esm/IconStageUserinfo/index.js +1 -1
  69. package/esm/IconStageWaterMonitor/index.js +1 -1
  70. package/esm/IconStageWeather/index.js +1 -1
  71. package/esm/IconStageWeatherIcon/index.js +1 -1
  72. package/esm/IconVLine/index.js +1 -1
  73. package/esm/IconVLoop/index.js +1 -1
  74. package/esm/IconVPlay/index.js +1 -1
  75. package/esm/IconVRandom/index.js +1 -1
  76. package/esm/IconVoice/index.js +1 -1
  77. package/esm/index.js +16 -1
  78. package/lib/IconAdd/index.js +1 -1
  79. package/lib/IconBasicReset/index.js +1 -1
  80. package/lib/IconBroadcastEdit/index.js +1 -1
  81. package/lib/IconBroadcastUpload/index.js +1 -1
  82. package/lib/IconCalling/index.js +1 -1
  83. package/lib/IconCameraOpDir1/index.js +35 -0
  84. package/lib/IconCameraOpDir2/index.js +35 -0
  85. package/lib/IconCameraOpDir3/index.js +35 -0
  86. package/lib/IconCameraOpDir4/index.js +34 -0
  87. package/lib/IconCameraOpDir5/index.js +35 -0
  88. package/lib/IconCameraOpDir6/index.js +35 -0
  89. package/lib/IconCameraOpDir7/index.js +35 -0
  90. package/lib/IconCameraOpDir8/index.js +35 -0
  91. package/lib/IconCameraViewCar/index.js +34 -0
  92. package/lib/IconCameraViewExitFullscreen/index.js +34 -0
  93. package/lib/IconCameraViewFullscreen/index.js +34 -0
  94. package/lib/IconCameraViewPerson/index.js +43 -0
  95. package/lib/IconCameraViewScaleDown/index.js +34 -0
  96. package/lib/IconCameraViewScaleUp/index.js +42 -0
  97. package/lib/IconDecline/index.js +1 -1
  98. package/lib/IconDelete/index.js +1 -1
  99. package/lib/IconEdit/index.js +1 -1
  100. package/lib/IconHelpOffline/index.js +1 -1
  101. package/lib/IconInfoCamera/index.js +1 -1
  102. package/lib/IconLightStateOffline/index.js +1 -1
  103. package/lib/IconLightStateOnline/index.js +1 -1
  104. package/lib/IconMountDevi1/index.js +2 -2
  105. package/lib/IconMountDevi10/index.js +3 -3
  106. package/lib/IconMountDevi11/index.js +2 -2
  107. package/lib/IconMountDevi12/index.js +35 -0
  108. package/lib/IconMountDevi2/index.js +6 -6
  109. package/lib/IconMountDevi3/index.js +25 -8
  110. package/lib/IconMountDevi4/index.js +2 -2
  111. package/lib/IconMountDevi5/index.js +3 -3
  112. package/lib/IconMountDevi6/index.js +2 -2
  113. package/lib/IconMountDevi7/index.js +4 -4
  114. package/lib/IconMountDevi8/index.js +2 -2
  115. package/lib/IconMountDevi9/index.js +2 -2
  116. package/lib/IconPublishUpload/index.js +1 -1
  117. package/lib/IconRise/index.js +1 -1
  118. package/lib/IconSidebarBigScreen/index.js +1 -1
  119. package/lib/IconSidebarDashboard/index.js +1 -1
  120. package/lib/IconSidebarLight/index.js +1 -1
  121. package/lib/IconSidebarManage/index.js +1 -1
  122. package/lib/IconSidebarPole/index.js +1 -1
  123. package/lib/IconSliderTouchIcon/index.js +1 -1
  124. package/lib/IconStage110/index.js +1 -1
  125. package/lib/IconStageAdPublish/index.js +1 -1
  126. package/lib/IconStageBigScreen/index.js +1 -1
  127. package/lib/IconStageBox/index.js +1 -1
  128. package/lib/IconStageBoxIcon/index.js +1 -1
  129. package/lib/IconStageBroadcast/index.js +1 -1
  130. package/lib/IconStageCharge/index.js +1 -1
  131. package/lib/IconStageCityBroadcast/index.js +1 -1
  132. package/lib/IconStageDoorlock/index.js +1 -1
  133. package/lib/IconStageInfoPublish/index.js +1 -1
  134. package/lib/IconStageLight/index.js +1 -1
  135. package/lib/IconStageLightMange/index.js +1 -1
  136. package/lib/IconStageSafeMonitor/index.js +1 -1
  137. package/lib/IconStageSafeMonitorIcon/index.js +1 -1
  138. package/lib/IconStageSplitGroup/index.js +1 -1
  139. package/lib/IconStageStrongE/index.js +1 -1
  140. package/lib/IconStageTiltMonitor/index.js +1 -1
  141. package/lib/IconStageUserinfo/index.js +1 -1
  142. package/lib/IconStageWaterMonitor/index.js +1 -1
  143. package/lib/IconStageWeather/index.js +1 -1
  144. package/lib/IconStageWeatherIcon/index.js +1 -1
  145. package/lib/IconVLine/index.js +1 -1
  146. package/lib/IconVLoop/index.js +1 -1
  147. package/lib/IconVPlay/index.js +1 -1
  148. package/lib/IconVRandom/index.js +1 -1
  149. package/lib/IconVoice/index.js +1 -1
  150. package/lib/index.js +32 -2
  151. package/package.json +1 -1
  152. package/src/IconAdd/index.vue +1 -1
  153. package/src/IconBasicReset/index.vue +1 -1
  154. package/src/IconBroadcastEdit/index.vue +1 -1
  155. package/src/IconBroadcastUpload/index.vue +1 -1
  156. package/src/IconCalling/index.vue +1 -1
  157. package/src/IconCameraOpDir1/index.vue +19 -0
  158. package/src/IconCameraOpDir2/index.vue +19 -0
  159. package/src/IconCameraOpDir3/index.vue +19 -0
  160. package/src/IconCameraOpDir4/index.vue +19 -0
  161. package/src/IconCameraOpDir5/index.vue +19 -0
  162. package/src/IconCameraOpDir6/index.vue +19 -0
  163. package/src/IconCameraOpDir7/index.vue +19 -0
  164. package/src/IconCameraOpDir8/index.vue +19 -0
  165. package/src/IconCameraViewCar/index.vue +19 -0
  166. package/src/IconCameraViewExitFullscreen/index.vue +19 -0
  167. package/src/IconCameraViewFullscreen/index.vue +19 -0
  168. package/src/IconCameraViewPerson/index.vue +19 -0
  169. package/src/IconCameraViewScaleDown/index.vue +19 -0
  170. package/src/IconCameraViewScaleUp/index.vue +19 -0
  171. package/src/IconDecline/index.vue +1 -1
  172. package/src/IconDelete/index.vue +1 -1
  173. package/src/IconEdit/index.vue +1 -1
  174. package/src/IconHelpOffline/index.vue +1 -1
  175. package/src/IconInfoCamera/index.vue +1 -1
  176. package/src/IconLightStateOffline/index.vue +1 -1
  177. package/src/IconLightStateOnline/index.vue +1 -1
  178. package/src/IconMountDevi1/index.vue +2 -2
  179. package/src/IconMountDevi10/index.vue +2 -2
  180. package/src/IconMountDevi11/index.vue +2 -2
  181. package/src/IconMountDevi12/index.vue +19 -0
  182. package/src/IconMountDevi2/index.vue +2 -2
  183. package/src/IconMountDevi3/index.vue +2 -2
  184. package/src/IconMountDevi4/index.vue +2 -2
  185. package/src/IconMountDevi5/index.vue +2 -2
  186. package/src/IconMountDevi6/index.vue +2 -2
  187. package/src/IconMountDevi7/index.vue +2 -2
  188. package/src/IconMountDevi8/index.vue +2 -2
  189. package/src/IconMountDevi9/index.vue +2 -2
  190. package/src/IconPublishUpload/index.vue +1 -1
  191. package/src/IconRise/index.vue +1 -1
  192. package/src/IconSidebarBigScreen/index.vue +1 -1
  193. package/src/IconSidebarDashboard/index.vue +1 -1
  194. package/src/IconSidebarLight/index.vue +1 -1
  195. package/src/IconSidebarManage/index.vue +1 -1
  196. package/src/IconSidebarPole/index.vue +1 -1
  197. package/src/IconSliderTouchIcon/index.vue +1 -1
  198. package/src/IconStage110/index.vue +1 -1
  199. package/src/IconStageAdPublish/index.vue +1 -1
  200. package/src/IconStageBigScreen/index.vue +1 -1
  201. package/src/IconStageBox/index.vue +1 -1
  202. package/src/IconStageBoxIcon/index.vue +1 -1
  203. package/src/IconStageBroadcast/index.vue +1 -1
  204. package/src/IconStageCharge/index.vue +1 -1
  205. package/src/IconStageCityBroadcast/index.vue +1 -1
  206. package/src/IconStageDoorlock/index.vue +1 -1
  207. package/src/IconStageInfoPublish/index.vue +1 -1
  208. package/src/IconStageLight/index.vue +1 -1
  209. package/src/IconStageLightMange/index.vue +1 -1
  210. package/src/IconStageSafeMonitor/index.vue +1 -1
  211. package/src/IconStageSafeMonitorIcon/index.vue +1 -1
  212. package/src/IconStageSplitGroup/index.vue +1 -1
  213. package/src/IconStageStrongE/index.vue +1 -1
  214. package/src/IconStageTiltMonitor/index.vue +1 -1
  215. package/src/IconStageUserinfo/index.vue +1 -1
  216. package/src/IconStageWaterMonitor/index.vue +1 -1
  217. package/src/IconStageWeather/index.vue +1 -1
  218. package/src/IconStageWeatherIcon/index.vue +1 -1
  219. package/src/IconVLine/index.vue +1 -1
  220. package/src/IconVLoop/index.vue +1 -1
  221. package/src/IconVPlay/index.vue +1 -1
  222. package/src/IconVRandom/index.vue +1 -1
  223. package/src/IconVoice/index.vue +1 -1
  224. package/src/index.js +17 -2
package/dist/icon.min.js CHANGED
@@ -1,253 +1,313 @@
1
- !function(e, t) {
2
- "object" == typeof exports && "undefined" != typeof module ? t(exports, require("vue")) : "function" == typeof define && define.amd ? define(["exports", "vue"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).icon = {}, e.Vue);
3
- }(this, function(e, t) {
1
+ !function(e, r) {
2
+ "object" == typeof exports && "undefined" != typeof module ? r(exports, require("vue")) : "function" == typeof define && define.amd ? define(["exports", "vue"], r) : r((e = "undefined" != typeof globalThis ? globalThis : e || self).icon = {}, e.Vue);
3
+ }(this, function(e, r) {
4
4
  "use strict";
5
- var r = (e2, t2) => {
6
- const r2 = e2.__vccOpts || e2;
7
- for (const [e3, o2] of t2)
8
- r2[e3] = o2;
9
- return r2;
5
+ var t = (e2, r2) => {
6
+ const t2 = e2.__vccOpts || e2;
7
+ for (const [e3, o2] of r2)
8
+ t2[e3] = o2;
9
+ return t2;
10
10
  };
11
11
  const o = { name: "IconShield", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, n = ["fill"];
12
- var l = r(o, [["render", function(e2, r2, o2, l2, a2, i2) {
13
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-shield`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { d: "M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z", transform: "translate(4 3)", fill: o2.useCurrentColor ? "currentColor" : "#000", "fill-rule": "nonzero" }, null, 8, n)], 16);
12
+ var l = t(o, [["render", function(e2, t2, o2, l2, a2, i2) {
13
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-shield`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z", transform: "translate(4 3)", fill: o2.useCurrentColor ? "currentColor" : "#000", "fill-rule": "nonzero" }, null, 8, n)], 16);
14
14
  }]]);
15
15
  const a = { name: "IconUser", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, i = ["fill"];
16
- var s = r(a, [["render", function(e2, r2, o2, n2, l2, a2) {
17
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-user`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { d: "M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z", transform: "translate(4.79 3.028)", fill: o2.useCurrentColor ? "currentColor" : "#000", "fill-rule": "nonzero" }, null, 8, i)], 16);
16
+ var s = t(a, [["render", function(e2, t2, o2, n2, l2, a2) {
17
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-user`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z", transform: "translate(4.79 3.028)", fill: o2.useCurrentColor ? "currentColor" : "#000", "fill-rule": "nonzero" }, null, 8, i)], 16);
18
18
  }]]);
19
- const C = { name: "IconLock", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, c = ["fill"], d = [t.createElementVNode("path", { 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", transform: "translate(4.705 2.994)" }, null, -1), t.createElementVNode("path", { 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", "fill-opacity": "1", transform: "translate(4.705 2.994)" }, null, -1)];
20
- var p = r(C, [["render", function(e2, r2, o2, n2, l2, a2) {
21
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-lock`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", { "fill-rule": "nonzero", fill: o2.useCurrentColor ? "currentColor" : "#000" }, d, 8, c)], 16);
19
+ const C = { name: "IconLock", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, c = ["fill"], p = [r.createElementVNode("path", { 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", transform: "translate(4.705 2.994)" }, null, -1), r.createElementVNode("path", { 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", "fill-opacity": "1", transform: "translate(4.705 2.994)" }, null, -1)];
20
+ var d = t(C, [["render", function(e2, t2, o2, n2, l2, a2) {
21
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-lock`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { "fill-rule": "nonzero", fill: o2.useCurrentColor ? "currentColor" : "#000" }, p, 8, c)], 16);
22
22
  }]]);
23
- const u = { name: "IconStageDoorlock", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, f = { fill: "none", "fill-rule": "evenodd" }, m = t.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1), h = ["fill"], g = t.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1);
24
- var L = r(u, [["render", function(e2, r2, o2, n2, l2, a2) {
25
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-doorlock`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", f, [m, t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", x: "7.778", y: "3.889", width: "9.333", height: "10.111", rx: ".577" }, null, 8, h), g])], 16);
23
+ const u = { name: "IconStageDoorlock", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, f = { fill: "none", "fill-rule": "evenodd" }, m = r.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1), h = ["fill"], g = r.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1);
24
+ var L = t(u, [["render", function(e2, t2, o2, n2, l2, a2) {
25
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-doorlock`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", f, [m, r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", x: "7.778", y: "3.889", width: "9.333", height: "10.111", rx: ".577" }, null, 8, h), g])], 16);
26
26
  }]]);
27
- const w = { name: "IconStageLight", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, x = { fill: "none", "fill-rule": "evenodd" }, k = ["fill"], v = t.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);
28
- var E = r(w, [["render", function(e2, r2, o2, n2, l2, a2) {
29
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-light`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", x, [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC" }, null, 8, k), v])], 16);
27
+ const w = { name: "IconStageLight", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, x = { fill: "none", "fill-rule": "evenodd" }, v = ["fill"], k = r.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);
28
+ var B = t(w, [["render", function(e2, t2, o2, n2, l2, a2) {
29
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-light`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", x, [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC" }, null, 8, v), k])], 16);
30
30
  }]]);
31
- const B = { name: "IconStageBroadcast", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, M = { fill: "none", "fill-rule": "evenodd" }, V = ["fill"], y = t.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);
32
- var b = r(B, [["render", function(e2, r2, o2, n2, l2, a2) {
33
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-broadcast`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", M, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", x: "9.333", y: "2.333", width: "8.556", height: "16.333", rx: "4.278" }, null, 8, V), y])], 16);
31
+ const E = { name: "IconStageBroadcast", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, M = { fill: "none", "fill-rule": "evenodd" }, V = ["fill"], y = r.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);
32
+ var b = t(E, [["render", function(e2, t2, o2, n2, l2, a2) {
33
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-broadcast`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", M, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", x: "9.333", y: "2.333", width: "8.556", height: "16.333", rx: "4.278" }, null, 8, V), y])], 16);
34
34
  }]]);
35
- const N = { name: "IconStage110", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, $ = { fill: "none", "fill-rule": "evenodd" }, F = t.createElementVNode("g", { stroke: "#33316A", "stroke-linejoin": "round", "stroke-width": "1.167" }, [t.createElementVNode("path", { d: "M12.765 7.778L12.901 12.444M22.556.389L26.444.389", transform: "rotate(-180 13.611 6.611)" }), t.createElementVNode("path", { d: "M3.226.446L7 .446M0 5.803L2.309 9.333", transform: "matrix(1 0 0 -1 20.222 13.222)" }), t.createElementVNode("path", { d: "M19.444 6.222L21.778 9.333", transform: "rotate(-180 13.611 6.611)" })], -1), _ = ["fill"], S = t.createElementVNode("rect", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", x: "2.333", y: "24.111", width: "24.111", height: "2.333", rx: ".633" }, null, -1), I = t.createElementVNode("path", { d: "M10.8888889,17.8888889 L10.8888889,15.0658436 C10.8888889,13.6180848 11.9335578,12.4444444 13.2222222,12.4444444", stroke: "#FFF", "stroke-width": "1.266", "stroke-linecap": "round" }, null, -1);
36
- var Z = r(N, [["render", function(e2, r2, o2, n2, l2, a2) {
37
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-110`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", $, [F, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC" }, null, 8, _), S, I])], 16);
35
+ const N = { name: "IconStage110", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, $ = { fill: "none", "fill-rule": "evenodd" }, S = r.createElementVNode("g", { stroke: "#33316A", "stroke-linejoin": "round", "stroke-width": "1.167" }, [r.createElementVNode("path", { d: "M12.765 7.778L12.901 12.444M22.556.389L26.444.389", transform: "rotate(-180 13.611 6.611)" }), r.createElementVNode("path", { d: "M3.226.446L7 .446M0 5.803L2.309 9.333", transform: "matrix(1 0 0 -1 20.222 13.222)" }), r.createElementVNode("path", { d: "M19.444 6.222L21.778 9.333", transform: "rotate(-180 13.611 6.611)" })], -1), I = ["fill"], _ = r.createElementVNode("rect", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", x: "2.333", y: "24.111", width: "24.111", height: "2.333", rx: ".633" }, null, -1), F = r.createElementVNode("path", { d: "M10.8888889,17.8888889 L10.8888889,15.0658436 C10.8888889,13.6180848 11.9335578,12.4444444 13.2222222,12.4444444", stroke: "#FFF", "stroke-width": "1.266", "stroke-linecap": "round" }, null, -1);
36
+ var Z = t(N, [["render", function(e2, t2, o2, n2, l2, a2) {
37
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-110`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", $, [S, r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC" }, null, 8, I), _, F])], 16);
38
38
  }]]);
39
- const D = { name: "IconStageCharge", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, P = { fill: "none", "fill-rule": "evenodd" }, A = ["fill"], z = t.createElementVNode("rect", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", x: "5.444", y: "1.556", width: "14.778", height: "23.333", rx: ".622" }, null, -1), G = ["fill"], j = t.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M20.2222222 11.3484848L23.3156566 11.030303 23.3156566 18.6666667 25.6666667 18.6666667 25.6666667 7.21212121 23.1919192 4.66666667" }, null, -1), H = t.createElementVNode("rect", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", x: "2.333", y: "24.889", width: "21", height: "1.556", rx: ".622" }, null, -1);
40
- var O = r(D, [["render", function(e2, r2, o2, n2, l2, a2) {
41
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-charge`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", P, [t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M13.472482 12.4444444L10.1111111 16.9426183 12.4982675 16.9446173 12.2220691 20.2222222 15.5555556 15.507816 13.472482 15.507816z" }, null, 8, A), z, t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", x: "7.778", y: "4.667", width: "10.111", height: "6.222", rx: ".622" }, null, 8, G), j, H])], 16);
39
+ const P = { name: "IconStageCharge", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, D = { fill: "none", "fill-rule": "evenodd" }, z = ["fill"], A = r.createElementVNode("rect", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", x: "5.444", y: "1.556", width: "14.778", height: "23.333", rx: ".622" }, null, -1), G = ["fill"], j = r.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M20.2222222 11.3484848L23.3156566 11.030303 23.3156566 18.6666667 25.6666667 18.6666667 25.6666667 7.21212121 23.1919192 4.66666667" }, null, -1), O = r.createElementVNode("rect", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", x: "2.333", y: "24.889", width: "21", height: "1.556", rx: ".622" }, null, -1);
40
+ var H = t(P, [["render", function(e2, t2, o2, n2, l2, a2) {
41
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-charge`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", D, [r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M13.472482 12.4444444L10.1111111 16.9426183 12.4982675 16.9446173 12.2220691 20.2222222 15.5555556 15.507816 13.472482 15.507816z" }, null, 8, z), A, r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", x: "7.778", y: "4.667", width: "10.111", height: "6.222", rx: ".622" }, null, 8, G), j, O])], 16);
42
42
  }]]);
43
- const U = { name: "IconStageInfoPublish", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, T = t.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), R = { fill: "none", "fill-rule": "evenodd" }, W = ["fill"], q = { transform: "translate(14 9)" }, J = ["fill"], K = ["fill"], Q = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.152", "stroke-linecap": "round", d: "M5.478 23.26L30.522 23.26M5.478 30.563L21.125 30.563" }, null, -1);
44
- var X = r(U, [["render", function(e2, r2, o2, n2, l2, a2) {
45
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-info-publish`], width: "1em", height: "1em" }, e2.$attrs), [T, t.createElementVNode("g", R, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#A730E8", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, W), t.createElementVNode("g", q, [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__a)" }, null, 8, J), t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__b)", y: "15.769", width: "36", height: "25.231", rx: "1.576" }, null, 8, K), Q])])], 16);
43
+ const U = { name: "IconStageInfoPublish", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, T = r.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), R = { fill: "none", "fill-rule": "evenodd" }, W = ["fill"], q = { transform: "translate(14 9)" }, J = ["fill"], K = ["fill"], Q = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.152", "stroke-linecap": "round", d: "M5.478 23.26L30.522 23.26M5.478 30.563L21.125 30.563" }, null, -1);
44
+ var X = t(U, [["render", function(e2, t2, o2, n2, l2, a2) {
45
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-info-publish`], width: "1em", height: "1em" }, e2.$attrs), [T, r.createElementVNode("g", R, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#A730E8", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, W), r.createElementVNode("g", q, [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__a)" }, null, 8, J), r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_da1b715a79__b)", y: "15.769", width: "36", height: "25.231", rx: "1.576" }, null, 8, K), Q])])], 16);
46
46
  }]]);
47
- const Y = { name: "IconStageBox", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, ee = { fill: "none", "fill-rule": "evenodd" }, te = ["fill"], re = ["fill"], oe = ["fill"], ne = t.createElementVNode("path", { stroke: "#282461", "stroke-width": "1.167", "stroke-linejoin": "round", 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", transform: "translate(2.333 3.111)" }, null, -1), le = t.createElementVNode("path", { stroke: "#282461", "stroke-width": "1.167", "stroke-linecap": "round", d: "M11.8843284 21.7777778L11.8843284 12.8333333 23.6670813 6.52930659", transform: "translate(2.333 3.111)" }, null, -1);
48
- var ae = r(Y, [["render", function(e2, r2, o2, n2, l2, a2) {
49
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-box`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", ee, [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 33.731 3.111)" }, null, 8, te), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 41.857 3.111)" }, null, 8, re), t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M0 6.52930659L11.8843284 12.8333333 11.8843284 22.5555556 0.101575456 15.477016z", transform: "translate(2.333 3.111)" }, null, 8, oe), ne, le])], 16);
47
+ const Y = { name: "IconStageBox", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, ee = { fill: "none", "fill-rule": "evenodd" }, re = ["fill"], te = ["fill"], oe = ["fill"], ne = r.createElementVNode("path", { stroke: "#282461", "stroke-width": "1.167", "stroke-linejoin": "round", 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", transform: "translate(2.333 3.111)" }, null, -1), le = r.createElementVNode("path", { stroke: "#282461", "stroke-width": "1.167", "stroke-linecap": "round", d: "M11.8843284 21.7777778L11.8843284 12.8333333 23.6670813 6.52930659", transform: "translate(2.333 3.111)" }, null, -1);
48
+ var ae = t(Y, [["render", function(e2, t2, o2, n2, l2, a2) {
49
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-box`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", ee, [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 33.731 3.111)" }, null, 8, re), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 41.857 3.111)" }, null, 8, te), r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M0 6.52930659L11.8843284 12.8333333 11.8843284 22.5555556 0.101575456 15.477016z", transform: "translate(2.333 3.111)" }, null, 8, oe), ne, le])], 16);
50
50
  }]]);
51
- const ie = { name: "IconStageWeatherIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, se = t.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), Ce = { fill: "none", "fill-rule": "evenodd" }, ce = ["fill"], de = t.createElementVNode("g", { stroke: "#87DDFF", "stroke-linejoin": "round", "stroke-width": "2.019" }, [t.createElementVNode("path", { d: "M14.626 7.622L14.93 11.783M24.462.446L28.174.446", transform: "rotate(125 11.161 15.373)" }), t.createElementVNode("path", { d: "M3.421.376L7.423.376M0 4.893L2.448 7.87", transform: "scale(1 -1) rotate(55 33.243 14.31)" }), t.createElementVNode("path", { d: "M21.485 5.092L23.712 7.954", transform: "rotate(125 11.161 15.373)" })], -1), pe = ["fill"], ue = ["fill"], fe = t.createElementVNode("path", { 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", stroke: "#FFF", "stroke-width": "2.284", "stroke-linecap": "round", transform: "translate(4 8)" }, null, -1);
52
- var me = r(ie, [["render", function(e2, r2, o2, n2, l2, a2) {
53
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-weather-icon`], width: "1em", height: "1em" }, e2.$attrs), [se, t.createElementVNode("g", Ce, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, ce), de, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__a)", transform: "translate(4 8)" }, null, 8, pe), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__b)", transform: "translate(4 8)" }, null, 8, ue), fe])], 16);
51
+ const ie = { name: "IconStageWeatherIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, se = r.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), Ce = { fill: "none", "fill-rule": "evenodd" }, ce = ["fill"], pe = r.createElementVNode("g", { stroke: "#87DDFF", "stroke-linejoin": "round", "stroke-width": "2.019" }, [r.createElementVNode("path", { d: "M14.626 7.622L14.93 11.783M24.462.446L28.174.446", transform: "rotate(125 11.161 15.373)" }), r.createElementVNode("path", { d: "M3.421.376L7.423.376M0 4.893L2.448 7.87", transform: "scale(1 -1) rotate(55 33.243 14.31)" }), r.createElementVNode("path", { d: "M21.485 5.092L23.712 7.954", transform: "rotate(125 11.161 15.373)" })], -1), de = ["fill"], ue = ["fill"], fe = r.createElementVNode("path", { 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", stroke: "#FFF", "stroke-width": "2.284", "stroke-linecap": "round", transform: "translate(4 8)" }, null, -1);
52
+ var me = t(ie, [["render", function(e2, t2, o2, n2, l2, a2) {
53
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-weather-icon`], width: "1em", height: "1em" }, e2.$attrs), [se, r.createElementVNode("g", Ce, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, ce), pe, r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__a)", transform: "translate(4 8)" }, null, 8, de), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__b)", transform: "translate(4 8)" }, null, 8, ue), fe])], 16);
54
54
  }]]);
55
- const he = { name: "IconStageWeather", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, ge = { fill: "none", "fill-rule": "evenodd" }, Le = t.createElementVNode("g", { stroke: "#33316A", "stroke-linejoin": "round", "stroke-width": "1.167" }, [t.createElementVNode("path", { d: "M8.479 4.365L8.656 6.748M14.182.256L16.333.256", transform: "rotate(125 5.194 5.412)" }), t.createElementVNode("path", { d: "M1.983.216L4.303.216M0 2.802L1.419 4.507", transform: "scale(1 -1) rotate(55 12.549 5.844)" }), t.createElementVNode("path", { d: "M12.456 2.916L13.747 4.555", transform: "rotate(125 5.194 5.412)" })], -1), we = ["fill"], xe = t.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", transform: "translate(-2.496)" }, null, -1);
56
- var ke = r(he, [["render", function(e2, r2, o2, n2, l2, a2) {
57
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-weather`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", ge, [Le, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "translate(-2.496)" }, null, 8, we), xe])], 16);
55
+ const he = { name: "IconStageWeather", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, ge = { fill: "none", "fill-rule": "evenodd" }, Le = r.createElementVNode("g", { stroke: "#33316A", "stroke-linejoin": "round", "stroke-width": "1.167" }, [r.createElementVNode("path", { d: "M8.479 4.365L8.656 6.748M14.182.256L16.333.256", transform: "rotate(125 5.194 5.412)" }), r.createElementVNode("path", { d: "M1.983.216L4.303.216M0 2.802L1.419 4.507", transform: "scale(1 -1) rotate(55 12.549 5.844)" }), r.createElementVNode("path", { d: "M12.456 2.916L13.747 4.555", transform: "rotate(125 5.194 5.412)" })], -1), we = ["fill"], xe = r.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", transform: "translate(-2.496)" }, null, -1);
56
+ var ve = t(he, [["render", function(e2, t2, o2, n2, l2, a2) {
57
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-weather`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", ge, [Le, r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "translate(-2.496)" }, null, 8, we), xe])], 16);
58
58
  }]]);
59
- const ve = { name: "IconStageSplitGroup", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Ee = t.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), Be = { fill: "none", "fill-rule": "evenodd" }, Me = ["fill"], Ve = { transform: "translate(13 12)" }, ye = t.createElementVNode("path", { stroke: "#14E58D", "stroke-width": "2.957", d: "M12 14L12 20.6 26 20.6 26 26" }, null, -1), be = ["fill"], Ne = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.957", "stroke-linecap": "round", d: "M6 7.5L32 7.5" }, null, -1), $e = ["fill"], Fe = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.957", "stroke-linecap": "round", d: "M6 33.5L32 33.5" }, null, -1);
60
- var _e = r(ve, [["render", function(e2, r2, o2, n2, l2, a2) {
61
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-split-group`], width: "1em", height: "1em" }, e2.$attrs), [Ee, t.createElementVNode("g", Be, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#14E58D", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Me), t.createElementVNode("g", Ve, [ye, t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__a)", width: "38", height: "15", rx: "1.478" }, null, 8, be), Ne, t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__b)", y: "25", width: "38", height: "15", rx: "1.478" }, null, 8, $e), Fe])])], 16);
59
+ const ke = { name: "IconStageSplitGroup", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Be = r.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), Ee = { fill: "none", "fill-rule": "evenodd" }, Me = ["fill"], Ve = { transform: "translate(13 12)" }, ye = r.createElementVNode("path", { stroke: "#14E58D", "stroke-width": "2.957", d: "M12 14L12 20.6 26 20.6 26 26" }, null, -1), be = ["fill"], Ne = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.957", "stroke-linecap": "round", d: "M6 7.5L32 7.5" }, null, -1), $e = ["fill"], Se = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.957", "stroke-linecap": "round", d: "M6 33.5L32 33.5" }, null, -1);
60
+ var Ie = t(ke, [["render", function(e2, t2, o2, n2, l2, a2) {
61
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-split-group`], width: "1em", height: "1em" }, e2.$attrs), [Be, r.createElementVNode("g", Ee, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#14E58D", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Me), r.createElementVNode("g", Ve, [ye, r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__a)", width: "38", height: "15", rx: "1.478" }, null, 8, be), Ne, r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5ec3f05f2c__b)", y: "25", width: "38", height: "15", rx: "1.478" }, null, 8, $e), Se])])], 16);
62
62
  }]]);
63
- const Se = { name: "IconStageAdPublish", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Ie = { fill: "none", "fill-rule": "evenodd" }, Ze = ["fill"], De = t.createElementVNode("path", { stroke: "#312D67", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M2.16210003 16.1823725L23.8475575 1.81086162 9.85742104 17.5108179z" }, null, -1), Pe = t.createElementVNode("path", { stroke: "#282461", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M14.7492299 18.2752169L23.8475575 23.1963098 24.2550463 1.81086162z" }, null, -1);
64
- var Ae = r(Se, [["render", function(e2, r2, o2, n2, l2, a2) {
65
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-ad-publish`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", Ie, [t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M23.8475575 2.81063132L9.85742104 17.5108179 9.85742104 27.4775283z" }, null, 8, Ze), De, Pe])], 16);
63
+ const _e = { name: "IconStageAdPublish", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Fe = { fill: "none", "fill-rule": "evenodd" }, Ze = ["fill"], Pe = r.createElementVNode("path", { stroke: "#312D67", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M2.16210003 16.1823725L23.8475575 1.81086162 9.85742104 17.5108179z" }, null, -1), De = r.createElementVNode("path", { stroke: "#282461", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M14.7492299 18.2752169L23.8475575 23.1963098 24.2550463 1.81086162z" }, null, -1);
64
+ var ze = t(_e, [["render", function(e2, t2, o2, n2, l2, a2) {
65
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-ad-publish`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", Fe, [r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M23.8475575 2.81063132L9.85742104 17.5108179 9.85742104 27.4775283z" }, null, 8, Ze), Pe, De])], 16);
66
66
  }]]);
67
- const ze = { name: "IconStageSafeMonitor", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Ge = { transform: "translate(3.889 1.556)", fill: "none", "fill-rule": "evenodd" }, je = t.createElementVNode("circle", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", cx: "9.722", cy: "9.722", r: "9.722" }, null, -1), He = ["fill"], Oe = ["fill"], Ue = t.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1);
68
- var Te = r(ze, [["render", function(e2, r2, o2, n2, l2, a2) {
69
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-safe-monitor`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", Ge, [je, t.createElementVNode("circle", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", cx: "9.722", cy: "9.722", r: "4.278" }, null, 8, He), t.createElementVNode("circle", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", cx: "10.5", cy: "2.722", r: "1.167" }, null, 8, Oe), Ue])], 16);
67
+ const Ae = { name: "IconStageSafeMonitor", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Ge = { transform: "translate(3.889 1.556)", fill: "none", "fill-rule": "evenodd" }, je = r.createElementVNode("circle", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", cx: "9.722", cy: "9.722", r: "9.722" }, null, -1), Oe = ["fill"], He = ["fill"], Ue = r.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1);
68
+ var Te = t(Ae, [["render", function(e2, t2, o2, n2, l2, a2) {
69
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-safe-monitor`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", Ge, [je, r.createElementVNode("circle", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", cx: "9.722", cy: "9.722", r: "4.278" }, null, 8, Oe), r.createElementVNode("circle", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", cx: "10.5", cy: "2.722", r: "1.167" }, null, 8, He), Ue])], 16);
70
70
  }]]);
71
- const Re = { name: "IconStageCityBroadcast", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, We = t.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), qe = { fill: "none", "fill-rule": "evenodd" }, Je = ["fill"], Ke = ["fill"], Qe = { transform: "translate(19.407 13)" }, Xe = ["fill"], Ye = [t.createElementVNode("use", { "xlink:href": "#svg_cfbfb4c240__b" }, null, -1)], et = ["fill"], tt = ["fill"], rt = t.createElementVNode("path", { d: "M25.9259259,25.9 C30.4260239,25.9 34.0740741,22.4212525 34.0740741,18.13 C34.0740741,13.8387475 30.4260239,10.36 25.9259259,10.36", stroke: "url(#svg_cfbfb4c240__e)", "stroke-width": "2.741", "stroke-linecap": "round", transform: "translate(12 13)" }, null, -1), ot = t.createElementVNode("path", { d: "M25.9259259,31.82 C33.6988224,31.82 40,25.6907782 40,18.13 C40,10.5692218 33.6988224,4.44 25.9259259,4.44", stroke: "url(#svg_cfbfb4c240__f)", "stroke-width": "2.741", "stroke-linecap": "round", transform: "translate(12 13)" }, null, -1);
72
- var nt = r(Re, [["render", function(e2, r2, o2, n2, l2, a2) {
73
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-city-broadcast`], width: "1em", height: "1em" }, e2.$attrs), [We, t.createElementVNode("g", qe, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#FFBA23", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Je), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__a)", transform: "translate(12 13)" }, null, 8, Ke), t.createElementVNode("g", Qe, [t.createElementVNode("mask", { id: "svg_cfbfb4c240__d", fill: o2.useCurrentColor ? "currentColor" : "#fff" }, Ye, 8, Xe), t.createElementVNode("use", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__c)", "xlink:href": "#svg_cfbfb4c240__b" }, null, 8, et), t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", mask: "url(#svg_cfbfb4c240__d)", d: "M6.667 0H9.629999999999999V37H6.667z" }, null, 8, tt)]), rt, ot])], 16);
71
+ const Re = { name: "IconStageCityBroadcast", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, We = r.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), qe = { fill: "none", "fill-rule": "evenodd" }, Je = ["fill"], Ke = ["fill"], Qe = { transform: "translate(19.407 13)" }, Xe = ["fill"], Ye = [r.createElementVNode("use", { "xlink:href": "#svg_cfbfb4c240__b" }, null, -1)], er = ["fill"], rr = ["fill"], tr = r.createElementVNode("path", { d: "M25.9259259,25.9 C30.4260239,25.9 34.0740741,22.4212525 34.0740741,18.13 C34.0740741,13.8387475 30.4260239,10.36 25.9259259,10.36", stroke: "url(#svg_cfbfb4c240__e)", "stroke-width": "2.741", "stroke-linecap": "round", transform: "translate(12 13)" }, null, -1), or = r.createElementVNode("path", { d: "M25.9259259,31.82 C33.6988224,31.82 40,25.6907782 40,18.13 C40,10.5692218 33.6988224,4.44 25.9259259,4.44", stroke: "url(#svg_cfbfb4c240__f)", "stroke-width": "2.741", "stroke-linecap": "round", transform: "translate(12 13)" }, null, -1);
72
+ var nr = t(Re, [["render", function(e2, t2, o2, n2, l2, a2) {
73
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-city-broadcast`], width: "1em", height: "1em" }, e2.$attrs), [We, r.createElementVNode("g", qe, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#FFBA23", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Je), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__a)", transform: "translate(12 13)" }, null, 8, Ke), r.createElementVNode("g", Qe, [r.createElementVNode("mask", { id: "svg_cfbfb4c240__d", fill: o2.useCurrentColor ? "currentColor" : "#fff" }, Ye, 8, Xe), r.createElementVNode("use", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_cfbfb4c240__c)", "xlink:href": "#svg_cfbfb4c240__b" }, null, 8, er), r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", mask: "url(#svg_cfbfb4c240__d)", d: "M6.667 0H9.629999999999999V37H6.667z" }, null, 8, rr)]), tr, or])], 16);
74
74
  }]]);
75
- const lt = { name: "IconStageStrongE", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, at = { fill: "none", "fill-rule": "evenodd" }, it = ["fill"], st = t.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M17.423279 1.35367755L8.05719942 15.7478338 14.7087407 15.7542307 13.939145 26.2425664 23.2275279 11.1564665 17.423279 11.1564665z" }, null, -1), Ct = t.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linecap": "round", d: "M19.538 21.672L23.629 15.558" }, null, -1);
76
- var ct = r(lt, [["render", function(e2, r2, o2, n2, l2, a2) {
77
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-strong-e`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", at, [t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M9.1528145 8.90648202L2.62897381 18.9325748 7.26203243 18.9370304 6.72597892 26.2425664 13.1957008 15.7345078 9.1528145 15.7345078z" }, null, 8, it), st, Ct])], 16);
75
+ const lr = { name: "IconStageStrongE", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, ar = { fill: "none", "fill-rule": "evenodd" }, ir = ["fill"], sr = r.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round", d: "M17.423279 1.35367755L8.05719942 15.7478338 14.7087407 15.7542307 13.939145 26.2425664 23.2275279 11.1564665 17.423279 11.1564665z" }, null, -1), Cr = r.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linecap": "round", d: "M19.538 21.672L23.629 15.558" }, null, -1);
76
+ var cr = t(lr, [["render", function(e2, t2, o2, n2, l2, a2) {
77
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-strong-e`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", ar, [r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M9.1528145 8.90648202L2.62897381 18.9325748 7.26203243 18.9370304 6.72597892 26.2425664 13.1957008 15.7345078 9.1528145 15.7345078z" }, null, 8, ir), sr, Cr])], 16);
78
78
  }]]);
79
- const dt = { name: "IconStageUserinfo", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, pt = t.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), ut = { fill: "none", "fill-rule": "evenodd" }, ft = ["fill"], mt = { transform: "translate(12 17)" }, ht = ["fill"], gt = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.994", "stroke-linecap": "round", d: "M22.308 11.625L35.385 11.625M22.308 19.678L30.478 19.678" }, null, -1), Lt = ["fill"];
80
- var wt = r(dt, [["render", function(e2, r2, o2, n2, l2, a2) {
81
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-userinfo`], width: "1em", height: "1em" }, e2.$attrs), [pt, t.createElementVNode("g", ut, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, ft), t.createElementVNode("g", mt, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__a)", width: "40", height: "27", rx: "1.497" }, null, 8, ht), gt, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__b)", "fill-rule": "nonzero" }, null, 8, Lt)])])], 16);
79
+ const pr = { name: "IconStageUserinfo", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, dr = r.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), ur = { fill: "none", "fill-rule": "evenodd" }, fr = ["fill"], mr = { transform: "translate(12 17)" }, hr = ["fill"], gr = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.994", "stroke-linecap": "round", d: "M22.308 11.625L35.385 11.625M22.308 19.678L30.478 19.678" }, null, -1), Lr = ["fill"];
80
+ var wr = t(pr, [["render", function(e2, t2, o2, n2, l2, a2) {
81
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-userinfo`], width: "1em", height: "1em" }, e2.$attrs), [dr, r.createElementVNode("g", ur, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, fr), r.createElementVNode("g", mr, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__a)", width: "40", height: "27", rx: "1.497" }, null, 8, hr), gr, r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5fa93b0f3d__b)", "fill-rule": "nonzero" }, null, 8, Lr)])])], 16);
82
82
  }]]);
83
- const xt = { name: "IconStageWaterMonitor", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, kt = { fill: "none", "fill-rule": "evenodd" }, vt = t.createElementVNode("path", { stroke: "#333069", "stroke-width": "1.167", "stroke-linecap": "round", 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", transform: "translate(.778 3.111)" }, null, -1), Et = t.createElementVNode("path", { 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", stroke: "#333069", "stroke-width": "1.167", transform: "translate(.778 3.111)" }, null, -1), Bt = ["fill"], Mt = t.createElementVNode("path", { 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", stroke: "#333069", "stroke-width": "1.167", transform: "translate(.778 3.111)" }, null, -1), Vt = ["fill"], yt = t.createElementVNode("path", { d: "M10.8989044,13.7586174 C10.8973861,14.9742614 11.883847,15.9585033 13.1022283,15.956985", stroke: "#FFF", "stroke-width": "1.209", "stroke-linecap": "round", transform: "rotate(24 5.071 18.243)" }, null, -1);
84
- var bt = r(xt, [["render", function(e2, r2, o2, n2, l2, a2) {
85
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-water-monitor`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", kt, [vt, Et, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "translate(.778 3.111)" }, null, 8, Bt), Mt, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "translate(.778 3.111)" }, null, 8, Vt), yt])], 16);
83
+ const xr = { name: "IconStageWaterMonitor", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, vr = { fill: "none", "fill-rule": "evenodd" }, kr = r.createElementVNode("path", { stroke: "#333069", "stroke-width": "1.167", "stroke-linecap": "round", 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", transform: "translate(.778 3.111)" }, null, -1), Br = r.createElementVNode("path", { 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", stroke: "#333069", "stroke-width": "1.167", transform: "translate(.778 3.111)" }, null, -1), Er = ["fill"], Mr = r.createElementVNode("path", { 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", stroke: "#333069", "stroke-width": "1.167", transform: "translate(.778 3.111)" }, null, -1), Vr = ["fill"], yr = r.createElementVNode("path", { d: "M10.8989044,13.7586174 C10.8973861,14.9742614 11.883847,15.9585033 13.1022283,15.956985", stroke: "#FFF", "stroke-width": "1.209", "stroke-linecap": "round", transform: "rotate(24 5.071 18.243)" }, null, -1);
84
+ var br = t(xr, [["render", function(e2, t2, o2, n2, l2, a2) {
85
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-water-monitor`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", vr, [kr, Br, r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "translate(.778 3.111)" }, null, 8, Er), Mr, r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "translate(.778 3.111)" }, null, 8, Vr), yr])], 16);
86
86
  }]]);
87
- const Nt = { name: "IconStageTiltMonitor", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, $t = { fill: "none", "fill-rule": "evenodd" }, Ft = t.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linecap": "round", "stroke-linejoin": "round", d: "M2.16210614 25.1692846L2.16210614 19.1477792 23.6664142 3.34132757 23.6664142 7.11070499 7.32747182 19.1477792" }, null, -1), _t = t.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1), St = t.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), It = ["fill"];
88
- var Zt = r(Nt, [["render", function(e2, r2, o2, n2, l2, a2) {
89
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-tilt-monitor`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", $t, [Ft, _t, St, t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M2.894 19.148H27.051000000000002V25.922H2.894z" }, null, 8, It)])], 16);
87
+ const Nr = { name: "IconStageTiltMonitor", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, $r = { fill: "none", "fill-rule": "evenodd" }, Sr = r.createElementVNode("path", { stroke: "#33316A", "stroke-width": "1.167", "stroke-linecap": "round", "stroke-linejoin": "round", d: "M2.16210614 25.1692846L2.16210614 19.1477792 23.6664142 3.34132757 23.6664142 7.11070499 7.32747182 19.1477792" }, null, -1), Ir = r.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linejoin": "round" }, null, -1), _r = r.createElementVNode("path", { 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", stroke: "#33316A", "stroke-width": "1.167", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), Fr = ["fill"];
88
+ var Zr = t(Nr, [["render", function(e2, t2, o2, n2, l2, a2) {
89
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-tilt-monitor`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", $r, [Sr, Ir, _r, r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", d: "M2.894 19.148H27.051000000000002V25.922H2.894z" }, null, 8, Fr)])], 16);
90
90
  }]]);
91
- const Dt = { name: "IconStageLightMange", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Pt = t.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), At = { fill: "none", "fill-rule": "evenodd" }, zt = ["fill"], Gt = ["fill"], jt = { transform: "translate(11 15)" }, Ht = ["fill"], Ot = [t.createElementVNode("use", { "xlink:href": "#svg_8584025102__b" }, null, -1)], Ut = ["fill"], Tt = ["fill"], Rt = t.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);
92
- var Wt = r(Dt, [["render", function(e2, r2, o2, n2, l2, a2) {
93
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-light-mange`], width: "1em", height: "1em" }, e2.$attrs), [Pt, t.createElementVNode("g", At, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#FFBA23", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, zt), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_8584025102__a)" }, null, 8, Gt), t.createElementVNode("g", jt, [t.createElementVNode("mask", { id: "svg_8584025102__d", fill: o2.useCurrentColor ? "currentColor" : "#fff" }, Ot, 8, Ht), t.createElementVNode("use", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_8584025102__c)", "xlink:href": "#svg_8584025102__b" }, null, 8, Ut), t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", mask: "url(#svg_8584025102__d)", d: "M-2.625 12.091H46.375V15.546H-2.625z" }, null, 8, Tt)]), Rt])], 16);
91
+ const Pr = { name: "IconStageLightMange", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Dr = r.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), zr = { fill: "none", "fill-rule": "evenodd" }, Ar = ["fill"], Gr = ["fill"], jr = { transform: "translate(11 15)" }, Or = ["fill"], Hr = [r.createElementVNode("use", { "xlink:href": "#svg_8584025102__b" }, null, -1)], Ur = ["fill"], Tr = ["fill"], Rr = r.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);
92
+ var Wr = t(Pr, [["render", function(e2, t2, o2, n2, l2, a2) {
93
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-light-mange`], width: "1em", height: "1em" }, e2.$attrs), [Dr, r.createElementVNode("g", zr, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#FFBA23", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Ar), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_8584025102__a)" }, null, 8, Gr), r.createElementVNode("g", jr, [r.createElementVNode("mask", { id: "svg_8584025102__d", fill: o2.useCurrentColor ? "currentColor" : "#fff" }, Hr, 8, Or), r.createElementVNode("use", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_8584025102__c)", "xlink:href": "#svg_8584025102__b" }, null, 8, Ur), r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", mask: "url(#svg_8584025102__d)", d: "M-2.625 12.091H46.375V15.546H-2.625z" }, null, 8, Tr)]), Rr])], 16);
94
94
  }]]);
95
- const qt = { name: "IconStageBigScreen", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Jt = t.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), Kt = { fill: "none", "fill-rule": "evenodd" }, Qt = ["fill"], Xt = { transform: "translate(13 13)" }, Yt = ["fill"], er = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.167", "stroke-linecap": "round", d: "M6 21L14.6877618 11.346511 23.4775291 18.7112131 33 9" }, null, -1), tr = ["fill"];
96
- var rr = r(qt, [["render", function(e2, r2, o2, n2, l2, a2) {
97
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-big-screen`], width: "1em", height: "1em" }, e2.$attrs), [Jt, t.createElementVNode("g", Kt, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Qt), t.createElementVNode("g", Xt, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__a)", width: "38", height: "30", rx: "1.583" }, null, 8, Yt), er, t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__b)", x: "5", y: "35", width: "29", height: "3", rx: "1.5" }, null, 8, tr)])])], 16);
95
+ const qr = { name: "IconStageBigScreen", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Jr = r.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), Kr = { fill: "none", "fill-rule": "evenodd" }, Qr = ["fill"], Xr = { transform: "translate(13 13)" }, Yr = ["fill"], et = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.167", "stroke-linecap": "round", d: "M6 21L14.6877618 11.346511 23.4775291 18.7112131 33 9" }, null, -1), rt = ["fill"];
96
+ var tt = t(qr, [["render", function(e2, t2, o2, n2, l2, a2) {
97
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-big-screen`], width: "1em", height: "1em" }, e2.$attrs), [Jr, r.createElementVNode("g", Kr, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, Qr), r.createElementVNode("g", Xr, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__a)", width: "38", height: "30", rx: "1.583" }, null, 8, Yr), et, r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__b)", x: "5", y: "35", width: "29", height: "3", rx: "1.5" }, null, 8, rt)])])], 16);
98
98
  }]]);
99
- const or = { name: "IconStageBoxIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, nr = t.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), lr = { fill: "none", "fill-rule": "evenodd" }, ar = ["fill"], ir = ["fill"], sr = ["fill"], Cr = ["fill"], cr = ["fill"], dr = ["fill"], pr = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.32", "stroke-linecap": "round", d: "M23.848 25.432L34.985 19M29.848 30.432L40.985 24M45.5 33L45.5 38M37.5 38L37.5 43" }, null, -1);
100
- var ur = r(or, [["render", function(e2, r2, o2, n2, l2, a2) {
101
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-box-icon`], width: "1em", height: "1em" }, e2.$attrs), [nr, t.createElementVNode("g", lr, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#14E58D", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, ar), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 54.468 14)" }, null, 8, ir), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 63.14 14)" }, null, 8, sr), t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__a)", d: "M20 -3.69149156e-15L40 10.1551724 40 26.5344828 20 38 0 26.5344828 0 10.1551724z", transform: "translate(11 14)" }, null, 8, Cr), t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__b)", d: "M0 10.8571429L20 21.533958 20 38 0.170940171 26.0114312z", transform: "translate(11 14)" }, null, 8, cr), t.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__c)", transform: "matrix(-1 0 0 1 71 14)", d: "M20 10.8571429L40 21.533958 40 38 20.1709402 26.0114312z" }, null, 8, dr), pr])], 16);
99
+ const ot = { name: "IconStageBoxIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, nt = r.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), lt = { fill: "none", "fill-rule": "evenodd" }, at = ["fill"], it = ["fill"], st = ["fill"], Ct = ["fill"], ct = ["fill"], pt = ["fill"], dt = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.32", "stroke-linecap": "round", d: "M23.848 25.432L34.985 19M29.848 30.432L40.985 24M45.5 33L45.5 38M37.5 38L37.5 43" }, null, -1);
100
+ var ut = t(ot, [["render", function(e2, t2, o2, n2, l2, a2) {
101
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-box-icon`], width: "1em", height: "1em" }, e2.$attrs), [nt, r.createElementVNode("g", lt, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#14E58D", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, at), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 54.468 14)" }, null, 8, it), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", transform: "matrix(-1 0 0 1 63.14 14)" }, null, 8, st), r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__a)", d: "M20 -3.69149156e-15L40 10.1551724 40 26.5344828 20 38 0 26.5344828 0 10.1551724z", transform: "translate(11 14)" }, null, 8, Ct), r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__b)", d: "M0 10.8571429L20 21.533958 20 38 0.170940171 26.0114312z", transform: "translate(11 14)" }, null, 8, ct), r.createElementVNode("path", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_81ff302b89__c)", transform: "matrix(-1 0 0 1 71 14)", d: "M20 10.8571429L40 21.533958 40 38 20.1709402 26.0114312z" }, null, 8, pt), dt])], 16);
102
102
  }]]);
103
- const fr = { name: "IconStageSafeMonitorIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, mr = t.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), hr = { fill: "none", "fill-rule": "evenodd" }, gr = ["fill"], Lr = { transform: "translate(14 9)" }, wr = ["fill"], xr = ["fill"], kr = ["fill"], vr = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.348", opacity: ".703", d: "M28.957 20.56L36 20.56M0 20.56L7.043 20.56M28.957 15.129L36 15.129M0 15.129L7.043 15.129" }, null, -1), Er = ["fill"], Br = t.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.13", "stroke-linecap": "round", d: "M12.511 40.769L24.273 40.769", transform: "translate(14 9)" }, null, -1);
104
- var Mr = r(fr, [["render", function(e2, r2, o2, n2, l2, a2) {
105
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-safe-monitor-icon`], width: "1em", height: "1em" }, e2.$attrs), [mr, t.createElementVNode("g", hr, [t.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#F24A2B", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, gr), t.createElementVNode("g", Lr, [t.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__a)", cx: "18", cy: "17.845", rx: "18", ry: "17.845" }, null, 8, wr), t.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", cx: "17.217", cy: "18.621", rx: "7.826", ry: "7.759" }, null, 8, xr), t.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", cx: "18.391", cy: "5.043", rx: "1.957", ry: "1.94" }, null, 8, kr), vr]), t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__b)", transform: "translate(14 9)" }, null, 8, Er), Br])], 16);
103
+ const ft = { name: "IconStageSafeMonitorIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, mt = r.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), ht = { fill: "none", "fill-rule": "evenodd" }, gt = ["fill"], Lt = { transform: "translate(14 9)" }, wt = ["fill"], xt = ["fill"], vt = ["fill"], kt = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "2.348", opacity: ".703", d: "M28.957 20.56L36 20.56M0 20.56L7.043 20.56M28.957 15.129L36 15.129M0 15.129L7.043 15.129" }, null, -1), Bt = ["fill"], Et = r.createElementVNode("path", { stroke: "#FFF", "stroke-width": "3.13", "stroke-linecap": "round", d: "M12.511 40.769L24.273 40.769", transform: "translate(14 9)" }, null, -1);
104
+ var Mt = t(ft, [["render", function(e2, t2, o2, n2, l2, a2) {
105
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-stage-safe-monitor-icon`], width: "1em", height: "1em" }, e2.$attrs), [mt, r.createElementVNode("g", ht, [r.createElementVNode("rect", { fill: o2.useCurrentColor ? "currentColor" : "#F24A2B", opacity: ".1", width: "64", height: "64", rx: "32" }, null, 8, gt), r.createElementVNode("g", Lt, [r.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__a)", cx: "18", cy: "17.845", rx: "18", ry: "17.845" }, null, 8, wt), r.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", cx: "17.217", cy: "18.621", rx: "7.826", ry: "7.759" }, null, 8, xt), r.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "#FFF", cx: "18.391", cy: "5.043", rx: "1.957", ry: "1.94" }, null, 8, vt), kt]), r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "url(#svg_5e41a23429__b)", transform: "translate(14 9)" }, null, 8, Bt), Et])], 16);
106
106
  }]]);
107
- const Vr = { name: "IconSidebarManage", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, yr = [t.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)];
108
- var br = r(Vr, [["render", function(e2, r2, o2, n2, l2, a2) {
109
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-manage`], width: "1em", height: "1em" }, e2.$attrs), yr, 16);
107
+ const Vt = { name: "IconSidebarManage", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, yt = [r.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)];
108
+ var bt = t(Vt, [["render", function(e2, t2, o2, n2, l2, a2) {
109
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-manage`], width: "1em", height: "1em" }, e2.$attrs), yt, 16);
110
110
  }]]);
111
- const Nr = { name: "IconSidebarPole", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, $r = [t.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)];
112
- var Fr = r(Nr, [["render", function(e2, r2, o2, n2, l2, a2) {
113
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-pole`], width: "1em", height: "1em" }, e2.$attrs), $r, 16);
111
+ const Nt = { name: "IconSidebarPole", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, $t = [r.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)];
112
+ var St = t(Nt, [["render", function(e2, t2, o2, n2, l2, a2) {
113
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-pole`], width: "1em", height: "1em" }, e2.$attrs), $t, 16);
114
114
  }]]);
115
- const _r = { name: "IconSidebarBigScreen", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Sr = [t.createElementVNode("g", { stroke: "currentColor", "stroke-width": "1.5", fill: "none", "fill-rule": "evenodd", opacity: ".7" }, [t.createElementVNode("path", { "stroke-linecap": "round", d: "M2.5 17.25L17.5 17.25" }), t.createElementVNode("rect", { x: "2.5", y: "2.5", width: "15", height: "12", rx: "1" }), t.createElementVNode("path", { d: "M12.5536966,4.5 L14.4090909,4.5 C14.9613757,4.5 15.4090909,4.94771525 15.4090909,5.5 C15.4090909,6.15688557 15.4090909,6.64954975 15.4090909,6.97799254 M15.4090909,10.059804 C15.4090909,10.3580429 15.4090909,10.8381082 15.4090909,11.5 C15.4090909,12.0522847 14.9613757,12.5 14.4090909,12.5 L12.5536966,12.5 M7.49664396,12.5 L5.40909091,12.5 C4.85680616,12.5 4.40909091,12.0522847 4.40909091,11.5 C4.40909091,10.8574032 4.40909091,10.3754556 4.40909091,10.0541572 M4.40909091,7.06951586 C4.40909091,6.74676156 4.40909091,6.22358961 4.40909091,5.5 C4.40909091,4.94771525 4.85680616,4.5 5.40909091,4.5 L7.47540241,4.5", "stroke-linecap": "round" })], -1)];
116
- var Ir = r(_r, [["render", function(e2, r2, o2, n2, l2, a2) {
117
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-big-screen`], width: "1em", height: "1em" }, e2.$attrs), Sr, 16);
115
+ const It = { name: "IconSidebarBigScreen", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, _t = [r.createElementVNode("g", { stroke: "currentColor", "stroke-width": "1.5", fill: "none", "fill-rule": "evenodd", opacity: ".7" }, [r.createElementVNode("path", { "stroke-linecap": "round", d: "M2.5 17.25L17.5 17.25" }), r.createElementVNode("rect", { x: "2.5", y: "2.5", width: "15", height: "12", rx: "1" }), r.createElementVNode("path", { d: "M12.5536966,4.5 L14.4090909,4.5 C14.9613757,4.5 15.4090909,4.94771525 15.4090909,5.5 C15.4090909,6.15688557 15.4090909,6.64954975 15.4090909,6.97799254 M15.4090909,10.059804 C15.4090909,10.3580429 15.4090909,10.8381082 15.4090909,11.5 C15.4090909,12.0522847 14.9613757,12.5 14.4090909,12.5 L12.5536966,12.5 M7.49664396,12.5 L5.40909091,12.5 C4.85680616,12.5 4.40909091,12.0522847 4.40909091,11.5 C4.40909091,10.8574032 4.40909091,10.3754556 4.40909091,10.0541572 M4.40909091,7.06951586 C4.40909091,6.74676156 4.40909091,6.22358961 4.40909091,5.5 C4.40909091,4.94771525 4.85680616,4.5 5.40909091,4.5 L7.47540241,4.5", "stroke-linecap": "round" })], -1)];
116
+ var Ft = t(It, [["render", function(e2, t2, o2, n2, l2, a2) {
117
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-big-screen`], width: "1em", height: "1em" }, e2.$attrs), _t, 16);
118
118
  }]]);
119
- const Zr = { name: "IconRise", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Dr = ["fill"];
120
- var Pr = r(Zr, [["render", function(e2, r2, o2, n2, l2, a2) {
121
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-rise`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#F24A2B", "fill-rule": "nonzero" }, null, 8, Dr)], 16);
119
+ const Zt = { name: "IconRise", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Pt = ["fill"];
120
+ var Dt = t(Zt, [["render", function(e2, t2, o2, n2, l2, a2) {
121
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-rise`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#F24A2B", "fill-rule": "nonzero" }, null, 8, Pt)], 16);
122
122
  }]]);
123
- const Ar = { name: "IconSidebarDashboard", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, zr = [t.createElementVNode("g", { stroke: "currentColor", "stroke-width": "1.5", fill: "none", "fill-rule": "evenodd", opacity: ".7" }, [t.createElementVNode("path", { d: "M10 1L17.7942286 5.5 17.7942286 14.5 10 19 2.20577137 14.5 2.20577137 5.5z" }), t.createElementVNode("path", { "stroke-linecap": "round", d: "M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225" })], -1)];
124
- var Gr = r(Ar, [["render", function(e2, r2, o2, n2, l2, a2) {
125
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-dashboard`], width: "1em", height: "1em" }, e2.$attrs), zr, 16);
123
+ const zt = { name: "IconSidebarDashboard", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, At = [r.createElementVNode("g", { stroke: "currentColor", "stroke-width": "1.5", fill: "none", "fill-rule": "evenodd", opacity: ".7" }, [r.createElementVNode("path", { d: "M10 1L17.7942286 5.5 17.7942286 14.5 10 19 2.20577137 14.5 2.20577137 5.5z" }), r.createElementVNode("path", { "stroke-linecap": "round", d: "M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225" })], -1)];
124
+ var Gt = t(zt, [["render", function(e2, t2, o2, n2, l2, a2) {
125
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-dashboard`], width: "1em", height: "1em" }, e2.$attrs), At, 16);
126
126
  }]]);
127
- const jr = { name: "IconDecline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Hr = ["fill"];
128
- var Or = r(jr, [["render", function(e2, r2, o2, n2, l2, a2) {
129
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-decline`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#339D20", transform: "matrix(1 0 0 -1 0 17.216)", "fill-rule": "nonzero" }, null, 8, Hr)], 16);
127
+ const jt = { name: "IconDecline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Ot = ["fill"];
128
+ var Ht = t(jt, [["render", function(e2, t2, o2, n2, l2, a2) {
129
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-decline`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#339D20", transform: "matrix(1 0 0 -1 0 17.216)", "fill-rule": "nonzero" }, null, 8, Ot)], 16);
130
130
  }]]);
131
- const Ur = { name: "IconSidebarLight", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Tr = [t.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)];
132
- var Rr = r(Ur, [["render", function(e2, r2, o2, n2, l2, a2) {
133
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-light`], width: "1em", height: "1em" }, e2.$attrs), Tr, 16);
131
+ const Ut = { name: "IconSidebarLight", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Tt = [r.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)];
132
+ var Rt = t(Ut, [["render", function(e2, t2, o2, n2, l2, a2) {
133
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-sidebar-light`], width: "1em", height: "1em" }, e2.$attrs), Tt, 16);
134
134
  }]]);
135
- const Wr = { name: "IconSliderTouchIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, qr = ["fill"];
136
- var Jr = r(Wr, [["render", function(e2, r2, o2, n2, l2, a2) {
137
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 30 40", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-slider-touch-icon`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { d: "M15,30 C20.5228475,30 25,25.5228475 25,20 L15.8944272,1.78885438 C15.6474379,1.29487588 15.0467649,1.09465154 14.5527864,1.34164079 C14.359259,1.43840449 14.2023365,1.59532698 14.1055728,1.78885438 L5,20 L5,20 C5,25.5228475 9.4771525,30 15,30 Z", transform: "translate(0 -1)", fill: o2.useCurrentColor ? "currentColor" : "#14E58D", "fill-rule": "evenodd" }, null, 8, qr)], 16);
135
+ const Wt = { name: "IconSliderTouchIcon", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, qt = ["fill"];
136
+ var Jt = t(Wt, [["render", function(e2, t2, o2, n2, l2, a2) {
137
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 30 40", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-slider-touch-icon`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M15,30 C20.5228475,30 25,25.5228475 25,20 L15.8944272,1.78885438 C15.6474379,1.29487588 15.0467649,1.09465154 14.5527864,1.34164079 C14.359259,1.43840449 14.2023365,1.59532698 14.1055728,1.78885438 L5,20 L5,20 C5,25.5228475 9.4771525,30 15,30 Z", transform: "translate(0 -1)", fill: o2.useCurrentColor ? "currentColor" : "#14E58D", "fill-rule": "evenodd" }, null, 8, qt)], 16);
138
138
  }]]);
139
- const Kr = { name: "IconLightStateOnline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Qr = ["fill"], Xr = [t.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), t.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)];
140
- var Yr = r(Kr, [["render", function(e2, r2, o2, n2, l2, a2) {
141
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-light-state-online`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", { stroke: "#14E58D", fill: o2.useCurrentColor ? "currentColor" : "#14E58D", "fill-rule": "nonzero" }, Xr, 8, Qr)], 16);
139
+ const Kt = { name: "IconLightStateOnline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Qt = ["fill"], Xt = [r.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), r.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)];
140
+ var Yt = t(Kt, [["render", function(e2, t2, o2, n2, l2, a2) {
141
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-light-state-online`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { stroke: "#14E58D", fill: o2.useCurrentColor ? "currentColor" : "#14E58D", "fill-rule": "nonzero" }, Xt, 8, Qt)], 16);
142
142
  }]]);
143
- const eo = { name: "IconLightStateOffline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, to = ["fill"], ro = [t.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), t.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)];
144
- var oo = r(eo, [["render", function(e2, r2, o2, n2, l2, a2) {
145
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-light-state-offline`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", { stroke: "#9897A2", fill: o2.useCurrentColor ? "currentColor" : "#9897A2", "fill-rule": "nonzero" }, ro, 8, to)], 16);
143
+ const eo = { name: "IconLightStateOffline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, ro = ["fill"], to = [r.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), r.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)];
144
+ var oo = t(eo, [["render", function(e2, t2, o2, n2, l2, a2) {
145
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-light-state-offline`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { stroke: "#9897A2", fill: o2.useCurrentColor ? "currentColor" : "#9897A2", "fill-rule": "nonzero" }, to, 8, ro)], 16);
146
146
  }]]);
147
- const no = { name: "IconEdit", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, lo = { fill: "none", "fill-rule": "evenodd" }, ao = ["fill"], io = t.createElementVNode("path", { 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", stroke: "#FFF", "stroke-width": "1.333", "stroke-linecap": "round", transform: "translate(3 2)" }, null, -1);
148
- var so = r(no, [["render", function(e2, r2, o2, n2, l2, a2) {
149
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-edit`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", lo, [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", "fill-rule": "nonzero", transform: "translate(3 2)" }, null, 8, ao), io])], 16);
147
+ const no = { name: "IconEdit", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, lo = { fill: "none", "fill-rule": "evenodd" }, ao = ["fill"], io = r.createElementVNode("path", { 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", stroke: "#FFF", "stroke-width": "1.333", "stroke-linecap": "round", transform: "translate(3 2)" }, null, -1);
148
+ var so = t(no, [["render", function(e2, t2, o2, n2, l2, a2) {
149
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-edit`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", lo, [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", "fill-rule": "nonzero", transform: "translate(3 2)" }, null, 8, ao), io])], 16);
150
150
  }]]);
151
- const Co = { name: "IconMountDevi7", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, co = { fill: "none", "fill-rule": "evenodd" }, po = t.createElementVNode("rect", { stroke: "#CFCED8", "stroke-width": "1.053", x: "4", y: "6", width: "20", height: "12.75", rx: "1.053" }, null, -1), uo = t.createElementVNode("path", { 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", stroke: "#CFCED8", "stroke-width": "1.053", "stroke-linecap": "round" }, null, -1), fo = ["fill"], mo = [t.createElementVNode("tspan", { x: "7.158", y: "15.113" }, "LED", -1)];
152
- var ho = r(Co, [["render", function(e2, r2, o2, n2, l2, a2) {
153
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi7`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", co, [po, uo, t.createElementVNode("text", { "font-family": "PingFangSC-Medium, PingFang SC", "font-size": "7.368", "font-weight": "400", "letter-spacing": ".368", fill: o2.useCurrentColor ? "currentColor" : "#CFCED8" }, mo, 8, fo)])], 16);
151
+ const Co = { name: "IconMountDevi7", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, co = { fill: "none", "fill-rule": "evenodd" }, po = r.createElementVNode("rect", { stroke: "currentColor", "stroke-width": "1.053", x: "4", y: "6", width: "20", height: "12.75", rx: "1.053" }, null, -1), uo = r.createElementVNode("path", { 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", stroke: "currentColor", "stroke-width": "1.053", "stroke-linecap": "round" }, null, -1), fo = ["fill"], mo = [r.createElementVNode("tspan", { x: "7.158", y: "15.113" }, "LED", -1)];
152
+ var ho = t(Co, [["render", function(e2, t2, o2, n2, l2, a2) {
153
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi7`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", co, [po, uo, r.createElementVNode("text", { "font-family": "PingFangSC-Medium, PingFang SC", "font-size": "7.368", "font-weight": "400", "letter-spacing": ".368", fill: (o2.useCurrentColor, "currentColor") }, mo, 8, fo)])], 16);
154
154
  }]]);
155
- const go = { name: "IconMountDevi4", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Lo = [t.createStaticVNode('<g stroke="#CFCED8" 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)];
156
- var wo = r(go, [["render", function(e2, r2, o2, n2, l2, a2) {
157
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi4`], width: "1em", height: "1em" }, e2.$attrs), Lo, 16);
155
+ const go = { name: "IconMountDevi4", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Lo = [r.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)];
156
+ var wo = t(go, [["render", function(e2, t2, o2, n2, l2, a2) {
157
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi4`], width: "1em", height: "1em" }, e2.$attrs), Lo, 16);
158
158
  }]]);
159
- const xo = { name: "IconDelete", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, ko = { fill: "none", "fill-rule": "evenodd" }, vo = ["fill"], Eo = t.createElementVNode("path", { 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", transform: "translate(4 7)", stroke: "#FFF", "stroke-linecap": "round", "stroke-width": "1.35" }, null, -1);
160
- var Bo = r(xo, [["render", function(e2, r2, o2, n2, l2, a2) {
161
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-delete`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", ko, [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", "fill-rule": "nonzero" }, null, 8, vo), Eo])], 16);
159
+ const xo = { name: "IconDelete", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, vo = { fill: "none", "fill-rule": "evenodd" }, ko = ["fill"], Bo = r.createElementVNode("path", { 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", transform: "translate(4 7)", stroke: "#FFF", "stroke-linecap": "round", "stroke-width": "1.35" }, null, -1);
160
+ var Eo = t(xo, [["render", function(e2, t2, o2, n2, l2, a2) {
161
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-delete`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", vo, [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", "fill-rule": "nonzero" }, null, 8, ko), Bo])], 16);
162
162
  }]]);
163
- const Mo = { name: "IconMountDevi10", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Vo = { fill: "none", "fill-rule": "evenodd" }, yo = t.createStaticVNode('<g stroke="#CFCED8" 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="#CFCED8" stroke-width="1.425" transform="translate(4.9 5)"></path>', 2), bo = ["fill"];
164
- var No = r(Mo, [["render", function(e2, r2, o2, n2, l2, a2) {
165
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi10`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", Vo, [yo, t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#CFCED8", transform: "translate(4.9 5)" }, null, 8, bo)])], 16);
163
+ const Mo = { name: "IconMountDevi10", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Vo = { fill: "none", "fill-rule": "evenodd" }, yo = r.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), bo = ["fill"];
164
+ var No = t(Mo, [["render", function(e2, t2, o2, n2, l2, a2) {
165
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi10`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", Vo, [yo, r.createElementVNode("path", { 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", fill: (o2.useCurrentColor, "currentColor"), transform: "translate(4.9 5)" }, null, 8, bo)])], 16);
166
166
  }]]);
167
- const $o = { name: "IconMountDevi11", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Fo = [t.createElementVNode("g", { transform: "translate(4 9)", stroke: "#CFCED8", "stroke-width": "1.304", fill: "none", "fill-rule": "evenodd" }, [t.createElementVNode("rect", { width: "17.779", height: "11", rx: "1.086" }), t.createElementVNode("path", { "stroke-linecap": "round", d: "M19.753 3.85L19.753 7.7M4.44469353 5.08750114L8.88431573 7.15 8.88431573 3.85 13.0681034 5.49999544" })], -1)];
168
- var _o = r($o, [["render", function(e2, r2, o2, n2, l2, a2) {
169
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi11`], width: "1em", height: "1em" }, e2.$attrs), Fo, 16);
167
+ const $o = { name: "IconMountDevi11", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, So = [r.createElementVNode("g", { transform: "translate(4 9)", stroke: "currentColor", "stroke-width": "1.304", fill: "none", "fill-rule": "evenodd" }, [r.createElementVNode("rect", { width: "17.779", height: "11", rx: "1.086" }), r.createElementVNode("path", { "stroke-linecap": "round", d: "M19.753 3.85L19.753 7.7M4.44469353 5.08750114L8.88431573 7.15 8.88431573 3.85 13.0681034 5.49999544" })], -1)];
168
+ var Io = t($o, [["render", function(e2, t2, o2, n2, l2, a2) {
169
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi11`], width: "1em", height: "1em" }, e2.$attrs), So, 16);
170
170
  }]]);
171
- const So = { name: "IconMountDevi9", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Io = [t.createStaticVNode('<g stroke="#CFCED8" 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)];
172
- var Zo = r(So, [["render", function(e2, r2, o2, n2, l2, a2) {
173
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi9`], width: "1em", height: "1em" }, e2.$attrs), Io, 16);
171
+ const _o = { name: "IconMountDevi9", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Fo = [r.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)];
172
+ var Zo = t(_o, [["render", function(e2, t2, o2, n2, l2, a2) {
173
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi9`], width: "1em", height: "1em" }, e2.$attrs), Fo, 16);
174
174
  }]]);
175
- const Do = { name: "IconMountDevi5", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Po = { fill: "none", "fill-rule": "evenodd" }, Ao = t.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="#CFCED8" 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="#CFCED8" 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="#CFCED8" 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="#CFCED8" 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="#CFCED8" 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="#CFCED8" stroke-width="1.389" transform="rotate(90 23.263 14)"></path>', 6), zo = ["fill"];
176
- var Go = r(Do, [["render", function(e2, r2, o2, n2, l2, a2) {
177
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi5`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", Po, [Ao, t.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "#CFCED8", transform: "rotate(90 14 14)", cx: "14", cy: "14", rx: "1.091", ry: "1.158" }, null, 8, zo)])], 16);
175
+ const Po = { name: "IconMountDevi5", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Do = { fill: "none", "fill-rule": "evenodd" }, zo = r.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), Ao = ["fill"];
176
+ var Go = t(Po, [["render", function(e2, t2, o2, n2, l2, a2) {
177
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi5`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", Do, [zo, r.createElementVNode("ellipse", { fill: (o2.useCurrentColor, "currentColor"), transform: "rotate(90 14 14)", cx: "14", cy: "14", rx: "1.091", ry: "1.158" }, null, 8, Ao)])], 16);
178
178
  }]]);
179
- const jo = { name: "IconMountDevi2", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Ho = { fill: "none", "fill-rule": "evenodd" }, Oo = ["fill"], Uo = t.createElementVNode("ellipse", { stroke: "#CFCED8", "stroke-width": "1.227", cx: "14", cy: "12.824", rx: "8", ry: "7.824" }, null, -1), To = t.createElementVNode("ellipse", { stroke: "#CFCED8", "stroke-width": "1.227", cx: "14", cy: "13.941", rx: "3.429", ry: "3.353" }, null, -1), Ro = ["fill"];
180
- var Wo = r(jo, [["render", function(e2, r2, o2, n2, l2, a2) {
181
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi2`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", Ho, [t.createElementVNode("path", { 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", stroke: "#CFCED8", "stroke-width": "1.227", fill: o2.useCurrentColor ? "currentColor" : "#D8D8D8", "stroke-linecap": "round" }, null, 8, Oo), Uo, To, t.createElementVNode("ellipse", { fill: o2.useCurrentColor ? "currentColor" : "#CFCED8", cx: "14", cy: "7.794", rx: "1.143", ry: "1.118" }, null, 8, Ro)])], 16);
179
+ const jo = { name: "IconMountDevi2", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Oo = { fill: "none", "fill-rule": "evenodd" }, Ho = ["fill"], Uo = r.createElementVNode("ellipse", { stroke: "currentColor", "stroke-width": "1.227", cx: "14", cy: "12.824", rx: "8", ry: "7.824" }, null, -1), To = r.createElementVNode("ellipse", { stroke: "currentColor", "stroke-width": "1.227", cx: "14", cy: "13.941", rx: "3.429", ry: "3.353" }, null, -1), Ro = ["fill"];
180
+ var Wo = t(jo, [["render", function(e2, t2, o2, n2, l2, a2) {
181
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi2`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", Oo, [r.createElementVNode("path", { 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", stroke: "currentColor", "stroke-width": "1.227", fill: (o2.useCurrentColor, "currentColor"), "stroke-linecap": "round" }, null, 8, Ho), Uo, To, r.createElementVNode("ellipse", { fill: (o2.useCurrentColor, "currentColor"), cx: "14", cy: "7.794", rx: "1.143", ry: "1.118" }, null, 8, Ro)])], 16);
182
182
  }]]);
183
- const qo = { name: "IconMountDevi3", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Jo = ["fill"];
184
- var Ko = r(qo, [["render", function(e2, r2, o2, n2, l2, a2) {
185
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi3`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#CFCED8", transform: "translate(4 4)", "fill-rule": "nonzero" }, null, 8, Jo)], 16);
183
+ const qo = { name: "IconMountDevi12", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Jo = ["fill"];
184
+ var Ko = t(qo, [["render", function(e2, t2, o2, n2, l2, a2) {
185
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi12`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: (o2.useCurrentColor, "currentColor"), transform: "translate(4 4)", "fill-rule": "nonzero" }, null, 8, Jo)], 16);
186
186
  }]]);
187
- const Qo = { name: "IconMountDevi1", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Xo = [t.createStaticVNode('<g stroke="#CFCED8" 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)];
188
- var Yo = r(Qo, [["render", function(e2, r2, o2, n2, l2, a2) {
189
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi1`], width: "1em", height: "1em" }, e2.$attrs), Xo, 16);
187
+ const Qo = { name: "IconMountDevi1", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Xo = [r.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)];
188
+ var Yo = t(Qo, [["render", function(e2, t2, o2, n2, l2, a2) {
189
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi1`], width: "1em", height: "1em" }, e2.$attrs), Xo, 16);
190
190
  }]]);
191
- const en = { name: "IconMountDevi6", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, tn = [t.createStaticVNode('<g stroke="#CFCED8" 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)];
192
- var rn = r(en, [["render", function(e2, r2, o2, n2, l2, a2) {
193
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi6`], width: "1em", height: "1em" }, e2.$attrs), tn, 16);
191
+ const en = { name: "IconMountDevi6", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, rn = [r.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)];
192
+ var tn = t(en, [["render", function(e2, t2, o2, n2, l2, a2) {
193
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi6`], width: "1em", height: "1em" }, e2.$attrs), rn, 16);
194
194
  }]]);
195
- const on = { name: "IconMountDevi8", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, nn = [t.createStaticVNode('<g stroke="#CFCED8" 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)];
196
- var ln = r(on, [["render", function(e2, r2, o2, n2, l2, a2) {
197
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi8`], width: "1em", height: "1em" }, e2.$attrs), nn, 16);
195
+ const on = { name: "IconMountDevi8", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, nn = [r.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)];
196
+ var ln = t(on, [["render", function(e2, t2, o2, n2, l2, a2) {
197
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi8`], width: "1em", height: "1em" }, e2.$attrs), nn, 16);
198
198
  }]]);
199
- const an = { name: "IconBasicReset", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, sn = ["fill"];
200
- var Cn = r(an, [["render", function(e2, r2, o2, n2, l2, a2) {
201
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-basic-reset`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#54536D", "fill-rule": "nonzero" }, null, 8, sn)], 16);
199
+ const an = { name: "IconBasicReset", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, sn = ["fill"];
200
+ var Cn = t(an, [["render", function(e2, t2, o2, n2, l2, a2) {
201
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-basic-reset`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#54536D", "fill-rule": "nonzero" }, null, 8, sn)], 16);
202
202
  }]]);
203
- const cn = { name: "IconPublishUpload", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, dn = ["fill"];
204
- var pn = r(cn, [["render", function(e2, r2, o2, n2, l2, a2) {
205
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-publish-upload`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", "fill-rule": "nonzero" }, null, 8, dn)], 16);
203
+ const cn = { name: "IconPublishUpload", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, pn = ["fill"];
204
+ var dn = t(cn, [["render", function(e2, t2, o2, n2, l2, a2) {
205
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-publish-upload`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", "fill-rule": "nonzero" }, null, 8, pn)], 16);
206
206
  }]]);
207
- const un = { name: "IconHelpOffline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, fn = ["fill"];
208
- var mn = r(un, [["render", function(e2, r2, o2, n2, l2, a2) {
209
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-help-offline`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "nonzero" }, null, 8, fn)], 16);
207
+ const un = { name: "IconHelpOffline", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, fn = ["fill"];
208
+ var mn = t(un, [["render", function(e2, t2, o2, n2, l2, a2) {
209
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-help-offline`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "nonzero" }, null, 8, fn)], 16);
210
210
  }]]);
211
- const hn = { name: "IconInfoCamera", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, gn = { fill: "none", "fill-rule": "evenodd" }, Ln = ["fill"], wn = ["fill"];
212
- var xn = r(hn, [["render", function(e2, r2, o2, n2, l2, a2) {
213
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-info-camera`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", gn, [t.createElementVNode("circle", { fill: o2.useCurrentColor ? "currentColor" : "#54536D", cx: "10", cy: "10", r: "10" }, null, 8, Ln), t.createElementVNode("path", { 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", stroke: "#FFF", "stroke-width": ".5", fill: o2.useCurrentColor ? "currentColor" : "#FFF", transform: "translate(3.333 2.333)", "fill-rule": "nonzero" }, null, 8, wn)])], 16);
211
+ const hn = { name: "IconInfoCamera", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, gn = { fill: "none", "fill-rule": "evenodd" }, Ln = ["fill"], wn = ["fill"];
212
+ var xn = t(hn, [["render", function(e2, t2, o2, n2, l2, a2) {
213
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-info-camera`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", gn, [r.createElementVNode("circle", { fill: o2.useCurrentColor ? "currentColor" : "#54536D", cx: "10", cy: "10", r: "10" }, null, 8, Ln), r.createElementVNode("path", { 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", stroke: "#FFF", "stroke-width": ".5", fill: o2.useCurrentColor ? "currentColor" : "#FFF", transform: "translate(3.333 2.333)", "fill-rule": "nonzero" }, null, 8, wn)])], 16);
214
214
  }]]);
215
- const kn = { name: "IconVLoop", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, vn = ["fill"];
216
- var En = r(kn, [["render", function(e2, r2, o2, n2, l2, a2) {
217
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-loop`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", "fill-rule": "nonzero" }, null, 8, vn)], 16);
215
+ const vn = { name: "IconVLoop", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, kn = ["fill"];
216
+ var Bn = t(vn, [["render", function(e2, t2, o2, n2, l2, a2) {
217
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-loop`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", "fill-rule": "nonzero" }, null, 8, kn)], 16);
218
218
  }]]);
219
- const Bn = { name: "IconVRandom", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Mn = ["fill"];
220
- var Vn = r(Bn, [["render", function(e2, r2, o2, n2, l2, a2) {
221
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-random`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#9897A2", "fill-rule": "nonzero" }, null, 8, Mn)], 16);
219
+ const En = { name: "IconVRandom", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Mn = ["fill"];
220
+ var Vn = t(En, [["render", function(e2, t2, o2, n2, l2, a2) {
221
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-random`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#9897A2", "fill-rule": "nonzero" }, null, 8, Mn)], 16);
222
222
  }]]);
223
- const yn = { name: "IconBroadcastUpload", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, bn = ["fill"], Nn = [t.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), t.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), t.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)];
224
- var $n = r(yn, [["render", function(e2, r2, o2, n2, l2, a2) {
225
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-broadcast-upload`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", "fill-rule": "nonzero" }, Nn, 8, bn)], 16);
223
+ const yn = { name: "IconBroadcastUpload", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, bn = ["fill"], Nn = [r.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), r.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), r.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)];
224
+ var $n = t(yn, [["render", function(e2, t2, o2, n2, l2, a2) {
225
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-broadcast-upload`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { fill: o2.useCurrentColor ? "currentColor" : "#21B2EC", "fill-rule": "nonzero" }, Nn, 8, bn)], 16);
226
226
  }]]);
227
- const Fn = { name: "IconCalling", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, _n = ["fill"];
228
- var Sn = r(Fn, [["render", function(e2, r2, o2, n2, l2, a2) {
229
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-calling`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", "fill-rule": "nonzero", stroke: "currentColor" }, null, 8, _n)], 16);
227
+ const Sn = { name: "IconCalling", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, In = ["fill"];
228
+ var _n = t(Sn, [["render", function(e2, t2, o2, n2, l2, a2) {
229
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-calling`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", "fill-rule": "nonzero", stroke: "currentColor" }, null, 8, In)], 16);
230
230
  }]]);
231
- const In = { name: "IconVLine", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Zn = ["fill"];
232
- var Dn = r(In, [["render", function(e2, r2, o2, n2, l2, a2) {
233
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-line`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#9897A2", "fill-rule": "nonzero" }, null, 8, Zn)], 16);
231
+ const Fn = { name: "IconVLine", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Zn = ["fill"];
232
+ var Pn = t(Fn, [["render", function(e2, t2, o2, n2, l2, a2) {
233
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-line`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#9897A2", "fill-rule": "nonzero" }, null, 8, Zn)], 16);
234
234
  }]]);
235
- const Pn = { name: "IconBroadcastEdit", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, An = ["fill"];
236
- var zn = r(Pn, [["render", function(e2, r2, o2, n2, l2, a2) {
237
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-broadcast-edit`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#A730E8", transform: "translate(1 1)", "fill-rule": "nonzero" }, null, 8, An)], 16);
235
+ const Dn = { name: "IconBroadcastEdit", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, zn = ["fill"];
236
+ var An = t(Dn, [["render", function(e2, t2, o2, n2, l2, a2) {
237
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-broadcast-edit`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#A730E8", transform: "translate(1 1)", "fill-rule": "nonzero" }, null, 8, zn)], 16);
238
238
  }]]);
239
- const Gn = { name: "IconVoice", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, jn = ["fill"];
240
- var Hn = r(Gn, [["render", function(e2, r2, o2, n2, l2, a2) {
241
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-voice`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", transform: "translate(2 2)", "fill-rule": "nonzero", stroke: "currentColor" }, null, 8, jn)], 16);
239
+ const Gn = { name: "IconVoice", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, jn = ["fill"];
240
+ var On = t(Gn, [["render", function(e2, t2, o2, n2, l2, a2) {
241
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-voice`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { 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", fill: o2.useCurrentColor ? "currentColor" : "#FFF", transform: "translate(2 2)", "fill-rule": "nonzero", stroke: "currentColor" }, null, 8, jn)], 16);
242
242
  }]]);
243
- const On = { name: "IconVPlay", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, Un = ["fill"], Tn = [t.createElementVNode("path", { 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", transform: "translate(1 1)" }, null, -1), t.createElementVNode("path", { 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", transform: "translate(8 6)" }, null, -1)];
244
- var Rn = r(On, [["render", function(e2, r2, o2, n2, l2, a2) {
245
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-play`], width: "1em", height: "1em" }, e2.$attrs), [t.createElementVNode("g", { "fill-rule": "nonzero", fill: o2.useCurrentColor ? "currentColor" : "#F24A2B" }, Tn, 8, Un)], 16);
243
+ const Hn = { name: "IconVPlay", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Un = ["fill"], Tn = [r.createElementVNode("path", { 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", transform: "translate(1 1)" }, null, -1), r.createElementVNode("path", { 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", transform: "translate(8 6)" }, null, -1)];
244
+ var Rn = t(Hn, [["render", function(e2, t2, o2, n2, l2, a2) {
245
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-v-play`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { "fill-rule": "nonzero", fill: o2.useCurrentColor ? "currentColor" : "#F24A2B" }, Tn, 8, Un)], 16);
246
246
  }]]);
247
- const Wn = { name: "IconAdd", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: false } } }, qn = [t.createElementVNode("g", { stroke: "#21B2EC", fill: "none", "fill-rule": "evenodd" }, [t.createElementVNode("path", { "stroke-width": "2", d: "M5 10L15 10M10 15L10 5" }), t.createElementVNode("rect", { "stroke-width": "1.5", x: "2", y: "2", width: "16", height: "16", rx: "2" })], -1)];
248
- var Jn = r(Wn, [["render", function(e2, r2, o2, n2, l2, a2) {
249
- return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-add`], width: "1em", height: "1em" }, e2.$attrs), qn, 16);
247
+ const Wn = { name: "IconAdd", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, qn = [r.createElementVNode("g", { stroke: "#21B2EC", fill: "none", "fill-rule": "evenodd" }, [r.createElementVNode("path", { "stroke-width": "2", d: "M5 10L15 10M10 15L10 5" }), r.createElementVNode("rect", { "stroke-width": "1.5", x: "2", y: "2", width: "16", height: "16", rx: "2" })], -1)];
248
+ var Jn = t(Wn, [["render", function(e2, t2, o2, n2, l2, a2) {
249
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-add`], width: "1em", height: "1em" }, e2.$attrs), qn, 16);
250
250
  }]]);
251
- e.IconAdd = Jn, e.IconBasicReset = Cn, e.IconBroadcastEdit = zn, e.IconBroadcastUpload = $n, e.IconCalling = Sn, e.IconDecline = Or, e.IconDelete = Bo, e.IconEdit = so, e.IconHelpOffline = mn, e.IconInfoCamera = xn, e.IconLightStateOffline = oo, e.IconLightStateOnline = Yr, e.IconLock = p, e.IconMountDevi1 = Yo, e.IconMountDevi10 = No, e.IconMountDevi11 = _o, e.IconMountDevi2 = Wo, e.IconMountDevi3 = Ko, e.IconMountDevi4 = wo, e.IconMountDevi5 = Go, e.IconMountDevi6 = rn, e.IconMountDevi7 = ho, e.IconMountDevi8 = ln, e.IconMountDevi9 = Zo, e.IconPublishUpload = pn, e.IconRise = Pr, e.IconShield = l, e.IconSidebarBigScreen = Ir, e.IconSidebarDashboard = Gr, e.IconSidebarLight = Rr, e.IconSidebarManage = br, e.IconSidebarPole = Fr, e.IconSliderTouchIcon = Jr, e.IconStage110 = Z, e.IconStageAdPublish = Ae, e.IconStageBigScreen = rr, e.IconStageBox = ae, e.IconStageBoxIcon = ur, e.IconStageBroadcast = b, e.IconStageCharge = O, e.IconStageCityBroadcast = nt, e.IconStageDoorlock = L, e.IconStageInfoPublish = X, e.IconStageLight = E, e.IconStageLightMange = Wt, e.IconStageSafeMonitor = Te, e.IconStageSafeMonitorIcon = Mr, e.IconStageSplitGroup = _e, e.IconStageStrongE = ct, e.IconStageTiltMonitor = Zt, e.IconStageUserinfo = wt, e.IconStageWaterMonitor = bt, e.IconStageWeather = ke, e.IconStageWeatherIcon = me, e.IconUser = s, e.IconVLine = Dn, e.IconVLoop = En, e.IconVPlay = Rn, e.IconVRandom = Vn, e.IconVoice = Hn, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
251
+ const Kn = { name: "IconMountDevi3", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Qn = { fill: "none", "fill-rule": "evenodd" }, Xn = r.createElementVNode("g", { stroke: "currentColor", "stroke-width": "1.5" }, [r.createElementVNode("path", { 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", transform: "matrix(-1 0 0 1 24 6)" })], -1), Yn = ["fill"];
252
+ var el = t(Kn, [["render", function(e2, t2, o2, n2, l2, a2) {
253
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-mount-devi3`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", Qn, [Xn, r.createElementVNode("circle", { fill: (o2.useCurrentColor, "currentColor"), transform: "rotate(-180 14.318 20.5)", cx: "14.318", cy: "20.5", r: "1.5" }, null, 8, Yn)])], 16);
254
+ }]]);
255
+ const rl = { name: "IconCameraOpDir1", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, tl = ["fill"];
256
+ var ol = t(rl, [["render", function(e2, t2, o2, n2, l2, a2) {
257
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir1`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), transform: "scale(1 -1) rotate(45 41.695 -.724)", d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", "fill-rule": "nonzero" }, null, 8, tl)], 16);
258
+ }]]);
259
+ const nl = { name: "IconCameraOpDir2", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, ll = ["fill"];
260
+ var al = t(nl, [["render", function(e2, t2, o2, n2, l2, a2) {
261
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir2`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", transform: "matrix(1 0 0 -1 0 24)", "fill-rule": "nonzero" }, null, 8, ll)], 16);
262
+ }]]);
263
+ const il = { name: "IconCameraOpDir3", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, sl = ["fill"];
264
+ var Cl = t(il, [["render", function(e2, t2, o2, n2, l2, a2) {
265
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir3`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), transform: "rotate(-45 12 13.024)", d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", "fill-rule": "nonzero" }, null, 8, sl)], 16);
266
+ }]]);
267
+ const cl = { name: "IconCameraOpDir5", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, pl = ["fill"];
268
+ var dl = t(cl, [["render", function(e2, t2, o2, n2, l2, a2) {
269
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir5`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), transform: "rotate(45 12.724 11.276)", d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", "fill-rule": "nonzero" }, null, 8, pl)], 16);
270
+ }]]);
271
+ const ul = { name: "IconCameraOpDir4", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, fl = ["fill"];
272
+ var ml = t(ul, [["render", function(e2, t2, o2, n2, l2, a2) {
273
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir4`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", "fill-rule": "nonzero" }, null, 8, fl)], 16);
274
+ }]]);
275
+ const hl = { name: "IconCameraViewFullscreen", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, gl = ["fill"];
276
+ var Ll = t(hl, [["render", function(e2, t2, o2, n2, l2, a2) {
277
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-view-fullscreen`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M7.414,6 L11,6 C11.5522847,6 12,5.55228475 12,5 C12,4.44771525 11.5522847,4 11,4 L5,4 C4.44771525,4 4,4.44771525 4,5 L4,11 C4,11.5522847 4.44771525,12 5,12 C5.55228475,12 6,11.5522847 6,11 L6,7.414 L10.2925,11.7065 C10.5436667,11.9663663 10.9155062,12.0704896 11.2651024,11.9788504 C11.6146985,11.8872111 11.8876461,11.6140703 11.9790381,11.2644095 C12.0704301,10.9147487 11.9660438,10.5429829 11.706,10.292 L7.414,6 Z M26,7.414 L26,11 C26,11.5522847 26.4477153,12 27,12 C27.5522847,12 28,11.5522847 28,11 L28,5 C28,4.44771525 27.5522847,4 27,4 L21,4 C20.4477153,4 20,4.44771525 20,5 C20,5.55228475 20.4477153,6 21,6 L24.586,6 L20.2935,10.2925 C20.0336337,10.5436667 19.9295104,10.9155062 20.0211496,11.2651024 C20.1127889,11.6146985 20.3859297,11.8876461 20.7355905,11.9790381 C21.0852513,12.0704301 21.4570171,11.9660438 21.708,11.706 L26,7.414 Z M7.414,26 L11,26 C11.5522847,26 12,26.4477153 12,27 C12,27.5522847 11.5522847,28 11,28 L5,28 C4.44771525,28 4,27.5522847 4,27 L4,21 C4,20.4477153 4.44771525,20 5,20 C5.55228475,20 6,20.4477153 6,21 L6,24.586 L10.2925,20.2935 C10.5436667,20.0336337 10.9155062,19.9295104 11.2651024,20.0211496 C11.6146985,20.1127889 11.8876461,20.3859297 11.9790381,20.7355905 C12.0704301,21.0852513 11.9660438,21.4570171 11.706,21.708 L7.414,26 Z M26,24.586 L26,21 C26,20.4477153 26.4477153,20 27,20 C27.5522847,20 28,20.4477153 28,21 L28,27 C28,27.5522847 27.5522847,28 27,28 L21,28 C20.4477153,28 20,27.5522847 20,27 C20,26.4477153 20.4477153,26 21,26 L24.586,26 L20.2935,21.7075 C20.0336337,21.4563333 19.9295104,21.0844938 20.0211496,20.7348976 C20.1127889,20.3853015 20.3859297,20.1123539 20.7355905,20.0209619 C21.0852513,19.9295699 21.4570171,20.0339562 21.708,20.294 L26,24.586 Z", fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "nonzero" }, null, 8, gl)], 16);
278
+ }]]);
279
+ const wl = { name: "IconCameraOpDir6", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, xl = ["fill"];
280
+ var vl = t(wl, [["render", function(e2, t2, o2, n2, l2, a2) {
281
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir6`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", transform: "matrix(-1 0 0 1 24 0)", "fill-rule": "nonzero" }, null, 8, xl)], 16);
282
+ }]]);
283
+ const kl = { name: "IconCameraOpDir7", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Bl = ["fill"];
284
+ var El = t(kl, [["render", function(e2, t2, o2, n2, l2, a2) {
285
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir7`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), transform: "scale(-1 1) rotate(-45 0 41.995)", d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", "fill-rule": "nonzero" }, null, 8, Bl)], 16);
286
+ }]]);
287
+ const Ml = { name: "IconCameraViewPerson", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Vl = ["fill"], yl = [r.createElementVNode("path", { d: "M11.896875,6.796875 C11.784375,6.91875 11.678125,7.04375 11.575,7.171875 L11.5,7.275 C11.409375,7.39375 11.325,7.51875 11.246875,7.64375 C11.21875,7.6875 11.190625,7.734375 11.165625,7.778125 C11.09375,7.896875 11.028125,8.021875 10.965625,8.146875 C10.9375,8.203125 10.9125,8.25625 10.8875,8.3125 C10.83125,8.434375 10.784375,8.55625 10.7375,8.68125 C10.715625,8.74375 10.690625,8.80625 10.66875,8.86875 C10.628125,8.99375 10.59375,9.121875 10.559375,9.25 C10.54375,9.315625 10.521875,9.38125 10.509375,9.446875 C10.48125,9.584375 10.459375,9.721875 10.440625,9.8625 C10.43125,9.925 10.41875,9.984375 10.4125,10.04375 C10.390625,10.24375 10.378125,10.45 10.378125,10.65625 C10.378125,10.91875 10.403125,11.178125 10.4375,11.43125 C10.446875,11.49375 10.45625,11.553125 10.465625,11.615625 C10.509375,11.865625 10.5625,12.1125 10.6375,12.35 C10.6375,12.353125 10.640625,12.359375 10.640625,12.3625 C10.715625,12.6 10.809375,12.825 10.9125,13.046875 C10.9375,13.096875 10.959375,13.146875 10.984375,13.196875 C11.096875,13.41875 11.21875,13.6375 11.359375,13.840625 L11.3625,13.84375 C11.503125,14.05 11.659375,14.240625 11.825,14.425 L11.91875,14.528125 C12.2625,14.896875 12.65625,15.215625 13.090625,15.48125 C13.125,15.503125 13.159375,15.525 13.19375,15.54375 C13.415625,15.675 13.646875,15.79375 13.8875,15.890625 C14.553125,16.165625 15.284375,16.31875 16.05,16.31875 C16.815625,16.31875 17.54375,16.165625 18.209375,15.890625 C18.45,15.790625 18.68125,15.671875 18.90625,15.540625 C18.940625,15.521875 18.971875,15.5 19.00625,15.48125 C19.440625,15.215625 19.834375,14.89375 20.18125,14.525 C20.2125,14.490625 20.24375,14.459375 20.271875,14.425 C20.4375,14.240625 20.59375,14.046875 20.734375,13.840625 L20.7375,13.8375 C20.878125,13.63125 21,13.415625 21.1125,13.190625 C21.1375,13.140625 21.159375,13.090625 21.184375,13.040625 C21.2875,12.81875 21.38125,12.59375 21.45625,12.35625 C21.459375,12.35 21.459375,12.346875 21.4625,12.340625 C21.5375,12.103125 21.590625,11.85625 21.634375,11.60625 C21.64375,11.54375 21.653125,11.484375 21.6625,11.421875 C21.696875,11.16875 21.721875,10.909375 21.721875,10.646875 C21.721875,10.440625 21.709375,10.234375 21.6875,10.034375 C21.68125,9.971875 21.66875,9.9125 21.659375,9.85 C21.640625,9.7125 21.61875,9.571875 21.590625,9.4375 C21.575,9.36875 21.55625,9.30625 21.540625,9.2375 C21.509375,9.109375 21.475,8.984375 21.43125,8.859375 C21.409375,8.796875 21.384375,8.734375 21.3625,8.671875 C21.315625,8.546875 21.265625,8.425 21.2125,8.303125 C21.1875,8.246875 21.159375,8.19375 21.13125,8.1375 C21.06875,8.0125 21.003125,7.890625 20.934375,7.771875 C20.90625,7.725 20.88125,7.68125 20.853125,7.6375 C20.771875,7.509375 20.6875,7.3875 20.6,7.26875 C20.575,7.234375 20.55,7.2 20.525,7.16875 C20.421875,7.0375 20.315625,6.9125 20.203125,6.790625 C20.184375,6.771875 20.16875,6.75 20.15,6.73125 C20.015625,6.590625 19.878125,6.459375 19.73125,6.334375 C18.740625,5.490625 17.459375,4.978125 16.059375,4.978125 C14.65625,4.978125 13.375,5.490625 12.3875,6.334375 C12.240625,6.459375 12.103125,6.590625 11.96875,6.73125 C11.93125,6.75625 11.915625,6.778125 11.896875,6.796875 L11.896875,6.796875 Z" }, null, -1), r.createElementVNode("path", { d: "M20.003125,16.259375 C20.01875,16.259375 20.034375,16.2625 20.05,16.2625 C22.796875,16.2625 25.021875,14.0375 25.021875,11.290625 C25.021875,9.075 23.5625,7.21875 21.559375,6.578125 C22.40625,7.71875 22.9125,9.128125 22.9125,10.65625 C22.9125,12.96875 21.7625,15.0125 20.003125,16.259375 Z M12.028125,16.2625 C12.046875,16.2625 12.065625,16.259375 12.084375,16.259375 C10.328125,15.0125 9.175,12.96875 9.175,10.65625 C9.175,9.128125 9.684375,7.71875 10.53125,6.575 C8.521875,7.2125 7.05937172,9.071875 7.05937172,11.290625 C7.05625,14.0375 9.284375,16.2625 12.028125,16.2625 L12.028125,16.2625 Z M8.859375,17.534375 C5.671875,17.878125 3.1875,20.575 3.1875,23.85625 L3.1875,24.85 C3.1875,25.109375 3.396875,25.31875 3.65625,25.31875 L4.7625,25.31875 L4.7625,24.4875 C4.759375,21.5 6.41875,18.89375 8.859375,17.534375 Z" }, null, -1), r.createElementVNode("path", { d: "M19.3125,17.73125 L12.71875,17.73125 C8.9875,17.73125 5.9625,20.75625 5.9625,24.4875 L5.9625,26.15625 C5.9625,26.43125 6.184375,26.653125 6.459375,26.653125 L25.571875,26.653125 C25.846875,26.653125 26.06875,26.43125 26.06875,26.15625 L26.06875,24.4875 C26.06875,20.75625 23.04375,17.73125 19.3125,17.73125 L19.3125,17.73125 Z" }, null, -1), r.createElementVNode("path", { d: "M23.16875,17.534375 C25.609375,18.89375 27.26875,21.5 27.26875,24.4875 L27.26875,25.31875 L28.375,25.31875 C28.634375,25.31875 28.84375,25.109375 28.84375,24.85 L28.84375,23.85625 C28.840625,20.575 26.35625,17.878125 23.16875,17.534375 L23.16875,17.534375 Z" }, null, -1)];
288
+ var bl = t(Ml, [["render", function(e2, t2, o2, n2, l2, a2) {
289
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-view-person`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "nonzero" }, yl, 8, Vl)], 16);
290
+ }]]);
291
+ const Nl = { name: "IconCameraOpDir8", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, $l = ["fill"];
292
+ var Sl = t(Nl, [["render", function(e2, t2, o2, n2, l2, a2) {
293
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-op-dir8`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), d: "M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z", transform: "rotate(180 12 12)", "fill-rule": "nonzero" }, null, 8, $l)], 16);
294
+ }]]);
295
+ const Il = { name: "IconCameraViewCar", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, _l = ["fill"];
296
+ var Fl = t(Il, [["render", function(e2, t2, o2, n2, l2, a2) {
297
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-view-car`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M28,10.8 C27.9048125,10.8 27.814375,10.7911875 27.7224063,10.7864063 L29.6,13.2 L29.6,24.4 C29.6,25.284 28.884,26 28,26 L24.8,26 C23.916,26 23.2,25.284 23.2,24.4 L23.2,22 L8.8,22 L8.8,24.4 C8.8,25.284 8.084,26 7.2,26 L4,26 C3.116,26 2.4,25.284 2.4,24.4 L2.4,13.2 L4.56640625,10.7624062 C4.384,10.7848125 4.196,10.8 4,10.8 C2.674375,10.8 1.6,10.2624062 1.6,9.6 C1.6,8.93759375 2.674375,8.4 4,8.4 C4.91359375,8.4 5.69759375,8.65840625 6.1031875,9.03359375 L8.8,6 L24,6 L26.192,8.81840625 C26.632,8.564 27.2744063,8.4 28,8.4 C29.325625,8.4 30.4,8.93759375 30.4,9.6 C30.4,10.2624062 29.325625,10.8 28,10.8 Z M4.8,14.8 C4.8,15.684 6.05359375,16.4 7.6,16.4 C9.14640625,16.4 10.4,15.684 10.4,14.8 C10.4,13.916 9.14640625,13.2 7.6,13.2 C6.05359375,13.2 4.8,13.916 4.8,14.8 L4.8,14.8 Z M22.656,7.6 L10.144,7.6 L7.2,11.6 L25.6,11.6 L22.656,7.6 L22.656,7.6 Z M24.4,13.2 C22.8535937,13.2 21.6,13.916 21.6,14.8 C21.6,15.684 22.8535937,16.4 24.4,16.4 C25.9464062,16.4 27.2,15.684 27.2,14.8 C27.2,13.916 25.9464062,13.2 24.4,13.2 Z", fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "nonzero" }, null, 8, _l)], 16);
298
+ }]]);
299
+ const Zl = { name: "IconCameraViewExitFullscreen", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Pl = ["fill"];
300
+ var Dl = t(Zl, [["render", function(e2, t2, o2, n2, l2, a2) {
301
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-view-exit-fullscreen`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M23.414,22 L27,22 C27.5522847,22 28,21.5522847 28,21 C28,20.4477153 27.5522847,20 27,20 L21,20 C20.4477153,20 20,20.4477153 20,21 L20,27 C20,27.5522847 20.4477153,28 21,28 C21.5522847,28 22,27.5522847 22,27 L22,23.414 L26.2925,27.7065 C26.5436667,27.9663663 26.9155062,28.0704896 27.2651024,27.9788504 C27.6146985,27.8872111 27.8876461,27.6140703 27.9790381,27.2644095 C28.0704301,26.9147487 27.9660438,26.5429829 27.706,26.292 L23.414,22 Z M10,23.414 L10,27 C10,27.5522847 10.4477153,28 11,28 C11.5522847,28 12,27.5522847 12,27 L12,21 C12,20.4477153 11.5522847,20 11,20 L5,20 C4.44771525,20 4,20.4477153 4,21 C4,21.5522847 4.44771525,22 5,22 L8.586,22 L4.2935,26.2925 C4.03363373,26.5436667 3.92951037,26.9155062 4.02114964,27.2651024 C4.1127889,27.6146985 4.38592967,27.8876461 4.7355905,27.9790381 C5.08525133,28.0704301 5.45701713,27.9660438 5.708,27.706 L10,23.414 Z M23.414,10 L27,10 C27.5522847,10 28,10.4477153 28,11 C28,11.5522847 27.5522847,12 27,12 L21,12 C20.4477153,12 20,11.5522847 20,11 L20,5 C20,4.44771525 20.4477153,4 21,4 C21.5522847,4 22,4.44771525 22,5 L22,8.586 L26.2925,4.2935 C26.5436667,4.03363373 26.9155062,3.92951037 27.2651024,4.02114964 C27.6146985,4.1127889 27.8876461,4.38592967 27.9790381,4.7355905 C28.0704301,5.08525133 27.9660438,5.45701713 27.706,5.708 L23.414,10 Z M10,8.586 L10,5 C10,4.44771525 10.4477153,4 11,4 C11.5522847,4 12,4.44771525 12,5 L12,11 C12,11.5522847 11.5522847,12 11,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 L8.586,10 L4.2935,5.7075 C4.03363373,5.45633328 3.92951037,5.08449376 4.02114964,4.73489765 C4.1127889,4.38530154 4.38592967,4.11235387 4.7355905,4.02096187 C5.08525133,3.92956986 5.45701713,4.03395617 5.708,4.294 L10,8.586 Z", fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "nonzero" }, null, 8, Pl)], 16);
302
+ }]]);
303
+ const zl = { name: "IconCameraViewScaleDown", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Al = ["fill"];
304
+ var Gl = t(zl, [["render", function(e2, t2, o2, n2, l2, a2) {
305
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-view-scale-down`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { fill: (o2.useCurrentColor, "currentColor"), d: "M4 11H20V13H4z", "fill-rule": "evenodd" }, null, 8, Al)], 16);
306
+ }]]);
307
+ const jl = { name: "IconCameraViewScaleUp", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, Ol = ["fill"], Hl = [r.createElementVNode("path", { d: "M4 11H20V13H4z" }, null, -1), r.createElementVNode("path", { transform: "rotate(-90 12 12)", d: "M4 11H20V13H4z" }, null, -1)];
308
+ var Ul = t(jl, [["render", function(e2, t2, o2, n2, l2, a2) {
309
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-camera-view-scale-up`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { fill: (o2.useCurrentColor, "currentColor"), "fill-rule": "evenodd" }, Hl, 8, Ol)], 16);
310
+ }]]);
311
+ e.IconAdd = Jn, e.IconBasicReset = Cn, e.IconBroadcastEdit = An, e.IconBroadcastUpload = $n, e.IconCalling = _n, e.IconCameraOpDir1 = ol, e.IconCameraOpDir2 = al, e.IconCameraOpDir3 = Cl, e.IconCameraOpDir4 = ml, e.IconCameraOpDir5 = dl, e.IconCameraOpDir6 = vl, e.IconCameraOpDir7 = El, e.IconCameraOpDir8 = Sl, e.IconCameraViewCar = Fl, e.IconCameraViewExitFullscreen = Dl, e.IconCameraViewFullscreen = Ll, e.IconCameraViewPerson = bl, e.IconCameraViewScaleDown = Gl, e.IconCameraViewScaleUp = Ul, e.IconDecline = Ht, e.IconDelete = Eo, e.IconEdit = so, e.IconHelpOffline = mn, e.IconInfoCamera = xn, e.IconLightStateOffline = oo, e.IconLightStateOnline = Yt, e.IconLock = d, e.IconMountDevi1 = Yo, e.IconMountDevi10 = No, e.IconMountDevi11 = Io, e.IconMountDevi12 = Ko, e.IconMountDevi2 = Wo, e.IconMountDevi3 = el, e.IconMountDevi4 = wo, e.IconMountDevi5 = Go, e.IconMountDevi6 = tn, e.IconMountDevi7 = ho, e.IconMountDevi8 = ln, e.IconMountDevi9 = Zo, e.IconPublishUpload = dn, e.IconRise = Dt, e.IconShield = l, e.IconSidebarBigScreen = Ft, e.IconSidebarDashboard = Gt, e.IconSidebarLight = Rt, e.IconSidebarManage = bt, e.IconSidebarPole = St, e.IconSliderTouchIcon = Jt, e.IconStage110 = Z, e.IconStageAdPublish = ze, e.IconStageBigScreen = tt, e.IconStageBox = ae, e.IconStageBoxIcon = ut, e.IconStageBroadcast = b, e.IconStageCharge = H, e.IconStageCityBroadcast = nr, e.IconStageDoorlock = L, e.IconStageInfoPublish = X, e.IconStageLight = B, e.IconStageLightMange = Wr, e.IconStageSafeMonitor = Te, e.IconStageSafeMonitorIcon = Mt, e.IconStageSplitGroup = Ie, e.IconStageStrongE = cr, e.IconStageTiltMonitor = Zr, e.IconStageUserinfo = wr, e.IconStageWaterMonitor = br, e.IconStageWeather = ve, e.IconStageWeatherIcon = me, e.IconUser = s, e.IconVLine = Pn, e.IconVLoop = Bn, e.IconVPlay = Rn, e.IconVRandom = Vn, e.IconVoice = On, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
252
312
  });
253
313
  //# sourceMappingURL=icon.min.js.map