@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
@@ -0,0 +1,58 @@
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: "IconColorAlibl",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = ["fill"];
19
+ const _hoisted_4 = ["fill"];
20
+ const _hoisted_5 = ["fill"];
21
+ const _hoisted_6 = ["fill"];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return openBlock(), createElementBlock("svg", 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-alibl`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), [
31
+ createElementVNode("path", {
32
+ d: "M1.07166 4V12L4.53599 10V6L1.07166 4Z",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#0423DB"
34
+ }, null, 8, _hoisted_1),
35
+ createElementVNode("path", {
36
+ d: "M4.53601 6V10L8.00001 8L4.53601 6Z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#1C54E4"
38
+ }, null, 8, _hoisted_2),
39
+ createElementVNode("path", {
40
+ d: "M8.00001 8.00038L4.53601 6.00038L11.4627 1.99805L14.9283 4.00038L8.00001 8.00038Z",
41
+ fill: $props.useCurrentColor ? "currentColor" : "#AB9BFF"
42
+ }, null, 8, _hoisted_3),
43
+ createElementVNode("path", {
44
+ d: "M4.53599 6L1.07166 4L7.99999 0L11.4627 1.99767L4.53599 6Z",
45
+ fill: $props.useCurrentColor ? "currentColor" : "#7347FF"
46
+ }, null, 8, _hoisted_4),
47
+ createElementVNode("path", {
48
+ d: "M14.9283 12L8.00001 16L4.53601 14L11.464 10L14.9283 12Z",
49
+ fill: $props.useCurrentColor ? "currentColor" : "#00CFCA"
50
+ }, null, 8, _hoisted_5),
51
+ createElementVNode("path", {
52
+ d: "M11.464 10L14.9283 8V12L11.464 10ZM4.53599 14L1.07166 12L7.99999 8L11.464 10L4.53599 14Z",
53
+ fill: $props.useCurrentColor ? "currentColor" : "#00EBD2"
54
+ }, null, 8, _hoisted_6)
55
+ ], 16);
56
+ }
57
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
58
+ export { index as default };
@@ -0,0 +1,51 @@
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: "IconColorClickhouse",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = { "clip-path": "url(#svg_822de1b17f__clip0_3418_263489)" };
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = ["fill"];
19
+ const _hoisted_4 = { id: "svg_822de1b17f__clip0_3418_263489" };
20
+ const _hoisted_5 = ["fill"];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-clickhouse`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), [
30
+ createElementVNode("g", _hoisted_1, [
31
+ createElementVNode("path", {
32
+ 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",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#FFCB14"
34
+ }, null, 8, _hoisted_2),
35
+ createElementVNode("path", {
36
+ d: "M0 13.3691H1.69383V15.063H0V13.3691Z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "red"
38
+ }, null, 8, _hoisted_3)
39
+ ]),
40
+ createElementVNode("defs", null, [
41
+ createElementVNode("clipPath", _hoisted_4, [
42
+ createElementVNode("path", {
43
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
44
+ d: "M0 0H16V16H0z"
45
+ }, null, 8, _hoisted_5)
46
+ ])
47
+ ])
48
+ ], 16);
49
+ }
50
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
51
+ export { index as default };
@@ -0,0 +1,33 @@
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: "IconColorData",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return openBlock(), createElementBlock("svg", mergeProps({
19
+ viewBox: "0 0 16 16",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-data`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ 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",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#2A5BE4"
29
+ }, null, 8, _hoisted_1)
30
+ ], 16);
31
+ }
32
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export { index as default };
@@ -0,0 +1,38 @@
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: "IconColorDatadm",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return openBlock(), createElementBlock("svg", 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-datadm`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ createElementVNode("path", {
28
+ 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",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#2365C4"
30
+ }, null, 8, _hoisted_1),
31
+ createElementVNode("path", {
32
+ 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",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#FF7D00"
34
+ }, null, 8, _hoisted_2)
35
+ ], 16);
36
+ }
37
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
+ export { index as default };
@@ -0,0 +1,38 @@
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: "IconColorDatakb",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return openBlock(), createElementBlock("svg", 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-datakb`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ createElementVNode("path", {
28
+ 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",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#2365C4"
30
+ }, null, 8, _hoisted_1),
31
+ createElementVNode("path", {
32
+ 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",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#FF7D00"
34
+ }, null, 8, _hoisted_2)
35
+ ], 16);
36
+ }
37
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
+ export { index as default };
@@ -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
  };
@@ -0,0 +1,76 @@
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: "IconColorElsearch",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = { "clip-path": "url(#svg_3045745b2a__clip0_3418_263664)" };
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = ["fill"];
19
+ const _hoisted_4 = ["fill"];
20
+ const _hoisted_5 = ["fill"];
21
+ const _hoisted_6 = ["fill"];
22
+ const _hoisted_7 = ["fill"];
23
+ const _hoisted_8 = ["fill"];
24
+ const _hoisted_9 = { id: "svg_3045745b2a__clip0_3418_263664" };
25
+ const _hoisted_10 = ["fill"];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return openBlock(), createElementBlock("svg", mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: "none",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-elsearch`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), [
35
+ createElementVNode("g", _hoisted_1, [
36
+ createElementVNode("path", {
37
+ 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",
38
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
39
+ }, null, 8, _hoisted_2),
40
+ createElementVNode("path", {
41
+ 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",
42
+ fill: $props.useCurrentColor ? "currentColor" : "#FED10A"
43
+ }, null, 8, _hoisted_3),
44
+ createElementVNode("path", {
45
+ 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",
46
+ fill: $props.useCurrentColor ? "currentColor" : "#24BBB1"
47
+ }, null, 8, _hoisted_4),
48
+ createElementVNode("path", {
49
+ 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",
50
+ fill: $props.useCurrentColor ? "currentColor" : "#EF5098"
51
+ }, null, 8, _hoisted_5),
52
+ createElementVNode("path", {
53
+ 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",
54
+ fill: $props.useCurrentColor ? "currentColor" : "#17A8E0"
55
+ }, null, 8, _hoisted_6),
56
+ createElementVNode("path", {
57
+ 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",
58
+ fill: $props.useCurrentColor ? "currentColor" : "#93C83E"
59
+ }, null, 8, _hoisted_7),
60
+ createElementVNode("path", {
61
+ 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",
62
+ fill: $props.useCurrentColor ? "currentColor" : "#0779A1"
63
+ }, null, 8, _hoisted_8)
64
+ ]),
65
+ createElementVNode("defs", null, [
66
+ createElementVNode("clipPath", _hoisted_9, [
67
+ createElementVNode("path", {
68
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
69
+ d: "M0 0H16V16H0z"
70
+ }, null, 8, _hoisted_10)
71
+ ])
72
+ ])
73
+ ], 16);
74
+ }
75
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
76
+ export { index as default };
@@ -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
  };
@@ -0,0 +1,33 @@
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: "IconColorHuawei",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return openBlock(), createElementBlock("svg", mergeProps({
19
+ viewBox: "0 0 16 16",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-huawei`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ 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",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#2181C4"
29
+ }, null, 8, _hoisted_1)
30
+ ], 16);
31
+ }
32
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export { index as default };
@@ -0,0 +1,38 @@
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: "IconColorJava",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return openBlock(), createElementBlock("svg", 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-java`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ createElementVNode("path", {
28
+ d: "M11.127 1.27539C11.2408 1.29553 11.3478 1.34588 11.4375 1.4209L15.4268 4.75781C15.5777 4.88415 15.665 5.07168 15.665 5.26855V12.0703C15.665 13.5421 14.4718 14.7353 13 14.7354H3C1.52816 14.7354 0.334961 13.5422 0.334961 12.0703V3.93066C0.334986 2.45885 1.52818 1.26563 3 1.26562H11.0107L11.127 1.27539ZM3 2.5957C2.26272 2.5957 1.66506 3.19339 1.66504 3.93066V12.0703C1.66504 12.8076 2.2627 13.4053 3 13.4053H13C13.7373 13.4052 14.335 12.8076 14.335 12.0703V5.93262H11.5107C10.8676 5.93244 10.346 5.41165 10.3457 4.76855V2.5957H3ZM11.6758 4.60352H13.1689L11.6758 3.35352V4.60352Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#00A194"
30
+ }, null, 8, _hoisted_1),
31
+ createElementVNode("path", {
32
+ d: "M10.3225 7.58398C10.5867 7.66375 10.7369 7.94283 10.6575 8.20703L9.77661 11.124C9.71277 11.3349 9.51845 11.4795 9.2981 11.4795C9.10551 11.4794 8.93285 11.3688 8.84985 11.2002L8.81958 11.124L7.9397 8.20703C7.86015 7.94279 8.00947 7.66376 8.27368 7.58398C8.53804 7.50422 8.81695 7.65459 8.89673 7.91895L9.2981 9.25L9.69946 7.91895C9.77919 7.65475 10.0583 7.50456 10.3225 7.58398ZM6.77271 7.5625C6.99298 7.56261 7.18744 7.70714 7.25122 7.91797L8.13208 10.835C8.21152 11.0991 8.06114 11.3781 7.79712 11.458C7.53291 11.5374 7.2538 11.3872 7.17407 11.123L6.77271 9.79199L6.37134 11.123C6.29158 11.3873 6.0126 11.5377 5.74829 11.458C5.48404 11.3783 5.33476 11.0992 5.41431 10.835L6.29419 7.91797L6.32446 7.8418C6.40748 7.67322 6.58015 7.5626 6.77271 7.5625ZM11.8235 7.5625C12.0438 7.56252 12.2382 7.7071 12.302 7.91797L13.1829 10.835C13.2623 11.0992 13.112 11.3782 12.8479 11.458C12.5837 11.5374 12.3046 11.3872 12.2249 11.123L11.8235 9.79199L11.4221 11.123C11.3423 11.3874 11.0634 11.5378 10.7991 11.458C10.5348 11.3783 10.3855 11.0992 10.4651 10.835L11.345 7.91797L11.3752 7.8418C11.4582 7.67317 11.6309 7.5626 11.8235 7.5625ZM4.64771 7.5625C4.92375 7.56252 5.14757 7.78648 5.14771 8.0625V9.40039C5.14771 9.6607 5.14843 9.88528 5.13403 10.0693C5.11918 10.2588 5.08603 10.4479 4.99731 10.6309C4.85036 10.9336 4.60568 11.1782 4.30298 11.3252C4.11998 11.414 3.93104 11.447 3.74146 11.4619C3.55732 11.4763 3.33302 11.4756 3.07251 11.4756C2.79637 11.4756 2.57251 11.2517 2.57251 10.9756C2.57288 10.6998 2.7966 10.4756 3.07251 10.4756C3.34882 10.4756 3.52735 10.4755 3.66333 10.4648C3.79372 10.4546 3.84269 10.4373 3.86646 10.4258C3.96725 10.3768 4.04895 10.2952 4.0979 10.1943C4.10944 10.1704 4.12678 10.1211 4.13696 9.99121C4.14759 9.85527 4.14771 9.67644 4.14771 9.40039V8.0625C4.14784 7.78654 4.37174 7.56261 4.64771 7.5625Z",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#00A194"
34
+ }, null, 8, _hoisted_2)
35
+ ], 16);
36
+ }
37
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
+ export { index as default };
@@ -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
  };
@@ -0,0 +1,46 @@
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: "IconColorLlm",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = { "clip-path": "url(#svg_d145f061a5__clip0_3418_263538)" };
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = { id: "svg_d145f061a5__clip0_3418_263538" };
19
+ const _hoisted_4 = ["fill"];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return openBlock(), createElementBlock("svg", mergeProps({
22
+ viewBox: "0 0 16 16",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-llm`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), [
29
+ createElementVNode("g", _hoisted_1, [
30
+ createElementVNode("path", {
31
+ d: "M8.00098 13.5977C8.66365 13.5977 9.20107 14.1352 9.20117 14.7979C9.20117 15.4606 8.66372 15.998 8.00098 15.998C7.33826 15.998 6.80078 15.4606 6.80078 14.7979C6.80089 14.1352 7.33832 13.5977 8.00098 13.5977ZM11.96 2.34277C12.4286 1.87414 13.1886 1.87414 13.6572 2.34277C14.1257 2.81142 14.1258 3.57146 13.6572 4.04004C13.3633 4.33397 12.9545 4.443 12.5752 4.36816C11.9879 4.95686 11.5479 5.4023 11.2168 5.78809C10.835 6.23293 10.6321 6.55676 10.5195 6.86914C10.2561 7.60005 10.2561 8.39995 10.5195 9.13086C10.6321 9.44324 10.835 9.76707 11.2168 10.2119C11.5476 10.5973 11.9869 11.0422 12.5732 11.6299C12.9532 11.5543 13.3628 11.6635 13.6572 11.958C14.1258 12.4266 14.1258 13.1867 13.6572 13.6553C13.1886 14.1239 12.4286 14.1238 11.96 13.6553C11.6662 13.3616 11.5564 12.9533 11.6309 12.5742C11.0426 11.9874 10.5975 11.5477 10.2119 11.2168C9.76707 10.835 9.44324 10.6321 9.13086 10.5195C8.39995 10.2561 7.60005 10.2561 6.86914 10.5195C6.55676 10.6321 6.23293 10.835 5.78809 11.2168C5.40273 11.5476 4.95785 11.9869 4.37012 12.5732C4.44494 12.9526 4.33595 13.3613 4.04199 13.6553C3.57336 14.1237 2.8133 14.1238 2.34473 13.6553C1.87615 13.1867 1.87627 12.4267 2.34473 11.958C2.63866 11.6641 3.04742 11.5541 3.42676 11.6289C4.01287 11.0414 4.45254 10.5972 4.7832 10.2119C5.16499 9.76707 5.36785 9.44324 5.48047 9.13086C5.74393 8.39995 5.74393 7.60005 5.48047 6.86914C5.36785 6.55676 5.16499 6.23293 4.7832 5.78809C4.45199 5.40219 4.01142 4.9571 3.42383 4.36816C3.04525 4.44191 2.63797 4.33328 2.34473 4.04004C1.87618 3.57143 1.87618 2.81139 2.34473 2.34277C2.81333 1.87417 3.57336 1.87421 4.04199 2.34277C4.33605 2.63683 4.44411 3.04534 4.36914 3.4248C4.9576 4.0119 5.40241 4.45217 5.78809 4.7832C6.23293 5.16499 6.55676 5.36785 6.86914 5.48047C7.60005 5.74393 8.39995 5.74393 9.13086 5.48047C9.44324 5.36785 9.76707 5.16499 10.2119 4.7832C10.5978 4.45199 11.0429 4.01142 11.6318 3.42383C11.5572 3.04464 11.6662 2.63659 11.96 2.34277ZM1.20215 6.79883C1.86479 6.79887 2.40224 7.3364 2.40234 7.99902C2.40234 8.66174 1.86485 9.19917 1.20215 9.19922C0.539407 9.19922 0.00195314 8.66177 0.00195312 7.99902C0.00205862 7.33637 0.539472 6.79883 1.20215 6.79883ZM14.7998 6.79883C15.4625 6.79883 15.9999 7.33637 16 7.99902C16 8.66177 15.4625 9.19922 14.7998 9.19922C14.1371 9.19917 13.5996 8.66174 13.5996 7.99902C13.5997 7.3364 14.1372 6.79888 14.7998 6.79883ZM9.13184 6.86719C8.38828 7.05323 7.61071 7.05338 6.86719 6.86719C7.05338 7.61071 7.05323 8.38828 6.86719 9.13184C7.61057 8.94572 8.38843 8.94587 9.13184 9.13184C8.94587 8.38843 8.94572 7.61057 9.13184 6.86719ZM8.00098 0C8.66372 0 9.20117 0.537454 9.20117 1.2002C9.20107 1.86285 8.66365 2.40039 8.00098 2.40039C7.3383 2.40039 6.80089 1.86285 6.80078 1.2002C6.80078 0.537455 7.33824 1.67507e-06 8.00098 0Z",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
33
+ }, null, 8, _hoisted_2)
34
+ ]),
35
+ createElementVNode("defs", null, [
36
+ createElementVNode("clipPath", _hoisted_3, [
37
+ createElementVNode("path", {
38
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
39
+ d: "M0 0H16V16H0z"
40
+ }, null, 8, _hoisted_4)
41
+ ])
42
+ ])
43
+ ], 16);
44
+ }
45
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
46
+ export { index as default };
@@ -0,0 +1,33 @@
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: "IconColorMilvus",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return openBlock(), createElementBlock("svg", mergeProps({
19
+ viewBox: "0 0 16 16",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-milvus`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ d: "M3.64864 4.1783C4.14835 3.6761 4.74237 3.27759 5.39657 3.00566C6.05076 2.73373 6.75224 2.59375 7.46071 2.59375C8.16917 2.59375 8.87065 2.73373 9.52484 3.00566C10.179 3.27759 10.7731 3.6761 11.2728 4.1783C12.2857 5.19276 12.8546 6.56773 12.8546 8.0013C12.8546 9.43486 12.2857 10.8098 11.2728 11.8243C10.7726 12.3258 10.1783 12.7237 9.52402 12.9951C8.86975 13.2664 8.16833 13.406 7.46001 13.4057C6.75167 13.4055 6.05035 13.2654 5.3963 12.9934C4.74225 12.7214 4.14833 12.323 3.64864 11.821L0.207687 8.36804C0.110021 8.2701 0.0551758 8.13742 0.0551758 7.99911C0.0551758 7.86079 0.110021 7.72812 0.207687 7.63018L3.64864 4.1783ZM10.4562 5.19266C10.0891 4.82382 9.65267 4.53115 9.17209 4.33144C8.69151 4.13174 8.17622 4.02893 7.65579 4.02893C7.13537 4.02893 6.62008 4.13174 6.1395 4.33144C5.65892 4.53115 5.22253 4.82382 4.85538 5.19266L2.32822 7.72855C2.25694 7.80077 2.21697 7.89816 2.21697 7.99963C2.21697 8.10111 2.25694 8.19849 2.32822 8.27071L4.85975 10.8099C5.41276 11.3654 6.11845 11.7438 6.8871 11.8972C7.65576 12.0505 8.45265 11.9718 9.17646 11.6711C9.65703 11.4714 10.0934 11.1787 10.4606 10.8099C11.2034 10.0637 11.6202 9.05353 11.6196 8.00063C11.619 6.94772 11.2011 5.93798 10.4574 5.19266H10.4562ZM7.68754 5.33694C9.15766 5.33694 10.3502 6.547 10.3502 8.03898C10.3502 9.5321 9.1588 10.7421 7.68754 10.7421C6.21628 10.7421 5.02371 9.5321 5.02371 8.03898C5.02371 6.547 6.21628 5.33694 7.68754 5.33694ZM15.8024 7.67172L14.2678 6.1305C14.2531 6.11521 14.235 6.10378 14.2149 6.09723C14.1947 6.09068 14.1733 6.0892 14.1525 6.09295C14.1317 6.09669 14.1121 6.10552 14.0955 6.11867C14.079 6.13181 14.0659 6.14886 14.0575 6.16828C14.0464 6.19434 14.0442 6.22337 14.0513 6.25074C14.3159 7.42861 14.3159 8.65049 14.0513 9.82837C14.0229 9.95621 14.1781 10.0393 14.2678 9.9486L15.8024 8.40844C15.8995 8.31041 15.9539 8.17803 15.9539 8.04008C15.9539 7.90212 15.8995 7.76974 15.8024 7.67172Z",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#00B3FF"
29
+ }, null, 8, _hoisted_1)
30
+ ], 16);
31
+ }
32
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export { index as default };
@@ -0,0 +1,49 @@
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: "IconColorMysql",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M15.6505 12.4036C15.528 12.1871 15.244 11.8171 14.1955 11.1036C13.5701 10.6746 12.9168 10.2876 12.24 9.94512C11.762 8.65162 10.8365 6.97462 9.48602 4.95512C8.03202 2.78062 6.34352 1.86462 4.45652 2.22762C4.25065 2.02351 4.03734 1.82705 3.81702 1.63862C3.34102 1.23012 2.17502 0.88312 1.50502 0.94962C1.20152 0.98012 0.973522 1.09112 0.827522 1.27912C0.489022 1.71512 0.602022 2.34262 2.16352 4.38712C2.46052 5.25612 2.52402 5.71012 2.52402 5.93862C2.52402 6.42162 2.77352 6.97562 3.30502 7.66912L2.80502 9.38012C2.35902 10.9081 3.16952 12.8846 3.92402 13.5736C4.32652 13.9416 4.66552 13.8866 4.83302 13.8211C5.16902 13.6891 5.44002 13.3606 5.61502 12.4226C5.71118 12.6596 5.80602 12.8971 5.89952 13.1351C6.43952 14.5061 6.96752 15.2646 7.56102 15.5216C7.68104 15.5659 7.81345 15.5625 7.93105 15.5122C8.04866 15.4619 8.14254 15.3685 8.19342 15.2511C8.2443 15.1337 8.2483 15.0013 8.20462 14.8811C8.16093 14.7609 8.07287 14.662 7.95852 14.6046C7.81152 14.5406 7.40652 14.2341 6.82902 12.7686C6.34202 11.5321 5.98752 10.7051 5.74502 10.2396C5.69377 10.1423 5.61206 10.0644 5.51238 10.0179C5.41269 9.97143 5.30053 9.95885 5.19302 9.98212C5.08547 10.0061 4.98886 10.065 4.91816 10.1495C4.84746 10.234 4.80664 10.3395 4.80202 10.4496C4.74152 11.8721 4.59802 12.4871 4.50202 12.7466C4.08802 12.2706 3.43752 10.7781 3.76402 9.66012C4.08852 8.54712 4.27952 7.89562 4.33652 7.70312C4.35963 7.62514 4.36333 7.54269 4.3473 7.46295C4.33126 7.38321 4.29598 7.30861 4.24452 7.24562C3.59352 6.44612 3.52302 6.06462 3.52302 5.93762C3.52302 5.47712 3.37852 4.83762 3.08102 3.98212C3.06392 3.93204 3.03876 3.88509 3.00652 3.84312C2.16552 2.74762 1.85652 2.19912 1.74352 1.93862C2.14402 1.95762 2.90502 2.17362 3.16552 2.39762C3.433 2.62559 3.68867 2.86707 3.93152 3.12112C3.99292 3.18595 4.07059 3.23309 4.15644 3.25763C4.24228 3.28217 4.33314 3.2832 4.41952 3.26062C5.98502 2.85562 7.37152 3.59112 8.65502 5.51062C10.027 7.56262 10.9385 9.23012 11.3645 10.4671C11.386 10.5297 11.4197 10.5873 11.4637 10.6368C11.5076 10.6862 11.5609 10.7264 11.6205 10.7551C12.3196 11.0967 12.9923 11.4898 13.633 11.9311C13.7385 12.0028 13.843 12.0758 13.9465 12.1501H12.402C12.3067 12.1504 12.2134 12.1779 12.1331 12.2294C12.0529 12.2809 11.989 12.3542 11.949 12.4408C11.9091 12.5274 11.8946 12.6235 11.9075 12.718C11.9203 12.8125 11.9599 12.9014 12.0215 12.9741C12.5174 13.5615 13.0272 14.137 13.5505 14.7001C13.595 14.7501 13.649 14.7906 13.7094 14.8194C13.7698 14.8481 13.8353 14.8644 13.9021 14.8674C13.9689 14.8703 14.0356 14.8599 14.0983 14.8366C14.161 14.8133 14.2184 14.7776 14.2671 14.7318C14.3157 14.6859 14.3547 14.6308 14.3817 14.5696C14.4087 14.5084 14.4231 14.4424 14.4241 14.3755C14.4251 14.3086 14.4127 14.2423 14.3876 14.1803C14.3625 14.1183 14.3253 14.0619 14.278 14.0146C14.0124 13.7308 13.7515 13.4426 13.4955 13.1501H15.2155C15.3029 13.15 15.3887 13.1269 15.4644 13.0834C15.5401 13.0398 15.6031 12.9771 15.6471 12.9016C15.6911 12.8261 15.7145 12.7404 15.7151 12.6531C15.7157 12.5657 15.6935 12.4797 15.6505 12.4036Z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M5 4.52297C5.198 4.86297 5.351 5.10647 5.4585 5.25397C5.588 5.50797 5.7895 5.71097 5.9185 5.96547L5.95 5.93447C6.177 5.77897 6.355 5.16097 5.993 4.75497C5.805 4.47097 5.1955 4.47897 5 4.52297Z" }, null, -1);
19
+ const _hoisted_4 = [
20
+ _hoisted_2,
21
+ _hoisted_3
22
+ ];
23
+ const _hoisted_5 = { id: "svg_4f16e40d7e__clip0_3418_263413" };
24
+ const _hoisted_6 = ["fill"];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: "none",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-mysql`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), [
34
+ createElementVNode("g", {
35
+ "clip-path": "url(#svg_4f16e40d7e__clip0_3418_263413)",
36
+ fill: $props.useCurrentColor ? "currentColor" : "#00618A"
37
+ }, _hoisted_4, 8, _hoisted_1),
38
+ createElementVNode("defs", null, [
39
+ createElementVNode("clipPath", _hoisted_5, [
40
+ createElementVNode("path", {
41
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
42
+ d: "M0 0H16V16H0z"
43
+ }, null, 8, _hoisted_6)
44
+ ])
45
+ ])
46
+ ], 16);
47
+ }
48
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
49
+ export { index as default };
@@ -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
  };
@@ -0,0 +1,46 @@
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: "IconColorOpenai",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = { "clip-path": "url(#svg_5a1672053b__clip0_3418_263633)" };
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = { id: "svg_5a1672053b__clip0_3418_263633" };
19
+ const _hoisted_4 = ["fill"];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return openBlock(), createElementBlock("svg", mergeProps({
22
+ viewBox: "0 0 16 16",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-openai`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), [
29
+ createElementVNode("g", _hoisted_1, [
30
+ createElementVNode("path", {
31
+ d: "M14.2934 6.66879C14.4771 6.16326 14.5234 5.65773 14.4771 5.15293C14.4315 4.64741 14.2478 4.14261 14.0178 3.68338C13.6049 2.99415 13.0075 2.44307 12.319 2.12197C11.5843 1.80013 10.8032 1.70829 10.0229 1.89198C9.65546 1.52459 9.24178 1.20349 8.78254 0.973507C8.3233 0.744991 7.77222 0.652409 7.26743 0.652409C6.47892 0.647805 5.70853 0.888682 5.06309 1.34163C4.42015 1.80013 3.96092 2.4438 3.73093 3.17858C3.17985 3.31599 2.72061 3.54597 2.26137 3.82151C1.84843 4.14261 1.52659 4.55629 1.25105 4.96924C0.838103 5.65846 0.699964 6.4388 0.791812 7.21987C0.884097 7.99867 1.20352 8.7331 1.71029 9.33163C1.5366 9.81685 1.47383 10.3348 1.52659 10.8475C1.57288 11.353 1.75658 11.8578 1.98583 12.317C2.39951 13.0063 2.99615 13.5573 3.68537 13.8784C4.42015 14.2003 5.20049 14.2921 5.98156 14.1084C6.34895 14.4758 6.7619 14.7969 7.22113 15.0269C7.68037 15.2562 8.23146 15.348 8.73699 15.348C9.52549 15.3526 10.2959 15.1117 10.9413 14.6588C11.5843 14.1995 12.0435 13.5566 12.2727 12.8218C12.7916 12.7232 13.2796 12.5028 13.6967 12.1789C14.1097 11.8578 14.4771 11.4904 14.7071 11.0312C15.12 10.3419 15.2582 9.56161 15.1663 8.78054C15.0745 8.00021 14.7989 7.26543 14.2934 6.66879ZM8.78254 14.384C8.04776 14.384 7.49668 14.154 6.99188 13.741C6.99188 13.741 7.03744 13.6948 7.08373 13.6948L10.0229 11.9952C10.1049 11.9591 10.1704 11.8935 10.2065 11.8115C10.2521 11.7197 10.2521 11.6741 10.2521 11.5823V7.44912L11.4924 8.1839V11.5823C11.505 11.9459 11.4443 12.3083 11.3137 12.6479C11.1832 12.9874 10.9856 13.2972 10.7326 13.5588C10.4797 13.8203 10.1766 14.0281 9.8416 14.1699C9.50655 14.3117 9.14636 14.3845 8.78254 14.384ZM2.85875 11.8578C2.53691 11.3067 2.39951 10.6638 2.53691 10.0209C2.53691 10.0209 2.5832 10.0671 2.62876 10.0671L5.56788 11.766C5.63847 11.8033 5.71834 11.8193 5.79787 11.8122C5.88971 11.8122 5.98156 11.8122 6.02712 11.766L9.60917 9.69902V11.123L6.62449 12.8681C5.99926 13.2303 5.25583 13.3294 4.55756 13.1437C3.82278 12.96 3.22614 12.5007 2.85875 11.8578ZM2.07768 5.47403C2.40253 4.92566 2.90493 4.50466 3.50168 4.28075V7.77096C3.50168 7.86207 3.50168 7.95465 3.54724 8.00021C3.58335 8.08225 3.64889 8.14778 3.73093 8.1839L7.31298 10.2508L6.07341 10.9856L3.13429 9.28607C2.82122 9.10931 2.54635 8.87215 2.32562 8.58835C2.10489 8.30456 1.94269 7.97977 1.84843 7.63282C1.66473 6.94359 1.71029 6.11697 2.07768 5.47403ZM12.2272 7.81651L8.64514 5.74958L9.88471 5.0148L12.8238 6.71434C13.2831 6.98988 13.6505 7.35727 13.8804 7.81651C14.1097 8.27575 14.2478 8.78128 14.2015 9.33236C14.1568 9.84951 13.9656 10.3432 13.6505 10.7556C13.3294 11.1693 12.9157 11.4904 12.4109 11.6741V8.1839C12.4109 8.09205 12.4109 8.00021 12.3646 7.95392C12.3646 7.95392 12.319 7.8628 12.2272 7.81651ZM13.4668 5.97956C13.4668 5.97956 13.4212 5.93327 13.3749 5.93327L10.4358 4.23446C10.3439 4.18817 10.2984 4.18817 10.2065 4.18817C10.1147 4.18817 10.0229 4.18817 9.97656 4.23446L6.39451 6.3014V4.87739L9.37992 3.13229C9.83916 2.85675 10.3439 2.7649 10.895 2.7649C11.4006 2.7649 11.9054 2.9486 12.3646 3.27043C12.7783 3.59153 13.1457 4.00521 13.3294 4.46445C13.5131 4.92368 13.5586 5.47477 13.4668 5.97956ZM5.75158 8.55129L4.512 7.81651V4.37186C4.512 3.86707 4.64941 3.31599 4.92495 2.9023C5.20049 2.4438 5.61417 2.12197 6.07341 1.89272C6.54143 1.65778 7.07195 1.57751 7.58852 1.66347C8.09405 1.70976 8.59885 1.93901 9.01253 2.26084C9.01253 2.26084 8.96624 2.3064 8.92068 2.3064L5.98156 4.00594C5.89952 4.04206 5.83398 4.1076 5.79787 4.18964C5.75157 4.28149 5.75158 4.32704 5.75158 4.41889V8.55203V8.55129ZM6.39451 7.08173L8.00221 6.16326L9.60917 7.08173V8.91868L8.00221 9.83716L6.39451 8.91868V7.08173Z",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#1D2129"
33
+ }, null, 8, _hoisted_2)
34
+ ]),
35
+ createElementVNode("defs", null, [
36
+ createElementVNode("clipPath", _hoisted_3, [
37
+ createElementVNode("path", {
38
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
39
+ d: "M0 0H16V16H0z"
40
+ }, null, 8, _hoisted_4)
41
+ ])
42
+ ])
43
+ ], 16);
44
+ }
45
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
46
+ export { index as default };