@arco-iconbox/vue-te 0.0.2 → 0.0.3

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 (197) hide show
  1. package/dist/icon.js +2316 -1486
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +821 -733
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconAdjust/index.js +32 -0
  6. package/esm/IconAlarm/index.js +36 -0
  7. package/esm/IconBrowser/index.js +38 -0
  8. package/esm/IconCctv/index.js +36 -0
  9. package/esm/IconCellphone/index.js +10 -4
  10. package/esm/IconCheck/index.js +1 -1
  11. package/esm/IconChromefilled/index.js +2 -2
  12. package/esm/IconClickhouse/index.js +32 -0
  13. package/esm/IconClose/index.js +1 -1
  14. package/esm/IconConfiguration/index.js +42 -0
  15. package/esm/IconConnectCutup/index.js +47 -0
  16. package/esm/IconConnectedInside/index.js +51 -0
  17. package/esm/IconConnectedOut/index.js +51 -0
  18. package/esm/IconCubeThree/index.js +36 -0
  19. package/esm/{IconHouse → IconDot}/index.js +7 -3
  20. package/esm/IconEditPen/index.js +1 -1
  21. package/esm/IconEnterpriseWechat/index.js +1 -1
  22. package/esm/IconFiles/index.js +1 -1
  23. package/esm/IconFullScreen/index.js +1 -1
  24. package/esm/IconHeart/index.js +1 -1
  25. package/esm/IconHeartFilled/index.js +1 -1
  26. package/esm/{IconProtect → IconHome}/index.js +8 -15
  27. package/esm/IconHospital/index.js +36 -0
  28. package/esm/IconHospitalFill/index.js +36 -0
  29. package/esm/IconIphone/index.js +10 -4
  30. package/esm/IconJuese/index.js +36 -0
  31. package/esm/IconLink/index.js +1 -1
  32. package/esm/IconLocation/index.js +1 -1
  33. package/esm/IconLocationFill/index.js +32 -0
  34. package/esm/IconMessage/index.js +1 -1
  35. package/esm/IconMinus/index.js +1 -1
  36. package/esm/IconMission/index.js +34 -0
  37. package/esm/IconMore/index.js +1 -1
  38. package/esm/IconMoreFilled/index.js +1 -1
  39. package/esm/IconMySQL/index.js +34 -0
  40. package/esm/IconNo/index.js +40 -0
  41. package/esm/IconOfficeBuilding/index.js +1 -1
  42. package/esm/IconPicture/index.js +1 -1
  43. package/esm/IconPlus/index.js +1 -1
  44. package/esm/IconPostcard/index.js +10 -4
  45. package/esm/IconQuanxian/index.js +32 -0
  46. package/esm/IconRefresh/index.js +1 -1
  47. package/esm/IconRefreshLeft/index.js +1 -1
  48. package/esm/IconRefreshRight/index.js +1 -1
  49. package/esm/IconSHelp/index.js +1 -1
  50. package/esm/IconScaleToOriginal/index.js +10 -4
  51. package/esm/IconSchool/index.js +1 -1
  52. package/esm/IconService/index.js +1 -1
  53. package/esm/IconServiceFill/index.js +34 -0
  54. package/esm/IconShield/index.js +38 -0
  55. package/esm/IconStr/index.js +32 -0
  56. package/esm/IconSwitchButton/index.js +6 -4
  57. package/esm/IconTenantry/index.js +42 -0
  58. package/esm/IconTitleDecoration/index.js +29 -11
  59. package/esm/IconWechatApplet/index.js +4 -12
  60. package/esm/{IconApp → IconWorkApp}/index.js +2 -2
  61. package/esm/IconWorkBench/index.js +36 -0
  62. package/esm/IconYonghu/index.js +38 -0
  63. package/esm/IconYuanqu/index.js +36 -0
  64. package/esm/index.js +39 -17
  65. package/lib/IconAdjust/index.js +33 -0
  66. package/lib/IconAlarm/index.js +37 -0
  67. package/lib/IconBrowser/index.js +39 -0
  68. package/lib/IconCctv/index.js +37 -0
  69. package/lib/IconCellphone/index.js +10 -4
  70. package/lib/IconCheck/index.js +1 -1
  71. package/lib/IconChromefilled/index.js +2 -2
  72. package/lib/IconClickhouse/index.js +33 -0
  73. package/lib/IconClose/index.js +1 -1
  74. package/lib/IconConfiguration/index.js +43 -0
  75. package/lib/IconConnectCutup/index.js +48 -0
  76. package/lib/IconConnectedInside/index.js +52 -0
  77. package/lib/IconConnectedOut/index.js +52 -0
  78. package/lib/IconCubeThree/index.js +37 -0
  79. package/lib/IconDot/index.js +37 -0
  80. package/lib/IconEditPen/index.js +1 -1
  81. package/lib/IconEnterpriseWechat/index.js +1 -1
  82. package/lib/IconFiles/index.js +1 -1
  83. package/lib/IconFullScreen/index.js +1 -1
  84. package/lib/IconHeart/index.js +1 -1
  85. package/lib/IconHeartFilled/index.js +1 -1
  86. package/lib/{IconHouse → IconHome}/index.js +7 -3
  87. package/lib/IconHospital/index.js +37 -0
  88. package/lib/IconHospitalFill/index.js +37 -0
  89. package/lib/IconIphone/index.js +10 -4
  90. package/lib/IconJuese/index.js +37 -0
  91. package/lib/IconLink/index.js +1 -1
  92. package/lib/IconLocation/index.js +1 -1
  93. package/lib/IconLocationFill/index.js +33 -0
  94. package/lib/IconMessage/index.js +1 -1
  95. package/lib/IconMinus/index.js +1 -1
  96. package/lib/IconMission/index.js +35 -0
  97. package/lib/IconMore/index.js +1 -1
  98. package/lib/IconMoreFilled/index.js +1 -1
  99. package/lib/IconMySQL/index.js +35 -0
  100. package/lib/IconNo/index.js +41 -0
  101. package/lib/IconOfficeBuilding/index.js +1 -1
  102. package/lib/IconPicture/index.js +1 -1
  103. package/lib/IconPlus/index.js +1 -1
  104. package/lib/IconPostcard/index.js +10 -4
  105. package/lib/IconQuanxian/index.js +33 -0
  106. package/lib/IconRefresh/index.js +1 -1
  107. package/lib/IconRefreshLeft/index.js +1 -1
  108. package/lib/IconRefreshRight/index.js +1 -1
  109. package/lib/IconSHelp/index.js +1 -1
  110. package/lib/IconScaleToOriginal/index.js +10 -4
  111. package/lib/IconSchool/index.js +1 -1
  112. package/lib/IconService/index.js +1 -1
  113. package/lib/IconServiceFill/index.js +35 -0
  114. package/lib/IconShield/index.js +39 -0
  115. package/lib/IconStr/index.js +33 -0
  116. package/lib/IconSwitchButton/index.js +6 -4
  117. package/lib/IconTenantry/index.js +43 -0
  118. package/lib/IconTitleDecoration/index.js +28 -10
  119. package/lib/IconWechatApplet/index.js +4 -12
  120. package/lib/{IconApp → IconWorkApp}/index.js +2 -2
  121. package/lib/IconWorkBench/index.js +37 -0
  122. package/lib/IconYonghu/index.js +39 -0
  123. package/lib/{IconProtect → IconYuanqu}/index.js +8 -15
  124. package/lib/index.js +530 -486
  125. package/package.json +1 -1
  126. package/src/IconAdjust/index.vue +19 -0
  127. package/src/IconAlarm/index.vue +19 -0
  128. package/src/IconBrowser/index.vue +19 -0
  129. package/src/IconCctv/index.vue +19 -0
  130. package/src/IconCellphone/index.vue +1 -1
  131. package/src/IconCheck/index.vue +1 -1
  132. package/src/IconChromefilled/index.vue +1 -1
  133. package/src/IconClickhouse/index.vue +19 -0
  134. package/src/IconClose/index.vue +1 -1
  135. package/src/IconConfiguration/index.vue +19 -0
  136. package/src/IconConnectCutup/index.vue +19 -0
  137. package/src/IconConnectedInside/index.vue +19 -0
  138. package/src/IconConnectedOut/index.vue +19 -0
  139. package/src/IconCubeThree/index.vue +19 -0
  140. package/src/IconDot/index.vue +19 -0
  141. package/src/IconEditPen/index.vue +1 -1
  142. package/src/IconEnterpriseWechat/index.vue +1 -1
  143. package/src/IconFiles/index.vue +1 -1
  144. package/src/IconFullScreen/index.vue +1 -1
  145. package/src/IconHeart/index.vue +1 -1
  146. package/src/IconHeartFilled/index.vue +1 -1
  147. package/src/IconHome/index.vue +19 -0
  148. package/src/IconHospital/index.vue +19 -0
  149. package/src/IconHospitalFill/index.vue +19 -0
  150. package/src/IconIphone/index.vue +1 -1
  151. package/src/IconJuese/index.vue +19 -0
  152. package/src/IconLink/index.vue +1 -1
  153. package/src/IconLocation/index.vue +1 -1
  154. package/src/IconLocationFill/index.vue +19 -0
  155. package/src/IconMessage/index.vue +1 -1
  156. package/src/IconMinus/index.vue +1 -1
  157. package/src/IconMission/index.vue +19 -0
  158. package/src/IconMore/index.vue +1 -1
  159. package/src/IconMoreFilled/index.vue +1 -1
  160. package/src/IconMySQL/index.vue +19 -0
  161. package/src/IconNo/index.vue +19 -0
  162. package/src/IconOfficeBuilding/index.vue +1 -1
  163. package/src/IconPicture/index.vue +1 -1
  164. package/src/IconPlus/index.vue +1 -1
  165. package/src/IconPostcard/index.vue +1 -1
  166. package/src/IconQuanxian/index.vue +19 -0
  167. package/src/IconRefresh/index.vue +1 -1
  168. package/src/IconRefreshLeft/index.vue +1 -1
  169. package/src/IconRefreshRight/index.vue +1 -1
  170. package/src/IconSHelp/index.vue +1 -1
  171. package/src/IconScaleToOriginal/index.vue +1 -1
  172. package/src/IconSchool/index.vue +1 -1
  173. package/src/IconService/index.vue +1 -1
  174. package/src/IconServiceFill/index.vue +19 -0
  175. package/src/IconShield/index.vue +19 -0
  176. package/src/IconStr/index.vue +19 -0
  177. package/src/IconSwitchButton/index.vue +1 -1
  178. package/src/IconTenantry/index.vue +19 -0
  179. package/src/IconTitleDecoration/index.vue +1 -1
  180. package/src/IconWechatApplet/index.vue +1 -1
  181. package/src/IconWorkApp/index.vue +19 -0
  182. package/src/IconWorkBench/index.vue +19 -0
  183. package/src/IconYonghu/index.vue +19 -0
  184. package/src/IconYuanqu/index.vue +19 -0
  185. package/src/index.js +39 -17
  186. package/esm/IconHelpFilled/index.js +0 -32
  187. package/esm/IconSetUp/index.js +0 -32
  188. package/esm/IconTruck/index.js +0 -32
  189. package/lib/IconHelpFilled/index.js +0 -33
  190. package/lib/IconSetUp/index.js +0 -33
  191. package/lib/IconTruck/index.js +0 -33
  192. package/src/IconApp/index.vue +0 -19
  193. package/src/IconHelpFilled/index.vue +0 -19
  194. package/src/IconHouse/index.vue +0 -19
  195. package/src/IconProtect/index.vue +0 -19
  196. package/src/IconSetUp/index.vue +0 -19
  197. package/src/IconTruck/index.vue +0 -19
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconYuanqu",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M13.356 13.0186V2.80738L11.5951 1.4L5.7334 3.40777V3.91029L11.0564 2.26602V13.7557H14.6V13.0179L13.356 13.0186ZM3.826 9.87301L6.61695 9.36039V8.0633L3.826 8.73592V9.87301ZM3.826 13.7728H6.61695V12.4105L3.826 12.5961V13.7728ZM3.826 11.8163L6.61695 11.5693V10.273L3.826 10.7033V11.8163ZM3.826 7.89165L6.61695 7.18719V5.83884L3.826 6.70486V7.89165ZM9.7125 4.53864L8.13682 3.66097L2.20305 5.62136L2.19995 13.8H2.9812V6.01748L7.42145 4.67689V13.7581H9.71327L9.7125 4.53864Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-yuanqu`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
package/esm/index.js CHANGED
@@ -47,18 +47,16 @@ export { default as IconWarningFilled } from "./IconWarningFilled/index.js";
47
47
  export { default as IconMenu } from "./IconMenu/index.js";
48
48
  export { default as IconUserFilled } from "./IconUserFilled/index.js";
49
49
  export { default as IconSTools } from "./IconSTools/index.js";
50
- export { default as IconMore } from "./IconMore/index.js";
51
- export { default as IconClose } from "./IconClose/index.js";
50
+ export { default as IconMoreFilled } from "./IconMoreFilled/index.js";
52
51
  export { default as IconExplain } from "./IconExplain/index.js";
53
52
  export { default as IconDeleteFilled } from "./IconDeleteFilled/index.js";
54
53
  export { default as IconInfoFilled } from "./IconInfoFilled/index.js";
55
54
  export { default as IconEditPen } from "./IconEditPen/index.js";
56
55
  export { default as IconCircleCheckFilled } from "./IconCircleCheckFilled/index.js";
57
56
  export { default as IconCircleCloseFilled } from "./IconCircleCloseFilled/index.js";
58
- export { default as IconMoreFilled } from "./IconMoreFilled/index.js";
57
+ export { default as IconMore } from "./IconMore/index.js";
59
58
  export { default as IconBell } from "./IconBell/index.js";
60
59
  export { default as IconCheck } from "./IconCheck/index.js";
61
- export { default as IconMessage } from "./IconMessage/index.js";
62
60
  export { default as IconDelete } from "./IconDelete/index.js";
63
61
  export { default as IconWarningOutline } from "./IconWarningOutline/index.js";
64
62
  export { default as IconClock } from "./IconClock/index.js";
@@ -68,12 +66,10 @@ export { default as IconQuestionFilled } from "./IconQuestionFilled/index.js";
68
66
  export { default as IconHomeFilled } from "./IconHomeFilled/index.js";
69
67
  export { default as IconCloseNotification } from "./IconCloseNotification/index.js";
70
68
  export { default as IconLock } from "./IconLock/index.js";
71
- export { default as IconFullScreen } from "./IconFullScreen/index.js";
72
69
  export { default as IconUser } from "./IconUser/index.js";
73
70
  export { default as IconUnlock } from "./IconUnlock/index.js";
74
71
  export { default as IconSetting } from "./IconSetting/index.js";
75
72
  export { default as IconCircleCheck } from "./IconCircleCheck/index.js";
76
- export { default as IconHouse } from "./IconHouse/index.js";
77
73
  export { default as IconCircleClose } from "./IconCircleClose/index.js";
78
74
  export { default as IconRefreshLeft } from "./IconRefreshLeft/index.js";
79
75
  export { default as IconRemoveFilled } from "./IconRemoveFilled/index.js";
@@ -81,7 +77,6 @@ export { default as IconView } from "./IconView/index.js";
81
77
  export { default as IconHide } from "./IconHide/index.js";
82
78
  export { default as IconPieChart } from "./IconPieChart/index.js";
83
79
  export { default as IconStar } from "./IconStar/index.js";
84
- export { default as IconService } from "./IconService/index.js";
85
80
  export { default as IconLoading } from "./IconLoading/index.js";
86
81
  export { default as IconPromotion } from "./IconPromotion/index.js";
87
82
  export { default as IconLink } from "./IconLink/index.js";
@@ -116,13 +111,10 @@ export { default as IconSwitch } from "./IconSwitch/index.js";
116
111
  export { default as IconSelect } from "./IconSelect/index.js";
117
112
  export { default as IconCloseBold } from "./IconCloseBold/index.js";
118
113
  export { default as IconSwitchButton } from "./IconSwitchButton/index.js";
119
- export { default as IconHelpFilled } from "./IconHelpFilled/index.js";
120
114
  export { default as IconChain } from "./IconChain/index.js";
121
115
  export { default as IconSemiSelect } from "./IconSemiSelect/index.js";
122
- export { default as IconProtect } from "./IconProtect/index.js";
123
116
  export { default as IconDisconnect } from "./IconDisconnect/index.js";
124
117
  export { default as IconWarnTriangleFilled } from "./IconWarnTriangleFilled/index.js";
125
- export { default as IconApp } from "./IconApp/index.js";
126
118
  export { default as IconMoveto } from "./IconMoveto/index.js";
127
119
  export { default as IconDocument } from "./IconDocument/index.js";
128
120
  export { default as IconList } from "./IconList/index.js";
@@ -146,7 +138,6 @@ export { default as IconFolderRemove } from "./IconFolderRemove/index.js";
146
138
  export { default as IconDocumentDelete } from "./IconDocumentDelete/index.js";
147
139
  export { default as IconDocumentChecked } from "./IconDocumentChecked/index.js";
148
140
  export { default as IconCollection } from "./IconCollection/index.js";
149
- export { default as IconSetUp } from "./IconSetUp/index.js";
150
141
  export { default as IconCopyDocument } from "./IconCopyDocument/index.js";
151
142
  export { default as IconPostcard } from "./IconPostcard/index.js";
152
143
  export { default as IconScaleToOriginal } from "./IconScaleToOriginal/index.js";
@@ -166,7 +157,6 @@ export { default as IconPlatform } from "./IconPlatform/index.js";
166
157
  export { default as IconPictureFolled } from "./IconPictureFolled/index.js";
167
158
  export { default as IconCameraFiled } from "./IconCameraFiled/index.js";
168
159
  export { default as IconBellFilled } from "./IconBellFilled/index.js";
169
- export { default as IconCellphone } from "./IconCellphone/index.js";
170
160
  export { default as IconIphone } from "./IconIphone/index.js";
171
161
  export { default as IconVideoCameraFilled } from "./IconVideoCameraFilled/index.js";
172
162
  export { default as IconPicture } from "./IconPicture/index.js";
@@ -189,7 +179,7 @@ export { default as IconHeart } from "./IconHeart/index.js";
189
179
  export { default as IconHeartFilled } from "./IconHeartFilled/index.js";
190
180
  export { default as IconSlightlySmilingFace } from "./IconSlightlySmilingFace/index.js";
191
181
  export { default as IconPlace } from "./IconPlace/index.js";
192
- export { default as IconLocation } from "./IconLocation/index.js";
182
+ export { default as IconLocationFill } from "./IconLocationFill/index.js";
193
183
  export { default as IconCoordinate } from "./IconCoordinate/index.js";
194
184
  export { default as IconAddLocation } from "./IconAddLocation/index.js";
195
185
  export { default as IconMapLocation } from "./IconMapLocation/index.js";
@@ -255,7 +245,6 @@ export { default as IconWatch } from "./IconWatch/index.js";
255
245
  export { default as IconFootball } from "./IconFootball/index.js";
256
246
  export { default as IconBasketball } from "./IconBasketball/index.js";
257
247
  export { default as IconBaseball } from "./IconBaseball/index.js";
258
- export { default as IconTitleDecoration } from "./IconTitleDecoration/index.js";
259
248
  export { default as IconAttract } from "./IconAttract/index.js";
260
249
  export { default as IconSunrise1 } from "./IconSunrise1/index.js";
261
250
  export { default as IconSunrise } from "./IconSunrise/index.js";
@@ -270,7 +259,6 @@ export { default as IconMoonNight } from "./IconMoonNight/index.js";
270
259
  export { default as IconHeavyRain } from "./IconHeavyRain/index.js";
271
260
  export { default as IconCloudy } from "./IconCloudy/index.js";
272
261
  export { default as IconCloudyAndSunny } from "./IconCloudyAndSunny/index.js";
273
- export { default as IconTruck } from "./IconTruck/index.js";
274
262
  export { default as IconElement } from "./IconElement/index.js";
275
263
  export { default as IconTiansu } from "./IconTiansu/index.js";
276
264
  export { default as IconPlatformEleme } from "./IconPlatformEleme/index.js";
@@ -278,7 +266,6 @@ export { default as IconTeLogo } from "./IconTeLogo/index.js";
278
266
  export { default as IconSwitchfilled } from "./IconSwitchfilled/index.js";
279
267
  export { default as IconSShop } from "./IconSShop/index.js";
280
268
  export { default as IconEleme } from "./IconEleme/index.js";
281
- export { default as IconSHelp } from "./IconSHelp/index.js";
282
269
  export { default as IconSeparator } from "./IconSeparator/index.js";
283
270
  export { default as IconLanguage } from "./IconLanguage/index.js";
284
271
  export { default as IconWindPower } from "./IconWindPower/index.js";
@@ -288,5 +275,40 @@ export { default as IconElementPlus } from "./IconElementPlus/index.js";
288
275
  export { default as IconAlipayLifeid } from "./IconAlipayLifeid/index.js";
289
276
  export { default as IconDingtalk } from "./IconDingtalk/index.js";
290
277
  export { default as IconWechatOfficialAccount } from "./IconWechatOfficialAccount/index.js";
291
- export { default as IconChromefilled } from "./IconChromefilled/index.js";
292
278
  export { default as IconWechatApplet } from "./IconWechatApplet/index.js";
279
+ export { default as IconSHelp } from "./IconSHelp/index.js";
280
+ export { default as IconShield } from "./IconShield/index.js";
281
+ export { default as IconChromefilled } from "./IconChromefilled/index.js";
282
+ export { default as IconNo } from "./IconNo/index.js";
283
+ export { default as IconStr } from "./IconStr/index.js";
284
+ export { default as IconConnectedInside } from "./IconConnectedInside/index.js";
285
+ export { default as IconConnectedOut } from "./IconConnectedOut/index.js";
286
+ export { default as IconConnectCutup } from "./IconConnectCutup/index.js";
287
+ export { default as IconCubeThree } from "./IconCubeThree/index.js";
288
+ export { default as IconClickhouse } from "./IconClickhouse/index.js";
289
+ export { default as IconMySQL } from "./IconMySQL/index.js";
290
+ export { default as IconYuanqu } from "./IconYuanqu/index.js";
291
+ export { default as IconHospitalFill } from "./IconHospitalFill/index.js";
292
+ export { default as IconLocation } from "./IconLocation/index.js";
293
+ export { default as IconClose } from "./IconClose/index.js";
294
+ export { default as IconHospital } from "./IconHospital/index.js";
295
+ export { default as IconDot } from "./IconDot/index.js";
296
+ export { default as IconHome } from "./IconHome/index.js";
297
+ export { default as IconFullScreen } from "./IconFullScreen/index.js";
298
+ export { default as IconMission } from "./IconMission/index.js";
299
+ export { default as IconMessage } from "./IconMessage/index.js";
300
+ export { default as IconService } from "./IconService/index.js";
301
+ export { default as IconServiceFill } from "./IconServiceFill/index.js";
302
+ export { default as IconAdjust } from "./IconAdjust/index.js";
303
+ export { default as IconAlarm } from "./IconAlarm/index.js";
304
+ export { default as IconCctv } from "./IconCctv/index.js";
305
+ export { default as IconTitleDecoration } from "./IconTitleDecoration/index.js";
306
+ export { default as IconWorkBench } from "./IconWorkBench/index.js";
307
+ export { default as IconWorkApp } from "./IconWorkApp/index.js";
308
+ export { default as IconBrowser } from "./IconBrowser/index.js";
309
+ export { default as IconConfiguration } from "./IconConfiguration/index.js";
310
+ export { default as IconTenantry } from "./IconTenantry/index.js";
311
+ export { default as IconCellphone } from "./IconCellphone/index.js";
312
+ export { default as IconJuese } from "./IconJuese/index.js";
313
+ export { default as IconQuanxian } from "./IconQuanxian/index.js";
314
+ export { default as IconYonghu } from "./IconYonghu/index.js";
@@ -0,0 +1,33 @@
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: "IconAdjust",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3.84615 2.92308C3.58646 2.93262 3.37015 3.024 3.19723 3.19723C3.02431 3.37046 2.93292 3.58677 2.92308 3.84615V12.1538C2.93262 12.4135 3.024 12.6298 3.19723 12.8028C3.37046 12.9757 3.58677 13.0671 3.84615 13.0769H12.1538C12.4135 13.0674 12.6298 12.976 12.8028 12.8028C12.9757 12.6295 13.0671 12.4132 13.0769 12.1538V3.84615C13.0674 3.58646 12.976 3.37015 12.8028 3.19723C12.6295 3.02431 12.4132 2.93292 12.1538 2.92308H3.84615ZM3.84615 2H12.1538C12.6732 2.00954 13.1083 2.18985 13.4591 2.54092C13.8098 2.892 13.9902 3.32708 14 3.84615V12.1538C13.9905 12.6732 13.8102 13.1083 13.4591 13.4591C13.108 13.8098 12.6729 13.9902 12.1538 14H3.84615C3.32677 13.9905 2.89169 13.8102 2.54092 13.4591C2.19015 13.108 2.00985 12.6729 2 12.1538V3.84615C2.00954 3.32677 2.18985 2.89169 2.54092 2.54092C2.892 2.19015 3.32708 2.00985 3.84615 2ZM6.15385 6.61538C6.41354 6.60585 6.62985 6.51446 6.80277 6.34123C6.97569 6.168 7.06231 5.95169 7.06262 5.69231C7.06292 5.43292 6.97631 5.21662 6.80277 5.04338C6.62923 4.87015 6.41292 4.78354 6.15385 4.78354C5.89477 4.78354 5.67846 4.87015 5.50492 5.04338C5.33138 5.21662 5.24477 5.43292 5.24508 5.69231C5.24538 5.95169 5.332 6.168 5.50492 6.34123C5.67785 6.51446 5.89415 6.60585 6.15385 6.61538ZM6.15385 7.53846C5.63446 7.52892 5.19938 7.34862 4.84862 6.99754C4.49785 6.64646 4.31754 6.21138 4.30769 5.69231C4.31723 5.17292 4.49754 4.73785 4.84862 4.38708C5.19969 4.03631 5.63477 3.856 6.15385 3.84615C6.67323 3.85569 7.10831 4.036 7.45908 4.38708C7.80985 4.73815 7.99015 5.17323 8 5.69231C7.99046 6.21169 7.81015 6.64677 7.45908 6.99754C7.108 7.34831 6.67292 7.52862 6.15385 7.53846ZM7.53846 5.23077H11.2308C11.2308 5.69231 11.2308 5.69231 11.2308 6.15385H7.53846C7.23077 6.15385 7.07692 6 7.07692 5.69231C7.07692 5.38462 7.23077 5.23077 7.53846 5.23077ZM9.84615 11.2308C10.1058 11.2212 10.3222 11.1298 10.4951 10.9566C10.668 10.7834 10.7546 10.5671 10.7549 10.3077C10.7552 10.0483 10.6686 9.832 10.4951 9.65877C10.3215 9.48554 10.1052 9.39892 9.84615 9.39892C9.58708 9.39892 9.37077 9.48554 9.19723 9.65877C9.02369 9.832 8.93708 10.0483 8.93738 10.3077C8.93769 10.5671 9.02431 10.7834 9.19723 10.9566C9.37015 11.1298 9.58646 11.2212 9.84615 11.2308ZM9.84615 12.1538C9.32677 12.1443 8.89169 11.964 8.54092 11.6129C8.19015 11.2618 8.00985 10.8268 8 10.3077C8.00954 9.78831 8.18985 9.35323 8.54092 9.00246C8.892 8.65169 9.32708 8.47138 9.84615 8.46154C10.3655 8.47108 10.8006 8.65138 11.1514 9.00246C11.5022 9.35354 11.6825 9.78862 11.6923 10.3077C11.6828 10.8271 11.5025 11.2622 11.1514 11.6129C10.8003 11.9637 10.3652 12.144 9.84615 12.1538ZM4.76923 9.84615H8.46154C8.76923 9.84615 8.92308 10 8.92308 10.3077C8.92308 10.6154 8.76923 10.7692 8.46154 10.7692H4.76923C4.76923 10.3077 4.76923 9.84615 4.76923 9.84615Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Adjust`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
@@ -0,0 +1,37 @@
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: "IconAlarm",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M7.99995 3.50233C10.5432 3.50233 12.6142 5.51718 12.6929 8.03231L12.6952 8.18083L12.695 12.8353L14.0461 12.8357C14.213 12.8357 14.3484 12.9706 14.3484 13.1369V13.5526C14.3484 13.719 14.213 13.8538 14.0461 13.8538H1.95384C1.78688 13.8538 1.65153 13.719 1.65153 13.5526V13.1369C1.65153 12.9706 1.78688 12.8357 1.95384 12.8357L3.30424 12.8353L3.30471 8.18083L3.30703 8.03231C3.38574 5.51718 5.45671 3.50233 7.99995 3.50233ZM7.99995 4.52048C6.06087 4.52048 4.46579 6.02027 4.3355 7.91236L4.3287 8.04817L4.3265 8.18083L4.3264 12.8352L7.45392 12.8347L7.45448 9.26088C7.45448 9.09606 7.59109 8.96244 7.7596 8.96244H8.18068C8.34919 8.96244 8.4858 9.09606 8.4858 9.26088L8.48567 12.8347L11.673 12.8352L11.6735 8.19668L11.6716 8.06405C11.6099 6.09254 9.9852 4.52048 7.99995 4.52048ZM14.4976 7.55945C14.6646 7.55945 14.8 7.69432 14.8 7.86068V8.27637C14.8 8.44274 14.6646 8.5776 14.4976 8.5776H13.5327C13.3657 8.5776 13.2304 8.44274 13.2304 8.27637V7.86068C13.2304 7.69432 13.3657 7.55945 13.5327 7.55945H14.4976ZM2.46722 7.55945C2.63418 7.55945 2.76953 7.69432 2.76953 7.86068V8.27637C2.76953 8.44274 2.63418 8.5776 2.46722 8.5776H1.50226C1.3353 8.5776 1.19995 8.44274 1.19995 8.27637V7.86068C1.19995 7.69432 1.3353 7.55945 1.50226 7.55945H2.46722ZM12.6594 3.13549L12.9571 3.42943C13.0763 3.54706 13.0772 3.73691 12.9591 3.85346L12.2768 4.52708C12.1588 4.64362 11.9665 4.64274 11.8473 4.52511L11.5495 4.23117C11.4304 4.11353 11.4295 3.92368 11.5476 3.80714L12.2299 3.13352C12.3479 3.01697 12.5402 3.01785 12.6594 3.13549ZM3.77002 3.13352L4.45235 3.80714C4.57041 3.92368 4.56952 4.11353 4.45036 4.23117L4.15261 4.52511C4.03345 4.64274 3.84115 4.64362 3.72309 4.52708L3.04076 3.85346C2.9227 3.73691 2.92359 3.54706 3.04275 3.42943L3.3405 3.13549C3.45966 3.01785 3.65196 3.01697 3.77002 3.13352ZM8.21049 1.3C8.379 1.3 8.51561 1.43362 8.51561 1.59845V2.55108C8.51561 2.71591 8.379 2.84953 8.21049 2.84953H7.78941C7.6209 2.84953 7.48429 2.71591 7.48429 2.55108V1.59845C7.48429 1.43362 7.6209 1.3 7.78941 1.3H8.21049Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-alarm`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -0,0 +1,39 @@
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: "IconBrowser",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.99993 5.00013H4.45448C4.12721 5.00013 3.90902 4.78195 3.90902 4.45468 3.90902 4.12741 4.12721 3.90922 4.45448 3.90922H4.99993C5.32721 3.90922 5.54539 4.12741 5.54539 4.45468 5.54539 4.78195 5.32721 5.00013 4.99993 5.00013zM7.18175 5.00013H6.6363C6.30902 5.00013 6.09084 4.78195 6.09084 4.45468 6.09084 4.12741 6.30902 3.90922 6.6363 3.90922H7.18175C7.50902 3.90922 7.72721 4.12741 7.72721 4.45468 7.72721 4.78195 7.50902 5.00013 7.18175 5.00013zM9.36357 5.00013H8.81812C8.49084 5.00013 8.27266 4.78195 8.27266 4.45468 8.27266 4.12741 8.49084 3.90922 8.81812 3.90922H9.36357C9.69084 3.90922 9.90902 4.12741 9.90902 4.45468 9.90902 4.78195 9.69084 5.00013 9.36357 5.00013z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
20
+ "fill-rule": "evenodd",
21
+ "clip-rule": "evenodd",
22
+ d: "M3.36364 2H12.6364C13.4 2 14 2.6 14 3.36364V12.6364C14 13.4 13.4 14 12.6364 14H3.36364C2.6 14 2 13.4 2 12.6364V3.36364C2 2.6 2.6 2 3.36364 2ZM12.6364 3.09091H3.36364C3.2 3.09091 3.09091 3.2 3.09091 3.36364V5.81818H12.9091V3.36364C12.9091 3.2 12.8 3.09091 12.6364 3.09091ZM3.36364 12.9091H12.6364C12.8 12.9091 12.9091 12.8 12.9091 12.6364V6.90909H3.09091V12.6364C3.09091 12.8 3.2 12.9091 3.36364 12.9091Z"
23
+ }, null, -1);
24
+ const _hoisted_4 = [
25
+ _hoisted_2,
26
+ _hoisted_3
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
+ viewBox: "0 0 16 16",
31
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-browser`],
34
+ width: "1em",
35
+ height: "1em"
36
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
37
+ }
38
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
+ module.exports = index;
@@ -0,0 +1,37 @@
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: "IconCctv",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M9.49487 12.8123C9.01699 12.9348 8.5161 13 8 13C7.40565 13 6.83148 12.9136 6.28938 12.7526L5.95514 14H9.81312L9.49487 12.8123ZM10.4417 12.4823C12.5385 11.547 14 9.4442 14 7C14 3.68629 11.3137 1 8 1C4.68629 1 2 3.68629 2 7C2 9.36339 3.36645 11.4076 5.3524 12.3858L4.91987 14H3.5C3.22386 14 3 14.2239 3 14.5C3 14.7761 3.22386 15 3.5 15H12.5C12.7761 15 13 14.7761 13 14.5C13 14.2239 12.7761 14 12.5 14H10.8484L10.4417 12.4823ZM13 7C13 9.76142 10.7614 12 8 12C5.23858 12 3 9.76142 3 7C3 4.23858 5.23858 2 8 2C10.7614 2 13 4.23858 13 7ZM8 4C8.27614 4 8.5 3.77614 8.5 3.5C8.5 3.22386 8.27614 3 8 3C7.72386 3 7.5 3.22386 7.5 3.5C7.5 3.77614 7.72386 4 8 4ZM8 10C9.38071 10 10.5 8.88071 10.5 7.5C10.5 6.11929 9.38071 5 8 5C6.61929 5 5.5 6.11929 5.5 7.5C5.5 8.88071 6.61929 10 8 10ZM8 9C8.82843 9 9.5 8.32843 9.5 7.5C9.5 6.67157 8.82843 6 8 6C7.17157 6 6.5 6.67157 6.5 7.5C6.5 8.32843 7.17157 9 8 9Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-cctv`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -15,9 +15,15 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4 2C3.71867 2.01033 3.48433 2.10933 3.297 2.297C3.10967 2.48467 3.01067 2.719 3 3V13C3.01033 13.2813 3.10933 13.5157 3.297 13.703C3.48467 13.8903 3.719 13.9893 4 14H12C12.2813 13.9897 12.5157 13.8907 12.703 13.703C12.8903 13.5153 12.9893 13.281 13 13V3C12.9897 2.71867 12.8907 2.48433 12.703 2.297C12.5153 2.10967 12.281 2.01067 12 2H4ZM4 1H12C12.5627 1.01033 13.034 1.20567 13.414 1.586C13.794 1.96633 13.9893 2.43767 14 3V13C13.9897 13.5627 13.7943 14.034 13.414 14.414C13.0337 14.794 12.5623 14.9893 12 15H4C3.43733 14.9897 2.966 14.7943 2.586 14.414C2.206 14.0337 2.01067 13.5623 2 13V3C2.01033 2.43733 2.20567 1.966 2.586 1.586C2.96633 1.206 3.43767 1.01067 4 1ZM6 3H10C10.146 3 10.2658 3.04683 10.3595 3.1405C10.4532 3.23417 10.5 3.354 10.5 3.5C10.5 3.646 10.4532 3.76583 10.3595 3.8595C10.2658 3.95317 10.146 4 10 4H6C5.854 4 5.73417 3.95317 5.6405 3.8595C5.54683 3.76583 5.5 3.646 5.5 3.5C5.5 3.354 5.54683 3.23417 5.6405 3.1405C5.73417 3.04683 5.854 3 6 3ZM8 13C7.71867 12.9897 7.48433 12.8907 7.297 12.703C7.10967 12.5153 7.01583 12.281 7.0155 12C7.01517 11.719 7.109 11.4847 7.297 11.297C7.485 11.1093 7.71933 11.0155 8 11.0155C8.28067 11.0155 8.515 11.1093 8.703 11.297C8.891 11.4847 8.98483 11.719 8.9845 12C8.98417 12.281 8.89033 12.5153 8.703 12.703C8.51567 12.8907 8.28133 12.9897 8 13V13Z" }, null, -1);
19
- const _hoisted_3 = [
20
- _hoisted_2
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.18182 3.27273C6.18182 3.02169 6.38533 2.81818 6.63636 2.81818H9.36364C9.61467 2.81818 9.81818 3.02169 9.81818 3.27273 9.81818 3.52377 9.61467 3.72727 9.36364 3.72727H6.63636C6.38533 3.72727 6.18182 3.52377 6.18182 3.27273zM8 13.4091C8.50208 13.4091 8.90909 13.0021 8.90909 12.5 8.90909 11.9979 8.50208 11.5909 8 11.5909 7.49792 11.5909 7.09091 11.9979 7.09091 12.5 7.09091 13.0021 7.49792 13.4091 8 13.4091z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
20
+ "fill-rule": "evenodd",
21
+ "clip-rule": "evenodd",
22
+ d: "M3 1.90909C3 1.40701 3.40701 1 3.90909 1H12.0909C12.593 1 13 1.40701 13 1.90909L13.0002 14.091C13.0002 14.593 12.5932 15 12.0912 15H3.90934C3.40726 15 3.00024 14.593 3.00024 14.091L3 1.90909ZM3.90909 1.90909L3.90934 14.091H12.0912L12.0909 1.90909H3.90909Z"
23
+ }, null, -1);
24
+ const _hoisted_4 = [
25
+ _hoisted_2,
26
+ _hoisted_3
21
27
  ];
22
28
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
29
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
@@ -27,7 +33,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
33
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-cellphone`],
28
34
  width: "1em",
29
35
  height: "1em"
30
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
31
37
  }
32
38
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
39
  module.exports = index;
@@ -15,7 +15,7 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.35944 11.047L3.06244 7.74999C2.92711 7.61466 2.76561 7.57299 2.57794 7.62499C2.39028 7.67699 2.27311 7.79416 2.22644 7.97649C2.17978 8.15882 2.22411 8.32282 2.35944 8.46849L6.35944 12.4685L14.3594 4.46849C14.4531 4.36416 14.4974 4.24432 14.4924 4.10899C14.4874 3.97366 14.4353 3.85649 14.3359 3.75749C14.2366 3.65849 14.1219 3.60899 13.9919 3.60899C13.8619 3.60899 13.7448 3.65582 13.6404 3.74949L6.35944 11.047Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.73068 11.3955L1.97321 7.67408C1.81898 7.52133 1.63492 7.47429 1.42105 7.53299C1.20717 7.59168 1.07364 7.72393 1.02046 7.92974C0.967271 8.13554 1.0178 8.32066 1.17203 8.48507L5.73068 13L13.8194 4.81156C13.9262 4.69379 13.9767 4.55853 13.971 4.40578C13.9653 4.25302 13.9058 4.12077 13.7926 4.00903C13.6794 3.89729 13.5487 3.84141 13.4006 3.84141C13.2524 3.84141 13.1189 3.89428 13 4L5.73068 11.3955Z" }, null, -1);
19
19
  const _hoisted_3 = [
20
20
  _hoisted_2
21
21
  ];
@@ -15,8 +15,8 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.99999 4.66672C7.34696 4.66664 6.70828 4.85838 6.16328 5.21813 5.61822 5.57784 5.1908 6.08969 4.93406 6.69016L3.08812 3.49281C3.71194 2.81142 4.47088 2.26747 5.31656 1.89563 6.16228 1.52387 7.07618 1.33241 7.99999 1.33344 9.17049 1.33297 10.3205 1.64079 11.3342 2.22594 12.3479 2.81109 13.1897 3.65292 13.7747 4.66672H7.99999zM5.08156 9.61156C5.40235 10.193 5.88954 10.6653 6.48062 10.968 7.07167 11.2706 7.73965 11.3898 8.3989 11.3103L6.55218 14.5089C3.56749 13.8475 1.33359 11.1848 1.33359 8.00031 1.33359 6.78563 1.65828 5.64703 2.22624 4.66563L5.08156 9.61156zM14.6667 8.00016C14.6667 7.30344 14.5602 6.63141 14.3614 6.00016H10.6667C11.1005 6.57662 11.3345 7.27874 11.3334 8.00016 11.3344 8.605 11.1702 9.19859 10.8581 9.71688L8.00015 14.6669C11.6822 14.6667 14.6667 11.6822 14.6667 8.00016z" }, null, -1);
19
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.01234 6.27547C8.71103 6.09857 8.36861 6.00376 8.01922 6.00047C7.66984 5.99703 7.32562 6.08531 7.02094 6.25641C6.71625 6.4275 6.46172 6.67547 6.28266 6.97547C6.10358 7.27551 6.00624 7.61723 6.00032 7.96659C5.9944 8.31596 6.0801 8.66078 6.24891 8.96672L6.26828 9C6.44216 9.30173 6.69187 9.55278 6.99266 9.72828C7.29338 9.90384 7.63476 9.99777 7.98297 10.0008C8.33125 10.0039 8.67422 9.91594 8.97797 9.74562C9.28171 9.57538 9.53572 9.32875 9.71484 9.03016L9.73219 9C9.90687 8.69737 9.99922 8.35425 10 8.00482C10.0008 7.6554 9.91003 7.31186 9.73672 7.00844C9.56346 6.70502 9.3137 6.4523 9.01234 6.27547Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.00002 4.66672C7.34699 4.66664 6.70832 4.85838 6.16331 5.21813 5.61825 5.57784 5.19083 6.08969 4.93409 6.69016L3.08815 3.49281C3.71197 2.81142 4.47091 2.26747 5.31659 1.89563 6.16231 1.52387 7.07621 1.33241 8.00002 1.33344 9.17052 1.33297 10.3205 1.64079 11.3342 2.22594 12.348 2.81109 13.1897 3.65292 13.7747 4.66672H8.00002zM5.08159 9.61156C5.40238 10.193 5.88957 10.6653 6.48065 10.968 7.0717 11.2706 7.73968 11.3898 8.39893 11.3103L6.55221 14.5089C3.56752 13.8475 1.33362 11.1848 1.33362 8.00031 1.33362 6.78563 1.65831 5.64703 2.22627 4.66563L5.08159 9.61156zM14.6667 8.00016C14.6667 7.30344 14.5602 6.63141 14.3614 6.00016H10.6667C11.1005 6.57662 11.3345 7.27874 11.3335 8.00016 11.3344 8.605 11.1702 9.19859 10.8582 9.71688L8.00018 14.6669C11.6822 14.6667 14.6667 11.6822 14.6667 8.00016z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.01237 6.27547C8.71106 6.09857 8.36864 6.00376 8.01925 6.00047C7.66987 5.99703 7.32565 6.08531 7.02097 6.25641C6.71628 6.4275 6.46175 6.67547 6.28269 6.97547C6.10361 7.27551 6.00627 7.61723 6.00035 7.96659C5.99443 8.31596 6.08013 8.66078 6.24894 8.96672L6.26831 9C6.44219 9.30173 6.6919 9.55278 6.99269 9.72828C7.29341 9.90384 7.63479 9.99777 7.983 10.0008C8.33128 10.0039 8.67425 9.91594 8.978 9.74562C9.28174 9.57538 9.53575 9.32875 9.71487 9.03016L9.73222 9C9.90691 8.69737 9.99925 8.35425 10 8.00482C10.0008 7.6554 9.91006 7.31186 9.73675 7.00844C9.56349 6.70502 9.31373 6.4523 9.01237 6.27547Z" }, null, -1);
20
20
  const _hoisted_4 = [
21
21
  _hoisted_2,
22
22
  _hoisted_3
@@ -0,0 +1,33 @@
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: "IconClickhouse",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M13.1027 9.1795L14 9.59791L8.35285 14.6983C8.16294 14.8698 7.87418 14.8702 7.68374 14.6993L2 9.59791L2.89734 9.1795L8.01876 13.8205L13.1027 9.1795ZM6.89755 5.10868V10.8531H6.03773V5.10868H6.89755ZM8.43022 5.10868V10.8531H7.5704V5.10868H8.43022ZM9.92569 5.10868V10.8531H9.06587V5.10868H9.92569ZM11.4959 8.38055V10.0924H10.6361V8.38055H11.4959ZM5.40208 6.09791V10.0924H4.54226V6.09791H5.40208ZM11.4959 6.09791V7.80973H10.6361V6.09791H11.4959ZM7.68504 1.29744C7.87508 1.12806 8.16204 1.1285 8.35156 1.29847L14 6.36423L13.1027 6.8205L8.01876 2.1795L2.89734 6.8205L2 6.36455L7.68504 1.29744Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-clickhouse`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
@@ -15,7 +15,7 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.9375 3.35949L7.99996 7.29699L4.06246 3.35949C3.95812 3.26582 3.84096 3.21899 3.71096 3.21899C3.58096 3.21899 3.46629 3.26849 3.36696 3.36749C3.26762 3.46649 3.21812 3.58116 3.21846 3.71149C3.21879 3.84182 3.26562 3.95899 3.35896 4.06299L7.29646 8.00049L3.35896 11.938C3.22362 12.0733 3.17929 12.2348 3.22596 12.4225C3.27262 12.6102 3.38729 12.7273 3.56996 12.774C3.75262 12.8207 3.91662 12.7763 4.06196 12.641L7.99946 8.70349L11.937 12.641C12.0413 12.7347 12.1585 12.7815 12.2885 12.7815C12.4185 12.7815 12.5331 12.732 12.6325 12.633C12.7318 12.534 12.7813 12.4193 12.781 12.289C12.7806 12.1587 12.7338 12.0415 12.6405 11.9375L8.70296 7.99999L12.6405 4.06249C12.7758 3.92716 12.8201 3.76566 12.7735 3.57799C12.7268 3.39032 12.6096 3.27316 12.422 3.22649C12.2343 3.17982 12.0728 3.22416 11.9375 3.35949V3.35949Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.9307 2.18901L8.00031 7.11941L3.06991 2.18901C2.93927 2.07173 2.79256 2.01308 2.62977 2.01308C2.46699 2.01308 2.32341 2.07507 2.19903 2.19903C2.07465 2.32299 2.01267 2.46658 2.01308 2.62977C2.0135 2.79297 2.07214 2.93969 2.18901 3.06991L7.11941 8.00031L2.18901 12.9307C2.01955 13.1002 1.96404 13.3024 2.02247 13.5374C2.08091 13.7724 2.22449 13.9191 2.45322 13.9775C2.68195 14.036 2.8873 13.9804 3.06928 13.811L7.99969 8.88058L12.9301 13.811C13.0607 13.9283 13.2074 13.9869 13.3702 13.9869C13.533 13.9869 13.6766 13.9249 13.801 13.801C13.9253 13.677 13.9873 13.5334 13.9869 13.3702C13.9865 13.207 13.9279 13.0603 13.811 12.9301L8.88059 7.99969L13.811 3.06929C13.9804 2.89983 14.036 2.6976 13.9775 2.46261C13.9191 2.22762 13.7724 2.08091 13.5374 2.02247C13.3024 1.96404 13.1002 2.01955 12.9307 2.18901V2.18901Z" }, null, -1);
19
19
  const _hoisted_3 = [
20
20
  _hoisted_2
21
21
  ];
@@ -0,0 +1,43 @@
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: "IconConfiguration",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M6.89199 6.89177C7.2121 6.57166 7.64627 6.39182 8.09897 6.39182C8.55167 6.39182 8.98584 6.57166 9.30595 6.89177C9.62606 7.21188 9.80589 7.64604 9.80589 8.09875C9.80589 8.55145 9.62606 8.98561 9.30595 9.30572C8.98584 9.62583 8.55167 9.80567 8.09897 9.80567C7.64627 9.80567 7.2121 9.62583 6.89199 9.30572C6.57189 8.98561 6.39205 8.55145 6.39205 8.09875C6.39205 7.64604 6.57189 7.21188 6.89199 6.89177ZM7.7723 8.88714C7.87586 8.93007 7.98687 8.95218 8.09897 8.95221C8.32538 8.95226 8.54254 8.86238 8.70267 8.70232C8.86281 8.54227 8.9528 8.32515 8.95286 8.09875C8.95292 7.87234 8.86303 7.65518 8.70297 7.49504C8.54292 7.33491 8.32581 7.24491 8.0994 7.24486C7.98729 7.24483 7.87628 7.26688 7.77269 7.30976C7.66911 7.35263 7.57499 7.41549 7.4957 7.49474C7.41641 7.57399 7.3535 7.66809 7.31057 7.77165C7.26765 7.87521 7.24554 7.98621 7.24551 8.09832C7.24548 8.21042 7.26754 8.32144 7.31041 8.42502C7.35329 8.52861 7.41614 8.62273 7.49539 8.70202C7.57465 8.78131 7.66874 8.84422 7.7723 8.88714Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
24
+ "fill-rule": "evenodd",
25
+ "clip-rule": "evenodd",
26
+ d: "M8.00039 2.7806C10.0803 1.75005 12.0501 1.7125 13.1694 2.83181C14.3088 3.97118 14.2285 5.96188 13.2185 8.0008C14.2285 10.0393 14.3088 12.03 13.1694 13.1694C12.0304 14.3083 10.0406 14.2289 8.00295 13.2197C5.92179 14.2515 3.95115 14.2887 2.83183 13.1694C1.80299 12.1405 1.77013 10.4165 2.51605 8.59097C2.29955 8.38252 2.16348 8.10441 2.1318 7.80555C2.10011 7.50669 2.17482 7.20623 2.3428 6.95702C1.77141 5.27954 1.90113 3.76208 2.83141 2.83181C3.95072 1.7125 5.92094 1.75005 8.00039 2.7806ZM5.58681 10.4144C8.13012 12.9581 11.2802 13.8517 12.566 12.566C13.3128 11.8192 13.3196 10.4425 12.7 8.92254C12.2974 9.55478 11.8365 10.148 11.3233 10.6943C11.4586 10.8908 11.5242 11.1269 11.5095 11.365C11.4949 11.6031 11.4009 11.8294 11.2425 12.0077C11.0841 12.1861 10.8705 12.3062 10.6359 12.349C10.4012 12.3917 10.159 12.3546 9.94789 12.2435C9.73681 12.1324 9.56904 11.9538 9.47139 11.7362C9.37374 11.5185 9.35184 11.2745 9.40919 11.0429C9.46654 10.8114 9.59983 10.6058 9.78777 10.4589C9.97571 10.312 10.2075 10.2323 10.446 10.2326C10.4789 10.2326 10.5106 10.2369 10.5424 10.2412C10.553 10.2427 10.5637 10.2441 10.5744 10.2454C11.2704 9.52167 11.8367 8.75611 12.257 8.00037C11.9297 7.41931 11.5484 6.87038 11.1181 6.36087C11.0391 6.37965 10.9576 6.39202 10.8727 6.39202C10.6617 6.39202 10.4555 6.32946 10.28 6.21223C10.1046 6.09501 9.96784 5.92839 9.8871 5.73346C9.80635 5.53852 9.78522 5.32401 9.82639 5.11707C9.86755 4.91013 9.96916 4.72004 10.1184 4.57084C10.2676 4.42164 10.4576 4.32003 10.6646 4.27887C10.8715 4.23771 11.086 4.25883 11.281 4.33958C11.4759 4.42033 11.6425 4.55706 11.7597 4.7325C11.877 4.90794 11.9395 5.1142 11.9395 5.3252C11.9395 5.51509 11.8858 5.69091 11.7987 5.84538C12.1256 6.23644 12.4267 6.6484 12.7 7.07863C13.32 5.55819 13.3128 4.18199 12.566 3.43521C11.7343 2.60351 10.0696 2.65941 8.21845 3.62425C8.15215 3.65684 8.07834 3.67113 8.00466 3.66564C7.92879 3.67272 7.85244 3.65869 7.78404 3.6251C5.93246 2.65941 4.26693 2.60351 3.43523 3.43521C2.81135 4.05909 2.69229 5.15408 3.07507 6.44025C3.18244 6.40981 3.29334 6.3936 3.40493 6.39202C3.51733 6.39339 3.62902 6.41004 3.73693 6.44153C4.1143 5.92414 4.53103 5.43665 4.98341 4.98339C5.02303 4.94377 5.07006 4.91234 5.12183 4.8909C5.17359 4.86946 5.22908 4.85842 5.28511 4.85842C5.34114 4.85842 5.39662 4.86946 5.44838 4.8909C5.50015 4.91234 5.54719 4.94377 5.58681 4.98339C5.62642 5.02301 5.65785 5.07004 5.6793 5.12181C5.70074 5.17357 5.71177 5.22906 5.71177 5.28509C5.71177 5.34112 5.70074 5.3966 5.67929 5.44836C5.65785 5.50013 5.62642 5.54716 5.58681 5.58678C5.17113 6.00288 4.78768 6.44995 4.43975 6.92416C4.59252 7.13496 4.68512 7.39185 4.68512 7.67222C4.68512 8.01174 4.55025 8.33737 4.31016 8.57745C4.07008 8.81753 3.74446 8.95241 3.40493 8.95241C3.38067 8.95241 3.35742 8.94917 3.33412 8.94593C3.32055 8.94404 3.30695 8.94214 3.29313 8.94089C2.6812 10.4536 2.69144 11.8217 3.43523 12.5655C4.16025 13.2905 5.51853 13.3409 7.08207 12.7021C6.32243 12.2199 5.61858 11.655 4.98341 11.0178C4.94379 10.9782 4.91236 10.9311 4.89092 10.8794C4.86948 10.8276 4.85844 10.7721 4.85844 10.7161C4.85844 10.6601 4.86948 10.6046 4.89092 10.5528C4.91236 10.501 4.94379 10.454 4.98341 10.4144C5.02303 10.3748 5.07006 10.3433 5.12183 10.3219C5.17359 10.3005 5.22908 10.2894 5.28511 10.2894C5.34114 10.2894 5.39662 10.3005 5.44838 10.3219C5.50015 10.3433 5.54719 10.3748 5.58681 10.4144Z"
27
+ }, null, -1);
28
+ const _hoisted_4 = [
29
+ _hoisted_2,
30
+ _hoisted_3
31
+ ];
32
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
34
+ viewBox: "0 0 16 16",
35
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-configuration`],
38
+ width: "1em",
39
+ height: "1em"
40
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
41
+ }
42
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
43
+ module.exports = index;
@@ -0,0 +1,48 @@
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: "IconConnectCutup",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
22
+ viewBox: "0 0 20 14",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-connect-cutup`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), [
29
+ vue.createElementVNode("circle", {
30
+ cx: "10",
31
+ cy: "7",
32
+ r: "7",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#F5222D"
34
+ }, null, 8, _hoisted_1),
35
+ vue.createElementVNode("path", {
36
+ "fill-rule": "evenodd",
37
+ "clip-rule": "evenodd",
38
+ d: "M8.56445 4.70895L9.71642 3.58997C10.3337 3.00397 11.0173 2.6856 11.7673 2.63485C12.5173 2.5841 13.1618 2.8126 13.7008 3.32035C14.2085 3.85935 14.437 4.50385 14.3863 5.25385C14.3355 6.00385 14.0172 6.68747 13.4312 7.30472L12.2792 8.4237L14.2283 10.3728C14.3747 10.5192 14.3747 10.7567 14.2283 10.9031C14.0819 11.0496 13.8444 11.0496 13.698 10.9031L6.27335 3.47851C6.1269 3.33206 6.1269 3.09462 6.27335 2.94818C6.41979 2.80173 6.65723 2.80173 6.80368 2.94818L8.56445 4.70895ZM11.746 7.89052L12.9035 6.76585C13.341 6.30485 13.5852 5.80097 13.6359 5.25422C13.6867 4.70747 13.5324 4.23872 13.1732 3.84797C12.7824 3.48847 12.3137 3.33422 11.7669 3.38522C11.2202 3.43622 10.7163 3.68035 10.2553 4.1176L9.09778 5.24227L11.746 7.89052Z",
39
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
40
+ }, null, 8, _hoisted_2),
41
+ vue.createElementVNode("path", {
42
+ d: "M10.2549 10.481L11.3098 9.4261L10.7825 8.88685L9.71604 9.95335C9.25504 10.3906 8.75117 10.6347 8.20442 10.6857C7.65767 10.7367 7.18892 10.5825 6.79817 10.223C6.43892 9.83222 6.28467 9.36347 6.33542 8.81672C6.38617 8.26997 6.63029 7.7661 7.06779 7.3051L8.13429 6.2386L7.59504 5.71135L6.54017 6.76622C5.95417 7.38347 5.63579 8.0671 5.58504 8.8171C5.53429 9.5671 5.76279 10.2116 6.27054 10.7506C6.80954 11.2583 7.45404 11.4868 8.20404 11.4361C8.95404 11.3853 9.63767 11.067 10.2549 10.481Z",
43
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
44
+ }, null, 8, _hoisted_3)
45
+ ], 16);
46
+ }
47
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
48
+ module.exports = index;
@@ -0,0 +1,52 @@
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: "IconConnectedInside",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
22
+ viewBox: "0 0 20 14",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-connected-inside`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), [
29
+ vue.createElementVNode("path", {
30
+ opacity: ".2",
31
+ "fill-rule": "evenodd",
32
+ "clip-rule": "evenodd",
33
+ d: "M11 1.25469C9.18652 2.51964 8 4.62125 8 7C8 9.37875 9.18652 11.4804 11 12.7453C9.86617 13.5362 8.48725 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C8.48725 0 9.86617 0.463815 11 1.25469Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#1890FF"
35
+ }, null, 8, _hoisted_1),
36
+ vue.createElementVNode("path", {
37
+ opacity: ".2",
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M10 13.3264C12.3649 12.2029 14 9.7924 14 7C14 4.2076 12.3649 1.7971 10 0.673631C10.9093 0.241691 11.9264 0 13 0C16.866 0 20 3.13401 20 7C20 10.866 16.866 14 13 14C11.9264 14 10.9093 13.7583 10 13.3264Z",
41
+ fill: $props.useCurrentColor ? "currentColor" : "#1890FF"
42
+ }, null, 8, _hoisted_2),
43
+ vue.createElementVNode("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M10 13.3266C7.63505 12.2031 6 9.79259 6 7.0002C6 4.2078 7.63505 1.79729 10 0.673828C12.3649 1.79729 14 4.2078 14 7.0002C14 9.79259 12.3649 12.2031 10 13.3266Z",
47
+ fill: $props.useCurrentColor ? "currentColor" : "#1890FF"
48
+ }, null, 8, _hoisted_3)
49
+ ], 16);
50
+ }
51
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
52
+ module.exports = index;