@arco-iconbox/vue-bluebee 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist/icon.js +1674 -22
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +134 -18
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconDecline/index.js +34 -0
  6. package/esm/IconRise/index.js +33 -0
  7. package/esm/IconSidebarBigScreen/index.js +52 -0
  8. package/esm/IconSidebarDashboard/index.js +41 -0
  9. package/esm/IconSidebarLight/index.js +30 -0
  10. package/esm/IconSidebarManage/index.js +30 -0
  11. package/esm/IconSidebarPole/index.js +30 -0
  12. package/esm/IconSliderTouchIcon/index.js +34 -0
  13. package/esm/IconStage110/index.js +75 -0
  14. package/esm/IconStageAdPublish/index.js +52 -0
  15. package/esm/IconStageBigScreen/index.js +69 -0
  16. package/esm/IconStageBox/index.js +67 -0
  17. package/esm/IconStageBoxIcon/index.js +80 -0
  18. package/esm/IconStageBroadcast/index.js +44 -0
  19. package/esm/IconStageCharge/index.js +76 -0
  20. package/esm/IconStageCityBroadcast/index.js +89 -0
  21. package/esm/IconStageDoorlock/index.js +56 -0
  22. package/esm/IconStageInfoPublish/index.js +66 -0
  23. package/esm/IconStageLight/index.js +40 -0
  24. package/esm/IconStageLightMange/index.js +74 -0
  25. package/esm/IconStageSafeMonitor/index.js +64 -0
  26. package/esm/IconStageSafeMonitorIcon/index.js +91 -0
  27. package/esm/IconStageSplitGroup/index.js +81 -0
  28. package/esm/IconStageStrongE/index.js +52 -0
  29. package/esm/IconStageTiltMonitor/index.js +61 -0
  30. package/esm/IconStageUserinfo/index.js +66 -0
  31. package/esm/IconStageWaterMonitor/index.js +75 -0
  32. package/esm/IconStageWeather/index.js +66 -0
  33. package/esm/IconStageWeatherIcon/index.js +82 -0
  34. package/esm/index.js +29 -0
  35. package/lib/IconDecline/index.js +35 -0
  36. package/lib/IconRise/index.js +34 -0
  37. package/lib/IconSidebarBigScreen/index.js +53 -0
  38. package/lib/IconSidebarDashboard/index.js +42 -0
  39. package/lib/IconSidebarLight/index.js +31 -0
  40. package/lib/IconSidebarManage/index.js +31 -0
  41. package/lib/IconSidebarPole/index.js +31 -0
  42. package/lib/IconSliderTouchIcon/index.js +35 -0
  43. package/lib/IconStage110/index.js +76 -0
  44. package/lib/IconStageAdPublish/index.js +53 -0
  45. package/lib/IconStageBigScreen/index.js +70 -0
  46. package/lib/IconStageBox/index.js +68 -0
  47. package/lib/IconStageBoxIcon/index.js +81 -0
  48. package/lib/IconStageBroadcast/index.js +45 -0
  49. package/lib/IconStageCharge/index.js +77 -0
  50. package/lib/IconStageCityBroadcast/index.js +90 -0
  51. package/lib/IconStageDoorlock/index.js +57 -0
  52. package/lib/IconStageInfoPublish/index.js +67 -0
  53. package/lib/IconStageLight/index.js +41 -0
  54. package/lib/IconStageLightMange/index.js +75 -0
  55. package/lib/IconStageSafeMonitor/index.js +65 -0
  56. package/lib/IconStageSafeMonitorIcon/index.js +92 -0
  57. package/lib/IconStageSplitGroup/index.js +82 -0
  58. package/lib/IconStageStrongE/index.js +53 -0
  59. package/lib/IconStageTiltMonitor/index.js +62 -0
  60. package/lib/IconStageUserinfo/index.js +67 -0
  61. package/lib/IconStageWaterMonitor/index.js +76 -0
  62. package/lib/IconStageWeather/index.js +67 -0
  63. package/lib/IconStageWeatherIcon/index.js +83 -0
  64. package/lib/index.js +58 -0
  65. package/package.json +1 -1
  66. package/src/IconDecline/index.vue +19 -0
  67. package/src/IconRise/index.vue +19 -0
  68. package/src/IconSidebarBigScreen/index.vue +19 -0
  69. package/src/IconSidebarDashboard/index.vue +19 -0
  70. package/src/IconSidebarLight/index.vue +19 -0
  71. package/src/IconSidebarManage/index.vue +19 -0
  72. package/src/IconSidebarPole/index.vue +19 -0
  73. package/src/IconSliderTouchIcon/index.vue +19 -0
  74. package/src/IconStage110/index.vue +19 -0
  75. package/src/IconStageAdPublish/index.vue +19 -0
  76. package/src/IconStageBigScreen/index.vue +19 -0
  77. package/src/IconStageBox/index.vue +19 -0
  78. package/src/IconStageBoxIcon/index.vue +19 -0
  79. package/src/IconStageBroadcast/index.vue +19 -0
  80. package/src/IconStageCharge/index.vue +19 -0
  81. package/src/IconStageCityBroadcast/index.vue +19 -0
  82. package/src/IconStageDoorlock/index.vue +19 -0
  83. package/src/IconStageInfoPublish/index.vue +19 -0
  84. package/src/IconStageLight/index.vue +19 -0
  85. package/src/IconStageLightMange/index.vue +19 -0
  86. package/src/IconStageSafeMonitor/index.vue +19 -0
  87. package/src/IconStageSafeMonitorIcon/index.vue +19 -0
  88. package/src/IconStageSplitGroup/index.vue +19 -0
  89. package/src/IconStageStrongE/index.vue +19 -0
  90. package/src/IconStageTiltMonitor/index.vue +19 -0
  91. package/src/IconStageUserinfo/index.vue +19 -0
  92. package/src/IconStageWaterMonitor/index.vue +19 -0
  93. package/src/IconStageWeather/index.vue +19 -0
  94. package/src/IconStageWeatherIcon/index.vue +19 -0
  95. package/src/index.js +30 -1
package/lib/index.js CHANGED
@@ -3,6 +3,64 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  var index = require("./IconShield/index.js");
4
4
  var index$1 = require("./IconUser/index.js");
5
5
  var index$2 = require("./IconLock/index.js");
6
+ var index$3 = require("./IconStageDoorlock/index.js");
7
+ var index$4 = require("./IconStageLight/index.js");
8
+ var index$5 = require("./IconStageBroadcast/index.js");
9
+ var index$6 = require("./IconStage110/index.js");
10
+ var index$7 = require("./IconStageCharge/index.js");
11
+ var index$8 = require("./IconStageInfoPublish/index.js");
12
+ var index$9 = require("./IconStageBox/index.js");
13
+ var index$a = require("./IconStageWeatherIcon/index.js");
14
+ var index$b = require("./IconStageWeather/index.js");
15
+ var index$c = require("./IconStageSplitGroup/index.js");
16
+ var index$d = require("./IconStageAdPublish/index.js");
17
+ var index$e = require("./IconStageSafeMonitor/index.js");
18
+ var index$f = require("./IconStageCityBroadcast/index.js");
19
+ var index$g = require("./IconStageStrongE/index.js");
20
+ var index$h = require("./IconStageUserinfo/index.js");
21
+ var index$i = require("./IconStageWaterMonitor/index.js");
22
+ var index$j = require("./IconStageTiltMonitor/index.js");
23
+ var index$k = require("./IconStageLightMange/index.js");
24
+ var index$l = require("./IconStageBigScreen/index.js");
25
+ var index$m = require("./IconStageBoxIcon/index.js");
26
+ var index$n = require("./IconStageSafeMonitorIcon/index.js");
27
+ var index$o = require("./IconSidebarManage/index.js");
28
+ var index$p = require("./IconSidebarPole/index.js");
29
+ var index$q = require("./IconSidebarBigScreen/index.js");
30
+ var index$r = require("./IconRise/index.js");
31
+ var index$s = require("./IconSidebarDashboard/index.js");
32
+ var index$t = require("./IconDecline/index.js");
33
+ var index$u = require("./IconSidebarLight/index.js");
34
+ var index$v = require("./IconSliderTouchIcon/index.js");
6
35
  exports.IconShield = index;
7
36
  exports.IconUser = index$1;
8
37
  exports.IconLock = index$2;
38
+ exports.IconStageDoorlock = index$3;
39
+ exports.IconStageLight = index$4;
40
+ exports.IconStageBroadcast = index$5;
41
+ exports.IconStage110 = index$6;
42
+ exports.IconStageCharge = index$7;
43
+ exports.IconStageInfoPublish = index$8;
44
+ exports.IconStageBox = index$9;
45
+ exports.IconStageWeatherIcon = index$a;
46
+ exports.IconStageWeather = index$b;
47
+ exports.IconStageSplitGroup = index$c;
48
+ exports.IconStageAdPublish = index$d;
49
+ exports.IconStageSafeMonitor = index$e;
50
+ exports.IconStageCityBroadcast = index$f;
51
+ exports.IconStageStrongE = index$g;
52
+ exports.IconStageUserinfo = index$h;
53
+ exports.IconStageWaterMonitor = index$i;
54
+ exports.IconStageTiltMonitor = index$j;
55
+ exports.IconStageLightMange = index$k;
56
+ exports.IconStageBigScreen = index$l;
57
+ exports.IconStageBoxIcon = index$m;
58
+ exports.IconStageSafeMonitorIcon = index$n;
59
+ exports.IconSidebarManage = index$o;
60
+ exports.IconSidebarPole = index$p;
61
+ exports.IconSidebarBigScreen = index$q;
62
+ exports.IconRise = index$r;
63
+ exports.IconSidebarDashboard = index$s;
64
+ exports.IconDecline = index$t;
65
+ exports.IconSidebarLight = index$u;
66
+ exports.IconSliderTouchIcon = index$v;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-bluebee",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-decline`]" width="1em" height="1em" v-bind="$attrs"><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="useCurrentColor ? 'currentColor' : '#339D20'" transform="matrix(1 0 0 -1 0 17.216)" fill-rule="nonzero"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconDecline',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-rise`]" width="1em" height="1em" v-bind="$attrs"><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="useCurrentColor ? 'currentColor' : '#F24A2B'" fill-rule="nonzero"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconRise',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-big-screen`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path stroke-linecap="round" d="M2.5 17.25L17.5 17.25"/><rect x="2.5" y="2.5" width="15" height="12" rx="1"/><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"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSidebarBigScreen',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-dashboard`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd"><path d="M10 1L17.7942286 5.5 17.7942286 14.5 10 19 2.20577137 14.5 2.20577137 5.5z"/><path stroke-linecap="round" d="M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSidebarDashboard',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-light`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M10 5C12.7614237 5 15 7.23857625 15 10 15 12.2386515 13.5287761 14.1336803 11.5004604 14.7709542L11.5 16.5 8.5 16.5 8.50054746 14.7712708C6.47171127 14.134308 5 12.2390223 5 10 5 7.23857625 7.23857625 5 10 5zM8 18.25L11.75 18.25"/><circle cx="10" cy="10.5" r="1.5"/><path d="M10 12L10 14.498"/><path stroke-linecap="round" d="M10 1.5L10 3M17.024 4.033L15.795 4.893"/><path stroke-linecap="round" transform="matrix(-1 0 0 1 7.18 0)" d="M4.205 4.033L2.976 4.893"/><path stroke-linecap="round" d="M16.929 9.5L18.429 9.5M1.429 9.5L2.929 9.5"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSidebarLight',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-manage`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><rect x="2.5" y="3.304" width="6.298" height="6.298" rx="1"/><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"/><rect x="2.5" y="11.702" width="6.298" height="6.298" rx="1"/><rect x="10.897" y="11.702" width="6.298" height="6.298" rx="1"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSidebarManage',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-pole`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M5 17.75L15 17.75M10 11.5C11.3807119 11.5 12.5 12.6192881 12.5 14L12.5 17.5 12.5 17.5 7.5 17.5 7.5 14C7.5 12.6192881 8.61928813 11.5 10 11.5zM10 11.001L10 2M10.5 2.5L14.5 2.5C15.0522847 2.5 15.5 2.94771525 15.5 3.5L15.5 4.5 15.5 4.5"/><path 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)"/><circle cx="15.5" cy="6.5" r="1.5"/><circle cx="4.5" cy="6.5" r="1.5"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSidebarPole',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 30 40" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-slider-touch-icon`]" width="1em" height="1em" v-bind="$attrs"><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="useCurrentColor ? 'currentColor' : '#14E58D'" fill-rule="evenodd"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSliderTouchIcon',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-110`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><g stroke="#33316A" stroke-linejoin="round" stroke-width="1.167"><path d="M12.765 7.778L12.901 12.444M22.556.389L26.444.389" transform="rotate(-180 13.611 6.611)"/><path d="M3.226.446L7 .446M0 5.803L2.309 9.333" transform="matrix(1 0 0 -1 20.222 13.222)"/><path d="M19.444 6.222L21.778 9.333" transform="rotate(-180 13.611 6.611)"/></g><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="useCurrentColor ? 'currentColor' : '#21B2EC'"/><rect stroke="#33316A" stroke-width="1.167" stroke-linejoin="round" x="2.333" y="24.111" width="24.111" height="2.333" rx=".633"/><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"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStage110',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-ad-publish`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" d="M23.8475575 2.81063132L9.85742104 17.5108179 9.85742104 27.4775283z"/><path stroke="#312D67" stroke-width="1.167" stroke-linejoin="round" d="M2.16210003 16.1823725L23.8475575 1.81086162 9.85742104 17.5108179z"/><path stroke="#282461" stroke-width="1.167" stroke-linejoin="round" d="M14.7492299 18.2752169L23.8475575 23.1963098 24.2550463 1.81086162z"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageAdPublish',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-big-screen`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_c238588cb3__a"><stop stop-color="#44D9F7" offset="0%"/><stop stop-color="#21B2EC" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_c238588cb3__b"><stop stop-color="#44D9F7" offset="0%"/><stop stop-color="#86D3F2" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" opacity=".1" width="64" height="64" rx="32"/><g transform="translate(13 13)"><rect :fill="useCurrentColor ? 'currentColor' : 'url(#svg_c238588cb3__a)'" width="38" height="30" rx="1.583"/><path stroke="#FFF" stroke-width="3.167" stroke-linecap="round" d="M6 21L14.6877618 11.346511 23.4775291 18.7112131 33 9"/><rect :fill="useCurrentColor ? 'currentColor' : 'url(#svg_c238588cb3__b)'" x="5" y="35" width="29" height="3" rx="1.5"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageBigScreen',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-box`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="matrix(-1 0 0 1 33.731 3.111)"/><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="matrix(-1 0 0 1 41.857 3.111)"/><path :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" d="M0 6.52930659L11.8843284 12.8333333 11.8843284 22.5555556 0.101575456 15.477016z" transform="translate(2.333 3.111)"/><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)"/><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)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageBox',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-box-icon`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_81ff302b89__a"><stop stop-color="#2CF4C0" offset="0%"/><stop stop-color="#14E58D" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_81ff302b89__b"><stop stop-color="#2FD8A9" offset="0%"/><stop stop-color="#26EF9A" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_81ff302b89__c"><stop stop-color="#78FFD9" offset="0%"/><stop stop-color="#30FBA6" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#14E58D'" opacity=".1" width="64" height="64" rx="32"/><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="matrix(-1 0 0 1 54.468 14)"/><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="matrix(-1 0 0 1 63.14 14)"/><path :fill="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)"/><path :fill="useCurrentColor ? 'currentColor' : 'url(#svg_81ff302b89__b)'" d="M0 10.8571429L20 21.533958 20 38 0.170940171 26.0114312z" transform="translate(11 14)"/><path :fill="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"/><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"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageBoxIcon',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-broadcast`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" x="9.333" y="2.333" width="8.556" height="16.333" rx="4.278"/><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 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"/><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)"/></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)"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageBroadcast',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-charge`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path :fill="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"/><rect stroke="#33316A" stroke-width="1.167" stroke-linejoin="round" x="5.444" y="1.556" width="14.778" height="23.333" rx=".622"/><rect :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" x="7.778" y="4.667" width="10.111" height="6.222" rx=".622"/><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"/><rect stroke="#33316A" stroke-width="1.167" stroke-linejoin="round" x="2.333" y="24.889" width="21" height="1.556" rx=".622"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageCharge',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" :class="[`${prefix}-icon`, `${prefix}-icon-stage-city-broadcast`]" width="1em" height="1em" v-bind="$attrs"><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-color="#FFC23F" offset="100%"/></linearGradient><linearGradient x1="45.112%" y1="46.664%" x2="50%" y2="100%" id="svg_cfbfb4c240__c"><stop stop-color="#FFDE49" offset="0%"/><stop stop-color="#FFBA23" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_cfbfb4c240__e"><stop stop-color="#FFF28D" offset="0%"/><stop stop-color="#FEE154" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_cfbfb4c240__f"><stop stop-color="#FFF28D" offset="0%"/><stop stop-color="#FEE154" offset="100%"/></linearGradient><path id="svg_cfbfb4c240__b" d="M1.39995888e-12 9.5483871L14.1682119 -5.93067262e-14 14.1682119 37 1.39995888e-12 27.4516129z"/></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#FFBA23'" opacity=".1" width="64" height="64" rx="32"/><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="useCurrentColor ? 'currentColor' : 'url(#svg_cfbfb4c240__a)'" transform="translate(12 13)"/><g transform="translate(19.407 13)"><mask id="svg_cfbfb4c240__d" :fill="useCurrentColor ? 'currentColor' : '#fff'"><use xlink:href="#svg_cfbfb4c240__b"/></mask><use :fill="useCurrentColor ? 'currentColor' : 'url(#svg_cfbfb4c240__c)'" xlink:href="#svg_cfbfb4c240__b"/><path :fill="useCurrentColor ? 'currentColor' : '#FFF'" mask="url(#svg_cfbfb4c240__d)" d="M6.667 0H9.629999999999999V37H6.667z"/></g><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)"/><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)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageCityBroadcast',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-doorlock`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><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"/><rect :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" x="7.778" y="3.889" width="9.333" height="10.111" rx=".577"/><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"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageDoorlock',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-info-publish`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="79.492%" id="svg_da1b715a79__a"><stop stop-color="#D54EFF" offset="0%"/><stop stop-color="#E0A7FF" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_da1b715a79__b"><stop stop-color="#D35DF5" offset="0%"/><stop stop-color="#A730E8" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#A730E8'" opacity=".1" width="64" height="64" rx="32"/><g transform="translate(14 9)"><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="useCurrentColor ? 'currentColor' : 'url(#svg_da1b715a79__a)'"/><rect :fill="useCurrentColor ? 'currentColor' : 'url(#svg_da1b715a79__b)'" y="15.769" width="36" height="25.231" rx="1.576"/><path stroke="#FFF" stroke-width="3.152" stroke-linecap="round" d="M5.478 23.26L30.522 23.26M5.478 30.563L21.125 30.563"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageInfoPublish',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-light`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><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="useCurrentColor ? 'currentColor' : '#21B2EC'"/><path stroke="#21B2EC" stroke-width="1.958" stroke-linejoin="round" d="M14.389 1.944L14.389 3.889"/><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"/><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 stroke="#33316A" stroke-width="1.167" d="M18.072 0.288L21 0.288" transform="translate(3.889 18.667)"/><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)"/></g><path stroke="#33316A" stroke-width="1.167" d="M15.568 3.746L17.36 6.025" transform="translate(3.889 18.667)"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageLight',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" :class="[`${prefix}-icon`, `${prefix}-icon-stage-light-mange`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="125.947%" id="svg_8584025102__a"><stop stop-color="#FFBA23" offset="0%"/><stop stop-color="#FFDE49" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_8584025102__c"><stop stop-color="#FFDC60" offset="0%"/><stop stop-color="#FFDF9B" offset="100%"/></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"/></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#FFBA23'" opacity=".1" width="64" height="64" rx="32"/><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="useCurrentColor ? 'currentColor' : 'url(#svg_8584025102__a)'"/><g transform="translate(11 15)"><mask id="svg_8584025102__d" :fill="useCurrentColor ? 'currentColor' : '#fff'"><use xlink:href="#svg_8584025102__b"/></mask><use :fill="useCurrentColor ? 'currentColor' : 'url(#svg_8584025102__c)'" xlink:href="#svg_8584025102__b"/><path :fill="useCurrentColor ? 'currentColor' : '#FFF'" mask="url(#svg_8584025102__d)" d="M-2.625 12.091H46.375V15.546H-2.625z"/></g><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 stroke-width="2.063" d="M31.841 30.519L37 30.519" transform="translate(14 10)"/><path stroke-width="3.5" d="M18.44 5.145L18.44 0" transform="translate(14 10)"/><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)"/></g><path stroke-width="2.063" d="M27.43 36.742L30.586 40.845" transform="translate(14 10)"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageLightMange',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-safe-monitor`]" width="1em" height="1em" v-bind="$attrs"><g transform="translate(3.889 1.556)" fill="none" fill-rule="evenodd"><circle stroke="#33316A" stroke-width="1.167" stroke-linejoin="round" cx="9.722" cy="9.722" r="9.722"/><circle :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" cx="9.722" cy="9.722" r="4.278"/><circle :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" cx="10.5" cy="2.722" r="1.167"/><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"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageSafeMonitor',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-safe-monitor-icon`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5e41a23429__a"><stop stop-color="#FA8156" offset="0%"/><stop stop-color="#F24A2B" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5e41a23429__b"><stop stop-color="#FAA182" offset="0%"/><stop stop-color="tomato" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#F24A2B'" opacity=".1" width="64" height="64" rx="32"/><g transform="translate(14 9)"><ellipse :fill="useCurrentColor ? 'currentColor' : 'url(#svg_5e41a23429__a)'" cx="18" cy="17.845" rx="18" ry="17.845"/><ellipse :fill="useCurrentColor ? 'currentColor' : '#FFF'" cx="17.217" cy="18.621" rx="7.826" ry="7.759"/><ellipse :fill="useCurrentColor ? 'currentColor' : '#FFF'" cx="18.391" cy="5.043" rx="1.957" ry="1.94"/><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"/></g><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="useCurrentColor ? 'currentColor' : 'url(#svg_5e41a23429__b)'" transform="translate(14 9)"/><path stroke="#FFF" stroke-width="3.13" stroke-linecap="round" d="M12.511 40.769L24.273 40.769" transform="translate(14 9)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageSafeMonitorIcon',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-split-group`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5ec3f05f2c__a"><stop stop-color="#56FF9B" offset="0%"/><stop stop-color="#14E58D" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5ec3f05f2c__b"><stop stop-color="#90FFE3" offset="0%"/><stop stop-color="#53EBAB" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#14E58D'" opacity=".1" width="64" height="64" rx="32"/><g transform="translate(13 12)"><path stroke="#14E58D" stroke-width="2.957" d="M12 14L12 20.6 26 20.6 26 26"/><rect :fill="useCurrentColor ? 'currentColor' : 'url(#svg_5ec3f05f2c__a)'" width="38" height="15" rx="1.478"/><path stroke="#FFF" stroke-width="2.957" stroke-linecap="round" d="M6 7.5L32 7.5"/><rect :fill="useCurrentColor ? 'currentColor' : 'url(#svg_5ec3f05f2c__b)'" y="25" width="38" height="15" rx="1.478"/><path stroke="#FFF" stroke-width="2.957" stroke-linecap="round" d="M6 33.5L32 33.5"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageSplitGroup',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-stage-strong-e`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path :fill="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"/><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"/><path stroke="#33316A" stroke-width="1.167" stroke-linecap="round" d="M19.538 21.672L23.629 15.558"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageStrongE',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>