@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
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
@@ -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
  };
package/lib/index.js CHANGED
@@ -86,37 +86,53 @@ var index$1i = require("./IconLineApi/index.js");
86
86
  var index$1j = require("./IconLineArea/index.js");
87
87
  var index$1k = require("./IconLineData/index.js");
88
88
  var index$1l = require("./IconLineDictionary/index.js");
89
- var index$1m = require("./IconLineDingding/index.js");
90
- var index$1n = require("./IconLineEmail/index.js");
91
- var index$1o = require("./IconLineMenuExpand/index.js");
92
- var index$1p = require("./IconLineMenuShrink/index.js");
93
- var index$1q = require("./IconLineFeishu/index.js");
94
- var index$1r = require("./IconLineList/index.js");
95
- var index$1s = require("./IconLineSysNotice/index.js");
96
- var index$1t = require("./IconLinePhrase/index.js");
97
- var index$1u = require("./IconLineQiwei/index.js");
98
- var index$1v = require("./IconLineSeal/index.js");
99
- var index$1w = require("./IconLineSend/index.js");
100
- var index$1x = require("./IconLineSysSet/index.js");
101
- var index$1y = require("./IconLineTask/index.js");
102
- var index$1z = require("./IconLineTemplate/index.js");
103
- var index$1A = require("./IconLineTranslation/index.js");
104
- var index$1B = require("./IconColorDingding/index.js");
105
- var index$1C = require("./IconColorEmail/index.js");
106
- var index$1D = require("./IconColorFeishu/index.js");
107
- var index$1E = require("./IconColorNotice/index.js");
108
- var index$1F = require("./IconLineAi/index.js");
109
- var index$1G = require("./IconLineAuthorization/index.js");
110
- var index$1H = require("./IconColorHttp/index.js");
111
- var index$1I = require("./IconColorJs/index.js");
112
- var index$1J = require("./IconLineOnline/index.js");
113
- var index$1K = require("./IconLineOrg/index.js");
114
- var index$1L = require("./IconLinePermission/index.js");
115
- var index$1M = require("./IconLinePosition/index.js");
116
- var index$1N = require("./IconColorQiwei/index.js");
117
- var index$1O = require("./IconColorSql/index.js");
118
- var index$1P = require("./IconLineUsers/index.js");
119
- var index$1Q = require("./IconLineVector/index.js");
89
+ var index$1m = require("./IconLineEmail/index.js");
90
+ var index$1n = require("./IconLineMenuExpand/index.js");
91
+ var index$1o = require("./IconLineMenuShrink/index.js");
92
+ var index$1p = require("./IconLineList/index.js");
93
+ var index$1q = require("./IconLineSysNotice/index.js");
94
+ var index$1r = require("./IconLinePhrase/index.js");
95
+ var index$1s = require("./IconLineSeal/index.js");
96
+ var index$1t = require("./IconLineSend/index.js");
97
+ var index$1u = require("./IconLineSysSet/index.js");
98
+ var index$1v = require("./IconLineTask/index.js");
99
+ var index$1w = require("./IconLineTemplate/index.js");
100
+ var index$1x = require("./IconLineTranslation/index.js");
101
+ var index$1y = require("./IconColorDingding/index.js");
102
+ var index$1z = require("./IconColorEmail/index.js");
103
+ var index$1A = require("./IconColorFeishu/index.js");
104
+ var index$1B = require("./IconColorNotice/index.js");
105
+ var index$1C = require("./IconLineAi/index.js");
106
+ var index$1D = require("./IconLineAuthorization/index.js");
107
+ var index$1E = require("./IconColorHttp/index.js");
108
+ var index$1F = require("./IconColorJs/index.js");
109
+ var index$1G = require("./IconLineOnline/index.js");
110
+ var index$1H = require("./IconLineOrg/index.js");
111
+ var index$1I = require("./IconLinePermission/index.js");
112
+ var index$1J = require("./IconLinePosition/index.js");
113
+ var index$1K = require("./IconColorQiwei/index.js");
114
+ var index$1L = require("./IconColorSql/index.js");
115
+ var index$1M = require("./IconLineUsers/index.js");
116
+ var index$1N = require("./IconLineVector/index.js");
117
+ var index$1O = require("./IconColorData/index.js");
118
+ var index$1P = require("./IconColorJava/index.js");
119
+ var index$1Q = require("./IconColorMysql/index.js");
120
+ var index$1R = require("./IconColorPgsql/index.js");
121
+ var index$1S = require("./IconColorOracle/index.js");
122
+ var index$1T = require("./IconColorSqlserver/index.js");
123
+ var index$1U = require("./IconColorDatadm/index.js");
124
+ var index$1V = require("./IconColorDatakb/index.js");
125
+ var index$1W = require("./IconColorHuawei/index.js");
126
+ var index$1X = require("./IconColorClickhouse/index.js");
127
+ var index$1Y = require("./IconColorLlm/index.js");
128
+ var index$1Z = require("./IconColorVector/index.js");
129
+ var index$1_ = require("./IconColorAlibl/index.js");
130
+ var index$1$ = require("./IconColorOpenai/index.js");
131
+ var index$20 = require("./IconColorSiliflow/index.js");
132
+ var index$21 = require("./IconColorMilvus/index.js");
133
+ var index$22 = require("./IconColorElsearch/index.js");
134
+ var index$23 = require("./IconColorSysNotice/index.js");
135
+ var index$24 = require("./IconColorSysMessage/index.js");
120
136
  exports.IconFillHeart = index;
121
137
  exports.IconFillMute = index$1;
122
138
  exports.IconFillSound = index$2;
@@ -203,34 +219,50 @@ exports.IconLineApi = index$1i;
203
219
  exports.IconLineArea = index$1j;
204
220
  exports.IconLineData = index$1k;
205
221
  exports.IconLineDictionary = index$1l;
206
- exports.IconLineDingding = index$1m;
207
- exports.IconLineEmail = index$1n;
208
- exports.IconLineMenuExpand = index$1o;
209
- exports.IconLineMenuShrink = index$1p;
210
- exports.IconLineFeishu = index$1q;
211
- exports.IconLineList = index$1r;
212
- exports.IconLineSysNotice = index$1s;
213
- exports.IconLinePhrase = index$1t;
214
- exports.IconLineQiwei = index$1u;
215
- exports.IconLineSeal = index$1v;
216
- exports.IconLineSend = index$1w;
217
- exports.IconLineSysSet = index$1x;
218
- exports.IconLineTask = index$1y;
219
- exports.IconLineTemplate = index$1z;
220
- exports.IconLineTranslation = index$1A;
221
- exports.IconColorDingding = index$1B;
222
- exports.IconColorEmail = index$1C;
223
- exports.IconColorFeishu = index$1D;
224
- exports.IconColorNotice = index$1E;
225
- exports.IconLineAi = index$1F;
226
- exports.IconLineAuthorization = index$1G;
227
- exports.IconColorHttp = index$1H;
228
- exports.IconColorJs = index$1I;
229
- exports.IconLineOnline = index$1J;
230
- exports.IconLineOrg = index$1K;
231
- exports.IconLinePermission = index$1L;
232
- exports.IconLinePosition = index$1M;
233
- exports.IconColorQiwei = index$1N;
234
- exports.IconColorSql = index$1O;
235
- exports.IconLineUsers = index$1P;
236
- exports.IconLineVector = index$1Q;
222
+ exports.IconLineEmail = index$1m;
223
+ exports.IconLineMenuExpand = index$1n;
224
+ exports.IconLineMenuShrink = index$1o;
225
+ exports.IconLineList = index$1p;
226
+ exports.IconLineSysNotice = index$1q;
227
+ exports.IconLinePhrase = index$1r;
228
+ exports.IconLineSeal = index$1s;
229
+ exports.IconLineSend = index$1t;
230
+ exports.IconLineSysSet = index$1u;
231
+ exports.IconLineTask = index$1v;
232
+ exports.IconLineTemplate = index$1w;
233
+ exports.IconLineTranslation = index$1x;
234
+ exports.IconColorDingding = index$1y;
235
+ exports.IconColorEmail = index$1z;
236
+ exports.IconColorFeishu = index$1A;
237
+ exports.IconColorNotice = index$1B;
238
+ exports.IconLineAi = index$1C;
239
+ exports.IconLineAuthorization = index$1D;
240
+ exports.IconColorHttp = index$1E;
241
+ exports.IconColorJs = index$1F;
242
+ exports.IconLineOnline = index$1G;
243
+ exports.IconLineOrg = index$1H;
244
+ exports.IconLinePermission = index$1I;
245
+ exports.IconLinePosition = index$1J;
246
+ exports.IconColorQiwei = index$1K;
247
+ exports.IconColorSql = index$1L;
248
+ exports.IconLineUsers = index$1M;
249
+ exports.IconLineVector = index$1N;
250
+ exports.IconColorData = index$1O;
251
+ exports.IconColorJava = index$1P;
252
+ exports.IconColorMysql = index$1Q;
253
+ exports.IconColorPgsql = index$1R;
254
+ exports.IconColorOracle = index$1S;
255
+ exports.IconColorSqlserver = index$1T;
256
+ exports.IconColorDatadm = index$1U;
257
+ exports.IconColorDatakb = index$1V;
258
+ exports.IconColorHuawei = index$1W;
259
+ exports.IconColorClickhouse = index$1X;
260
+ exports.IconColorLlm = index$1Y;
261
+ exports.IconColorVector = index$1Z;
262
+ exports.IconColorAlibl = index$1_;
263
+ exports.IconColorOpenai = index$1$;
264
+ exports.IconColorSiliflow = index$20;
265
+ exports.IconColorMilvus = index$21;
266
+ exports.IconColorElsearch = index$22;
267
+ exports.IconColorSysNotice = index$23;
268
+ exports.IconColorSysMessage = index$24;