@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
@@ -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-tilt-monitor`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><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"/><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"/><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"/><path :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" d="M2.894 19.148H27.051000000000002V25.922H2.894z"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageTiltMonitor',
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-userinfo`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_5fa93b0f3d__a"><stop stop-color="#44D9F7" offset="0%"/><stop stop-color="#21B2EC" offset="100%"/></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-color="#5BE2FF" 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(12 17)"><rect :fill="useCurrentColor ? 'currentColor' : 'url(#svg_5fa93b0f3d__a)'" width="40" height="27" rx="1.497"/><path stroke="#FFF" stroke-width="2.994" stroke-linecap="round" d="M22.308 11.625L35.385 11.625M22.308 19.678L30.478 19.678"/><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="useCurrentColor ? 'currentColor' : 'url(#svg_5fa93b0f3d__b)'" fill-rule="nonzero"/></g></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageUserinfo',
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-water-monitor`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><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)"/><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)"/><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="translate(.778 3.111)"/><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)"/><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="translate(.778 3.111)"/><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)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageWaterMonitor',
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-weather`]" 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="M8.479 4.365L8.656 6.748M14.182.256L16.333.256" transform="rotate(125 5.194 5.412)"/><path d="M1.983.216L4.303.216M0 2.802L1.419 4.507" transform="scale(1 -1) rotate(55 12.549 5.844)"/><path d="M12.456 2.916L13.747 4.555" transform="rotate(125 5.194 5.412)"/></g><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="useCurrentColor ? 'currentColor' : '#21B2EC'" transform="translate(-2.496)"/><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)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageWeather',
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-weather-icon`]" width="1em" height="1em" v-bind="$attrs"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_40ad95a5e5__a"><stop stop-color="#45D9F7" offset="0%"/><stop stop-color="#21B2EC" offset="100%"/></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_40ad95a5e5__b"><stop stop-color="#D8F6FF" offset="0%"/><stop stop-color="#95E1FF" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" opacity=".1" width="64" height="64" rx="32"/><g stroke="#87DDFF" stroke-linejoin="round" stroke-width="2.019"><path d="M14.626 7.622L14.93 11.783M24.462.446L28.174.446" transform="rotate(125 11.161 15.373)"/><path d="M3.421.376L7.423.376M0 4.893L2.448 7.87" transform="scale(1 -1) rotate(55 33.243 14.31)"/><path d="M21.485 5.092L23.712 7.954" transform="rotate(125 11.161 15.373)"/></g><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="useCurrentColor ? 'currentColor' : 'url(#svg_40ad95a5e5__a)'" transform="translate(4 8)"/><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="useCurrentColor ? 'currentColor' : 'url(#svg_40ad95a5e5__b)'" transform="translate(4 8)"/><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)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStageWeatherIcon',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -1,3 +1,32 @@
1
1
  export { default as IconShield } from './IconShield/index.vue';
2
2
  export { default as IconUser } from './IconUser/index.vue';
3
- export { default as IconLock } from './IconLock/index.vue';
3
+ export { default as IconLock } from './IconLock/index.vue';
4
+ export { default as IconStageDoorlock } from './IconStageDoorlock/index.vue';
5
+ export { default as IconStageLight } from './IconStageLight/index.vue';
6
+ export { default as IconStageBroadcast } from './IconStageBroadcast/index.vue';
7
+ export { default as IconStage110 } from './IconStage110/index.vue';
8
+ export { default as IconStageCharge } from './IconStageCharge/index.vue';
9
+ export { default as IconStageInfoPublish } from './IconStageInfoPublish/index.vue';
10
+ export { default as IconStageBox } from './IconStageBox/index.vue';
11
+ export { default as IconStageWeatherIcon } from './IconStageWeatherIcon/index.vue';
12
+ export { default as IconStageWeather } from './IconStageWeather/index.vue';
13
+ export { default as IconStageSplitGroup } from './IconStageSplitGroup/index.vue';
14
+ export { default as IconStageAdPublish } from './IconStageAdPublish/index.vue';
15
+ export { default as IconStageSafeMonitor } from './IconStageSafeMonitor/index.vue';
16
+ export { default as IconStageCityBroadcast } from './IconStageCityBroadcast/index.vue';
17
+ export { default as IconStageStrongE } from './IconStageStrongE/index.vue';
18
+ export { default as IconStageUserinfo } from './IconStageUserinfo/index.vue';
19
+ export { default as IconStageWaterMonitor } from './IconStageWaterMonitor/index.vue';
20
+ export { default as IconStageTiltMonitor } from './IconStageTiltMonitor/index.vue';
21
+ export { default as IconStageLightMange } from './IconStageLightMange/index.vue';
22
+ export { default as IconStageBigScreen } from './IconStageBigScreen/index.vue';
23
+ export { default as IconStageBoxIcon } from './IconStageBoxIcon/index.vue';
24
+ export { default as IconStageSafeMonitorIcon } from './IconStageSafeMonitorIcon/index.vue';
25
+ export { default as IconSidebarManage } from './IconSidebarManage/index.vue';
26
+ export { default as IconSidebarPole } from './IconSidebarPole/index.vue';
27
+ export { default as IconSidebarBigScreen } from './IconSidebarBigScreen/index.vue';
28
+ export { default as IconRise } from './IconRise/index.vue';
29
+ export { default as IconSidebarDashboard } from './IconSidebarDashboard/index.vue';
30
+ export { default as IconDecline } from './IconDecline/index.vue';
31
+ export { default as IconSidebarLight } from './IconSidebarLight/index.vue';
32
+ export { default as IconSliderTouchIcon } from './IconSliderTouchIcon/index.vue';