@arco-iconbox/vue-smartcode 0.0.22 → 0.0.24

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 (242) hide show
  1. package/dist/icon.js +1942 -1251
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +409 -345
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconColorAlibl/index.js +58 -0
  6. package/esm/IconColorClickhouse/index.js +51 -0
  7. package/esm/IconColorData/index.js +33 -0
  8. package/esm/IconColorDatadm/index.js +38 -0
  9. package/esm/IconColorDatakb/index.js +38 -0
  10. package/esm/IconColorDingding/index.js +1 -1
  11. package/esm/IconColorElsearch/index.js +76 -0
  12. package/esm/IconColorEmail/index.js +1 -1
  13. package/esm/IconColorFeishu/index.js +1 -1
  14. package/esm/IconColorHttp/index.js +1 -1
  15. package/esm/IconColorHuawei/index.js +33 -0
  16. package/esm/IconColorJava/index.js +38 -0
  17. package/esm/IconColorJs/index.js +1 -1
  18. package/esm/IconColorLlm/index.js +46 -0
  19. package/esm/IconColorMilvus/index.js +33 -0
  20. package/esm/IconColorMysql/index.js +49 -0
  21. package/esm/IconColorNotice/index.js +1 -1
  22. package/esm/IconColorOpenai/index.js +46 -0
  23. package/esm/IconColorOracle/index.js +33 -0
  24. package/esm/IconColorPgsql/index.js +46 -0
  25. package/esm/IconColorQiwei/index.js +1 -1
  26. package/esm/IconColorSiliflow/index.js +33 -0
  27. package/esm/IconColorSql/index.js +1 -1
  28. package/esm/IconColorSqlserver/index.js +56 -0
  29. package/esm/IconColorSysMessage/index.js +46 -0
  30. package/esm/IconColorSysNotice/index.js +33 -0
  31. package/esm/IconColorVector/index.js +33 -0
  32. package/esm/IconFillChart/index.js +1 -1
  33. package/esm/IconFillData/index.js +1 -1
  34. package/esm/IconFillDown/index.js +1 -1
  35. package/esm/IconFillDownload/index.js +1 -1
  36. package/esm/IconFillFile/index.js +1 -1
  37. package/esm/IconFillIdea/index.js +1 -1
  38. package/esm/IconFillMenu/index.js +1 -1
  39. package/esm/IconFillResources/index.js +1 -1
  40. package/esm/IconFillRight/index.js +1 -1
  41. package/esm/IconFillTemplate/index.js +1 -1
  42. package/esm/IconLineArrowdown/index.js +1 -1
  43. package/esm/IconLineArrowleft/index.js +1 -1
  44. package/esm/IconLineArrowright/index.js +1 -1
  45. package/esm/IconLineArrowup/index.js +1 -1
  46. package/esm/IconLineBack/index.js +1 -1
  47. package/esm/IconLineChart/index.js +1 -1
  48. package/esm/IconLineClose/index.js +1 -1
  49. package/esm/IconLineCompany/index.js +1 -1
  50. package/esm/IconLineDelete/index.js +1 -1
  51. package/esm/IconLineDoubledown/index.js +1 -1
  52. package/esm/IconLineDoubleleft/index.js +1 -1
  53. package/esm/IconLineDoubleright/index.js +1 -1
  54. package/esm/IconLineDoubleup/index.js +1 -1
  55. package/esm/IconLineDownload/index.js +1 -1
  56. package/esm/IconLineExit/index.js +1 -1
  57. package/esm/IconLineFile/index.js +1 -1
  58. package/esm/IconLineFilter/index.js +1 -1
  59. package/esm/IconLineFolder/index.js +1 -1
  60. package/esm/IconLineFollow/index.js +1 -1
  61. package/esm/IconLineHome/index.js +1 -1
  62. package/esm/IconLineInfo/index.js +1 -1
  63. package/esm/IconLineLock/index.js +1 -1
  64. package/esm/IconLineManage/index.js +1 -1
  65. package/esm/IconLineMoney/index.js +1 -1
  66. package/esm/IconLineNotice/index.js +1 -1
  67. package/esm/IconLineOrder/index.js +1 -1
  68. package/esm/IconLineOrganization/index.js +1 -1
  69. package/esm/IconLinePercent/index.js +1 -1
  70. package/esm/IconLineQuestion/index.js +1 -1
  71. package/esm/IconLineRefresh/index.js +1 -1
  72. package/esm/IconLineRisk/index.js +1 -1
  73. package/esm/IconLineSet/index.js +1 -1
  74. package/esm/IconLineShopping/index.js +1 -1
  75. package/esm/IconLineSort/index.js +1 -1
  76. package/esm/IconLineSpacing/index.js +1 -1
  77. package/esm/IconLineTime/index.js +1 -1
  78. package/esm/IconLineUser/index.js +1 -1
  79. package/esm/IconLineWarning/index.js +1 -1
  80. package/esm/index.js +19 -3
  81. package/lib/IconColorAlibl/index.js +59 -0
  82. package/lib/IconColorClickhouse/index.js +52 -0
  83. package/lib/IconColorData/index.js +34 -0
  84. package/lib/IconColorDatadm/index.js +39 -0
  85. package/lib/IconColorDatakb/index.js +39 -0
  86. package/lib/IconColorDingding/index.js +1 -1
  87. package/lib/IconColorElsearch/index.js +77 -0
  88. package/lib/IconColorEmail/index.js +1 -1
  89. package/lib/IconColorFeishu/index.js +1 -1
  90. package/lib/IconColorHttp/index.js +1 -1
  91. package/lib/IconColorHuawei/index.js +34 -0
  92. package/lib/IconColorJava/index.js +39 -0
  93. package/lib/IconColorJs/index.js +1 -1
  94. package/lib/IconColorLlm/index.js +47 -0
  95. package/lib/IconColorMilvus/index.js +34 -0
  96. package/lib/IconColorMysql/index.js +50 -0
  97. package/lib/IconColorNotice/index.js +1 -1
  98. package/lib/IconColorOpenai/index.js +47 -0
  99. package/lib/IconColorOracle/index.js +34 -0
  100. package/lib/IconColorPgsql/index.js +47 -0
  101. package/lib/IconColorQiwei/index.js +1 -1
  102. package/lib/IconColorSiliflow/index.js +34 -0
  103. package/lib/IconColorSql/index.js +1 -1
  104. package/lib/IconColorSqlserver/index.js +57 -0
  105. package/lib/IconColorSysMessage/index.js +47 -0
  106. package/lib/IconColorSysNotice/index.js +34 -0
  107. package/lib/IconColorVector/index.js +34 -0
  108. package/lib/IconFillChart/index.js +1 -1
  109. package/lib/IconFillData/index.js +1 -1
  110. package/lib/IconFillDown/index.js +1 -1
  111. package/lib/IconFillDownload/index.js +1 -1
  112. package/lib/IconFillFile/index.js +1 -1
  113. package/lib/IconFillIdea/index.js +1 -1
  114. package/lib/IconFillMenu/index.js +1 -1
  115. package/lib/IconFillResources/index.js +1 -1
  116. package/lib/IconFillRight/index.js +1 -1
  117. package/lib/IconFillTemplate/index.js +1 -1
  118. package/lib/IconLineArrowdown/index.js +1 -1
  119. package/lib/IconLineArrowleft/index.js +1 -1
  120. package/lib/IconLineArrowright/index.js +1 -1
  121. package/lib/IconLineArrowup/index.js +1 -1
  122. package/lib/IconLineBack/index.js +1 -1
  123. package/lib/IconLineChart/index.js +1 -1
  124. package/lib/IconLineClose/index.js +1 -1
  125. package/lib/IconLineCompany/index.js +1 -1
  126. package/lib/IconLineDelete/index.js +1 -1
  127. package/lib/IconLineDoubledown/index.js +1 -1
  128. package/lib/IconLineDoubleleft/index.js +1 -1
  129. package/lib/IconLineDoubleright/index.js +1 -1
  130. package/lib/IconLineDoubleup/index.js +1 -1
  131. package/lib/IconLineDownload/index.js +1 -1
  132. package/lib/IconLineExit/index.js +1 -1
  133. package/lib/IconLineFile/index.js +1 -1
  134. package/lib/IconLineFilter/index.js +1 -1
  135. package/lib/IconLineFolder/index.js +1 -1
  136. package/lib/IconLineFollow/index.js +1 -1
  137. package/lib/IconLineHome/index.js +1 -1
  138. package/lib/IconLineInfo/index.js +1 -1
  139. package/lib/IconLineLock/index.js +1 -1
  140. package/lib/IconLineManage/index.js +1 -1
  141. package/lib/IconLineMoney/index.js +1 -1
  142. package/lib/IconLineNotice/index.js +1 -1
  143. package/lib/IconLineOrder/index.js +1 -1
  144. package/lib/IconLineOrganization/index.js +1 -1
  145. package/lib/IconLinePercent/index.js +1 -1
  146. package/lib/IconLineQuestion/index.js +1 -1
  147. package/lib/IconLineRefresh/index.js +1 -1
  148. package/lib/IconLineRisk/index.js +1 -1
  149. package/lib/IconLineSet/index.js +1 -1
  150. package/lib/IconLineShopping/index.js +1 -1
  151. package/lib/IconLineSort/index.js +1 -1
  152. package/lib/IconLineSpacing/index.js +1 -1
  153. package/lib/IconLineTime/index.js +1 -1
  154. package/lib/IconLineUser/index.js +1 -1
  155. package/lib/IconLineWarning/index.js +1 -1
  156. package/lib/index.js +94 -62
  157. package/package.json +1 -1
  158. package/src/IconColorAlibl/index.vue +19 -0
  159. package/src/IconColorClickhouse/index.vue +19 -0
  160. package/src/IconColorData/index.vue +19 -0
  161. package/src/IconColorDatadm/index.vue +19 -0
  162. package/src/IconColorDatakb/index.vue +19 -0
  163. package/src/IconColorDingding/index.vue +1 -1
  164. package/src/IconColorElsearch/index.vue +19 -0
  165. package/src/IconColorEmail/index.vue +1 -1
  166. package/src/IconColorFeishu/index.vue +1 -1
  167. package/src/IconColorHttp/index.vue +1 -1
  168. package/src/IconColorHuawei/index.vue +19 -0
  169. package/src/IconColorJava/index.vue +19 -0
  170. package/src/IconColorJs/index.vue +1 -1
  171. package/src/IconColorLlm/index.vue +19 -0
  172. package/src/IconColorMilvus/index.vue +19 -0
  173. package/src/IconColorMysql/index.vue +19 -0
  174. package/src/IconColorNotice/index.vue +1 -1
  175. package/src/IconColorOpenai/index.vue +19 -0
  176. package/src/IconColorOracle/index.vue +19 -0
  177. package/src/IconColorPgsql/index.vue +19 -0
  178. package/src/IconColorQiwei/index.vue +1 -1
  179. package/src/IconColorSiliflow/index.vue +19 -0
  180. package/src/IconColorSql/index.vue +1 -1
  181. package/src/IconColorSqlserver/index.vue +19 -0
  182. package/src/IconColorSysMessage/index.vue +19 -0
  183. package/src/IconColorSysNotice/index.vue +19 -0
  184. package/src/IconColorVector/index.vue +19 -0
  185. package/src/IconFillChart/index.vue +1 -1
  186. package/src/IconFillData/index.vue +1 -1
  187. package/src/IconFillDown/index.vue +1 -1
  188. package/src/IconFillDownload/index.vue +1 -1
  189. package/src/IconFillFile/index.vue +1 -1
  190. package/src/IconFillIdea/index.vue +1 -1
  191. package/src/IconFillMenu/index.vue +1 -1
  192. package/src/IconFillResources/index.vue +1 -1
  193. package/src/IconFillRight/index.vue +1 -1
  194. package/src/IconFillTemplate/index.vue +1 -1
  195. package/src/IconLineArrowdown/index.vue +1 -1
  196. package/src/IconLineArrowleft/index.vue +1 -1
  197. package/src/IconLineArrowright/index.vue +1 -1
  198. package/src/IconLineArrowup/index.vue +1 -1
  199. package/src/IconLineBack/index.vue +1 -1
  200. package/src/IconLineChart/index.vue +1 -1
  201. package/src/IconLineClose/index.vue +1 -1
  202. package/src/IconLineCompany/index.vue +1 -1
  203. package/src/IconLineDelete/index.vue +1 -1
  204. package/src/IconLineDoubledown/index.vue +1 -1
  205. package/src/IconLineDoubleleft/index.vue +1 -1
  206. package/src/IconLineDoubleright/index.vue +1 -1
  207. package/src/IconLineDoubleup/index.vue +1 -1
  208. package/src/IconLineDownload/index.vue +1 -1
  209. package/src/IconLineExit/index.vue +1 -1
  210. package/src/IconLineFile/index.vue +1 -1
  211. package/src/IconLineFilter/index.vue +1 -1
  212. package/src/IconLineFolder/index.vue +1 -1
  213. package/src/IconLineFollow/index.vue +1 -1
  214. package/src/IconLineHome/index.vue +1 -1
  215. package/src/IconLineInfo/index.vue +1 -1
  216. package/src/IconLineLock/index.vue +1 -1
  217. package/src/IconLineManage/index.vue +1 -1
  218. package/src/IconLineMoney/index.vue +1 -1
  219. package/src/IconLineNotice/index.vue +1 -1
  220. package/src/IconLineOrder/index.vue +1 -1
  221. package/src/IconLineOrganization/index.vue +1 -1
  222. package/src/IconLinePercent/index.vue +1 -1
  223. package/src/IconLineQuestion/index.vue +1 -1
  224. package/src/IconLineRefresh/index.vue +1 -1
  225. package/src/IconLineRisk/index.vue +1 -1
  226. package/src/IconLineSet/index.vue +1 -1
  227. package/src/IconLineShopping/index.vue +1 -1
  228. package/src/IconLineSort/index.vue +1 -1
  229. package/src/IconLineSpacing/index.vue +1 -1
  230. package/src/IconLineTime/index.vue +1 -1
  231. package/src/IconLineUser/index.vue +1 -1
  232. package/src/IconLineWarning/index.vue +1 -1
  233. package/src/index.js +20 -4
  234. package/esm/IconLineDingding/index.js +0 -32
  235. package/esm/IconLineFeishu/index.js +0 -32
  236. package/esm/IconLineQiwei/index.js +0 -32
  237. package/lib/IconLineDingding/index.js +0 -33
  238. package/lib/IconLineFeishu/index.js +0 -33
  239. package/lib/IconLineQiwei/index.js +0 -33
  240. package/src/IconLineDingding/index.vue +0 -19
  241. package/src/IconLineFeishu/index.vue +0 -19
  242. package/src/IconLineQiwei/index.vue +0 -19
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
@@ -9,7 +9,7 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: true
12
+ default: false
13
13
  }
14
14
  }
15
15
  };
package/esm/index.js CHANGED
@@ -84,15 +84,12 @@ export { default as IconLineApi } from "./IconLineApi/index.js";
84
84
  export { default as IconLineArea } from "./IconLineArea/index.js";
85
85
  export { default as IconLineData } from "./IconLineData/index.js";
86
86
  export { default as IconLineDictionary } from "./IconLineDictionary/index.js";
87
- export { default as IconLineDingding } from "./IconLineDingding/index.js";
88
87
  export { default as IconLineEmail } from "./IconLineEmail/index.js";
89
88
  export { default as IconLineMenuExpand } from "./IconLineMenuExpand/index.js";
90
89
  export { default as IconLineMenuShrink } from "./IconLineMenuShrink/index.js";
91
- export { default as IconLineFeishu } from "./IconLineFeishu/index.js";
92
90
  export { default as IconLineList } from "./IconLineList/index.js";
93
91
  export { default as IconLineSysNotice } from "./IconLineSysNotice/index.js";
94
92
  export { default as IconLinePhrase } from "./IconLinePhrase/index.js";
95
- export { default as IconLineQiwei } from "./IconLineQiwei/index.js";
96
93
  export { default as IconLineSeal } from "./IconLineSeal/index.js";
97
94
  export { default as IconLineSend } from "./IconLineSend/index.js";
98
95
  export { default as IconLineSysSet } from "./IconLineSysSet/index.js";
@@ -115,3 +112,22 @@ export { default as IconColorQiwei } from "./IconColorQiwei/index.js";
115
112
  export { default as IconColorSql } from "./IconColorSql/index.js";
116
113
  export { default as IconLineUsers } from "./IconLineUsers/index.js";
117
114
  export { default as IconLineVector } from "./IconLineVector/index.js";
115
+ export { default as IconColorData } from "./IconColorData/index.js";
116
+ export { default as IconColorJava } from "./IconColorJava/index.js";
117
+ export { default as IconColorMysql } from "./IconColorMysql/index.js";
118
+ export { default as IconColorPgsql } from "./IconColorPgsql/index.js";
119
+ export { default as IconColorOracle } from "./IconColorOracle/index.js";
120
+ export { default as IconColorSqlserver } from "./IconColorSqlserver/index.js";
121
+ export { default as IconColorDatadm } from "./IconColorDatadm/index.js";
122
+ export { default as IconColorDatakb } from "./IconColorDatakb/index.js";
123
+ export { default as IconColorHuawei } from "./IconColorHuawei/index.js";
124
+ export { default as IconColorClickhouse } from "./IconColorClickhouse/index.js";
125
+ export { default as IconColorLlm } from "./IconColorLlm/index.js";
126
+ export { default as IconColorVector } from "./IconColorVector/index.js";
127
+ export { default as IconColorAlibl } from "./IconColorAlibl/index.js";
128
+ export { default as IconColorOpenai } from "./IconColorOpenai/index.js";
129
+ export { default as IconColorSiliflow } from "./IconColorSiliflow/index.js";
130
+ export { default as IconColorMilvus } from "./IconColorMilvus/index.js";
131
+ export { default as IconColorElsearch } from "./IconColorElsearch/index.js";
132
+ export { default as IconColorSysNotice } from "./IconColorSysNotice/index.js";
133
+ export { default as IconColorSysMessage } from "./IconColorSysMessage/index.js";
@@ -0,0 +1,59 @@
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: "IconColorAlibl",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = ["fill"];
21
+ const _hoisted_5 = ["fill"];
22
+ const _hoisted_6 = ["fill"];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
25
+ viewBox: "0 0 16 16",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-alibl`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), [
32
+ vue.createElementVNode("path", {
33
+ d: "M1.07166 4V12L4.53599 10V6L1.07166 4Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#0423DB"
35
+ }, null, 8, _hoisted_1),
36
+ vue.createElementVNode("path", {
37
+ d: "M4.53601 6V10L8.00001 8L4.53601 6Z",
38
+ fill: $props.useCurrentColor ? "currentColor" : "#1C54E4"
39
+ }, null, 8, _hoisted_2),
40
+ vue.createElementVNode("path", {
41
+ d: "M8.00001 8.00038L4.53601 6.00038L11.4627 1.99805L14.9283 4.00038L8.00001 8.00038Z",
42
+ fill: $props.useCurrentColor ? "currentColor" : "#AB9BFF"
43
+ }, null, 8, _hoisted_3),
44
+ vue.createElementVNode("path", {
45
+ d: "M4.53599 6L1.07166 4L7.99999 0L11.4627 1.99767L4.53599 6Z",
46
+ fill: $props.useCurrentColor ? "currentColor" : "#7347FF"
47
+ }, null, 8, _hoisted_4),
48
+ vue.createElementVNode("path", {
49
+ d: "M14.9283 12L8.00001 16L4.53601 14L11.464 10L14.9283 12Z",
50
+ fill: $props.useCurrentColor ? "currentColor" : "#00CFCA"
51
+ }, null, 8, _hoisted_5),
52
+ vue.createElementVNode("path", {
53
+ d: "M11.464 10L14.9283 8V12L11.464 10ZM4.53599 14L1.07166 12L7.99999 8L11.464 10L4.53599 14Z",
54
+ fill: $props.useCurrentColor ? "currentColor" : "#00EBD2"
55
+ }, null, 8, _hoisted_6)
56
+ ], 16);
57
+ }
58
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
59
+ 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: "IconColorClickhouse",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = { "clip-path": "url(#svg_822de1b17f__clip0_3418_263489)" };
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = { id: "svg_822de1b17f__clip0_3418_263489" };
21
+ const _hoisted_5 = ["fill"];
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: "none",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-clickhouse`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), [
31
+ vue.createElementVNode("g", _hoisted_1, [
32
+ vue.createElementVNode("path", {
33
+ d: "M0 0.9375H1.69383V13.3678H0V0.9375ZM3.57438 0.9375H5.26821V15.0616H3.57438V0.9375ZM7.15543 0.9375H8.84926V15.0616H7.15543V0.9375ZM10.7298 0.9375H12.4236V15.0616H10.7298V0.9375ZM14.3109 6.58582H16.0047V9.41332H14.3109V6.58582Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#FFCB14"
35
+ }, null, 8, _hoisted_2),
36
+ vue.createElementVNode("path", {
37
+ d: "M0 13.3691H1.69383V15.063H0V13.3691Z",
38
+ fill: $props.useCurrentColor ? "currentColor" : "red"
39
+ }, null, 8, _hoisted_3)
40
+ ]),
41
+ vue.createElementVNode("defs", null, [
42
+ vue.createElementVNode("clipPath", _hoisted_4, [
43
+ vue.createElementVNode("path", {
44
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
45
+ d: "M0 0H16V16H0z"
46
+ }, null, 8, _hoisted_5)
47
+ ])
48
+ ])
49
+ ], 16);
50
+ }
51
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
52
+ module.exports = index;
@@ -0,0 +1,34 @@
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: "IconColorData",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
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 16 16",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-data`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M8.00061 1.30664C9.8444 1.30669 11.5451 1.61203 12.8092 2.13086C13.4396 2.38963 13.9941 2.71554 14.401 3.11035C14.8098 3.50715 15.1089 4.01694 15.109 4.61719C15.109 4.6288 15.1073 4.6408 15.1071 4.65234H15.109V11.543H15.0992C15.0513 12.0738 14.7728 12.5278 14.401 12.8887C13.9941 13.2836 13.4397 13.6084 12.8092 13.8672C11.5451 14.3861 9.84459 14.6923 8.00061 14.6924C6.15648 14.6924 4.45524 14.3862 3.19104 13.8672C2.56068 13.6084 2.00609 13.2835 1.59924 12.8887C1.22755 12.5278 0.948943 12.0737 0.901001 11.543H0.891235V4.65234H0.893188C0.892965 4.6408 0.891236 4.6288 0.891235 4.61719C0.891387 4.01696 1.19051 3.50715 1.59924 3.11035C2.00616 2.71545 2.56058 2.38967 3.19104 2.13086C4.45523 1.61191 6.15652 1.30666 8.00061 1.30664ZM13.7789 9.98926C13.4873 10.175 13.1604 10.3412 12.8092 10.4854C11.5451 11.0042 9.84452 11.3105 8.00061 11.3105C6.15648 11.3105 4.45524 11.0043 3.19104 10.4854C2.83982 10.3412 2.51299 10.1751 2.22131 9.98926V11.3818C2.22131 11.5118 2.28294 11.6986 2.526 11.9346C2.77115 12.1724 3.1608 12.417 3.69592 12.6367C4.76387 13.0751 6.28604 13.3623 8.00061 13.3623C9.71502 13.3623 11.2364 13.0751 12.3043 12.6367C12.8395 12.417 13.229 12.1724 13.4742 11.9346C13.7174 11.6985 13.7789 11.5118 13.7789 11.3818V9.98926ZM13.7789 6.60645C13.4872 6.79232 13.1605 6.95832 12.8092 7.10254C11.5451 7.62149 9.84465 7.92769 8.00061 7.92773C6.15648 7.92771 4.45524 7.62152 3.19104 7.10254C2.83977 6.95831 2.51299 6.79234 2.22131 6.60645V8L2.23499 8.10742C2.26363 8.22587 2.34349 8.37559 2.526 8.55273C2.77118 8.7906 3.16076 9.03514 3.69592 9.25488C4.76387 9.69329 6.28604 9.98045 8.00061 9.98047C9.71494 9.98042 11.2364 9.69321 12.3043 9.25488C12.8394 9.0352 13.229 8.79054 13.4742 8.55273C13.6567 8.37563 13.7366 8.22585 13.7653 8.10742L13.7789 8V6.60645ZM8.00061 2.63672C6.28604 2.63674 4.76387 2.92292 3.69592 3.36133C3.16058 3.58111 2.77123 3.82654 2.526 4.06445C2.28309 4.30021 2.22146 4.48726 2.22131 4.61719C2.22137 4.74707 2.28319 4.93414 2.526 5.16992C2.77115 5.40774 3.16089 5.65236 3.69592 5.87207C4.76387 6.31048 6.28604 6.59763 8.00061 6.59766C9.71508 6.59761 11.2364 6.31046 12.3043 5.87207C12.8395 5.65233 13.229 5.40779 13.4742 5.16992C13.7172 4.93405 13.7789 4.7471 13.7789 4.61719C13.7788 4.48726 13.7171 4.30021 13.4742 4.06445C13.229 3.8266 12.8395 3.58104 12.3043 3.36133C11.2364 2.92301 9.71491 2.63677 8.00061 2.63672Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#2A5BE4"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ 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: "IconColorDatadm",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
21
+ viewBox: "0 0 16 16",
22
+ fill: "none",
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-datadm`],
25
+ width: "1em",
26
+ height: "1em"
27
+ }, _ctx.$attrs), [
28
+ vue.createElementVNode("path", {
29
+ d: "M8.00098 1.30762C9.84463 1.30771 11.5456 1.61402 12.8096 2.13281C13.4397 2.39155 13.9946 2.7176 14.4014 3.1123C14.8099 3.50905 15.1092 4.01911 15.1094 4.61914C15.1093 4.6306 15.1076 4.64291 15.1074 4.6543H15.1094V8.01562H13.7773L13.7793 8.00195V6.6084C13.4876 6.79425 13.1608 6.96029 12.8096 7.10449C11.5455 7.62341 9.84487 7.9296 8.00098 7.92969C6.15708 7.92967 4.45556 7.62335 3.19141 7.10449C2.84033 6.96034 2.51324 6.79417 2.22168 6.6084V8.00195L2.23535 8.10938C2.26411 8.22774 2.34413 8.37782 2.52637 8.55469C2.77157 8.79242 3.16144 9.03722 3.69629 9.25684C4.54092 9.60349 5.66992 9.85212 6.95312 9.94238V11.2744C5.51774 11.182 4.212 10.9062 3.19141 10.4873C2.84038 10.3432 2.51323 10.1769 2.22168 9.99121V11.3838C2.22183 11.5137 2.28361 11.7009 2.52637 11.9365C2.77154 12.1742 3.16148 12.4191 3.69629 12.6387C4.54092 12.9853 5.66992 13.234 6.95312 13.3242V14.6562C5.51774 14.5638 4.212 14.288 3.19141 13.8691C2.56126 13.6104 2.00641 13.2853 1.59961 12.8906C1.22804 12.5299 0.949443 12.0754 0.901367 11.5449H0.891602V4.6543H0.893555C0.893335 4.64292 0.89165 4.6306 0.891602 4.61914C0.891754 4.01894 1.1909 3.50909 1.59961 3.1123C2.00653 2.71741 2.56095 2.39163 3.19141 2.13281C4.45558 1.6139 6.15696 1.30764 8.00098 1.30762ZM8.00098 2.63867C6.28648 2.63869 4.76423 2.9249 3.69629 3.36328C3.16095 3.58306 2.77159 3.82849 2.52637 4.06641C2.28351 4.30214 2.22182 4.48922 2.22168 4.61914C2.22189 4.749 2.28386 4.93639 2.52637 5.17188C2.77154 5.40957 3.16157 5.65444 3.69629 5.87402C4.76421 6.31232 6.28666 6.59959 8.00098 6.59961C9.7153 6.59952 11.2369 6.31238 12.3047 5.87402C12.8398 5.65432 13.2294 5.40971 13.4746 5.17188C13.7173 4.9363 13.7791 4.74904 13.7793 4.61914C13.7792 4.48929 13.7172 4.30197 13.4746 4.06641C13.2294 3.82862 12.8396 3.58295 12.3047 3.36328C11.2369 2.925 9.71513 2.63876 8.00098 2.63867Z",
30
+ fill: $props.useCurrentColor ? "currentColor" : "#2365C4"
31
+ }, null, 8, _hoisted_1),
32
+ vue.createElementVNode("path", {
33
+ d: "M9.53467 9.69824C9.80641 9.69824 10.0411 9.6982 10.2329 9.71387C10.4303 9.73003 10.627 9.76509 10.8159 9.86133C11.0981 10.0051 11.3274 10.2354 11.4712 10.5176C11.5675 10.7066 11.6035 10.9031 11.6196 11.1006C11.6353 11.2923 11.6353 11.5263 11.6353 11.7979V11.8848C11.6353 12.1563 11.6353 12.3903 11.6196 12.582C11.6035 12.7796 11.5675 12.9769 11.4712 13.166C11.3274 13.4481 11.098 13.6775 10.8159 13.8213C10.6269 13.9176 10.4304 13.9536 10.2329 13.9697C10.0411 13.9854 9.80641 13.9854 9.53467 13.9854H8.81787C8.54188 13.9854 8.31812 13.7613 8.31787 13.4854V10.1982C8.318 9.92221 8.54181 9.69824 8.81787 9.69824H9.53467ZM12.9253 9.69531C13.1431 9.69531 13.3359 9.8364 13.4019 10.0439L13.9702 11.833L14.5386 10.0439L14.5688 9.96973C14.6528 9.80363 14.8246 9.69545 15.0151 9.69531H15.2573L15.353 9.7041C15.5702 9.74633 15.7384 9.92985 15.7554 10.1582L15.9985 13.4482C16.0187 13.7235 15.8118 13.9639 15.5366 13.9844C15.2616 14.0044 15.021 13.7975 15.0005 13.5225L14.9028 12.1992L14.4468 13.6367C14.3807 13.8442 14.1879 13.9853 13.9702 13.9854C13.7526 13.9852 13.5596 13.8442 13.4937 13.6367L13.0366 12.1992L12.9399 13.5225C12.9194 13.7976 12.679 14.0046 12.4038 13.9844C12.1288 13.9637 11.9217 13.7233 11.9419 13.4482L12.1851 10.1582L12.2007 10.0635C12.2588 9.85007 12.4542 9.69556 12.6831 9.69531H12.9253ZM9.31787 12.9854H9.53467C9.82283 12.9854 10.0092 12.9842 10.1509 12.9727C10.2863 12.9616 10.337 12.9433 10.3618 12.9307C10.4558 12.8827 10.5327 12.8059 10.5806 12.7119C10.5932 12.6871 10.6115 12.6363 10.6226 12.501C10.6341 12.3593 10.6353 12.1729 10.6353 11.8848V11.7979C10.6353 11.5102 10.6341 11.3241 10.6226 11.1826C10.6115 11.0477 10.5932 10.9965 10.5806 10.9717C10.5326 10.8777 10.4558 10.8008 10.3618 10.7529C10.3371 10.7403 10.2866 10.7211 10.1509 10.71C10.0092 10.6984 9.8228 10.6982 9.53467 10.6982H9.31787V12.9854Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#FF7D00"
35
+ }, null, 8, _hoisted_2)
36
+ ], 16);
37
+ }
38
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
+ 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: "IconColorDatakb",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
21
+ viewBox: "0 0 16 16",
22
+ fill: "none",
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-datakb`],
25
+ width: "1em",
26
+ height: "1em"
27
+ }, _ctx.$attrs), [
28
+ vue.createElementVNode("path", {
29
+ d: "M8.00098 1.30762C9.84463 1.30771 11.5456 1.61304 12.8096 2.13184C13.4397 2.39058 13.9946 2.71662 14.4014 3.11133C14.8099 3.50807 15.1092 4.01813 15.1094 4.61816C15.1093 4.62962 15.1076 4.64194 15.1074 4.65332H15.1094V8.01465H13.7773L13.7793 8.00098V6.60742C13.4876 6.79328 13.1608 6.95931 12.8096 7.10352C11.5455 7.62243 9.84487 7.92862 8.00098 7.92871C6.15708 7.92869 4.45556 7.62237 3.19141 7.10352C2.84033 6.95937 2.51324 6.79319 2.22168 6.60742V8.00098L2.23535 8.1084C2.26411 8.22676 2.34413 8.37684 2.52637 8.55371C2.77157 8.79144 3.16144 9.03625 3.69629 9.25586C4.54092 9.60252 5.66992 9.85115 6.95312 9.94141V11.2734C5.51774 11.181 4.212 10.9052 3.19141 10.4863C2.84038 10.3422 2.51323 10.176 2.22168 9.99023V11.3828C2.22183 11.5127 2.28361 11.6999 2.52637 11.9355C2.77154 12.1733 3.16148 12.4181 3.69629 12.6377C4.54092 12.9844 5.66992 13.233 6.95312 13.3232V14.6553C5.51774 14.5628 4.212 14.2871 3.19141 13.8682C2.56126 13.6094 2.00641 13.2843 1.59961 12.8896C1.22804 12.5289 0.949443 12.0744 0.901367 11.5439H0.891602V4.65332H0.893555C0.893335 4.64194 0.89165 4.62962 0.891602 4.61816C0.891754 4.01797 1.1909 3.50812 1.59961 3.11133C2.00653 2.71643 2.56095 2.39065 3.19141 2.13184C4.45558 1.61292 6.15696 1.30764 8.00098 1.30762ZM8.00098 2.6377C6.28648 2.63772 4.76423 2.92393 3.69629 3.3623C3.16095 3.58208 2.77159 3.82751 2.52637 4.06543C2.28351 4.30116 2.22182 4.48825 2.22168 4.61816C2.22189 4.74802 2.28386 4.93541 2.52637 5.1709C2.77154 5.40859 3.16157 5.65347 3.69629 5.87305C4.76421 6.31135 6.28666 6.59861 8.00098 6.59863C9.7153 6.59854 11.2369 6.3114 12.3047 5.87305C12.8398 5.65334 13.2294 5.40873 13.4746 5.1709C13.7173 4.93532 13.7791 4.74806 13.7793 4.61816C13.7792 4.48832 13.7172 4.30099 13.4746 4.06543C13.2294 3.82765 12.8396 3.58197 12.3047 3.3623C11.2369 2.92402 9.71513 2.63779 8.00098 2.6377Z",
30
+ fill: $props.useCurrentColor ? "currentColor" : "#2365C4"
31
+ }, null, 8, _hoisted_1),
32
+ vue.createElementVNode("path", {
33
+ d: "M8.8501 9.69922C9.12624 9.69922 9.3501 9.92308 9.3501 10.1992V11.127L10.6577 10.1523C10.8791 9.98728 11.1928 10.0325 11.3579 10.2539C11.5228 10.4753 11.4767 10.7891 11.2554 10.9541L10.2788 11.6816L11.3638 13.1982C11.5241 13.4228 11.472 13.7349 11.2476 13.8955C11.0231 14.0558 10.711 14.0044 10.5503 13.7803L9.47607 12.2793L9.3501 12.374V13.4893C9.34986 13.7652 9.1261 13.9893 8.8501 13.9893C8.57416 13.9892 8.35033 13.7652 8.3501 13.4893V10.1992C8.3501 9.92312 8.57401 9.69928 8.8501 9.69922ZM12.8325 9.69922C13.1121 9.69922 13.3555 9.69851 13.5513 9.71582C13.7499 9.73343 13.9618 9.77377 14.1558 9.89355C14.4378 10.068 14.6425 10.3436 14.728 10.6641C14.7866 10.8843 14.7636 11.0987 14.7231 11.2939C14.6906 11.4508 14.6359 11.6344 14.5737 11.8418C14.6361 12.0498 14.6905 12.2334 14.7231 12.3906C14.7637 12.5859 14.7867 12.8002 14.728 13.0205C14.6425 13.341 14.4379 13.6176 14.1558 13.792C13.962 13.9116 13.7498 13.9511 13.5513 13.9688C13.3555 13.9861 13.112 13.9863 12.8325 13.9863H12.2319C11.9562 13.9861 11.7324 13.762 11.7319 13.4863V10.1992C11.7319 9.9232 11.956 9.69941 12.2319 9.69922H12.8325ZM12.7319 12.9863H12.8325C13.1302 12.9863 13.3211 12.9851 13.4624 12.9727C13.529 12.9668 13.5715 12.9592 13.5981 12.9521C13.6103 12.9489 13.6189 12.9462 13.6235 12.9443C13.6263 12.9432 13.6285 12.9419 13.6294 12.9414C13.6944 12.9012 13.7424 12.8365 13.7622 12.7627C13.7624 12.7619 13.7628 12.7592 13.7632 12.7559C13.7637 12.751 13.7636 12.742 13.7632 12.7295C13.7622 12.702 13.7582 12.6592 13.7446 12.5938C13.7301 12.5237 13.7085 12.4425 13.6802 12.3428H12.7319V12.9863ZM12.7319 11.3428H13.6802C13.7086 11.2429 13.7301 11.1609 13.7446 11.0908C13.7582 11.0253 13.7622 10.9825 13.7632 10.9551C13.7636 10.9423 13.7636 10.9336 13.7632 10.9287C13.7628 10.925 13.7624 10.9226 13.7622 10.9219C13.7425 10.8479 13.6946 10.7844 13.6294 10.7441C13.6287 10.7437 13.6269 10.7426 13.6235 10.7412C13.619 10.7393 13.6107 10.7357 13.5981 10.7324C13.5715 10.7254 13.529 10.7178 13.4624 10.7119C13.3211 10.6995 13.1302 10.6992 12.8325 10.6992H12.7319V11.3428Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#FF7D00"
35
+ }, null, 8, _hoisted_2)
36
+ ], 16);
37
+ }
38
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
+ module.exports = index;
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: true
13
+ default: false
14
14
  }
15
15
  }
16
16
  };
@@ -0,0 +1,77 @@
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: "IconColorElsearch",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = { "clip-path": "url(#svg_3045745b2a__clip0_3418_263664)" };
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = ["fill"];
21
+ const _hoisted_5 = ["fill"];
22
+ const _hoisted_6 = ["fill"];
23
+ const _hoisted_7 = ["fill"];
24
+ const _hoisted_8 = ["fill"];
25
+ const _hoisted_9 = { id: "svg_3045745b2a__clip0_3418_263664" };
26
+ const _hoisted_10 = ["fill"];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
29
+ viewBox: "0 0 16 16",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-elsearch`],
33
+ width: "1em",
34
+ height: "1em"
35
+ }, _ctx.$attrs), [
36
+ vue.createElementVNode("g", _hoisted_1, [
37
+ vue.createElementVNode("path", {
38
+ d: "M15.52 8.33609C15.52 7.06676 14.7253 5.93076 13.5307 5.49876C13.584 5.22676 13.6107 4.95476 13.6107 4.67742C13.6107 2.28809 11.6747 0.357422 9.29599 0.357422C7.90399 0.357422 6.60799 1.02409 5.79732 2.14409C5.39732 1.83476 4.90132 1.66409 4.39466 1.66409C3.13066 1.66409 2.10132 2.69342 2.10132 3.95742C2.10132 4.23476 2.15466 4.50676 2.24532 4.75742C1.04532 5.18942 0.245324 6.32542 0.23999 7.60009C0.23999 8.87475 1.03466 10.0108 2.23466 10.4428C2.18132 10.7148 2.15466 10.9868 2.15466 11.2641C2.15466 13.6428 4.08532 15.5681 6.46399 15.5734C7.85599 15.5734 9.15199 14.9014 9.95732 13.7761C10.3573 14.0908 10.848 14.2668 11.36 14.2668C12.624 14.2668 13.6533 13.2374 13.6533 11.9734C13.6533 11.6961 13.6 11.4241 13.5093 11.1734C14.7147 10.7468 15.5147 9.61076 15.52 8.33609Z",
39
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
40
+ }, null, 8, _hoisted_2),
41
+ vue.createElementVNode("path", {
42
+ d: "M6.24536 6.91737L9.58936 8.4427L12.96 5.4827C13.008 5.23737 13.0347 4.9867 13.0294 4.74137C13.024 2.66137 11.3387 0.970703 9.25869 0.970703C8.01602 0.970703 6.85336 1.58404 6.14936 2.61337L5.58936 5.52537L6.24536 6.91737Z",
43
+ fill: $props.useCurrentColor ? "currentColor" : "#FED10A"
44
+ }, null, 8, _hoisted_3),
45
+ vue.createElementVNode("path", {
46
+ d: "M2.784 10.4531C2.736 10.7038 2.70933 10.9544 2.71466 11.2104C2.71466 13.2958 4.416 14.9918 6.50133 14.9918C7.75466 14.9918 8.92266 14.3731 9.62666 13.3384L10.1813 10.4371L9.44 9.01309L6.08 7.48242L2.784 10.4531Z",
47
+ fill: $props.useCurrentColor ? "currentColor" : "#24BBB1"
48
+ }, null, 8, _hoisted_4),
49
+ vue.createElementVNode("path", {
50
+ d: "M2.76263 4.6669L5.05597 5.2109L5.5573 2.60823C5.24797 2.36823 4.85863 2.24023 4.45863 2.24023C3.4613 2.24023 2.65063 3.0509 2.65063 4.04823C2.65063 4.25623 2.68797 4.46957 2.76263 4.6669Z",
51
+ fill: $props.useCurrentColor ? "currentColor" : "#EF5098"
52
+ }, null, 8, _hoisted_5),
53
+ vue.createElementVNode("path", {
54
+ d: "M2.56533 5.2168C1.54666 5.5528 0.82666 6.53413 0.82666 7.61146C0.82666 8.66213 1.47733 9.6008 2.45333 9.97413L5.66933 7.06746L5.08266 5.8088L2.56533 5.2168Z",
55
+ fill: $props.useCurrentColor ? "currentColor" : "#17A8E0"
56
+ }, null, 8, _hoisted_6),
57
+ vue.createElementVNode("path", {
58
+ d: "M10.208 13.3395C10.5227 13.5795 10.9067 13.7129 11.3013 13.7129C12.2987 13.7129 13.1093 12.9022 13.1093 11.9049C13.1093 11.6915 13.072 11.4782 12.9973 11.2809L10.7093 10.7422L10.208 13.3395Z",
59
+ fill: $props.useCurrentColor ? "currentColor" : "#93C83E"
60
+ }, null, 8, _hoisted_7),
61
+ vue.createElementVNode("path", {
62
+ d: "M10.672 10.1389L13.1894 10.7256C14.224 10.3789 14.9227 9.41356 14.928 8.32022C14.928 7.27489 14.2774 6.33622 13.3014 5.96289L10.0054 8.85356L10.672 10.1389Z",
63
+ fill: $props.useCurrentColor ? "currentColor" : "#0779A1"
64
+ }, null, 8, _hoisted_8)
65
+ ]),
66
+ vue.createElementVNode("defs", null, [
67
+ vue.createElementVNode("clipPath", _hoisted_9, [
68
+ vue.createElementVNode("path", {
69
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
70
+ d: "M0 0H16V16H0z"
71
+ }, null, 8, _hoisted_10)
72
+ ])
73
+ ])
74
+ ], 16);
75
+ }
76
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
77
+ module.exports = index;
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: true
13
+ default: false
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: true
13
+ default: false
14
14
  }
15
15
  }
16
16
  };
@@ -10,7 +10,7 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: true
13
+ default: false
14
14
  }
15
15
  }
16
16
  };
@@ -0,0 +1,34 @@
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: "IconColorHuawei",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
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 16 16",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-huawei`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M6.95837 13.6348C7.79252 14.1332 8.8371 14.1429 9.67126 13.6445L15.6254 10.1543V11.832H15.6351L9.68201 15.3691C9.27001 15.6139 8.79894 15.7432 8.3197 15.7432C7.84057 15.7431 7.37029 15.6139 6.95837 15.3691L1.00427 11.832V10.0781L6.95837 13.6348ZM6.95837 10.8545C7.7926 11.3518 8.83703 11.3618 9.67126 10.8633L15.6254 7.37402V9.05273H15.6322L9.68201 12.5898C9.27001 12.8346 8.79894 12.9639 8.3197 12.9639C7.84058 12.9638 7.37028 12.8346 6.95837 12.5898L1.00427 9.05078V7.29688L6.95837 10.8545ZM8.3197 2.09082H7.68689C7.41736 2.09128 6.75649 2.51318 6.12439 2.85742C5.52078 3.19304 2.4442 5.04283 2.21228 5.17773L6.95837 8.02539C7.79259 8.52381 8.83781 8.53366 9.68201 8.03516L14.35 5.30273L11.0717 3.64453C11.0505 3.63491 11.0275 3.62988 11.0043 3.62988C10.981 3.62989 10.9581 3.6349 10.9369 3.64453C10.5636 3.865 8.76091 4.91016 8.31873 5.14941C7.9556 5.3511 7.58119 5.90667 7.40955 6.16602C7.40387 6.17496 7.3951 6.18197 7.38513 6.18555C7.37516 6.18912 7.36394 6.18885 7.35388 6.18555C7.34397 6.1822 7.33531 6.17568 7.32947 6.16699C7.3237 6.15834 7.32102 6.14807 7.32166 6.1377V4.05176C7.32179 4.0299 7.32727 4.00816 7.33826 3.98926C7.3492 3.97044 7.36532 3.95526 7.38416 3.94434L10.8607 1.9082C10.8819 1.89426 10.9066 1.88677 10.932 1.88672C10.9576 1.88672 10.9829 1.89408 11.0043 1.9082L15.6351 4.54492V6.22363L9.68201 9.76074C9.27001 10.0055 8.79894 10.1348 8.3197 10.1348C7.84053 10.1347 7.37031 10.0055 6.95837 9.76074L1.00427 6.1748V4.5166C1.00427 4.35383 1.0908 4.20071 1.23474 4.11426C2.21175 3.51928 6.1234 1.17033 7.10193 0.575195C7.24598 0.496355 7.40747 0.453775 7.57166 0.451172H8.3197V2.09082ZM15.6351 9.05273H15.6322L15.6351 9.05078V9.05273Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#2181C4"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = index;