@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
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,11 +10,11 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = /* @__PURE__ */ vue.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);
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.371" fill="none" fill-rule="evenodd"><path d="M14.5748925,8.33613445 C17.4796428,8.33613445 19.8344081,10.7440148 19.8344081,13.7142857 C19.8344081,16.1221652 18.2869282,18.1604588 16.1534488,18.8459986 L16.1527472,20.7058824 L12.9970378,20.7058824 L12.9963362,18.8459986 C10.8628568,18.1604588 9.31537695,16.1221652 9.31537695,13.7142857 C9.31537695,10.7440148 11.6701423,8.33613445 14.5748925,8.33613445 Z" stroke-linejoin="round"></path><path stroke-linecap="round" d="M12.471 23.731L16.416 23.731"></path><ellipse cx="14.575" cy="14.252" rx="1.578" ry="1.613"></ellipse><path stroke-linecap="round" d="M14.575 4L14.575 5.613M21.963 6.725L20.671 7.65"></path><path stroke-linecap="round" transform="matrix(-1 0 0 1 15.665 0)" d="M8.479 6.725L7.186 7.65"></path><path stroke-linecap="round" d="M22.422 12.605L24 12.605M5 12.605L6.578 12.605"></path></g>', 1);
18
18
  const _hoisted_2 = [
19
19
  _hoisted_1
20
20
  ];
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -18,7 +18,7 @@ const _hoisted_1 = {
18
18
  fill: "none",
19
19
  "fill-rule": "evenodd"
20
20
  };
21
- const _hoisted_2 = /* @__PURE__ */ vue.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);
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.425"><path d="M6.4832261,4.8 C6.2226163,3.76687244 5.25852276,3 4.10905731,3 C3.00392555,3 2.07014224,3.70885827 1.76815257,4.68167697" transform="rotate(90 8.913 15.187)"></path><path d="M6.4832261 4.8C6.2226163 3.76687244 5.25852276 3 4.10905731 3 3.00392555 3 2.07014224 3.70885827 1.76815257 4.68167697M8.25137868 2.71925164C7.50274571 1.10637572 5.96332434 0 4.18581614 0 2.30694709 0 .694092436 1.23615361 0 3" transform="matrix(0 1 1 0 4.9 6.274)"></path><path d="M8.25137868,2.71925164 C7.50274571,1.10637572 5.96332434,0 4.18581614,0 C2.30694709,0 0.694092436,1.23615361 0,3" transform="rotate(90 8.913 15.187)"></path></g><path d="M9.6,0 C10.5765237,-1.79384494e-16 11.3681526,0.791628872 11.3681526,1.76815257 L11.3685864,10.0043885 C12.7622151,10.6785572 13.7256893,12.1247363 13.7256893,13.8 C13.7256893,16.1195959 11.8785553,18 9.6,18 C7.3214447,18 5.47431066,16.1195959 5.47431066,13.8 C5.47431066,12.1247363 6.4377849,10.6785572 7.83141359,10.0043885 L7.83184743,1.76815257 C7.83184743,0.791628872 8.6234763,1.79384494e-16 9.6,0 Z" stroke="currentColor" stroke-width="1.425" transform="translate(4.9 5)"></path>', 2);
22
22
  const _hoisted_4 = ["fill"];
23
23
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
24
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
@@ -32,7 +32,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
32
32
  _hoisted_2,
33
33
  vue.createElementVNode("path", {
34
34
  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",
35
- fill: $props.useCurrentColor ? "currentColor" : "#CFCED8",
35
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
36
36
  transform: "translate(4.9 5)"
37
37
  }, null, 8, _hoisted_4)
38
38
  ])
@@ -10,13 +10,13 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("g", {
18
18
  transform: "translate(4 9)",
19
- stroke: "#CFCED8",
19
+ stroke: "currentColor",
20
20
  "stroke-width": "1.304",
21
21
  fill: "none",
22
22
  "fill-rule": "evenodd"
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconMountDevi12",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 28 28",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi12`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ vue.createElementVNode("path", {
27
+ 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",
28
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
29
+ transform: "translate(4 4)",
30
+ "fill-rule": "nonzero"
31
+ }, null, 8, _hoisted_1)
32
+ ], 16);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ module.exports = index;
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -20,7 +20,7 @@ const _hoisted_1 = {
20
20
  };
21
21
  const _hoisted_2 = ["fill"];
22
22
  const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("ellipse", {
23
- stroke: "#CFCED8",
23
+ stroke: "currentColor",
24
24
  "stroke-width": "1.227",
25
25
  cx: "14",
26
26
  cy: "12.824",
@@ -28,7 +28,7 @@ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("ellipse", {
28
28
  ry: "7.824"
29
29
  }, null, -1);
30
30
  const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("ellipse", {
31
- stroke: "#CFCED8",
31
+ stroke: "currentColor",
32
32
  "stroke-width": "1.227",
33
33
  cx: "14",
34
34
  cy: "13.941",
@@ -47,15 +47,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
47
47
  vue.createElementVNode("g", _hoisted_1, [
48
48
  vue.createElementVNode("path", {
49
49
  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",
50
- stroke: "#CFCED8",
50
+ stroke: "currentColor",
51
51
  "stroke-width": "1.227",
52
- fill: $props.useCurrentColor ? "currentColor" : "#D8D8D8",
52
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
53
53
  "stroke-linecap": "round"
54
54
  }, null, 8, _hoisted_2),
55
55
  _hoisted_3,
56
56
  _hoisted_4,
57
57
  vue.createElementVNode("ellipse", {
58
- fill: $props.useCurrentColor ? "currentColor" : "#CFCED8",
58
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
59
59
  cx: "14",
60
60
  cy: "7.794",
61
61
  rx: "1.143",
@@ -10,11 +10,24 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = ["fill"];
17
+ const _hoisted_1 = {
18
+ fill: "none",
19
+ "fill-rule": "evenodd"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
22
+ stroke: "currentColor",
23
+ "stroke-width": "1.5"
24
+ }, [
25
+ /* @__PURE__ */ vue.createElementVNode("path", {
26
+ 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",
27
+ transform: "matrix(-1 0 0 1 24 6)"
28
+ })
29
+ ], -1);
30
+ const _hoisted_3 = ["fill"];
18
31
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
32
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
33
  viewBox: "0 0 28 28",
@@ -23,12 +36,16 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
36
  width: "1em",
24
37
  height: "1em"
25
38
  }, _ctx.$attrs), [
26
- vue.createElementVNode("path", {
27
- 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",
28
- fill: $props.useCurrentColor ? "currentColor" : "#CFCED8",
29
- transform: "translate(4 4)",
30
- "fill-rule": "nonzero"
31
- }, null, 8, _hoisted_1)
39
+ vue.createElementVNode("g", _hoisted_1, [
40
+ _hoisted_2,
41
+ vue.createElementVNode("circle", {
42
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
43
+ transform: "rotate(-180 14.318 20.5)",
44
+ cx: "14.318",
45
+ cy: "20.5",
46
+ r: "1.5"
47
+ }, null, 8, _hoisted_3)
48
+ ])
32
49
  ], 16);
33
50
  }
34
51
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
@@ -10,11 +10,11 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = /* @__PURE__ */ vue.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);
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.364" fill="none" fill-rule="evenodd"><path d="M6.54950857,22.5072188 L6.54950857,7.38228024 C6.54950857,6.75441968 7.05849011,6.24543813 7.68635067,6.24543813 L15.7427236,6.24543813 C16.3705841,6.24543813 16.8795657,6.75441968 16.8795657,7.38228024 L16.8795657,22.5072188 L16.8795657,22.5072188" stroke-linejoin="round"></path><path d="M5,22.722305 C5,22.8057834 9.47635808,22.8057834 18.4290742,22.722305" stroke-linecap="round"></path><path stroke-linecap="round" stroke-linejoin="round" d="M11.9859531 11.6660317L9.6485257 14.7046525 11.9859531 14.7046525 13.7805485 14.7046525 10.1913577 18.0721877"></path><path d="M16.3170657,10.343448 L17.6129043,10.343448 C18.8686254,10.343448 19.8865885,11.3614111 19.8865885,12.6171322 L19.8865885,18.8418108 C19.8865885,19.7015556 20.5835494,20.3985165 21.4432943,20.3985165 C22.3030391,20.3985165 23,19.7015556 23,18.8418108 L23,8.26726485 C23,7.83770715 22.7578818,7.44483011 22.3741659,7.25174488 L19.8865885,6 L19.8865885,6"></path></g>', 1);
18
18
  const _hoisted_2 = [
19
19
  _hoisted_1
20
20
  ];
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -18,7 +18,7 @@ const _hoisted_1 = {
18
18
  fill: "none",
19
19
  "fill-rule": "evenodd"
20
20
  };
21
- const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<path d="M19.9449761,14.8684211 C19.7037908,13.8715436 18.8115558,13.1315789 17.7477655,13.1315789 C16.7250046,13.1315789 15.8608206,13.815565 15.5813397,14.7542497" stroke="#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);
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<path d="M19.9449761,14.8684211 C19.7037908,13.8715436 18.8115558,13.1315789 17.7477655,13.1315789 C16.7250046,13.1315789 15.8608206,13.815565 15.5813397,14.7542497" stroke="currentColor" stroke-width="1.389" transform="rotate(90 17.763 14)"></path><path d="M12.4186603,14.8684211 C12.177475,13.8715436 11.28524,13.1315789 10.2214497,13.1315789 C9.19868878,13.1315789 8.33450484,13.815565 8.05502392,14.7542497" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -3.763 3.763)"></path><path d="M11.7392344,15.1764709 C11.0464007,13.6201871 9.62171983,12.5526316 7.9766979,12.5526316 C6.23787001,12.5526316 4.74522919,13.7454114 4.10287081,15.4473684" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -6.079 6.079)"></path><path d="M10.7368421,15.4626693 C9.4600637,13.5331869 7.28799915,12.2631579 4.82320114,12.2631579 C2.24346226,12.2631579 -0.0156045078,13.6543992 -1.26315789,15.7368421" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -9.263 9.263)"></path><path d="M23.8971292,15.1764709 C23.2042954,13.6201871 21.7796146,12.5526316 20.1345926,12.5526316 C18.3957647,12.5526316 16.9031239,13.7454114 16.2607656,15.4473684" stroke="currentColor" stroke-width="1.389" transform="rotate(90 20.079 14)"></path><path d="M29.2631579,15.4626693 C27.9863795,13.5331869 25.8143149,12.2631579 23.3495169,12.2631579 C20.769778,12.2631579 18.5107113,13.6543992 17.2631579,15.7368421" stroke="currentColor" stroke-width="1.389" transform="rotate(90 23.263 14)"></path>', 6);
22
22
  const _hoisted_8 = ["fill"];
23
23
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
24
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
@@ -31,7 +31,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
31
  vue.createElementVNode("g", _hoisted_1, [
32
32
  _hoisted_2,
33
33
  vue.createElementVNode("ellipse", {
34
- fill: $props.useCurrentColor ? "currentColor" : "#CFCED8",
34
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
35
35
  transform: "rotate(90 14 14)",
36
36
  cx: "14",
37
37
  cy: "14",
@@ -10,11 +10,11 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = /* @__PURE__ */ vue.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);
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.067" fill="none" fill-rule="evenodd"><g stroke-linejoin="round"><path d="M7.065 3.626L7.212 5.606M11.817.212L13.61.212" transform="rotate(125 5.144 6.693)"></path><path d="M1.653.179L3.586.179M0 2.328L1.183 3.744" transform="scale(1 -1) rotate(55 14.65 6.437)"></path><path d="M10.379 2.423L11.455 3.784" transform="rotate(125 5.144 6.693)"></path></g><path d="M11.1002678,9.37011656 C12.2795571,9.37011656 13.3263631,9.95980121 13.9827371,10.8710097 C12.4123502,11.6137643 11.3128841,13.2421373 11.2730761,15.1420962 C10.5201524,15.3192581 9.89005448,15.8148487 9.53268928,16.4789611 C8.33069627,15.8746942 7.5014608,14.5937194 7.5014608,13.1113985 C7.5014608,11.0451456 9.11270158,9.37011656 11.1002678,9.37011656 Z"></path><path d="M12.2147628,21 C10.6854754,21 9.44574293,19.7602676 9.44574293,18.2309801 C9.44574293,16.8882516 10.401453,15.7687411 11.6697383,15.5155834 C11.7388149,12.8237175 13.9499014,10.6623258 16.6673623,10.6623258 C18.7038583,10.6623258 20.4559656,11.8762008 21.2353923,13.6177718 L21.2966055,13.615947 C23.3419338,13.615947 25,15.2689236 25,17.3079735 C25,18.9610903 23.9101839,20.3604482 22.4077341,20.8309436 L22.4076238,21 L12.2147628,21 Z" stroke-linejoin="round"></path></g>', 1);
18
18
  const _hoisted_2 = [
19
19
  _hoisted_1
20
20
  ];
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -19,7 +19,7 @@ const _hoisted_1 = {
19
19
  "fill-rule": "evenodd"
20
20
  };
21
21
  const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("rect", {
22
- stroke: "#CFCED8",
22
+ stroke: "currentColor",
23
23
  "stroke-width": "1.053",
24
24
  x: "4",
25
25
  y: "6",
@@ -29,7 +29,7 @@ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("rect", {
29
29
  }, null, -1);
30
30
  const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
31
31
  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",
32
- stroke: "#CFCED8",
32
+ stroke: "currentColor",
33
33
  "stroke-width": "1.053",
34
34
  "stroke-linecap": "round"
35
35
  }, null, -1);
@@ -57,7 +57,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
57
57
  "font-size": "7.368",
58
58
  "font-weight": "400",
59
59
  "letter-spacing": ".368",
60
- fill: $props.useCurrentColor ? "currentColor" : "#CFCED8"
60
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor"
61
61
  }, _hoisted_6, 8, _hoisted_4)
62
62
  ])
63
63
  ], 16);
@@ -10,11 +10,11 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = /* @__PURE__ */ vue.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);
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" fill="none" fill-rule="evenodd"><path d="M1.93194292,13.8730261 L1.93194292,5.31284303 C1.93194292,2.37864085 4.31058377,5.39004197e-16 7.24478595,0 C10.1789881,-5.39004197e-16 12.557629,2.37864085 12.557629,5.31284303 L12.557629,13.8730261 L12.557629,13.8730261" stroke-width="1.4" stroke-linejoin="round" transform="translate(6.898 8.56)"></path><path d="M0,14.2028701 C0,14.2740862 4.8298573,14.2740862 14.4895719,14.2028701" stroke-width="1.159" stroke-linecap="round" transform="translate(6.898 8.56)"></path><path d="M7.20014924,3.39434266 C5.89107315,3.39434266 4.8298573,4.45555851 4.8298573,5.7646346 L4.8298573,7.9099617 L4.8298573,7.9099617" stroke-width="1.159" stroke-linecap="round" stroke-linejoin="round" transform="translate(6.898 8.56)"></path><path stroke-width="1.4" stroke-linecap="round" d="M14.075 4L14.075 6.066M21.749 6.899L20.182 8.063"></path><path stroke-width="1.4" stroke-linecap="round" transform="matrix(-1 0 0 1 16.262 0)" d="M8.968 6.899L7.294 8.063"></path><path stroke-width="1.4" stroke-linecap="round" d="M21.936 12.921L24 12.921M4 12.921L6.064 12.921"></path></g>', 1);
18
18
  const _hoisted_2 = [
19
19
  _hoisted_1
20
20
  ];
@@ -10,11 +10,11 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
- const _hoisted_1 = /* @__PURE__ */ vue.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);
17
+ const _hoisted_1 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="currentColor" stroke-width="1.44" fill="none" fill-rule="evenodd"><rect x="11.294" y="5.72" width="5.373" height="11.431" rx="2.686"></rect><path d="M19.2451613 14.1935484L19.2451613 15.3604264C19.2451613 18.1009485 16.8881571 20.3225806 13.9806452 20.3225806 11.0731332 20.3225806 8.71612903 18.1009485 8.71612903 15.3604264L8.71612903 14.1935484M13.981 20.323L13.981 23.387M10.574 23.694L17.387 23.694" stroke-linecap="round"></path><g stroke-linecap="round"><path d="M.20686286 5.34375C.380240969 4.81487181.473253989 4.25521389.473253989 3.67610223.473253989 3.01334681.351431999 2.37607056.126746011 1.78125M3.05207921 6.53125C3.40573545 5.54200572 3.6 4.46431547 3.6 3.33661571 3.6 2.15473046 3.38661829 1.02777605 3 0" transform="translate(19.4 5.528)"></path></g><g stroke-linecap="round"><path d="M.20686286 5.34375C.380240969 4.81487181.473253989 4.25521389.473253989 3.67610223.473253989 3.01334681.351431999 2.37607056.126746011 1.78125M2.42597679 6.53125C2.79648088 5.53074952 3 4.44079667 3 3.30026527 3 2.13335344 2.78695722 1.01938697 2.4 0" transform="matrix(-1 0 0 1 8 5.528)"></path></g></g>', 1);
18
18
  const _hoisted_2 = [
19
19
  _hoisted_1
20
20
  ];
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };