@arco-iconbox/vue-update-line-icon 0.0.1

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 (260) hide show
  1. package/README.md +13 -0
  2. package/dist/icon.js +3406 -0
  3. package/dist/icon.js.map +1 -0
  4. package/dist/icon.min.js +345 -0
  5. package/dist/icon.min.js.map +1 -0
  6. package/esm/Icon3d/index.js +52 -0
  7. package/esm/IconActivate/index.js +48 -0
  8. package/esm/IconAdd/index.js +38 -0
  9. package/esm/IconAdvance/index.js +46 -0
  10. package/esm/IconAnalysisdetails/index.js +38 -0
  11. package/esm/IconAnalyze/index.js +46 -0
  12. package/esm/IconApi/index.js +38 -0
  13. package/esm/IconAppend/index.js +45 -0
  14. package/esm/IconApply/index.js +45 -0
  15. package/esm/IconAssembly/index.js +54 -0
  16. package/esm/IconBasics/index.js +37 -0
  17. package/esm/IconBloodanalysis/index.js +46 -0
  18. package/esm/IconBusinessprocess/index.js +45 -0
  19. package/esm/IconCharts/index.js +45 -0
  20. package/esm/IconCheck/index.js +38 -0
  21. package/esm/IconCollect/index.js +37 -0
  22. package/esm/IconCopy/index.js +46 -0
  23. package/esm/IconDatabase/index.js +46 -0
  24. package/esm/IconDatabaseobject/index.js +54 -0
  25. package/esm/IconDatabasesource/index.js +46 -0
  26. package/esm/IconDelete/index.js +38 -0
  27. package/esm/IconDetails/index.js +46 -0
  28. package/esm/IconDispatch/index.js +46 -0
  29. package/esm/IconDisposition/index.js +38 -0
  30. package/esm/IconDown/index.js +38 -0
  31. package/esm/IconDownline/index.js +38 -0
  32. package/esm/IconDownload/index.js +38 -0
  33. package/esm/IconEdit/index.js +38 -0
  34. package/esm/IconEmbellish/index.js +38 -0
  35. package/esm/IconEndtime/index.js +38 -0
  36. package/esm/IconFields/index.js +45 -0
  37. package/esm/IconFile/index.js +46 -0
  38. package/esm/IconFold/index.js +38 -0
  39. package/esm/IconFoldmore/index.js +34 -0
  40. package/esm/IconFormula/index.js +38 -0
  41. package/esm/IconFrame/index.js +38 -0
  42. package/esm/IconGather/index.js +45 -0
  43. package/esm/IconGoBack/index.js +38 -0
  44. package/esm/IconHelp/index.js +51 -0
  45. package/esm/IconHistory/index.js +54 -0
  46. package/esm/IconHyposensitization/index.js +38 -0
  47. package/esm/IconIndex/index.js +38 -0
  48. package/esm/IconLatesttime/index.js +38 -0
  49. package/esm/IconLayer/index.js +45 -0
  50. package/esm/IconLimits/index.js +38 -0
  51. package/esm/IconMail/index.js +53 -0
  52. package/esm/IconMirror/index.js +50 -0
  53. package/esm/IconMode/index.js +38 -0
  54. package/esm/IconModule/index.js +38 -0
  55. package/esm/IconNo/index.js +49 -0
  56. package/esm/IconNotice/index.js +38 -0
  57. package/esm/IconNotice2/index.js +51 -0
  58. package/esm/IconPackup/index.js +38 -0
  59. package/esm/IconPassword/index.js +43 -0
  60. package/esm/IconPause/index.js +48 -0
  61. package/esm/IconPicture/index.js +46 -0
  62. package/esm/IconPublish/index.js +38 -0
  63. package/esm/IconReflection/index.js +55 -0
  64. package/esm/IconRefresh/index.js +46 -0
  65. package/esm/IconResources/index.js +45 -0
  66. package/esm/IconRevocation/index.js +46 -0
  67. package/esm/IconRole/index.js +38 -0
  68. package/esm/IconSave/index.js +46 -0
  69. package/esm/IconScheduling/index.js +45 -0
  70. package/esm/IconScript/index.js +63 -0
  71. package/esm/IconSearch/index.js +38 -0
  72. package/esm/IconSettings/index.js +46 -0
  73. package/esm/IconSort/index.js +38 -0
  74. package/esm/IconStarttime/index.js +38 -0
  75. package/esm/IconStats/index.js +51 -0
  76. package/esm/IconSubjectarea/index.js +52 -0
  77. package/esm/IconSubscribe/index.js +45 -0
  78. package/esm/IconSwitch/index.js +38 -0
  79. package/esm/IconTable/index.js +38 -0
  80. package/esm/IconTerminate/index.js +38 -0
  81. package/esm/IconTest/index.js +46 -0
  82. package/esm/IconText/index.js +38 -0
  83. package/esm/IconUnfold/index.js +38 -0
  84. package/esm/IconUnfold2/index.js +38 -0
  85. package/esm/IconUpdatemode/index.js +38 -0
  86. package/esm/IconUpload/index.js +38 -0
  87. package/esm/IconZoomin/index.js +38 -0
  88. package/esm/IconZoomout/index.js +38 -0
  89. package/esm/_virtual/plugin-vue_export-helper.js +8 -0
  90. package/esm/index.js +83 -0
  91. package/lib/Icon3d/index.js +53 -0
  92. package/lib/IconActivate/index.js +49 -0
  93. package/lib/IconAdd/index.js +39 -0
  94. package/lib/IconAdvance/index.js +47 -0
  95. package/lib/IconAnalysisdetails/index.js +39 -0
  96. package/lib/IconAnalyze/index.js +47 -0
  97. package/lib/IconApi/index.js +39 -0
  98. package/lib/IconAppend/index.js +46 -0
  99. package/lib/IconApply/index.js +46 -0
  100. package/lib/IconAssembly/index.js +55 -0
  101. package/lib/IconBasics/index.js +38 -0
  102. package/lib/IconBloodanalysis/index.js +47 -0
  103. package/lib/IconBusinessprocess/index.js +46 -0
  104. package/lib/IconCharts/index.js +46 -0
  105. package/lib/IconCheck/index.js +39 -0
  106. package/lib/IconCollect/index.js +38 -0
  107. package/lib/IconCopy/index.js +47 -0
  108. package/lib/IconDatabase/index.js +47 -0
  109. package/lib/IconDatabaseobject/index.js +55 -0
  110. package/lib/IconDatabasesource/index.js +47 -0
  111. package/lib/IconDelete/index.js +39 -0
  112. package/lib/IconDetails/index.js +47 -0
  113. package/lib/IconDispatch/index.js +47 -0
  114. package/lib/IconDisposition/index.js +39 -0
  115. package/lib/IconDown/index.js +39 -0
  116. package/lib/IconDownline/index.js +39 -0
  117. package/lib/IconDownload/index.js +39 -0
  118. package/lib/IconEdit/index.js +39 -0
  119. package/lib/IconEmbellish/index.js +39 -0
  120. package/lib/IconEndtime/index.js +39 -0
  121. package/lib/IconFields/index.js +46 -0
  122. package/lib/IconFile/index.js +47 -0
  123. package/lib/IconFold/index.js +39 -0
  124. package/lib/IconFoldmore/index.js +35 -0
  125. package/lib/IconFormula/index.js +39 -0
  126. package/lib/IconFrame/index.js +39 -0
  127. package/lib/IconGather/index.js +46 -0
  128. package/lib/IconGoBack/index.js +39 -0
  129. package/lib/IconHelp/index.js +52 -0
  130. package/lib/IconHistory/index.js +55 -0
  131. package/lib/IconHyposensitization/index.js +39 -0
  132. package/lib/IconIndex/index.js +39 -0
  133. package/lib/IconLatesttime/index.js +39 -0
  134. package/lib/IconLayer/index.js +46 -0
  135. package/lib/IconLimits/index.js +39 -0
  136. package/lib/IconMail/index.js +54 -0
  137. package/lib/IconMirror/index.js +51 -0
  138. package/lib/IconMode/index.js +39 -0
  139. package/lib/IconModule/index.js +39 -0
  140. package/lib/IconNo/index.js +50 -0
  141. package/lib/IconNotice/index.js +39 -0
  142. package/lib/IconNotice2/index.js +52 -0
  143. package/lib/IconPackup/index.js +39 -0
  144. package/lib/IconPassword/index.js +44 -0
  145. package/lib/IconPause/index.js +49 -0
  146. package/lib/IconPicture/index.js +47 -0
  147. package/lib/IconPublish/index.js +39 -0
  148. package/lib/IconReflection/index.js +56 -0
  149. package/lib/IconRefresh/index.js +47 -0
  150. package/lib/IconResources/index.js +46 -0
  151. package/lib/IconRevocation/index.js +47 -0
  152. package/lib/IconRole/index.js +39 -0
  153. package/lib/IconSave/index.js +47 -0
  154. package/lib/IconScheduling/index.js +46 -0
  155. package/lib/IconScript/index.js +64 -0
  156. package/lib/IconSearch/index.js +39 -0
  157. package/lib/IconSettings/index.js +47 -0
  158. package/lib/IconSort/index.js +39 -0
  159. package/lib/IconStarttime/index.js +39 -0
  160. package/lib/IconStats/index.js +52 -0
  161. package/lib/IconSubjectarea/index.js +53 -0
  162. package/lib/IconSubscribe/index.js +46 -0
  163. package/lib/IconSwitch/index.js +39 -0
  164. package/lib/IconTable/index.js +39 -0
  165. package/lib/IconTerminate/index.js +39 -0
  166. package/lib/IconTest/index.js +47 -0
  167. package/lib/IconText/index.js +39 -0
  168. package/lib/IconUnfold/index.js +39 -0
  169. package/lib/IconUnfold2/index.js +39 -0
  170. package/lib/IconUpdatemode/index.js +39 -0
  171. package/lib/IconUpload/index.js +39 -0
  172. package/lib/IconZoomin/index.js +39 -0
  173. package/lib/IconZoomout/index.js +39 -0
  174. package/lib/_virtual/plugin-vue_export-helper.js +9 -0
  175. package/lib/index.js +168 -0
  176. package/package.json +11 -0
  177. package/src/Icon3d/index.vue +19 -0
  178. package/src/IconActivate/index.vue +19 -0
  179. package/src/IconAdd/index.vue +19 -0
  180. package/src/IconAdvance/index.vue +19 -0
  181. package/src/IconAnalysisdetails/index.vue +19 -0
  182. package/src/IconAnalyze/index.vue +19 -0
  183. package/src/IconApi/index.vue +19 -0
  184. package/src/IconAppend/index.vue +19 -0
  185. package/src/IconApply/index.vue +19 -0
  186. package/src/IconAssembly/index.vue +19 -0
  187. package/src/IconBasics/index.vue +19 -0
  188. package/src/IconBloodanalysis/index.vue +19 -0
  189. package/src/IconBusinessprocess/index.vue +19 -0
  190. package/src/IconCharts/index.vue +19 -0
  191. package/src/IconCheck/index.vue +19 -0
  192. package/src/IconCollect/index.vue +19 -0
  193. package/src/IconCopy/index.vue +19 -0
  194. package/src/IconDatabase/index.vue +19 -0
  195. package/src/IconDatabaseobject/index.vue +19 -0
  196. package/src/IconDatabasesource/index.vue +19 -0
  197. package/src/IconDelete/index.vue +19 -0
  198. package/src/IconDetails/index.vue +19 -0
  199. package/src/IconDispatch/index.vue +19 -0
  200. package/src/IconDisposition/index.vue +19 -0
  201. package/src/IconDown/index.vue +19 -0
  202. package/src/IconDownline/index.vue +19 -0
  203. package/src/IconDownload/index.vue +19 -0
  204. package/src/IconEdit/index.vue +19 -0
  205. package/src/IconEmbellish/index.vue +19 -0
  206. package/src/IconEndtime/index.vue +19 -0
  207. package/src/IconFields/index.vue +19 -0
  208. package/src/IconFile/index.vue +19 -0
  209. package/src/IconFold/index.vue +19 -0
  210. package/src/IconFoldmore/index.vue +19 -0
  211. package/src/IconFormula/index.vue +19 -0
  212. package/src/IconFrame/index.vue +19 -0
  213. package/src/IconGather/index.vue +19 -0
  214. package/src/IconGoBack/index.vue +19 -0
  215. package/src/IconHelp/index.vue +19 -0
  216. package/src/IconHistory/index.vue +19 -0
  217. package/src/IconHyposensitization/index.vue +19 -0
  218. package/src/IconIndex/index.vue +19 -0
  219. package/src/IconLatesttime/index.vue +19 -0
  220. package/src/IconLayer/index.vue +19 -0
  221. package/src/IconLimits/index.vue +19 -0
  222. package/src/IconMail/index.vue +19 -0
  223. package/src/IconMirror/index.vue +19 -0
  224. package/src/IconMode/index.vue +19 -0
  225. package/src/IconModule/index.vue +19 -0
  226. package/src/IconNo/index.vue +19 -0
  227. package/src/IconNotice/index.vue +19 -0
  228. package/src/IconNotice2/index.vue +19 -0
  229. package/src/IconPackup/index.vue +19 -0
  230. package/src/IconPassword/index.vue +19 -0
  231. package/src/IconPause/index.vue +19 -0
  232. package/src/IconPicture/index.vue +19 -0
  233. package/src/IconPublish/index.vue +19 -0
  234. package/src/IconReflection/index.vue +19 -0
  235. package/src/IconRefresh/index.vue +19 -0
  236. package/src/IconResources/index.vue +19 -0
  237. package/src/IconRevocation/index.vue +19 -0
  238. package/src/IconRole/index.vue +19 -0
  239. package/src/IconSave/index.vue +19 -0
  240. package/src/IconScheduling/index.vue +19 -0
  241. package/src/IconScript/index.vue +19 -0
  242. package/src/IconSearch/index.vue +19 -0
  243. package/src/IconSettings/index.vue +19 -0
  244. package/src/IconSort/index.vue +19 -0
  245. package/src/IconStarttime/index.vue +19 -0
  246. package/src/IconStats/index.vue +19 -0
  247. package/src/IconSubjectarea/index.vue +19 -0
  248. package/src/IconSubscribe/index.vue +19 -0
  249. package/src/IconSwitch/index.vue +19 -0
  250. package/src/IconTable/index.vue +19 -0
  251. package/src/IconTerminate/index.vue +19 -0
  252. package/src/IconTest/index.vue +19 -0
  253. package/src/IconText/index.vue +19 -0
  254. package/src/IconUnfold/index.vue +19 -0
  255. package/src/IconUnfold2/index.vue +19 -0
  256. package/src/IconUpdatemode/index.vue +19 -0
  257. package/src/IconUpload/index.vue +19 -0
  258. package/src/IconZoomin/index.vue +19 -0
  259. package/src/IconZoomout/index.vue +19 -0
  260. package/src/index.js +83 -0
package/dist/icon.js ADDED
@@ -0,0 +1,3406 @@
1
+ (function(global, factory) {
2
+ typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue")) : typeof define === "function" && define.amd ? define(["exports", "vue"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.icon = {}, global.Vue));
3
+ })(this, function(exports2, vue) {
4
+ "use strict";
5
+ var _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _sfc_main$1i = {
13
+ name: "Icon3d",
14
+ props: {
15
+ prefix: {
16
+ type: String,
17
+ default: "update-line-icon"
18
+ },
19
+ useCurrentColor: {
20
+ type: Boolean,
21
+ default: true
22
+ }
23
+ }
24
+ };
25
+ const _hoisted_1$1i = ["fill"];
26
+ const _hoisted_2$1i = /* @__PURE__ */ vue.createElementVNode("path", {
27
+ d: "M8.00002 4.5L11.5 6.50001V10.5L8.00002 12.5L4.5 10.5V6.50001L8.00002 4.5Z",
28
+ stroke: "#434343",
29
+ "stroke-width": "1.5",
30
+ "stroke-linejoin": "round"
31
+ }, null, -1);
32
+ const _hoisted_3$1h = /* @__PURE__ */ vue.createElementVNode("path", {
33
+ d: "M8 3V4.50001M4.5 6.5L8.00002 8.50001 11.5 6.5M11.5 10.5L13 11.25M3 11.25L4.50001 10.5M8 8.50012V12.5001",
34
+ stroke: "#434343",
35
+ "stroke-width": "1.5",
36
+ "stroke-linecap": "round",
37
+ "stroke-linejoin": "round"
38
+ }, null, -1);
39
+ const _hoisted_4$E = /* @__PURE__ */ vue.createElementVNode("path", {
40
+ d: "M9.75003 5.5L11.5 6.50001V8.50002M6.25001 5.5L4.5 6.50001V8.50002M6.25001 11.5L8.00002 12.5L9.75003 11.5",
41
+ stroke: "#434343",
42
+ "stroke-width": "1.5",
43
+ "stroke-linejoin": "round"
44
+ }, null, -1);
45
+ const _hoisted_5$8 = [
46
+ _hoisted_2$1i,
47
+ _hoisted_3$1h,
48
+ _hoisted_4$E
49
+ ];
50
+ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
51
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
52
+ viewBox: "0 0 16 16",
53
+ fill: $props.useCurrentColor ? "currentColor" : "none",
54
+ xmlns: "http://www.w3.org/2000/svg",
55
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-3d`],
56
+ width: "1em",
57
+ height: "1em"
58
+ }, _ctx.$attrs), _hoisted_5$8, 16, _hoisted_1$1i);
59
+ }
60
+ var index$1i = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
61
+ const _sfc_main$1h = {
62
+ name: "IconAnalysisdetails",
63
+ props: {
64
+ prefix: {
65
+ type: String,
66
+ default: "update-line-icon"
67
+ },
68
+ useCurrentColor: {
69
+ type: Boolean,
70
+ default: true
71
+ }
72
+ }
73
+ };
74
+ const _hoisted_1$1h = ["fill"];
75
+ const _hoisted_2$1h = /* @__PURE__ */ vue.createElementVNode("path", {
76
+ d: "M6.96552 10.931H4.37931C3.61754 10.931 3 10.3135 3 9.55172V4.37931C3 3.61754 3.61754 3 4.37931 3H11.6207C12.3825 3 13 3.61754 13 4.37931V9.55172C13 10.3135 12.3825 10.931 11.6207 10.931H9.03448M6.96552 10.931L5.75862 13M6.96552 10.931H9.03448M9.03448 10.931L10.2414 13M5.75862 8.17241V5.75862M8 8.17241V6.44828M10.2414 8.17241V7.13793",
77
+ stroke: "#434343",
78
+ "stroke-width": "1.5",
79
+ "stroke-linecap": "round",
80
+ "stroke-linejoin": "round"
81
+ }, null, -1);
82
+ const _hoisted_3$1g = [
83
+ _hoisted_2$1h
84
+ ];
85
+ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
86
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
87
+ viewBox: "0 0 16 16",
88
+ fill: $props.useCurrentColor ? "currentColor" : "none",
89
+ xmlns: "http://www.w3.org/2000/svg",
90
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Analysisdetails`],
91
+ width: "1em",
92
+ height: "1em"
93
+ }, _ctx.$attrs), _hoisted_3$1g, 16, _hoisted_1$1h);
94
+ }
95
+ var index$1h = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h]]);
96
+ const _sfc_main$1g = {
97
+ name: "IconBusinessprocess",
98
+ props: {
99
+ prefix: {
100
+ type: String,
101
+ default: "update-line-icon"
102
+ },
103
+ useCurrentColor: {
104
+ type: Boolean,
105
+ default: true
106
+ }
107
+ }
108
+ };
109
+ const _hoisted_1$1g = ["fill"];
110
+ const _hoisted_2$1g = /* @__PURE__ */ vue.createElementVNode("path", {
111
+ d: "M7.5 4L2 12.8H13L7.5 4Z",
112
+ stroke: "#434343",
113
+ "stroke-width": "1.5",
114
+ "stroke-linejoin": "round"
115
+ }, null, -1);
116
+ const _hoisted_3$1f = /* @__PURE__ */ vue.createElementVNode("path", {
117
+ d: "M9.14998 10.6001L7.49998 9.50012 5.84998 10.6001M7.5 9.5001V7.8501",
118
+ stroke: "#434343",
119
+ "stroke-width": "1.5",
120
+ "stroke-linecap": "round",
121
+ "stroke-linejoin": "round"
122
+ }, null, -1);
123
+ const _hoisted_4$D = [
124
+ _hoisted_2$1g,
125
+ _hoisted_3$1f
126
+ ];
127
+ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
128
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
129
+ viewBox: "0 0 16 16",
130
+ fill: $props.useCurrentColor ? "currentColor" : "none",
131
+ xmlns: "http://www.w3.org/2000/svg",
132
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Businessprocess`],
133
+ width: "1em",
134
+ height: "1em"
135
+ }, _ctx.$attrs), _hoisted_4$D, 16, _hoisted_1$1g);
136
+ }
137
+ var index$1g = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
138
+ const _sfc_main$1f = {
139
+ name: "IconAnalyze",
140
+ props: {
141
+ prefix: {
142
+ type: String,
143
+ default: "update-line-icon"
144
+ },
145
+ useCurrentColor: {
146
+ type: Boolean,
147
+ default: true
148
+ }
149
+ }
150
+ };
151
+ const _hoisted_1$1f = ["fill"];
152
+ const _hoisted_2$1f = /* @__PURE__ */ vue.createElementVNode("path", {
153
+ d: "M13 4.825C13 4.36937 12.6306 4 12.175 4H2.825C2.36937 4 2 4.36937 2 4.825V7.3H13V4.825zM2.03076 12.5334L5.37905 9.15063 7.18836 10.8834 9.40027 8.95007 10.6324 10.1513",
154
+ stroke: "#434343",
155
+ "stroke-width": "1.5",
156
+ "stroke-linecap": "round",
157
+ "stroke-linejoin": "round"
158
+ }, null, -1);
159
+ const _hoisted_3$1e = /* @__PURE__ */ vue.createElementVNode("path", {
160
+ d: "M13 6.75V11.975C13 12.4306 12.6306 12.8 12.175 12.8H4.19995M6.15564 5.65002H11.1056M3.95544 5.65002H4.50544M2 6.75V9.225",
161
+ stroke: "#434343",
162
+ "stroke-width": "1.5",
163
+ "stroke-linecap": "round",
164
+ "stroke-linejoin": "round"
165
+ }, null, -1);
166
+ const _hoisted_4$C = [
167
+ _hoisted_2$1f,
168
+ _hoisted_3$1e
169
+ ];
170
+ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
171
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
172
+ viewBox: "0 0 16 16",
173
+ fill: $props.useCurrentColor ? "currentColor" : "none",
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-analyze`],
176
+ width: "1em",
177
+ height: "1em"
178
+ }, _ctx.$attrs), _hoisted_4$C, 16, _hoisted_1$1f);
179
+ }
180
+ var index$1f = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
181
+ const _sfc_main$1e = {
182
+ name: "IconApply",
183
+ props: {
184
+ prefix: {
185
+ type: String,
186
+ default: "update-line-icon"
187
+ },
188
+ useCurrentColor: {
189
+ type: Boolean,
190
+ default: true
191
+ }
192
+ }
193
+ };
194
+ const _hoisted_1$1e = ["fill"];
195
+ const _hoisted_2$1e = /* @__PURE__ */ vue.createElementVNode("path", {
196
+ d: "M4 11.3333L4.0012 9.19425C4.00143 9.04586 4.118 8.92559 4.26177 8.92543C5.12996 8.92543 5.99818 8.92543 6.86641 8.92543C7.10638 8.92543 7.1051 8.7057 7.1051 8.18258C7.1051 7.65946 5.82865 7.21884 5.82865 5.37978C5.82865 3.54073 7.15099 3 8.24996 3C9.34893 3 10.5459 3.54073 10.5459 5.37978C10.5459 7.21884 9.27617 7.51124 9.27617 8.18258C9.27617 8.8539 9.27617 8.92543 9.47945 8.92543C10.3439 8.92543 11.2084 8.92543 12.0729 8.92543C12.2167 8.92543 12.3333 9.04581 12.3333 9.19425V11.3333H4Z",
197
+ stroke: "#434343",
198
+ "stroke-width": "1.5",
199
+ "stroke-linejoin": "round"
200
+ }, null, -1);
201
+ const _hoisted_3$1d = /* @__PURE__ */ vue.createElementVNode("path", {
202
+ d: "M4 13H12.3333",
203
+ stroke: "#434343",
204
+ "stroke-width": "1.5",
205
+ "stroke-linecap": "round",
206
+ "stroke-linejoin": "round"
207
+ }, null, -1);
208
+ const _hoisted_4$B = [
209
+ _hoisted_2$1e,
210
+ _hoisted_3$1d
211
+ ];
212
+ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
213
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
214
+ viewBox: "0 0 16 16",
215
+ fill: $props.useCurrentColor ? "currentColor" : "none",
216
+ xmlns: "http://www.w3.org/2000/svg",
217
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-apply`],
218
+ width: "1em",
219
+ height: "1em"
220
+ }, _ctx.$attrs), _hoisted_4$B, 16, _hoisted_1$1e);
221
+ }
222
+ var index$1e = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
223
+ const _sfc_main$1d = {
224
+ name: "IconApi",
225
+ props: {
226
+ prefix: {
227
+ type: String,
228
+ default: "update-line-icon"
229
+ },
230
+ useCurrentColor: {
231
+ type: Boolean,
232
+ default: true
233
+ }
234
+ }
235
+ };
236
+ const _hoisted_1$1d = ["fill"];
237
+ const _hoisted_2$1d = /* @__PURE__ */ vue.createElementVNode("path", {
238
+ d: "M11.4721 7.88891L10.5554 8.80557 7.19434 5.44447 8.111 4.52781C8.56933 4.06945 10.2499 3.30558 11.4721 4.52781 12.6943 5.75003 11.9304 7.43055 11.4721 7.88891zM12.9999 3L11.4722 4.52777M3.5278 9.111L4.44446 8.19434 7.80556 11.5554 6.8889 12.4721C6.43056 12.9305 4.75001 13.6943 3.5278 12.4721 2.30558 11.2499 3.06946 9.56936 3.5278 9.111zM7.19434 10.9445L8.41655 9.72229M2 13.9999L3.52777 12.4722M5.05554 8.80559L6.27776 7.58337",
239
+ stroke: "#434343",
240
+ "stroke-width": "1.5",
241
+ "stroke-linecap": "round",
242
+ "stroke-linejoin": "round"
243
+ }, null, -1);
244
+ const _hoisted_3$1c = [
245
+ _hoisted_2$1d
246
+ ];
247
+ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
248
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
249
+ viewBox: "0 0 16 16",
250
+ fill: $props.useCurrentColor ? "currentColor" : "none",
251
+ xmlns: "http://www.w3.org/2000/svg",
252
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-api`],
253
+ width: "1em",
254
+ height: "1em"
255
+ }, _ctx.$attrs), _hoisted_3$1c, 16, _hoisted_1$1d);
256
+ }
257
+ var index$1d = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
258
+ const _sfc_main$1c = {
259
+ name: "IconAdd",
260
+ props: {
261
+ prefix: {
262
+ type: String,
263
+ default: "update-line-icon"
264
+ },
265
+ useCurrentColor: {
266
+ type: Boolean,
267
+ default: true
268
+ }
269
+ }
270
+ };
271
+ const _hoisted_1$1c = ["fill"];
272
+ const _hoisted_2$1c = /* @__PURE__ */ vue.createElementVNode("path", {
273
+ d: "M8 3.83337V12.1667M12.1667 8H3.83337",
274
+ stroke: "#fff",
275
+ "stroke-width": "1.5",
276
+ "stroke-linecap": "round",
277
+ "stroke-linejoin": "round"
278
+ }, null, -1);
279
+ const _hoisted_3$1b = [
280
+ _hoisted_2$1c
281
+ ];
282
+ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
283
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
284
+ viewBox: "0 0 16 16",
285
+ fill: $props.useCurrentColor ? "currentColor" : "none",
286
+ xmlns: "http://www.w3.org/2000/svg",
287
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-add`],
288
+ width: "1em",
289
+ height: "1em"
290
+ }, _ctx.$attrs), _hoisted_3$1b, 16, _hoisted_1$1c);
291
+ }
292
+ var index$1c = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
293
+ const _sfc_main$1b = {
294
+ name: "IconBloodanalysis",
295
+ props: {
296
+ prefix: {
297
+ type: String,
298
+ default: "update-line-icon"
299
+ },
300
+ useCurrentColor: {
301
+ type: Boolean,
302
+ default: true
303
+ }
304
+ }
305
+ };
306
+ const _hoisted_1$1b = ["fill"];
307
+ const _hoisted_2$1b = /* @__PURE__ */ vue.createElementVNode("path", {
308
+ d: "M2 10.325H13M7.49995 9.50005C7.49995 8.28502 6.45341 7.30005 5.16245 7.30005 3.87149 7.30005 2.82495 8.28502 2.82495 9.50005",
309
+ stroke: "#434343",
310
+ "stroke-width": "1.5",
311
+ "stroke-linecap": "round",
312
+ "stroke-linejoin": "round"
313
+ }, null, -1);
314
+ const _hoisted_3$1a = /* @__PURE__ */ vue.createElementVNode("path", {
315
+ d: "M12.175 9.5C12.175 6.46243 10.0819 4 7.49995 4 4.91803 4 2.82495 6.46243 2.82495 9.5M12.175 11.15C12.6306 11.15 13 10.7806 13 10.325 13 9.86937 12.6306 9.5 12.175 9.5 11.7193 9.5 11.35 9.86937 11.35 10.325 11.35 10.7806 11.7193 11.15 12.175 11.15zM7.49993 11.15C7.95556 11.15 8.32493 10.7806 8.32493 10.325 8.32493 9.86937 7.95556 9.5 7.49993 9.5 7.04429 9.5 6.67493 9.86937 6.67493 10.325 6.67493 10.7806 7.04429 11.15 7.49993 11.15zM2.825 11.15C3.28063 11.15 3.65 10.7806 3.65 10.325 3.65 9.86937 3.28063 9.5 2.825 9.5 2.36937 9.5 2 9.86937 2 10.325 2 10.7806 2.36937 11.15 2.825 11.15z",
316
+ stroke: "#434343",
317
+ "stroke-width": "1.5",
318
+ "stroke-linecap": "round",
319
+ "stroke-linejoin": "round"
320
+ }, null, -1);
321
+ const _hoisted_4$A = [
322
+ _hoisted_2$1b,
323
+ _hoisted_3$1a
324
+ ];
325
+ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
326
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
327
+ viewBox: "0 0 16 16",
328
+ fill: $props.useCurrentColor ? "currentColor" : "none",
329
+ xmlns: "http://www.w3.org/2000/svg",
330
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Bloodanalysis`],
331
+ width: "1em",
332
+ height: "1em"
333
+ }, _ctx.$attrs), _hoisted_4$A, 16, _hoisted_1$1b);
334
+ }
335
+ var index$1b = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
336
+ const _sfc_main$1a = {
337
+ name: "IconAssembly",
338
+ props: {
339
+ prefix: {
340
+ type: String,
341
+ default: "update-line-icon"
342
+ },
343
+ useCurrentColor: {
344
+ type: Boolean,
345
+ default: true
346
+ }
347
+ }
348
+ };
349
+ const _hoisted_1$1a = ["fill"];
350
+ const _hoisted_2$1a = /* @__PURE__ */ vue.createElementVNode("path", {
351
+ d: "M5.00002 3H3V5.00002H5.00002V3zM13 11H11V13H13V11zM5.00002 11H3V13H5.00002V11zM13 3H11V5.00002H13V3z",
352
+ stroke: "#434343",
353
+ "stroke-width": "1.5",
354
+ "stroke-linejoin": "round"
355
+ }, null, -1);
356
+ const _hoisted_3$19 = /* @__PURE__ */ vue.createElementVNode("path", {
357
+ d: "M3.99976 11V4.99988M12.0001 11V4.99988M4.99988 3.99976H11M4.99988 12.0001H11",
358
+ stroke: "#434343",
359
+ "stroke-width": "1.5",
360
+ "stroke-linecap": "round",
361
+ "stroke-linejoin": "round"
362
+ }, null, -1);
363
+ const _hoisted_4$z = /* @__PURE__ */ vue.createElementVNode("path", {
364
+ "clip-rule": "evenodd",
365
+ d: "M6.00012 6.00012H8.40015V7.60014H10.0002V10.0002H7.60014V8.40015H6.00012V6.00012Z",
366
+ stroke: "#434343",
367
+ "stroke-width": "1.5",
368
+ "stroke-linecap": "round",
369
+ "stroke-linejoin": "round"
370
+ }, null, -1);
371
+ const _hoisted_5$7 = [
372
+ _hoisted_2$1a,
373
+ _hoisted_3$19,
374
+ _hoisted_4$z
375
+ ];
376
+ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
377
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
378
+ viewBox: "0 0 16 16",
379
+ fill: $props.useCurrentColor ? "currentColor" : "none",
380
+ xmlns: "http://www.w3.org/2000/svg",
381
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-assembly`],
382
+ width: "1em",
383
+ height: "1em"
384
+ }, _ctx.$attrs), _hoisted_5$7, 16, _hoisted_1$1a);
385
+ }
386
+ var index$1a = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
387
+ const _sfc_main$19 = {
388
+ name: "IconAppend",
389
+ props: {
390
+ prefix: {
391
+ type: String,
392
+ default: "update-line-icon"
393
+ },
394
+ useCurrentColor: {
395
+ type: Boolean,
396
+ default: true
397
+ }
398
+ }
399
+ };
400
+ const _hoisted_1$19 = ["fill"];
401
+ const _hoisted_2$19 = /* @__PURE__ */ vue.createElementVNode("path", {
402
+ d: "M12.1667 3H3.83333C3.3731 3 3 3.3731 3 3.83333V12.1667C3 12.6269 3.3731 13 3.83333 13H12.1667C12.6269 13 13 12.6269 13 12.1667V3.83333C13 3.3731 12.6269 3 12.1667 3Z",
403
+ stroke: "#434343",
404
+ "stroke-width": "1.5",
405
+ "stroke-linejoin": "round"
406
+ }, null, -1);
407
+ const _hoisted_3$18 = /* @__PURE__ */ vue.createElementVNode("path", {
408
+ d: "M8 6.33337V9.66671M6.33337 8H9.66671",
409
+ stroke: "#434343",
410
+ "stroke-width": "1.5",
411
+ "stroke-linecap": "round",
412
+ "stroke-linejoin": "round"
413
+ }, null, -1);
414
+ const _hoisted_4$y = [
415
+ _hoisted_2$19,
416
+ _hoisted_3$18
417
+ ];
418
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
419
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
420
+ viewBox: "0 0 16 16",
421
+ fill: $props.useCurrentColor ? "currentColor" : "none",
422
+ xmlns: "http://www.w3.org/2000/svg",
423
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-append`],
424
+ width: "1em",
425
+ height: "1em"
426
+ }, _ctx.$attrs), _hoisted_4$y, 16, _hoisted_1$19);
427
+ }
428
+ var index$19 = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
429
+ const _sfc_main$18 = {
430
+ name: "IconBasics",
431
+ props: {
432
+ prefix: {
433
+ type: String,
434
+ default: "update-line-icon"
435
+ },
436
+ useCurrentColor: {
437
+ type: Boolean,
438
+ default: true
439
+ }
440
+ }
441
+ };
442
+ const _hoisted_1$18 = ["fill"];
443
+ const _hoisted_2$18 = /* @__PURE__ */ vue.createElementVNode("path", {
444
+ d: "M3 8V5H5.25V4.5C5.25 3.67157 5.92158 3 6.75 3C7.57842 3 8.25 3.67157 8.25 4.5V5H10.5V8H11.5C12.3284 8 13 8.67158 13 9.5C13 10.3284 12.3284 11 11.5 11H10.5V13H3V11H4C4.82842 11 5.5 10.3284 5.5 9.5C5.5 8.67158 4.82842 8 4 8H3Z",
445
+ stroke: "#434343",
446
+ "stroke-width": "1.5",
447
+ "stroke-linejoin": "round"
448
+ }, null, -1);
449
+ const _hoisted_3$17 = [
450
+ _hoisted_2$18
451
+ ];
452
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
453
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
454
+ viewBox: "0 0 16 16",
455
+ fill: $props.useCurrentColor ? "currentColor" : "none",
456
+ xmlns: "http://www.w3.org/2000/svg",
457
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Basics`],
458
+ width: "1em",
459
+ height: "1em"
460
+ }, _ctx.$attrs), _hoisted_3$17, 16, _hoisted_1$18);
461
+ }
462
+ var index$18 = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
463
+ const _sfc_main$17 = {
464
+ name: "IconDatabasesource",
465
+ props: {
466
+ prefix: {
467
+ type: String,
468
+ default: "update-line-icon"
469
+ },
470
+ useCurrentColor: {
471
+ type: Boolean,
472
+ default: true
473
+ }
474
+ }
475
+ };
476
+ const _hoisted_1$17 = ["fill"];
477
+ const _hoisted_2$17 = /* @__PURE__ */ vue.createElementVNode("path", {
478
+ d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
479
+ stroke: "#434343",
480
+ "stroke-width": "1.5",
481
+ "stroke-linecap": "round",
482
+ "stroke-linejoin": "round"
483
+ }, null, -1);
484
+ const _hoisted_3$16 = /* @__PURE__ */ vue.createElementVNode("path", {
485
+ d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57495C2 7.33434 3.84682 7.94995 6.125 7.94995 6.88298 7.94995 7.59323 7.88181 8.20359 7.7629M13 9.59998C13 11.1187 11.7688 12.35 10.25 12.35 9.7575 12.35 9.29523 12.2205 8.89538 11.9937 8.19143 11.5945 7.68092 10.8937 7.53949 10.067 7.51353 9.91521 7.5 9.75917 7.5 9.59998 7.5 8.89386 7.76615 8.24989 8.20359 7.76292 8.70703 7.20247 9.43735 6.84998 10.25 6.84998 11.7688 6.84998 13 8.08121 13 9.59998z",
486
+ stroke: "#434343",
487
+ "stroke-width": "1.5",
488
+ "stroke-linecap": "round",
489
+ "stroke-linejoin": "round"
490
+ }, null, -1);
491
+ const _hoisted_4$x = [
492
+ _hoisted_2$17,
493
+ _hoisted_3$16
494
+ ];
495
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
496
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
497
+ viewBox: "0 0 16 16",
498
+ fill: $props.useCurrentColor ? "currentColor" : "none",
499
+ xmlns: "http://www.w3.org/2000/svg",
500
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Databasesource`],
501
+ width: "1em",
502
+ height: "1em"
503
+ }, _ctx.$attrs), _hoisted_4$x, 16, _hoisted_1$17);
504
+ }
505
+ var index$17 = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17]]);
506
+ const _sfc_main$16 = {
507
+ name: "IconDown",
508
+ props: {
509
+ prefix: {
510
+ type: String,
511
+ default: "update-line-icon"
512
+ },
513
+ useCurrentColor: {
514
+ type: Boolean,
515
+ default: true
516
+ }
517
+ }
518
+ };
519
+ const _hoisted_1$16 = ["fill"];
520
+ const _hoisted_2$16 = /* @__PURE__ */ vue.createElementVNode("path", {
521
+ d: "M11.25 6.75L8 10.25L4.75 6.75",
522
+ stroke: "#434343",
523
+ "stroke-width": "1.5",
524
+ "stroke-linecap": "round",
525
+ "stroke-linejoin": "round"
526
+ }, null, -1);
527
+ const _hoisted_3$15 = [
528
+ _hoisted_2$16
529
+ ];
530
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
531
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
532
+ viewBox: "0 0 16 16",
533
+ fill: $props.useCurrentColor ? "currentColor" : "none",
534
+ xmlns: "http://www.w3.org/2000/svg",
535
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-down`],
536
+ width: "1em",
537
+ height: "1em"
538
+ }, _ctx.$attrs), _hoisted_3$15, 16, _hoisted_1$16);
539
+ }
540
+ var index$16 = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16]]);
541
+ const _sfc_main$15 = {
542
+ name: "IconCollect",
543
+ props: {
544
+ prefix: {
545
+ type: String,
546
+ default: "update-line-icon"
547
+ },
548
+ useCurrentColor: {
549
+ type: Boolean,
550
+ default: true
551
+ }
552
+ }
553
+ };
554
+ const _hoisted_1$15 = ["fill"];
555
+ const _hoisted_2$15 = /* @__PURE__ */ vue.createElementVNode("path", {
556
+ d: "M8.03739 4.12802C8.20706 3.71431 8.79294 3.71431 8.96261 4.12802L9.9948 6.64491L12.7798 6.88903C13.2261 6.92814 13.3997 7.48914 13.0536 7.77347L11.2294 9.27196C11.0847 9.39088 11.0185 9.58075 11.0581 9.76387L11.6382 12.4496C11.7331 12.889 11.2451 13.2207 10.8715 12.9708L8.5 11.3848L6.12851 12.9708C5.75486 13.2207 5.26693 12.889 5.36183 12.4496L5.94191 9.76387C5.98147 9.58075 5.91533 9.39088 5.77057 9.27196L3.94644 7.77347C3.60032 7.48914 3.77395 6.92814 4.22016 6.88903L7.0052 6.64491L8.03739 4.12802Z",
557
+ stroke: "#434343",
558
+ "stroke-width": "1.5",
559
+ "stroke-linejoin": "round"
560
+ }, null, -1);
561
+ const _hoisted_3$14 = [
562
+ _hoisted_2$15
563
+ ];
564
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
565
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
566
+ viewBox: "0 0 16 16",
567
+ fill: $props.useCurrentColor ? "currentColor" : "none",
568
+ xmlns: "http://www.w3.org/2000/svg",
569
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Collect`],
570
+ width: "1em",
571
+ height: "1em"
572
+ }, _ctx.$attrs), _hoisted_3$14, 16, _hoisted_1$15);
573
+ }
574
+ var index$15 = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
575
+ const _sfc_main$14 = {
576
+ name: "IconDatabase",
577
+ props: {
578
+ prefix: {
579
+ type: String,
580
+ default: "update-line-icon"
581
+ },
582
+ useCurrentColor: {
583
+ type: Boolean,
584
+ default: true
585
+ }
586
+ }
587
+ };
588
+ const _hoisted_1$14 = ["fill"];
589
+ const _hoisted_2$14 = /* @__PURE__ */ vue.createElementVNode("path", {
590
+ d: "M13 4.75C13 4.75 13 11.0156 13 11.5C13 12.3284 10.7614 13 8 13C5.23857 13 3.00001 12.3284 3.00001 11.5C3.00001 11.0356 3 4.75 3 4.75",
591
+ stroke: "#434343",
592
+ "stroke-width": "1.5",
593
+ "stroke-linecap": "round",
594
+ "stroke-linejoin": "round"
595
+ }, null, -1);
596
+ const _hoisted_3$13 = /* @__PURE__ */ vue.createElementVNode("path", {
597
+ d: "M13 9.25C13 10.0784 10.7614 10.75 8 10.75 5.23857 10.75 3 10.0784 3 9.25M13 7C13 7.82842 10.7614 8.5 8 8.5 5.23857 8.5 3 7.82842 3 7M8 6C10.7614 6 13 5.32843 13 4.5 13 3.67157 10.7614 3 8 3 5.23858 3 3 3.67157 3 4.5 3 5.32843 5.23858 6 8 6z",
598
+ stroke: "#434343",
599
+ "stroke-width": "1.5",
600
+ "stroke-linecap": "round",
601
+ "stroke-linejoin": "round"
602
+ }, null, -1);
603
+ const _hoisted_4$w = [
604
+ _hoisted_2$14,
605
+ _hoisted_3$13
606
+ ];
607
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
608
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
609
+ viewBox: "0 0 16 16",
610
+ fill: $props.useCurrentColor ? "currentColor" : "none",
611
+ xmlns: "http://www.w3.org/2000/svg",
612
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database`],
613
+ width: "1em",
614
+ height: "1em"
615
+ }, _ctx.$attrs), _hoisted_4$w, 16, _hoisted_1$14);
616
+ }
617
+ var index$14 = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
618
+ const _sfc_main$13 = {
619
+ name: "IconCharts",
620
+ props: {
621
+ prefix: {
622
+ type: String,
623
+ default: "update-line-icon"
624
+ },
625
+ useCurrentColor: {
626
+ type: Boolean,
627
+ default: true
628
+ }
629
+ }
630
+ };
631
+ const _hoisted_1$13 = ["fill"];
632
+ const _hoisted_2$13 = /* @__PURE__ */ vue.createElementVNode("path", {
633
+ d: "M2 12.9H13",
634
+ stroke: "#434343",
635
+ "stroke-width": "1.5",
636
+ "stroke-linecap": "round",
637
+ "stroke-linejoin": "round"
638
+ }, null, -1);
639
+ const _hoisted_3$12 = /* @__PURE__ */ vue.createElementVNode("path", {
640
+ d: "M4.74998 9.05005H3.09998V12.9H4.74998V9.05005zM8.32493 6.30005H6.67493V12.9H8.32493V6.30005zM11.9 3H10.25V12.9H11.9V3z",
641
+ stroke: "#434343",
642
+ "stroke-width": "1.5",
643
+ "stroke-linejoin": "round"
644
+ }, null, -1);
645
+ const _hoisted_4$v = [
646
+ _hoisted_2$13,
647
+ _hoisted_3$12
648
+ ];
649
+ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
650
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
651
+ viewBox: "0 0 16 16",
652
+ fill: $props.useCurrentColor ? "currentColor" : "none",
653
+ xmlns: "http://www.w3.org/2000/svg",
654
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-charts`],
655
+ width: "1em",
656
+ height: "1em"
657
+ }, _ctx.$attrs), _hoisted_4$v, 16, _hoisted_1$13);
658
+ }
659
+ var index$13 = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13]]);
660
+ const _sfc_main$12 = {
661
+ name: "IconCopy",
662
+ props: {
663
+ prefix: {
664
+ type: String,
665
+ default: "update-line-icon"
666
+ },
667
+ useCurrentColor: {
668
+ type: Boolean,
669
+ default: true
670
+ }
671
+ }
672
+ };
673
+ const _hoisted_1$12 = ["fill"];
674
+ const _hoisted_2$12 = /* @__PURE__ */ vue.createElementVNode("path", {
675
+ d: "M4.33329 10.1666C3.68896 10.1666 3.16663 9.64429 3.16663 8.99996V4.49996C3.16663 3.76358 3.76358 3.16663 4.49996 3.16663H8.99996C9.64429 3.16663 10.1666 3.68896 10.1666 4.33329",
676
+ stroke: "#434343",
677
+ "stroke-width": "1.5",
678
+ "stroke-linecap": "round",
679
+ "stroke-linejoin": "round"
680
+ }, null, -1);
681
+ const _hoisted_3$11 = /* @__PURE__ */ vue.createElementVNode("path", {
682
+ d: "M5.83337 7.16671C5.83337 6.43033 6.43033 5.83337 7.16671 5.83337H11.5C12.2364 5.83337 12.8334 6.43033 12.8334 7.16671V11.5C12.8334 12.2364 12.2364 12.8334 11.5 12.8334H7.16671C6.43033 12.8334 5.83337 12.2364 5.83337 11.5V7.16671Z",
683
+ stroke: "#434343",
684
+ "stroke-width": "1.5",
685
+ "stroke-linecap": "round",
686
+ "stroke-linejoin": "round"
687
+ }, null, -1);
688
+ const _hoisted_4$u = [
689
+ _hoisted_2$12,
690
+ _hoisted_3$11
691
+ ];
692
+ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
693
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
694
+ viewBox: "0 0 16 16",
695
+ fill: $props.useCurrentColor ? "currentColor" : "none",
696
+ xmlns: "http://www.w3.org/2000/svg",
697
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy`],
698
+ width: "1em",
699
+ height: "1em"
700
+ }, _ctx.$attrs), _hoisted_4$u, 16, _hoisted_1$12);
701
+ }
702
+ var index$12 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
703
+ const _sfc_main$11 = {
704
+ name: "IconDatabaseobject",
705
+ props: {
706
+ prefix: {
707
+ type: String,
708
+ default: "update-line-icon"
709
+ },
710
+ useCurrentColor: {
711
+ type: Boolean,
712
+ default: true
713
+ }
714
+ }
715
+ };
716
+ const _hoisted_1$11 = ["fill"];
717
+ const _hoisted_2$11 = /* @__PURE__ */ vue.createElementVNode("path", {
718
+ d: "M13 9.59998C13 11.1187 11.7688 12.35 10.25 12.35C9.7575 12.35 9.29523 12.2205 8.89538 11.9937C8.19143 11.5945 7.68092 10.8937 7.53949 10.067C7.51353 9.91521 7.5 9.75917 7.5 9.59998C7.5 8.89386 7.76615 8.24989 8.20359 7.76292C8.70703 7.20247 9.43735 6.84998 10.25 6.84998C11.7688 6.84998 13 8.08121 13 9.59998Z",
719
+ stroke: "#434343",
720
+ "stroke-width": "1.5",
721
+ "stroke-linecap": "round",
722
+ "stroke-linejoin": "round"
723
+ }, null, -1);
724
+ const _hoisted_3$10 = /* @__PURE__ */ vue.createElementVNode("path", {
725
+ d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
726
+ stroke: "#434343",
727
+ "stroke-width": "1.5",
728
+ "stroke-linecap": "round",
729
+ "stroke-linejoin": "round"
730
+ }, null, -1);
731
+ const _hoisted_4$t = /* @__PURE__ */ vue.createElementVNode("path", {
732
+ d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57507C2 7.33446 3.84682 7.95007 6.125 7.95007 6.88298 7.95007 7.59323 7.88193 8.20359 7.76302M11.625 9.6L10.525 8.5M11.625 9.6L10.525 10.7M11.625 9.6H8.875",
733
+ stroke: "#434343",
734
+ "stroke-width": "1.5",
735
+ "stroke-linecap": "round",
736
+ "stroke-linejoin": "round"
737
+ }, null, -1);
738
+ const _hoisted_5$6 = [
739
+ _hoisted_2$11,
740
+ _hoisted_3$10,
741
+ _hoisted_4$t
742
+ ];
743
+ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
744
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
745
+ viewBox: "0 0 16 16",
746
+ fill: $props.useCurrentColor ? "currentColor" : "none",
747
+ xmlns: "http://www.w3.org/2000/svg",
748
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Databaseobject`],
749
+ width: "1em",
750
+ height: "1em"
751
+ }, _ctx.$attrs), _hoisted_5$6, 16, _hoisted_1$11);
752
+ }
753
+ var index$11 = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
754
+ const _sfc_main$10 = {
755
+ name: "IconDelete",
756
+ props: {
757
+ prefix: {
758
+ type: String,
759
+ default: "update-line-icon"
760
+ },
761
+ useCurrentColor: {
762
+ type: Boolean,
763
+ default: true
764
+ }
765
+ }
766
+ };
767
+ const _hoisted_1$10 = ["fill"];
768
+ const _hoisted_2$10 = /* @__PURE__ */ vue.createElementVNode("path", {
769
+ d: "M3.83337 5.16663L4.39414 11.6155C4.45406 12.3045 5.03085 12.8333 5.72246 12.8333H9.61095C10.3026 12.8333 10.8794 12.3045 10.9393 11.6155L11.5 5.16663H3.83337zM6.5 7.16663V10.8333M8.83337 7.16663V10.8333M5.83337 5.16663V4.49996C5.83337 3.76358 6.43033 3.16663 7.16671 3.16663H8.16671C8.90309 3.16663 9.50004 3.76358 9.50004 4.49996V5.16663M3.16663 5.16663H12.1666",
770
+ stroke: "#434343",
771
+ "stroke-width": "1.5",
772
+ "stroke-linecap": "round",
773
+ "stroke-linejoin": "round"
774
+ }, null, -1);
775
+ const _hoisted_3$$ = [
776
+ _hoisted_2$10
777
+ ];
778
+ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
779
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
780
+ viewBox: "0 0 16 16",
781
+ fill: $props.useCurrentColor ? "currentColor" : "none",
782
+ xmlns: "http://www.w3.org/2000/svg",
783
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete`],
784
+ width: "1em",
785
+ height: "1em"
786
+ }, _ctx.$attrs), _hoisted_3$$, 16, _hoisted_1$10);
787
+ }
788
+ var index$10 = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
789
+ const _sfc_main$$ = {
790
+ name: "IconDetails",
791
+ props: {
792
+ prefix: {
793
+ type: String,
794
+ default: "update-line-icon"
795
+ },
796
+ useCurrentColor: {
797
+ type: Boolean,
798
+ default: true
799
+ }
800
+ }
801
+ };
802
+ const _hoisted_1$$ = ["fill"];
803
+ const _hoisted_2$$ = /* @__PURE__ */ vue.createElementVNode("path", {
804
+ d: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
805
+ stroke: "#434343",
806
+ "stroke-width": "1.5",
807
+ "stroke-linecap": "round",
808
+ "stroke-linejoin": "round"
809
+ }, null, -1);
810
+ const _hoisted_3$_ = /* @__PURE__ */ vue.createElementVNode("path", {
811
+ d: "M12.8 6.3H9.5V3M6.20007 10.7001H9.50007M6.20007 8.5H9.50007",
812
+ stroke: "#434343",
813
+ "stroke-width": "1.5",
814
+ "stroke-linecap": "round",
815
+ "stroke-linejoin": "round"
816
+ }, null, -1);
817
+ const _hoisted_4$s = [
818
+ _hoisted_2$$,
819
+ _hoisted_3$_
820
+ ];
821
+ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
822
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
823
+ viewBox: "0 0 16 16",
824
+ fill: $props.useCurrentColor ? "currentColor" : "none",
825
+ xmlns: "http://www.w3.org/2000/svg",
826
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-details`],
827
+ width: "1em",
828
+ height: "1em"
829
+ }, _ctx.$attrs), _hoisted_4$s, 16, _hoisted_1$$);
830
+ }
831
+ var index$$ = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
832
+ const _sfc_main$_ = {
833
+ name: "IconCheck",
834
+ props: {
835
+ prefix: {
836
+ type: String,
837
+ default: "update-line-icon"
838
+ },
839
+ useCurrentColor: {
840
+ type: Boolean,
841
+ default: true
842
+ }
843
+ }
844
+ };
845
+ const _hoisted_1$_ = ["fill"];
846
+ const _hoisted_2$_ = /* @__PURE__ */ vue.createElementVNode("path", {
847
+ d: "M12 4C12 4 6.97059 7.97059 5.64706 13L3 9.29412",
848
+ stroke: "#434343",
849
+ "stroke-width": "1.5",
850
+ "stroke-linecap": "round",
851
+ "stroke-linejoin": "round"
852
+ }, null, -1);
853
+ const _hoisted_3$Z = [
854
+ _hoisted_2$_
855
+ ];
856
+ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
857
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
858
+ viewBox: "0 0 16 16",
859
+ fill: $props.useCurrentColor ? "currentColor" : "none",
860
+ xmlns: "http://www.w3.org/2000/svg",
861
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-check`],
862
+ width: "1em",
863
+ height: "1em"
864
+ }, _ctx.$attrs), _hoisted_3$Z, 16, _hoisted_1$_);
865
+ }
866
+ var index$_ = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
867
+ const _sfc_main$Z = {
868
+ name: "IconDispatch",
869
+ props: {
870
+ prefix: {
871
+ type: String,
872
+ default: "update-line-icon"
873
+ },
874
+ useCurrentColor: {
875
+ type: Boolean,
876
+ default: true
877
+ }
878
+ }
879
+ };
880
+ const _hoisted_1$Z = ["fill"];
881
+ const _hoisted_2$Z = /* @__PURE__ */ vue.createElementVNode("path", {
882
+ d: "M5.23694 12.308C5.99767 12.9062 6.95722 13.2631 8.00009 13.2631 9.04295 13.2631 10.0025 12.9062 10.7632 12.308M6.68425 4.51233C4.85565 5.0742 3.52637 6.77654 3.52637 8.78937 3.52637 9.2959 3.61055 9.78277 3.76568 10.2367M9.3158 4.51233C11.1444 5.0742 12.4737 6.77654 12.4737 8.78937 12.4737 9.2959 12.3895 9.78277 12.2344 10.2367",
883
+ stroke: "#434343",
884
+ "stroke-width": "1.5",
885
+ "stroke-linecap": "round",
886
+ "stroke-linejoin": "round"
887
+ }, null, -1);
888
+ const _hoisted_3$Y = /* @__PURE__ */ vue.createElementVNode("path", {
889
+ d: "M13.0001 11.421C13.0001 11.7741 12.861 12.0946 12.6348 12.3309 12.3952 12.5811 12.058 12.7368 11.6843 12.7368 10.9576 12.7368 10.3685 12.1477 10.3685 11.421 10.3685 10.892 10.6807 10.436 11.1308 10.227 11.2991 10.1488 11.4866 10.1052 11.6843 10.1052 12.411 10.1052 13.0001 10.6943 13.0001 11.421zM5.63157 11.421C5.63157 11.7741 5.49252 12.0946 5.26623 12.3309 5.0267 12.5811 4.68944 12.7368 4.31578 12.7368 3.5891 12.7368 3 12.1477 3 11.421 3 10.892 3.31214 10.436 3.76228 10.227 3.93053 10.1488 4.11807 10.1052 4.31578 10.1052 5.04247 10.1052 5.63157 10.6943 5.63157 11.421zM9.31577 4.31578C9.31577 4.66884 9.17672 4.98939 8.95043 5.2257 8.71091 5.47583 8.37365 5.63157 7.99999 5.63157 7.27331 5.63157 6.6842 5.04247 6.6842 4.31578 6.6842 3.78682 6.99633 3.33075 7.44649 3.12174 7.61473 3.04361 7.80228 3 7.99999 3 8.72667 3 9.31577 3.5891 9.31577 4.31578z",
890
+ stroke: "#434343",
891
+ "stroke-width": "1.5",
892
+ "stroke-linecap": "round",
893
+ "stroke-linejoin": "round"
894
+ }, null, -1);
895
+ const _hoisted_4$r = [
896
+ _hoisted_2$Z,
897
+ _hoisted_3$Y
898
+ ];
899
+ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
900
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
901
+ viewBox: "0 0 16 16",
902
+ fill: $props.useCurrentColor ? "currentColor" : "none",
903
+ xmlns: "http://www.w3.org/2000/svg",
904
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dispatch`],
905
+ width: "1em",
906
+ height: "1em"
907
+ }, _ctx.$attrs), _hoisted_4$r, 16, _hoisted_1$Z);
908
+ }
909
+ var index$Z = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
910
+ const _sfc_main$Y = {
911
+ name: "IconAdvance",
912
+ props: {
913
+ prefix: {
914
+ type: String,
915
+ default: "update-line-icon"
916
+ },
917
+ useCurrentColor: {
918
+ type: Boolean,
919
+ default: true
920
+ }
921
+ }
922
+ };
923
+ const _hoisted_1$Y = ["fill"];
924
+ const _hoisted_2$Y = /* @__PURE__ */ vue.createElementVNode("path", {
925
+ d: "M11.0556 4L13 5.66666L11.0556 7.61111",
926
+ stroke: "#434343",
927
+ "stroke-width": "1.5",
928
+ "stroke-linecap": "round",
929
+ "stroke-linejoin": "round"
930
+ }, null, -1);
931
+ const _hoisted_3$X = /* @__PURE__ */ vue.createElementVNode("path", {
932
+ d: "M13 5.66675H6.61284C4.7009 5.66675 3.07721 7.22797 3.00268 9.13897C2.92393 11.1583 4.59248 12.889 6.61284 12.889H11.3338",
933
+ stroke: "#434343",
934
+ "stroke-width": "1.5",
935
+ "stroke-linecap": "round",
936
+ "stroke-linejoin": "round"
937
+ }, null, -1);
938
+ const _hoisted_4$q = [
939
+ _hoisted_2$Y,
940
+ _hoisted_3$X
941
+ ];
942
+ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
943
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
944
+ viewBox: "0 0 16 16",
945
+ fill: $props.useCurrentColor ? "currentColor" : "none",
946
+ xmlns: "http://www.w3.org/2000/svg",
947
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-advance`],
948
+ width: "1em",
949
+ height: "1em"
950
+ }, _ctx.$attrs), _hoisted_4$q, 16, _hoisted_1$Y);
951
+ }
952
+ var index$Y = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
953
+ const _sfc_main$X = {
954
+ name: "IconDisposition",
955
+ props: {
956
+ prefix: {
957
+ type: String,
958
+ default: "update-line-icon"
959
+ },
960
+ useCurrentColor: {
961
+ type: Boolean,
962
+ default: true
963
+ }
964
+ }
965
+ };
966
+ const _hoisted_1$X = ["fill"];
967
+ const _hoisted_2$X = /* @__PURE__ */ vue.createElementVNode("path", {
968
+ d: "M3.16663 3.83337H7.49996M3.16663 12.1666H7.49996M3.16663 8H4.83329M10 3.83337H12.8333M10 12.1666H12.8333M7.33337 8H12.8334M9.83337 3.16663V4.83329M9.83337 11.1666V12.8333M7.16663 7.16663V8.83329",
969
+ stroke: "#434343",
970
+ "stroke-width": "1.5",
971
+ "stroke-linecap": "round",
972
+ "stroke-linejoin": "round"
973
+ }, null, -1);
974
+ const _hoisted_3$W = [
975
+ _hoisted_2$X
976
+ ];
977
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
978
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
979
+ viewBox: "0 0 16 16",
980
+ fill: $props.useCurrentColor ? "currentColor" : "none",
981
+ xmlns: "http://www.w3.org/2000/svg",
982
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-disposition`],
983
+ width: "1em",
984
+ height: "1em"
985
+ }, _ctx.$attrs), _hoisted_3$W, 16, _hoisted_1$X);
986
+ }
987
+ var index$X = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
988
+ const _sfc_main$W = {
989
+ name: "IconActivate",
990
+ props: {
991
+ prefix: {
992
+ type: String,
993
+ default: "update-line-icon"
994
+ },
995
+ useCurrentColor: {
996
+ type: Boolean,
997
+ default: true
998
+ }
999
+ }
1000
+ };
1001
+ const _hoisted_1$W = ["fill"];
1002
+ const _hoisted_2$W = /* @__PURE__ */ vue.createElementVNode("circle", {
1003
+ cx: "8",
1004
+ cy: "8",
1005
+ r: "5",
1006
+ stroke: "#434343",
1007
+ "stroke-width": "1.5",
1008
+ "stroke-linecap": "round",
1009
+ "stroke-linejoin": "round"
1010
+ }, null, -1);
1011
+ const _hoisted_3$V = /* @__PURE__ */ vue.createElementVNode("path", {
1012
+ d: "M11.8334 7.58337L6.33337 4.33337V10.8334L11.8334 7.58337Z",
1013
+ stroke: "#434343",
1014
+ "stroke-width": "1.5",
1015
+ "stroke-linecap": "round",
1016
+ "stroke-linejoin": "round"
1017
+ }, null, -1);
1018
+ const _hoisted_4$p = [
1019
+ _hoisted_2$W,
1020
+ _hoisted_3$V
1021
+ ];
1022
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
1023
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1024
+ viewBox: "0 0 16 16",
1025
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1026
+ xmlns: "http://www.w3.org/2000/svg",
1027
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-activate`],
1028
+ width: "1em",
1029
+ height: "1em"
1030
+ }, _ctx.$attrs), _hoisted_4$p, 16, _hoisted_1$W);
1031
+ }
1032
+ var index$W = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
1033
+ const _sfc_main$V = {
1034
+ name: "IconEdit",
1035
+ props: {
1036
+ prefix: {
1037
+ type: String,
1038
+ default: "update-line-icon"
1039
+ },
1040
+ useCurrentColor: {
1041
+ type: Boolean,
1042
+ default: true
1043
+ }
1044
+ }
1045
+ };
1046
+ const _hoisted_1$V = ["fill"];
1047
+ const _hoisted_2$V = /* @__PURE__ */ vue.createElementVNode("path", {
1048
+ d: "M3.16663 12.8334L5.99996 12.1667 12.1952 5.97142C12.4556 5.71108 12.4556 5.28897 12.1952 5.02862L10.9714 3.80476C10.711 3.54441 10.2889 3.54441 10.0286 3.80476L3.83329 10 3.16663 12.8334zM12.8333 12.8334H9.16663",
1049
+ stroke: "#434343",
1050
+ "stroke-width": "1.5",
1051
+ "stroke-linecap": "round",
1052
+ "stroke-linejoin": "round"
1053
+ }, null, -1);
1054
+ const _hoisted_3$U = [
1055
+ _hoisted_2$V
1056
+ ];
1057
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
1058
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1059
+ viewBox: "0 0 16 16",
1060
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1061
+ xmlns: "http://www.w3.org/2000/svg",
1062
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-edit`],
1063
+ width: "1em",
1064
+ height: "1em"
1065
+ }, _ctx.$attrs), _hoisted_3$U, 16, _hoisted_1$V);
1066
+ }
1067
+ var index$V = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
1068
+ const _sfc_main$U = {
1069
+ name: "IconFile",
1070
+ props: {
1071
+ prefix: {
1072
+ type: String,
1073
+ default: "update-line-icon"
1074
+ },
1075
+ useCurrentColor: {
1076
+ type: Boolean,
1077
+ default: true
1078
+ }
1079
+ }
1080
+ };
1081
+ const _hoisted_1$U = ["fill"];
1082
+ const _hoisted_2$U = /* @__PURE__ */ vue.createElementVNode("path", {
1083
+ d: "M12.8333 11.5V6.49996C12.8333 5.76358 12.2363 5.16663 11.5 5.16663H3.16663V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5Z",
1084
+ stroke: "#434343",
1085
+ "stroke-width": "1.5",
1086
+ "stroke-linecap": "round",
1087
+ "stroke-linejoin": "round"
1088
+ }, null, -1);
1089
+ const _hoisted_3$T = /* @__PURE__ */ vue.createElementVNode("path", {
1090
+ d: "M8.99996 4.99996L8.37898 3.86149C8.14533 3.43314 7.69637 3.16663 7.20845 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V7.33329",
1091
+ stroke: "#434343",
1092
+ "stroke-width": "1.5",
1093
+ "stroke-linecap": "round",
1094
+ "stroke-linejoin": "round"
1095
+ }, null, -1);
1096
+ const _hoisted_4$o = [
1097
+ _hoisted_2$U,
1098
+ _hoisted_3$T
1099
+ ];
1100
+ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
1101
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1102
+ viewBox: "0 0 16 16",
1103
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1104
+ xmlns: "http://www.w3.org/2000/svg",
1105
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file`],
1106
+ width: "1em",
1107
+ height: "1em"
1108
+ }, _ctx.$attrs), _hoisted_4$o, 16, _hoisted_1$U);
1109
+ }
1110
+ var index$U = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
1111
+ const _sfc_main$T = {
1112
+ name: "IconEmbellish",
1113
+ props: {
1114
+ prefix: {
1115
+ type: String,
1116
+ default: "update-line-icon"
1117
+ },
1118
+ useCurrentColor: {
1119
+ type: Boolean,
1120
+ default: true
1121
+ }
1122
+ }
1123
+ };
1124
+ const _hoisted_1$T = ["fill"];
1125
+ const _hoisted_2$T = /* @__PURE__ */ vue.createElementVNode("path", {
1126
+ d: "M11.5 3C11.5 3.7647 10.7647 4.5 10 4.5 10.7647 4.5 11.5 5.2353 11.5 6 11.5 5.2353 12.2353 4.5 13 4.5 12.2353 4.5 11.5 3.7647 11.5 3zM11.5 10C11.5 10.7647 10.7647 11.5 10 11.5 10.7647 11.5 11.5 12.2353 11.5 13 11.5 12.2353 12.2353 11.5 13 11.5 12.2353 11.5 11.5 10.7647 11.5 10zM6 5C6 6.5294 4.5294 8 3 8 4.5294 8 6 9.4706 6 11 6 9.4706 7.4706 8 9 8 7.4706 8 6 6.5294 6 5z",
1127
+ stroke: "#434343",
1128
+ "stroke-width": "1.5",
1129
+ "stroke-linecap": "round",
1130
+ "stroke-linejoin": "round"
1131
+ }, null, -1);
1132
+ const _hoisted_3$S = [
1133
+ _hoisted_2$T
1134
+ ];
1135
+ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
1136
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1137
+ viewBox: "0 0 16 16",
1138
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1139
+ xmlns: "http://www.w3.org/2000/svg",
1140
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-embellish`],
1141
+ width: "1em",
1142
+ height: "1em"
1143
+ }, _ctx.$attrs), _hoisted_3$S, 16, _hoisted_1$T);
1144
+ }
1145
+ var index$T = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
1146
+ const _sfc_main$S = {
1147
+ name: "IconFormula",
1148
+ props: {
1149
+ prefix: {
1150
+ type: String,
1151
+ default: "update-line-icon"
1152
+ },
1153
+ useCurrentColor: {
1154
+ type: Boolean,
1155
+ default: true
1156
+ }
1157
+ }
1158
+ };
1159
+ const _hoisted_1$S = ["fill"];
1160
+ const _hoisted_2$S = /* @__PURE__ */ vue.createElementVNode("path", {
1161
+ d: "M12 3.83333L11.25 3H4L8.5 8L4 13H11.25L12 12.1667",
1162
+ stroke: "#434343",
1163
+ "stroke-width": "1.5",
1164
+ "stroke-linecap": "round",
1165
+ "stroke-linejoin": "round"
1166
+ }, null, -1);
1167
+ const _hoisted_3$R = [
1168
+ _hoisted_2$S
1169
+ ];
1170
+ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
1171
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1172
+ viewBox: "0 0 16 16",
1173
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1174
+ xmlns: "http://www.w3.org/2000/svg",
1175
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-formula`],
1176
+ width: "1em",
1177
+ height: "1em"
1178
+ }, _ctx.$attrs), _hoisted_3$R, 16, _hoisted_1$S);
1179
+ }
1180
+ var index$S = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
1181
+ const _sfc_main$R = {
1182
+ name: "IconFields",
1183
+ props: {
1184
+ prefix: {
1185
+ type: String,
1186
+ default: "update-line-icon"
1187
+ },
1188
+ useCurrentColor: {
1189
+ type: Boolean,
1190
+ default: true
1191
+ }
1192
+ }
1193
+ };
1194
+ const _hoisted_1$R = ["fill"];
1195
+ const _hoisted_2$R = /* @__PURE__ */ vue.createElementVNode("path", {
1196
+ d: "M5.85714 6.14282L3 8.73286 5.85714 11.1428M10.1428 6.14282L13 8.73286 10.1428 11.1428",
1197
+ stroke: "#434343",
1198
+ "stroke-width": "1.5",
1199
+ "stroke-linecap": "round",
1200
+ "stroke-linejoin": "round"
1201
+ }, null, -1);
1202
+ const _hoisted_3$Q = /* @__PURE__ */ vue.createElementVNode("path", {
1203
+ d: "M8.71434 4L7.28577 12.5714",
1204
+ stroke: "#434343",
1205
+ "stroke-width": "1.5",
1206
+ "stroke-linecap": "round"
1207
+ }, null, -1);
1208
+ const _hoisted_4$n = [
1209
+ _hoisted_2$R,
1210
+ _hoisted_3$Q
1211
+ ];
1212
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
1213
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1214
+ viewBox: "0 0 16 16",
1215
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1216
+ xmlns: "http://www.w3.org/2000/svg",
1217
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fields`],
1218
+ width: "1em",
1219
+ height: "1em"
1220
+ }, _ctx.$attrs), _hoisted_4$n, 16, _hoisted_1$R);
1221
+ }
1222
+ var index$R = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R]]);
1223
+ const _sfc_main$Q = {
1224
+ name: "IconFold",
1225
+ props: {
1226
+ prefix: {
1227
+ type: String,
1228
+ default: "update-line-icon"
1229
+ },
1230
+ useCurrentColor: {
1231
+ type: Boolean,
1232
+ default: true
1233
+ }
1234
+ }
1235
+ };
1236
+ const _hoisted_1$Q = ["fill"];
1237
+ const _hoisted_2$Q = /* @__PURE__ */ vue.createElementVNode("path", {
1238
+ d: "M3.16663 3.83337H8.83329M3.16663 6.5H6.83329M12.8333 5.83337L10.5 8.00004 12.8333 10.1667M3.16663 12.1666H8.83329M3.16663 9.5H6.83329",
1239
+ stroke: "#434343",
1240
+ "stroke-width": "1.5",
1241
+ "stroke-linecap": "round",
1242
+ "stroke-linejoin": "round"
1243
+ }, null, -1);
1244
+ const _hoisted_3$P = [
1245
+ _hoisted_2$Q
1246
+ ];
1247
+ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
1248
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1249
+ viewBox: "0 0 16 16",
1250
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1251
+ xmlns: "http://www.w3.org/2000/svg",
1252
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fold`],
1253
+ width: "1em",
1254
+ height: "1em"
1255
+ }, _ctx.$attrs), _hoisted_3$P, 16, _hoisted_1$Q);
1256
+ }
1257
+ var index$Q = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q]]);
1258
+ const _sfc_main$P = {
1259
+ name: "IconGoBack",
1260
+ props: {
1261
+ prefix: {
1262
+ type: String,
1263
+ default: "update-line-icon"
1264
+ },
1265
+ useCurrentColor: {
1266
+ type: Boolean,
1267
+ default: true
1268
+ }
1269
+ }
1270
+ };
1271
+ const _hoisted_1$P = ["fill"];
1272
+ const _hoisted_2$P = /* @__PURE__ */ vue.createElementVNode("path", {
1273
+ d: "M5.99996 7.99996H10.1666M7.33329 9.49996L5.83329 7.99996L7.33329 6.49996M12.8333 7.99996C12.8333 10.6694 10.6694 12.8333 7.99996 12.8333C5.33059 12.8333 3.16663 10.6694 3.16663 7.99996C3.16663 5.33059 5.33059 3.16663 7.99996 3.16663C10.6694 3.16663 12.8333 5.33059 12.8333 7.99996Z",
1274
+ stroke: "#434343",
1275
+ "stroke-width": "1.5",
1276
+ "stroke-linecap": "round",
1277
+ "stroke-linejoin": "round"
1278
+ }, null, -1);
1279
+ const _hoisted_3$O = [
1280
+ _hoisted_2$P
1281
+ ];
1282
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
1283
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1284
+ viewBox: "0 0 16 16",
1285
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1286
+ xmlns: "http://www.w3.org/2000/svg",
1287
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-goBack`],
1288
+ width: "1em",
1289
+ height: "1em"
1290
+ }, _ctx.$attrs), _hoisted_3$O, 16, _hoisted_1$P);
1291
+ }
1292
+ var index$P = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P]]);
1293
+ const _sfc_main$O = {
1294
+ name: "IconHelp",
1295
+ props: {
1296
+ prefix: {
1297
+ type: String,
1298
+ default: "update-line-icon"
1299
+ },
1300
+ useCurrentColor: {
1301
+ type: Boolean,
1302
+ default: true
1303
+ }
1304
+ }
1305
+ };
1306
+ const _hoisted_1$O = ["fill"];
1307
+ const _hoisted_2$O = /* @__PURE__ */ vue.createElementVNode("path", {
1308
+ d: "M8 13C9.3807 13 10.6307 12.4404 11.5355 11.5355C12.4404 10.6307 13 9.3807 13 8C13 6.6193 12.4404 5.3693 11.5355 4.46446C10.6307 3.55964 9.3807 3 8 3C6.6193 3 5.3693 3.55964 4.46446 4.46446C3.55964 5.3693 3 6.6193 3 8C3 9.3807 3.55964 10.6307 4.46446 11.5355C5.3693 12.4404 6.6193 13 8 13Z",
1309
+ stroke: "#434343",
1310
+ "stroke-width": "1.5",
1311
+ "stroke-linejoin": "round"
1312
+ }, null, -1);
1313
+ const _hoisted_3$N = /* @__PURE__ */ vue.createElementVNode("path", {
1314
+ d: "M8.00004 9.25004V8.20837C8.92051 8.20837 9.66671 7.50882 9.66671 6.64587C9.66671 5.78293 8.92051 5.08337 8.00004 5.08337C7.07957 5.08337 6.33337 5.78293 6.33337 6.64587",
1315
+ stroke: "#434343",
1316
+ "stroke-width": "1.5",
1317
+ "stroke-linecap": "round",
1318
+ "stroke-linejoin": "round"
1319
+ }, null, -1);
1320
+ const _hoisted_4$m = ["fill"];
1321
+ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
1322
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1323
+ viewBox: "0 0 16 16",
1324
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1325
+ xmlns: "http://www.w3.org/2000/svg",
1326
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-help`],
1327
+ width: "1em",
1328
+ height: "1em"
1329
+ }, _ctx.$attrs), [
1330
+ _hoisted_2$O,
1331
+ _hoisted_3$N,
1332
+ vue.createElementVNode("path", {
1333
+ "fill-rule": "evenodd",
1334
+ "clip-rule": "evenodd",
1335
+ d: "M7.99996 11.75C8.46019 11.75 8.83329 11.3769 8.83329 10.9167C8.83329 10.4565 8.46019 10.0834 7.99996 10.0834C7.53973 10.0834 7.16663 10.4565 7.16663 10.9167C7.16663 11.3769 7.53973 11.75 7.99996 11.75Z",
1336
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
1337
+ }, null, 8, _hoisted_4$m)
1338
+ ], 16, _hoisted_1$O);
1339
+ }
1340
+ var index$O = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
1341
+ const _sfc_main$N = {
1342
+ name: "IconHistory",
1343
+ props: {
1344
+ prefix: {
1345
+ type: String,
1346
+ default: "update-line-icon"
1347
+ },
1348
+ useCurrentColor: {
1349
+ type: Boolean,
1350
+ default: true
1351
+ }
1352
+ }
1353
+ };
1354
+ const _hoisted_1$N = ["fill"];
1355
+ const _hoisted_2$N = /* @__PURE__ */ vue.createElementVNode("path", {
1356
+ d: "M3.83337 3.83337V5.50004H5.50004",
1357
+ stroke: "#434343",
1358
+ "stroke-width": "1.5",
1359
+ "stroke-linecap": "round",
1360
+ "stroke-linejoin": "round"
1361
+ }, null, -1);
1362
+ const _hoisted_3$M = /* @__PURE__ */ vue.createElementVNode("path", {
1363
+ d: "M3 8C3 10.7614 5.23857 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23857 10.7614 3 8 3C6.1495 3 4.53378 4.00528 3.66919 5.49953",
1364
+ stroke: "#434343",
1365
+ "stroke-width": "1.5",
1366
+ "stroke-linecap": "round",
1367
+ "stroke-linejoin": "round"
1368
+ }, null, -1);
1369
+ const _hoisted_4$l = /* @__PURE__ */ vue.createElementVNode("path", {
1370
+ d: "M8.00035 4.66663L8 8.08573L10.5 10.5",
1371
+ stroke: "#434343",
1372
+ "stroke-width": "1.5",
1373
+ "stroke-linecap": "round",
1374
+ "stroke-linejoin": "round"
1375
+ }, null, -1);
1376
+ const _hoisted_5$5 = [
1377
+ _hoisted_2$N,
1378
+ _hoisted_3$M,
1379
+ _hoisted_4$l
1380
+ ];
1381
+ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
1382
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1383
+ viewBox: "0 0 16 16",
1384
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1385
+ xmlns: "http://www.w3.org/2000/svg",
1386
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-history`],
1387
+ width: "1em",
1388
+ height: "1em"
1389
+ }, _ctx.$attrs), _hoisted_5$5, 16, _hoisted_1$N);
1390
+ }
1391
+ var index$N = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
1392
+ const _sfc_main$M = {
1393
+ name: "IconDownload",
1394
+ props: {
1395
+ prefix: {
1396
+ type: String,
1397
+ default: "update-line-icon"
1398
+ },
1399
+ useCurrentColor: {
1400
+ type: Boolean,
1401
+ default: true
1402
+ }
1403
+ }
1404
+ };
1405
+ const _hoisted_1$M = ["fill"];
1406
+ const _hoisted_2$M = /* @__PURE__ */ vue.createElementVNode("path", {
1407
+ d: "M3.16663 9.83337V10.8334C3.16663 11.9379 4.06206 12.8334 5.16663 12.8334H10.8333C11.9379 12.8334 12.8333 11.9379 12.8333 10.8334V9.83337M8 9.49996L8 3.16663M5.83337 7.16663L8.00004 9.49996 10.1667 7.16663",
1408
+ stroke: "#434343",
1409
+ "stroke-width": "1.5",
1410
+ "stroke-linecap": "round",
1411
+ "stroke-linejoin": "round"
1412
+ }, null, -1);
1413
+ const _hoisted_3$L = [
1414
+ _hoisted_2$M
1415
+ ];
1416
+ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
1417
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1418
+ viewBox: "0 0 16 16",
1419
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1420
+ xmlns: "http://www.w3.org/2000/svg",
1421
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Download`],
1422
+ width: "1em",
1423
+ height: "1em"
1424
+ }, _ctx.$attrs), _hoisted_3$L, 16, _hoisted_1$M);
1425
+ }
1426
+ var index$M = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
1427
+ const _sfc_main$L = {
1428
+ name: "IconDownline",
1429
+ props: {
1430
+ prefix: {
1431
+ type: String,
1432
+ default: "update-line-icon"
1433
+ },
1434
+ useCurrentColor: {
1435
+ type: Boolean,
1436
+ default: true
1437
+ }
1438
+ }
1439
+ };
1440
+ const _hoisted_1$L = ["fill"];
1441
+ const _hoisted_2$L = /* @__PURE__ */ vue.createElementVNode("path", {
1442
+ d: "M4.2 10.875C3.28333 10.875 2 10.4625 2 8.8125 2 6.8875 3.925 6.475 4.475 6.475 4.75 5.5125 5.3 4 7.5 4 9.425 4 10.25 5.1 10.525 6.0625 10.525 6.0625 13 6.3375 13 8.675 13 10.325 11.9 10.875 10.8 10.875M8.875 9.50012L6.125 12.2501M6.125 9.50012L8.875 12.2501",
1443
+ stroke: "#434343",
1444
+ "stroke-width": "1.5",
1445
+ "stroke-linecap": "round",
1446
+ "stroke-linejoin": "round"
1447
+ }, null, -1);
1448
+ const _hoisted_3$K = [
1449
+ _hoisted_2$L
1450
+ ];
1451
+ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
1452
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1453
+ viewBox: "0 0 16 16",
1454
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1455
+ xmlns: "http://www.w3.org/2000/svg",
1456
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-downline`],
1457
+ width: "1em",
1458
+ height: "1em"
1459
+ }, _ctx.$attrs), _hoisted_3$K, 16, _hoisted_1$L);
1460
+ }
1461
+ var index$L = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
1462
+ const _sfc_main$K = {
1463
+ name: "IconLayer",
1464
+ props: {
1465
+ prefix: {
1466
+ type: String,
1467
+ default: "update-line-icon"
1468
+ },
1469
+ useCurrentColor: {
1470
+ type: Boolean,
1471
+ default: true
1472
+ }
1473
+ }
1474
+ };
1475
+ const _hoisted_1$K = ["fill"];
1476
+ const _hoisted_2$K = /* @__PURE__ */ vue.createElementVNode("path", {
1477
+ d: "M3 4.72857L8 6.5L13 4.72857L8 3L3 4.72857Z",
1478
+ stroke: "#434343",
1479
+ "stroke-width": "1.5",
1480
+ "stroke-linejoin": "round"
1481
+ }, null, -1);
1482
+ const _hoisted_3$J = /* @__PURE__ */ vue.createElementVNode("path", {
1483
+ d: "M3 6.75L8 8.5 13 6.75M3 8.75012L8 10.5001 13 8.75012M3 10.75L8 12.5 13 10.75",
1484
+ stroke: "#434343",
1485
+ "stroke-width": "1.5",
1486
+ "stroke-linecap": "round",
1487
+ "stroke-linejoin": "round"
1488
+ }, null, -1);
1489
+ const _hoisted_4$k = [
1490
+ _hoisted_2$K,
1491
+ _hoisted_3$J
1492
+ ];
1493
+ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
1494
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1495
+ viewBox: "0 0 16 16",
1496
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1497
+ xmlns: "http://www.w3.org/2000/svg",
1498
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-layer`],
1499
+ width: "1em",
1500
+ height: "1em"
1501
+ }, _ctx.$attrs), _hoisted_4$k, 16, _hoisted_1$K);
1502
+ }
1503
+ var index$K = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
1504
+ const _sfc_main$J = {
1505
+ name: "IconLimits",
1506
+ props: {
1507
+ prefix: {
1508
+ type: String,
1509
+ default: "update-line-icon"
1510
+ },
1511
+ useCurrentColor: {
1512
+ type: Boolean,
1513
+ default: true
1514
+ }
1515
+ }
1516
+ };
1517
+ const _hoisted_1$J = ["fill"];
1518
+ const _hoisted_2$J = /* @__PURE__ */ vue.createElementVNode("path", {
1519
+ d: "M3.83337 7.83329C3.83337 7.4651 4.13185 7.16663 4.50004 7.16663H11.5C11.8682 7.16663 12.1667 7.4651 12.1667 7.83329V11.5C12.1667 12.2363 11.5698 12.8333 10.8334 12.8333H5.16671C4.43033 12.8333 3.83337 12.2363 3.83337 11.5V7.83329zM5.16664 6.99996V6.89509C5.16664 5.85427 5.10402 4.69412 5.83094 3.94923 6.2455 3.52443 6.91631 3.16663 7.99997 3.16663 9.08363 3.16663 9.75444 3.52443 10.169 3.94923 10.8959 4.69412 10.8333 5.85427 10.8333 6.89509V6.99996",
1520
+ stroke: "#434343",
1521
+ "stroke-width": "1.5",
1522
+ "stroke-linecap": "round",
1523
+ "stroke-linejoin": "round"
1524
+ }, null, -1);
1525
+ const _hoisted_3$I = [
1526
+ _hoisted_2$J
1527
+ ];
1528
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
1529
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1530
+ viewBox: "0 0 16 16",
1531
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1532
+ xmlns: "http://www.w3.org/2000/svg",
1533
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-limits`],
1534
+ width: "1em",
1535
+ height: "1em"
1536
+ }, _ctx.$attrs), _hoisted_3$I, 16, _hoisted_1$J);
1537
+ }
1538
+ var index$J = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J]]);
1539
+ const _sfc_main$I = {
1540
+ name: "IconFoldmore",
1541
+ props: {
1542
+ prefix: {
1543
+ type: String,
1544
+ default: "update-line-icon"
1545
+ },
1546
+ useCurrentColor: {
1547
+ type: Boolean,
1548
+ default: true
1549
+ }
1550
+ }
1551
+ };
1552
+ const _hoisted_1$I = ["fill"];
1553
+ const _hoisted_2$I = ["fill"];
1554
+ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1555
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1556
+ viewBox: "0 0 16 16",
1557
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1558
+ xmlns: "http://www.w3.org/2000/svg",
1559
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-foldmore`],
1560
+ width: "1em",
1561
+ height: "1em"
1562
+ }, _ctx.$attrs), [
1563
+ vue.createElementVNode("path", {
1564
+ d: "M9.5 4.30005C9.5 5.12848 8.82843 5.80005 8 5.80005 7.17157 5.80005 6.5 5.12848 6.5 4.30005 6.5 3.47162 7.17157 2.80005 8 2.80005 8.82843 2.80005 9.5 3.47162 9.5 4.30005zM9.5 8.30005C9.5 9.12848 8.82843 9.80005 8 9.80005 7.17157 9.80005 6.5 9.12848 6.5 8.30005 6.5 7.47162 7.17157 6.80005 8 6.80005 8.82843 6.80005 9.5 7.47162 9.5 8.30005zM9.5 12.3C9.5 13.1285 8.82843 13.8 8 13.8 7.17157 13.8 6.5 13.1285 6.5 12.3 6.5 11.4716 7.17157 10.8 8 10.8 8.82843 10.8 9.5 11.4716 9.5 12.3z",
1565
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
1566
+ }, null, 8, _hoisted_2$I)
1567
+ ], 16, _hoisted_1$I);
1568
+ }
1569
+ var index$I = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
1570
+ const _sfc_main$H = {
1571
+ name: "IconFrame",
1572
+ props: {
1573
+ prefix: {
1574
+ type: String,
1575
+ default: "update-line-icon"
1576
+ },
1577
+ useCurrentColor: {
1578
+ type: Boolean,
1579
+ default: true
1580
+ }
1581
+ }
1582
+ };
1583
+ const _hoisted_1$H = ["fill"];
1584
+ const _hoisted_2$H = /* @__PURE__ */ vue.createElementVNode("path", {
1585
+ d: "M4.5 3.16663V12.8333M11.5002 3.16663V12.8333M12.8334 4.49988L3.16675 4.49988M12.8334 11.5L3.16675 11.5",
1586
+ stroke: "#434343",
1587
+ "stroke-width": "1.5",
1588
+ "stroke-linecap": "round",
1589
+ "stroke-linejoin": "round"
1590
+ }, null, -1);
1591
+ const _hoisted_3$H = [
1592
+ _hoisted_2$H
1593
+ ];
1594
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
1595
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1596
+ viewBox: "0 0 16 16",
1597
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1598
+ xmlns: "http://www.w3.org/2000/svg",
1599
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-frame`],
1600
+ width: "1em",
1601
+ height: "1em"
1602
+ }, _ctx.$attrs), _hoisted_3$H, 16, _hoisted_1$H);
1603
+ }
1604
+ var index$H = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
1605
+ const _sfc_main$G = {
1606
+ name: "IconMail",
1607
+ props: {
1608
+ prefix: {
1609
+ type: String,
1610
+ default: "update-line-icon"
1611
+ },
1612
+ useCurrentColor: {
1613
+ type: Boolean,
1614
+ default: true
1615
+ }
1616
+ }
1617
+ };
1618
+ const _hoisted_1$G = ["fill"];
1619
+ const _hoisted_2$G = /* @__PURE__ */ vue.createElementVNode("path", {
1620
+ d: "M2 12.25H13V8.125V4H7.5H2V8.125V12.25Z",
1621
+ stroke: "#434343",
1622
+ "stroke-width": "1.5",
1623
+ "stroke-linejoin": "round"
1624
+ }, null, -1);
1625
+ const _hoisted_3$G = /* @__PURE__ */ vue.createElementVNode("path", {
1626
+ d: "M2 4L7.5 8.125L13 4",
1627
+ stroke: "#434343",
1628
+ "stroke-width": "1.5",
1629
+ "stroke-linecap": "round",
1630
+ "stroke-linejoin": "round"
1631
+ }, null, -1);
1632
+ const _hoisted_4$j = /* @__PURE__ */ vue.createElementVNode("path", {
1633
+ d: "M7.5 4H2V8.125M13 8.125V4H7.5",
1634
+ stroke: "#434343",
1635
+ "stroke-width": "1.5",
1636
+ "stroke-linecap": "round",
1637
+ "stroke-linejoin": "round"
1638
+ }, null, -1);
1639
+ const _hoisted_5$4 = [
1640
+ _hoisted_2$G,
1641
+ _hoisted_3$G,
1642
+ _hoisted_4$j
1643
+ ];
1644
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
1645
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1646
+ viewBox: "0 0 16 16",
1647
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1648
+ xmlns: "http://www.w3.org/2000/svg",
1649
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mail`],
1650
+ width: "1em",
1651
+ height: "1em"
1652
+ }, _ctx.$attrs), _hoisted_5$4, 16, _hoisted_1$G);
1653
+ }
1654
+ var index$G = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
1655
+ const _sfc_main$F = {
1656
+ name: "IconHyposensitization",
1657
+ props: {
1658
+ prefix: {
1659
+ type: String,
1660
+ default: "update-line-icon"
1661
+ },
1662
+ useCurrentColor: {
1663
+ type: Boolean,
1664
+ default: true
1665
+ }
1666
+ }
1667
+ };
1668
+ const _hoisted_1$F = ["fill"];
1669
+ const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("path", {
1670
+ d: "M7.11844 3.15805L2.15805 8.11844C1.94732 8.32916 1.94732 8.67085 2.15805 8.88157L7.11844 13.842C7.32917 14.0527 7.67085 14.0527 7.88157 13.842L12.842 8.88157C13.0527 8.67085 13.0527 8.32916 12.842 8.11844L7.88157 3.15805C7.67085 2.94732 7.32917 2.94732 7.11844 3.15805zM7.45398 6.21582V10.7874M5.16821 8.50159H9.73976M9.07033 6.88525L5.83777 10.1178M5.83777 6.88525L9.07036 10.1178",
1671
+ stroke: "#434343",
1672
+ "stroke-width": "1.5",
1673
+ "stroke-linecap": "round",
1674
+ "stroke-linejoin": "round"
1675
+ }, null, -1);
1676
+ const _hoisted_3$F = [
1677
+ _hoisted_2$F
1678
+ ];
1679
+ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
1680
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1681
+ viewBox: "0 0 16 16",
1682
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1683
+ xmlns: "http://www.w3.org/2000/svg",
1684
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-hyposensitization`],
1685
+ width: "1em",
1686
+ height: "1em"
1687
+ }, _ctx.$attrs), _hoisted_3$F, 16, _hoisted_1$F);
1688
+ }
1689
+ var index$F = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F]]);
1690
+ const _sfc_main$E = {
1691
+ name: "IconMirror",
1692
+ props: {
1693
+ prefix: {
1694
+ type: String,
1695
+ default: "update-line-icon"
1696
+ },
1697
+ useCurrentColor: {
1698
+ type: Boolean,
1699
+ default: true
1700
+ }
1701
+ }
1702
+ };
1703
+ const _hoisted_1$E = ["fill"];
1704
+ const _hoisted_2$E = /* @__PURE__ */ vue.createElementVNode("g", {
1705
+ "clip-path": "url(#svg_2403def508__clip0_3108_101192)",
1706
+ stroke: "#434343",
1707
+ "stroke-width": "1.5",
1708
+ "stroke-linecap": "round",
1709
+ "stroke-linejoin": "round"
1710
+ }, [
1711
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M8 3V13M3 4L6 5V12L3 13V4zM13 4L10 5V12L13 13V4z" })
1712
+ ], -1);
1713
+ const _hoisted_3$E = { id: "svg_2403def508__clip0_3108_101192" };
1714
+ const _hoisted_4$i = ["fill"];
1715
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
1716
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1717
+ viewBox: "0 0 16 16",
1718
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1719
+ xmlns: "http://www.w3.org/2000/svg",
1720
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Mirror`],
1721
+ width: "1em",
1722
+ height: "1em"
1723
+ }, _ctx.$attrs), [
1724
+ _hoisted_2$E,
1725
+ vue.createElementVNode("defs", null, [
1726
+ vue.createElementVNode("clipPath", _hoisted_3$E, [
1727
+ vue.createElementVNode("path", {
1728
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
1729
+ transform: "translate(2 2)",
1730
+ d: "M0 0H12V12H0z"
1731
+ }, null, 8, _hoisted_4$i)
1732
+ ])
1733
+ ])
1734
+ ], 16, _hoisted_1$E);
1735
+ }
1736
+ var index$E = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E]]);
1737
+ const _sfc_main$D = {
1738
+ name: "IconMode",
1739
+ props: {
1740
+ prefix: {
1741
+ type: String,
1742
+ default: "update-line-icon"
1743
+ },
1744
+ useCurrentColor: {
1745
+ type: Boolean,
1746
+ default: true
1747
+ }
1748
+ }
1749
+ };
1750
+ const _hoisted_1$D = ["fill"];
1751
+ const _hoisted_2$D = /* @__PURE__ */ vue.createElementVNode("path", {
1752
+ d: "M3.16663 4.49996V5.49996C3.16663 6.23634 3.76358 6.83329 4.49996 6.83329H5.49996C6.23634 6.83329 6.83329 6.23634 6.83329 5.49996V4.49996C6.83329 3.76358 6.23634 3.16663 5.49996 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996zM9.83337 4.66663H12.8334M11.3334 3.16663L11.3334 6.16663M3.16663 10.5V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H5.49996C6.23634 12.8333 6.83329 12.2363 6.83329 11.5V10.5C6.83329 9.76358 6.23634 9.16663 5.49996 9.16663H4.49996C3.76358 9.16663 3.16663 9.76358 3.16663 10.5zM9.16663 10.5V11.5C9.16663 12.2363 9.76358 12.8333 10.5 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5V10.5C12.8333 9.76358 12.2363 9.16663 11.5 9.16663H10.5C9.76358 9.16663 9.16663 9.76358 9.16663 10.5z",
1753
+ stroke: "#434343",
1754
+ "stroke-width": "1.5",
1755
+ "stroke-linecap": "round",
1756
+ "stroke-linejoin": "round"
1757
+ }, null, -1);
1758
+ const _hoisted_3$D = [
1759
+ _hoisted_2$D
1760
+ ];
1761
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
1762
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1763
+ viewBox: "0 0 16 16",
1764
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1765
+ xmlns: "http://www.w3.org/2000/svg",
1766
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mode`],
1767
+ width: "1em",
1768
+ height: "1em"
1769
+ }, _ctx.$attrs), _hoisted_3$D, 16, _hoisted_1$D);
1770
+ }
1771
+ var index$D = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D]]);
1772
+ const _sfc_main$C = {
1773
+ name: "IconModule",
1774
+ props: {
1775
+ prefix: {
1776
+ type: String,
1777
+ default: "update-line-icon"
1778
+ },
1779
+ useCurrentColor: {
1780
+ type: Boolean,
1781
+ default: true
1782
+ }
1783
+ }
1784
+ };
1785
+ const _hoisted_1$C = ["fill"];
1786
+ const _hoisted_2$C = /* @__PURE__ */ vue.createElementVNode("path", {
1787
+ d: "M6.25 4.75L8 3 9.75 4.75 8 6.5 6.25 4.75zM9.5 8.25L11.25 6.5 13 8.25 11.25 10 9.5 8.25zM6.25 11.25L8 9.5 9.75 11.25 8 13 6.25 11.25zM3 8L4.75 6.25 6.5 8 4.75 9.75 3 8z",
1788
+ stroke: "#434343",
1789
+ "stroke-width": "1.5",
1790
+ "stroke-linecap": "round",
1791
+ "stroke-linejoin": "round"
1792
+ }, null, -1);
1793
+ const _hoisted_3$C = [
1794
+ _hoisted_2$C
1795
+ ];
1796
+ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
1797
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1798
+ viewBox: "0 0 16 16",
1799
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1800
+ xmlns: "http://www.w3.org/2000/svg",
1801
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-module`],
1802
+ width: "1em",
1803
+ height: "1em"
1804
+ }, _ctx.$attrs), _hoisted_3$C, 16, _hoisted_1$C);
1805
+ }
1806
+ var index$C = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C]]);
1807
+ const _sfc_main$B = {
1808
+ name: "IconNotice",
1809
+ props: {
1810
+ prefix: {
1811
+ type: String,
1812
+ default: "update-line-icon"
1813
+ },
1814
+ useCurrentColor: {
1815
+ type: Boolean,
1816
+ default: true
1817
+ }
1818
+ }
1819
+ };
1820
+ const _hoisted_1$B = ["fill"];
1821
+ const _hoisted_2$B = /* @__PURE__ */ vue.createElementVNode("path", {
1822
+ d: "M7.99996 12.1666C10.5773 12.1666 12.8333 10.7701 12.8333 7.66663 12.8333 4.56318 10.5773 3.16663 7.99996 3.16663 5.42263 3.16663 3.16663 4.56318 3.16663 7.66663 3.16663 8.84496 3.49185 9.77723 4.03639 10.4804 4.19568 10.6861 4.25897 10.9594 4.14869 11.195 4.08153 11.3386 4.01085 11.4756 3.93857 11.6054 3.63575 12.1494 4.05297 12.942 4.66347 12.8198 5.34083 12.6842 6.09831 12.4813 6.73023 12.1825 6.86216 12.1202 7.00889 12.0959 7.15363 12.1142 7.42996 12.1493 7.71296 12.1666 7.99996 12.1666zM8 6V7.33333M8 9.33337V9.34004",
1823
+ stroke: "#434343",
1824
+ "stroke-width": "1.5",
1825
+ "stroke-linecap": "round",
1826
+ "stroke-linejoin": "round"
1827
+ }, null, -1);
1828
+ const _hoisted_3$B = [
1829
+ _hoisted_2$B
1830
+ ];
1831
+ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
1832
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1833
+ viewBox: "0 0 16 16",
1834
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1835
+ xmlns: "http://www.w3.org/2000/svg",
1836
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-notice`],
1837
+ width: "1em",
1838
+ height: "1em"
1839
+ }, _ctx.$attrs), _hoisted_3$B, 16, _hoisted_1$B);
1840
+ }
1841
+ var index$B = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
1842
+ const _sfc_main$A = {
1843
+ name: "IconNo",
1844
+ props: {
1845
+ prefix: {
1846
+ type: String,
1847
+ default: "update-line-icon"
1848
+ },
1849
+ useCurrentColor: {
1850
+ type: Boolean,
1851
+ default: true
1852
+ }
1853
+ }
1854
+ };
1855
+ const _hoisted_1$A = ["fill"];
1856
+ const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("g", {
1857
+ "clip-path": "url(#svg_7fa3b767c4__clip0_2215_736150)",
1858
+ stroke: "#434343",
1859
+ "stroke-width": "1.5",
1860
+ "stroke-linecap": "round",
1861
+ "stroke-linejoin": "round"
1862
+ }, [
1863
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M3.75745 3.75732L12.2427 12.2426M12.2427 3.75739L3.75745 12.2427" })
1864
+ ], -1);
1865
+ const _hoisted_3$A = { id: "svg_7fa3b767c4__clip0_2215_736150" };
1866
+ const _hoisted_4$h = ["fill"];
1867
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
1868
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1869
+ viewBox: "0 0 16 16",
1870
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1871
+ xmlns: "http://www.w3.org/2000/svg",
1872
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-no`],
1873
+ width: "1em",
1874
+ height: "1em"
1875
+ }, _ctx.$attrs), [
1876
+ _hoisted_2$A,
1877
+ vue.createElementVNode("defs", null, [
1878
+ vue.createElementVNode("clipPath", _hoisted_3$A, [
1879
+ vue.createElementVNode("path", {
1880
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
1881
+ d: "M0 0H16V16H0z"
1882
+ }, null, 8, _hoisted_4$h)
1883
+ ])
1884
+ ])
1885
+ ], 16, _hoisted_1$A);
1886
+ }
1887
+ var index$A = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
1888
+ const _sfc_main$z = {
1889
+ name: "IconStarttime",
1890
+ props: {
1891
+ prefix: {
1892
+ type: String,
1893
+ default: "update-line-icon"
1894
+ },
1895
+ useCurrentColor: {
1896
+ type: Boolean,
1897
+ default: true
1898
+ }
1899
+ }
1900
+ };
1901
+ const _hoisted_1$z = ["fill"];
1902
+ const _hoisted_2$z = /* @__PURE__ */ vue.createElementVNode("path", {
1903
+ d: "M13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3M8.17241 5.75862V8L7.13793 8.86207M13 3H12.2475C11.8408 3 11.6042 3.45968 11.8406 3.79062L12.4353 4.62317C12.6717 4.95411 12.4351 5.41379 12.0284 5.41379H11.2759",
1904
+ stroke: "#434343",
1905
+ "stroke-width": "1.5",
1906
+ "stroke-linecap": "round",
1907
+ "stroke-linejoin": "round"
1908
+ }, null, -1);
1909
+ const _hoisted_3$z = [
1910
+ _hoisted_2$z
1911
+ ];
1912
+ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
1913
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1914
+ viewBox: "0 0 16 16",
1915
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1916
+ xmlns: "http://www.w3.org/2000/svg",
1917
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Starttime`],
1918
+ width: "1em",
1919
+ height: "1em"
1920
+ }, _ctx.$attrs), _hoisted_3$z, 16, _hoisted_1$z);
1921
+ }
1922
+ var index$z = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
1923
+ const _sfc_main$y = {
1924
+ name: "IconSearch",
1925
+ props: {
1926
+ prefix: {
1927
+ type: String,
1928
+ default: "update-line-icon"
1929
+ },
1930
+ useCurrentColor: {
1931
+ type: Boolean,
1932
+ default: true
1933
+ }
1934
+ }
1935
+ };
1936
+ const _hoisted_1$y = ["fill"];
1937
+ const _hoisted_2$y = /* @__PURE__ */ vue.createElementVNode("path", {
1938
+ d: "M12.8333 12.8333L10.3333 10.3333M3.16663 7.33329C3.16663 5.03211 5.03211 3.16663 7.33329 3.16663C9.63448 3.16663 11.5 5.03211 11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5C5.03211 11.5 3.16663 9.63448 3.16663 7.33329Z",
1939
+ stroke: "#fff",
1940
+ "stroke-width": "1.5",
1941
+ "stroke-linecap": "round",
1942
+ "stroke-linejoin": "round"
1943
+ }, null, -1);
1944
+ const _hoisted_3$y = [
1945
+ _hoisted_2$y
1946
+ ];
1947
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
1948
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1949
+ viewBox: "0 0 16 16",
1950
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1951
+ xmlns: "http://www.w3.org/2000/svg",
1952
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-search`],
1953
+ width: "1em",
1954
+ height: "1em"
1955
+ }, _ctx.$attrs), _hoisted_3$y, 16, _hoisted_1$y);
1956
+ }
1957
+ var index$y = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
1958
+ const _sfc_main$x = {
1959
+ name: "IconPackup",
1960
+ props: {
1961
+ prefix: {
1962
+ type: String,
1963
+ default: "update-line-icon"
1964
+ },
1965
+ useCurrentColor: {
1966
+ type: Boolean,
1967
+ default: true
1968
+ }
1969
+ }
1970
+ };
1971
+ const _hoisted_1$x = ["fill"];
1972
+ const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("path", {
1973
+ d: "M3 4H13M3 8.33337H13M3 12.6667H13M4.76775 10.219L3 8.33339 4.76775 6.44775",
1974
+ stroke: "#434343",
1975
+ "stroke-width": "1.5",
1976
+ "stroke-linecap": "round",
1977
+ "stroke-linejoin": "round"
1978
+ }, null, -1);
1979
+ const _hoisted_3$x = [
1980
+ _hoisted_2$x
1981
+ ];
1982
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
1983
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
1984
+ viewBox: "0 0 16 16",
1985
+ fill: $props.useCurrentColor ? "currentColor" : "none",
1986
+ xmlns: "http://www.w3.org/2000/svg",
1987
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Packup`],
1988
+ width: "1em",
1989
+ height: "1em"
1990
+ }, _ctx.$attrs), _hoisted_3$x, 16, _hoisted_1$x);
1991
+ }
1992
+ var index$x = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
1993
+ const _sfc_main$w = {
1994
+ name: "IconSort",
1995
+ props: {
1996
+ prefix: {
1997
+ type: String,
1998
+ default: "update-line-icon"
1999
+ },
2000
+ useCurrentColor: {
2001
+ type: Boolean,
2002
+ default: true
2003
+ }
2004
+ }
2005
+ };
2006
+ const _hoisted_1$w = ["fill"];
2007
+ const _hoisted_2$w = /* @__PURE__ */ vue.createElementVNode("path", {
2008
+ d: "M6.33334 3H3.55556C3.24873 3 3 3.24873 3 3.55556V6.33334C3 6.64018 3.24873 6.8889 3.55556 6.8889H6.33334C6.64018 6.8889 6.8889 6.64018 6.8889 6.33334V3.55556C6.8889 3.24873 6.64018 3 6.33334 3zM6.33334 9.11145H3.55556C3.24873 9.11145 3 9.36017 3 9.66701V12.4448C3 12.7516 3.24873 13.0003 3.55556 13.0003H6.33334C6.64018 13.0003 6.8889 12.7516 6.8889 12.4448V9.66701C6.8889 9.36017 6.64018 9.11145 6.33334 9.11145zM12.4445 3H9.66676C9.35993 3 9.11121 3.24873 9.11121 3.55556V6.33334C9.11121 6.64018 9.35993 6.8889 9.66676 6.8889H12.4445C12.7514 6.8889 13.0001 6.64018 13.0001 6.33334V3.55556C13.0001 3.24873 12.7514 3 12.4445 3zM12.4445 9.11145H9.66676C9.35993 9.11145 9.11121 9.36017 9.11121 9.66701V12.4448C9.11121 12.7516 9.35993 13.0003 9.66676 13.0003H12.4445C12.7514 13.0003 13.0001 12.7516 13.0001 12.4448V9.66701C13.0001 9.36017 12.7514 9.11145 12.4445 9.11145z",
2009
+ stroke: "#434343",
2010
+ "stroke-width": "1.5",
2011
+ "stroke-linecap": "round",
2012
+ "stroke-linejoin": "round"
2013
+ }, null, -1);
2014
+ const _hoisted_3$w = [
2015
+ _hoisted_2$w
2016
+ ];
2017
+ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
2018
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2019
+ viewBox: "0 0 16 16",
2020
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2021
+ xmlns: "http://www.w3.org/2000/svg",
2022
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sort`],
2023
+ width: "1em",
2024
+ height: "1em"
2025
+ }, _ctx.$attrs), _hoisted_3$w, 16, _hoisted_1$w);
2026
+ }
2027
+ var index$w = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
2028
+ const _sfc_main$v = {
2029
+ name: "IconPicture",
2030
+ props: {
2031
+ prefix: {
2032
+ type: String,
2033
+ default: "update-line-icon"
2034
+ },
2035
+ useCurrentColor: {
2036
+ type: Boolean,
2037
+ default: true
2038
+ }
2039
+ }
2040
+ };
2041
+ const _hoisted_1$v = ["fill"];
2042
+ const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", {
2043
+ d: "M11.5 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5V4.49996C12.8333 3.76358 12.2363 3.16663 11.5 3.16663Z",
2044
+ stroke: "#434343",
2045
+ "stroke-width": "1.5",
2046
+ "stroke-linecap": "round",
2047
+ "stroke-linejoin": "round"
2048
+ }, null, -1);
2049
+ const _hoisted_3$v = /* @__PURE__ */ vue.createElementVNode("path", {
2050
+ d: "M3.16663 10.6667L4.99742 8.3378C5.51656 7.67742 6.50964 7.65581 7.05702 8.29299L8.66663 10.1667M7.27673 8.54866C7.96817 7.66911 8.9316 6.42304 8.99427 6.34197L9.00093 6.33345C9.521 5.67733 10.5109 5.65721 11.0571 6.29299L12.6667 8.16667",
2051
+ stroke: "#434343",
2052
+ "stroke-width": "1.5",
2053
+ "stroke-linecap": "round",
2054
+ "stroke-linejoin": "round"
2055
+ }, null, -1);
2056
+ const _hoisted_4$g = [
2057
+ _hoisted_2$v,
2058
+ _hoisted_3$v
2059
+ ];
2060
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
2061
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2062
+ viewBox: "0 0 16 16",
2063
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2064
+ xmlns: "http://www.w3.org/2000/svg",
2065
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-picture`],
2066
+ width: "1em",
2067
+ height: "1em"
2068
+ }, _ctx.$attrs), _hoisted_4$g, 16, _hoisted_1$v);
2069
+ }
2070
+ var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
2071
+ const _sfc_main$u = {
2072
+ name: "IconPublish",
2073
+ props: {
2074
+ prefix: {
2075
+ type: String,
2076
+ default: "update-line-icon"
2077
+ },
2078
+ useCurrentColor: {
2079
+ type: Boolean,
2080
+ default: true
2081
+ }
2082
+ }
2083
+ };
2084
+ const _hoisted_1$u = ["fill"];
2085
+ const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", {
2086
+ d: "M4.1256 7.39722C2.90663 7.68711 2 8.78304 2 10.0907 2 11.6197 3.23952 12.8593 4.76854 12.8593 5.03083 12.8593 5.2846 12.8228 5.52504 12.7546M10.8744 7.39722C12.0934 7.68711 13 8.78304 13 10.0907 13 11.6197 11.7605 12.8593 10.2315 12.8593 9.96919 12.8593 9.71542 12.8228 9.47498 12.7546M10.8593 7.32225C10.8593 5.48743 9.37191 4 7.53709 4 5.70227 4 4.21484 5.48743 4.21484 7.32225M5.61719 9.50419L7.53703 7.578 9.51153 9.53713M7.53699 12.3056V8.5575",
2087
+ stroke: "#434343",
2088
+ "stroke-width": "1.5",
2089
+ "stroke-linecap": "round",
2090
+ "stroke-linejoin": "round"
2091
+ }, null, -1);
2092
+ const _hoisted_3$u = [
2093
+ _hoisted_2$u
2094
+ ];
2095
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
2096
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2097
+ viewBox: "0 0 16 16",
2098
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2099
+ xmlns: "http://www.w3.org/2000/svg",
2100
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-publish`],
2101
+ width: "1em",
2102
+ height: "1em"
2103
+ }, _ctx.$attrs), _hoisted_3$u, 16, _hoisted_1$u);
2104
+ }
2105
+ var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
2106
+ const _sfc_main$t = {
2107
+ name: "IconSave",
2108
+ props: {
2109
+ prefix: {
2110
+ type: String,
2111
+ default: "update-line-icon"
2112
+ },
2113
+ useCurrentColor: {
2114
+ type: Boolean,
2115
+ default: true
2116
+ }
2117
+ }
2118
+ };
2119
+ const _hoisted_1$t = ["fill"];
2120
+ const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", {
2121
+ d: "M4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5V6.55224C12.8333 6.19862 12.6928 5.85948 12.4428 5.60943L10.3905 3.55715C10.1404 3.3071 9.8013 3.16663 9.44767 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333Z",
2122
+ stroke: "#434343",
2123
+ "stroke-width": "1.5",
2124
+ "stroke-linecap": "round",
2125
+ "stroke-linejoin": "round"
2126
+ }, null, -1);
2127
+ const _hoisted_3$t = /* @__PURE__ */ vue.createElementVNode("path", {
2128
+ d: "M5.83337 12.6667V10.5C5.83337 10.1319 6.13185 9.83337 6.50004 9.83337H9.50004C9.86823 9.83337 10.1667 10.1319 10.1667 10.5V12.6667M5.83337 3.33337V5.50004",
2129
+ stroke: "#434343",
2130
+ "stroke-width": "1.5",
2131
+ "stroke-linecap": "round",
2132
+ "stroke-linejoin": "round"
2133
+ }, null, -1);
2134
+ const _hoisted_4$f = [
2135
+ _hoisted_2$t,
2136
+ _hoisted_3$t
2137
+ ];
2138
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
2139
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2140
+ viewBox: "0 0 16 16",
2141
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2142
+ xmlns: "http://www.w3.org/2000/svg",
2143
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-save`],
2144
+ width: "1em",
2145
+ height: "1em"
2146
+ }, _ctx.$attrs), _hoisted_4$f, 16, _hoisted_1$t);
2147
+ }
2148
+ var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
2149
+ const _sfc_main$s = {
2150
+ name: "IconRefresh",
2151
+ props: {
2152
+ prefix: {
2153
+ type: String,
2154
+ default: "update-line-icon"
2155
+ },
2156
+ useCurrentColor: {
2157
+ type: Boolean,
2158
+ default: true
2159
+ }
2160
+ }
2161
+ };
2162
+ const _hoisted_1$s = ["fill"];
2163
+ const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", {
2164
+ d: "M7.50004 3.16663L5.83337 4.66663 7.50004 6.16663M8.5 12.8334L10.1667 11.3334 8.5 9.83337",
2165
+ stroke: "#434343",
2166
+ "stroke-width": "1.5",
2167
+ "stroke-linecap": "round",
2168
+ "stroke-linejoin": "round"
2169
+ }, null, -1);
2170
+ const _hoisted_3$s = /* @__PURE__ */ vue.createElementVNode("path", {
2171
+ d: "M6.5 4.66663H8.83333C11.0425 4.66663 12.8333 6.45749 12.8333 8.66663V8.83329M9.49996 11.3333H7.16663C4.95749 11.3333 3.16663 9.54243 3.16663 7.33329V7.16663",
2172
+ stroke: "#434343",
2173
+ "stroke-width": "1.5",
2174
+ "stroke-linecap": "round",
2175
+ "stroke-linejoin": "round"
2176
+ }, null, -1);
2177
+ const _hoisted_4$e = [
2178
+ _hoisted_2$s,
2179
+ _hoisted_3$s
2180
+ ];
2181
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
2182
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2183
+ viewBox: "0 0 16 16",
2184
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2185
+ xmlns: "http://www.w3.org/2000/svg",
2186
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-refresh`],
2187
+ width: "1em",
2188
+ height: "1em"
2189
+ }, _ctx.$attrs), _hoisted_4$e, 16, _hoisted_1$s);
2190
+ }
2191
+ var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
2192
+ const _sfc_main$r = {
2193
+ name: "IconReflection",
2194
+ props: {
2195
+ prefix: {
2196
+ type: String,
2197
+ default: "update-line-icon"
2198
+ },
2199
+ useCurrentColor: {
2200
+ type: Boolean,
2201
+ default: true
2202
+ }
2203
+ }
2204
+ };
2205
+ const _hoisted_1$r = ["fill"];
2206
+ const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("path", {
2207
+ d: "M5.10522 4C5.49996 4.00001 6.17101 3.99975 6.42478 5.33195 6.68128 6.67858 6.77065 7.90729 7.21049 8.21053M10.8948 12.4211C10.5001 12.4211 9.82902 12.4213 9.57526 11.0891 9.31876 9.74249 9.22939 8.51378 8.78955 8.21057M5.10522 12.4211C5.49996 12.4211 6.17101 12.4213 6.42478 11.0891 6.68128 9.74249 6.77065 8.51378 7.21049 8.21057M10.8948 4C10.5001 4.00001 9.82902 3.99975 9.57526 5.33195 9.31876 6.67858 9.22939 7.90729 8.78955 8.21053",
2208
+ stroke: "#434343",
2209
+ "stroke-width": "1.5",
2210
+ "stroke-linecap": "round",
2211
+ "stroke-linejoin": "round"
2212
+ }, null, -1);
2213
+ const _hoisted_3$r = ["fill"];
2214
+ const _hoisted_4$d = ["fill"];
2215
+ const _hoisted_5$3 = /* @__PURE__ */ vue.createElementVNode("path", {
2216
+ d: "M7.21049 8.21057H5.10522M8.78955 8.21057H10.8948M3.52632 8.21057H3M12.9999 8.21057H12.4736M3.52632 4H3M12.9999 4H12.4736M3.52632 12.4211H3M12.9999 12.4211H12.4736",
2217
+ stroke: "#434343",
2218
+ "stroke-width": "1.5",
2219
+ "stroke-linecap": "round",
2220
+ "stroke-linejoin": "round"
2221
+ }, null, -1);
2222
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
2223
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2224
+ viewBox: "0 0 16 16",
2225
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2226
+ xmlns: "http://www.w3.org/2000/svg",
2227
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Reflection`],
2228
+ width: "1em",
2229
+ height: "1em"
2230
+ }, _ctx.$attrs), [
2231
+ _hoisted_2$r,
2232
+ vue.createElementVNode("path", {
2233
+ d: "M7.21055 9.26322C6.6292 9.26322 6.15792 8.79194 6.15792 8.21059C6.15792 7.62924 6.6292 7.15796 7.21055 7.15796C7.7919 7.15796 8.26318 7.62924 8.26318 8.21059C8.26318 8.79194 7.7919 9.26322 7.21055 9.26322Z",
2234
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
2235
+ }, null, 8, _hoisted_3$r),
2236
+ vue.createElementVNode("path", {
2237
+ d: "M8.78953 9.26322C8.20818 9.26322 7.7369 8.79194 7.7369 8.21059C7.7369 7.62924 8.20818 7.15796 8.78953 7.15796C9.37088 7.15796 9.84216 7.62924 9.84216 8.21059C9.84216 8.79194 9.37088 9.26322 8.78953 9.26322Z",
2238
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
2239
+ }, null, 8, _hoisted_4$d),
2240
+ _hoisted_5$3
2241
+ ], 16, _hoisted_1$r);
2242
+ }
2243
+ var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
2244
+ const _sfc_main$q = {
2245
+ name: "IconPause",
2246
+ props: {
2247
+ prefix: {
2248
+ type: String,
2249
+ default: "update-line-icon"
2250
+ },
2251
+ useCurrentColor: {
2252
+ type: Boolean,
2253
+ default: true
2254
+ }
2255
+ }
2256
+ };
2257
+ const _hoisted_1$q = ["fill"];
2258
+ const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("circle", {
2259
+ cx: "8",
2260
+ cy: "8",
2261
+ r: "5",
2262
+ stroke: "#434343",
2263
+ "stroke-width": "1.5",
2264
+ "stroke-linecap": "round",
2265
+ "stroke-linejoin": "round"
2266
+ }, null, -1);
2267
+ const _hoisted_3$q = /* @__PURE__ */ vue.createElementVNode("path", {
2268
+ d: "M9.5 6V10M6.5 6V10",
2269
+ stroke: "#434343",
2270
+ "stroke-width": "1.5",
2271
+ "stroke-linecap": "round",
2272
+ "stroke-linejoin": "round"
2273
+ }, null, -1);
2274
+ const _hoisted_4$c = [
2275
+ _hoisted_2$q,
2276
+ _hoisted_3$q
2277
+ ];
2278
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
2279
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2280
+ viewBox: "0 0 16 16",
2281
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2282
+ xmlns: "http://www.w3.org/2000/svg",
2283
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Pause`],
2284
+ width: "1em",
2285
+ height: "1em"
2286
+ }, _ctx.$attrs), _hoisted_4$c, 16, _hoisted_1$q);
2287
+ }
2288
+ var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
2289
+ const _sfc_main$p = {
2290
+ name: "IconLatesttime",
2291
+ props: {
2292
+ prefix: {
2293
+ type: String,
2294
+ default: "update-line-icon"
2295
+ },
2296
+ useCurrentColor: {
2297
+ type: Boolean,
2298
+ default: true
2299
+ }
2300
+ }
2301
+ };
2302
+ const _hoisted_1$p = ["fill"];
2303
+ const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", {
2304
+ d: "M12.6207 8.68972C12.6207 11.0702 10.6909 13 8.31033 13 5.9298 13 4 11.0702 4 8.68972 4 6.30919 5.9298 4.37939 8.31033 4.37939 10.6909 4.37939 12.6207 6.30919 12.6207 8.68972zM11.4137 5.58621L11.9309 5.06897M8.31026 4.20689V3M8.31026 3H6.75854M8.31026 3H9.86198M8.3103 6.44824V8.86203",
2305
+ stroke: "#434343",
2306
+ "stroke-width": "1.5",
2307
+ "stroke-linecap": "round",
2308
+ "stroke-linejoin": "round"
2309
+ }, null, -1);
2310
+ const _hoisted_3$p = [
2311
+ _hoisted_2$p
2312
+ ];
2313
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
2314
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2315
+ viewBox: "0 0 16 16",
2316
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2317
+ xmlns: "http://www.w3.org/2000/svg",
2318
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Latesttime`],
2319
+ width: "1em",
2320
+ height: "1em"
2321
+ }, _ctx.$attrs), _hoisted_3$p, 16, _hoisted_1$p);
2322
+ }
2323
+ var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
2324
+ const _sfc_main$o = {
2325
+ name: "IconPassword",
2326
+ props: {
2327
+ prefix: {
2328
+ type: String,
2329
+ default: "update-line-icon"
2330
+ },
2331
+ useCurrentColor: {
2332
+ type: Boolean,
2333
+ default: true
2334
+ }
2335
+ }
2336
+ };
2337
+ const _hoisted_1$o = ["fill"];
2338
+ const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("path", {
2339
+ d: "M9.99996 8.83329C11.5648 8.83329 12.8333 7.56477 12.8333 5.99996C12.8333 4.43515 11.5648 3.16663 9.99996 3.16663C8.43515 3.16663 7.16663 4.43515 7.16663 5.99996C7.16663 6.2067 7.18877 6.40828 7.23081 6.60244L3.16663 10.6666V12.8333H5.33329L5.83329 12.3333V11.1666H6.99996L7.83329 10.3333V9.16663H8.99996L9.39748 8.7691C9.59164 8.81115 9.79321 8.83329 9.99996 8.83329Z",
2340
+ stroke: "#434343",
2341
+ "stroke-width": "1.5",
2342
+ "stroke-linecap": "round",
2343
+ "stroke-linejoin": "round"
2344
+ }, null, -1);
2345
+ const _hoisted_3$o = /* @__PURE__ */ vue.createElementVNode("path", {
2346
+ d: "M11 5.33333C11 5.51743 10.8508 5.66667 10.6667 5.66667C10.4826 5.66667 10.3334 5.51743 10.3334 5.33333C10.3334 5.14924 10.4826 5 10.6667 5C10.8508 5 11 5.14924 11 5.33333Z",
2347
+ stroke: "#434343"
2348
+ }, null, -1);
2349
+ const _hoisted_4$b = [
2350
+ _hoisted_2$o,
2351
+ _hoisted_3$o
2352
+ ];
2353
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
2354
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2355
+ viewBox: "0 0 16 16",
2356
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2357
+ xmlns: "http://www.w3.org/2000/svg",
2358
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-password`],
2359
+ width: "1em",
2360
+ height: "1em"
2361
+ }, _ctx.$attrs), _hoisted_4$b, 16, _hoisted_1$o);
2362
+ }
2363
+ var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
2364
+ const _sfc_main$n = {
2365
+ name: "IconEndtime",
2366
+ props: {
2367
+ prefix: {
2368
+ type: String,
2369
+ default: "update-line-icon"
2370
+ },
2371
+ useCurrentColor: {
2372
+ type: Boolean,
2373
+ default: true
2374
+ }
2375
+ }
2376
+ };
2377
+ const _hoisted_1$n = ["fill"];
2378
+ const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("path", {
2379
+ d: "M8.17241 5.75862V8L7.13793 8.86207M13 9.89655C13 9.89655 11.67 11.3374 11.0049 13L9.89655 11.67M7.48276 13L7.31034 12.9528C4.87528 12.6169 3 10.5274 3 8C3 5.23858 5.23858 3 8 3C10.5274 3 12.6169 4.87528 12.9528 7.31034L12.9758 7.48545",
2380
+ stroke: "#434343",
2381
+ "stroke-width": "1.5",
2382
+ "stroke-linecap": "round",
2383
+ "stroke-linejoin": "round"
2384
+ }, null, -1);
2385
+ const _hoisted_3$n = [
2386
+ _hoisted_2$n
2387
+ ];
2388
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
2389
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2390
+ viewBox: "0 0 16 16",
2391
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2392
+ xmlns: "http://www.w3.org/2000/svg",
2393
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Endtime`],
2394
+ width: "1em",
2395
+ height: "1em"
2396
+ }, _ctx.$attrs), _hoisted_3$n, 16, _hoisted_1$n);
2397
+ }
2398
+ var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
2399
+ const _sfc_main$m = {
2400
+ name: "IconRevocation",
2401
+ props: {
2402
+ prefix: {
2403
+ type: String,
2404
+ default: "update-line-icon"
2405
+ },
2406
+ useCurrentColor: {
2407
+ type: Boolean,
2408
+ default: true
2409
+ }
2410
+ }
2411
+ };
2412
+ const _hoisted_1$m = ["fill"];
2413
+ const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("path", {
2414
+ d: "M4.94439 13L3 11.3333L4.94439 9.38889",
2415
+ stroke: "#434343",
2416
+ "stroke-width": "1.5",
2417
+ "stroke-linecap": "round",
2418
+ "stroke-linejoin": "round"
2419
+ }, null, -1);
2420
+ const _hoisted_3$m = /* @__PURE__ */ vue.createElementVNode("path", {
2421
+ d: "M3 11.3333H9.38716C11.2991 11.3333 12.9228 9.77203 12.9973 7.86103C13.0761 5.8417 11.4075 4.11104 9.38716 4.11104H4.66622",
2422
+ stroke: "#434343",
2423
+ "stroke-width": "1.5",
2424
+ "stroke-linecap": "round",
2425
+ "stroke-linejoin": "round"
2426
+ }, null, -1);
2427
+ const _hoisted_4$a = [
2428
+ _hoisted_2$m,
2429
+ _hoisted_3$m
2430
+ ];
2431
+ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
2432
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2433
+ viewBox: "0 0 16 16",
2434
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2435
+ xmlns: "http://www.w3.org/2000/svg",
2436
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-revocation`],
2437
+ width: "1em",
2438
+ height: "1em"
2439
+ }, _ctx.$attrs), _hoisted_4$a, 16, _hoisted_1$m);
2440
+ }
2441
+ var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
2442
+ const _sfc_main$l = {
2443
+ name: "IconGather",
2444
+ props: {
2445
+ prefix: {
2446
+ type: String,
2447
+ default: "update-line-icon"
2448
+ },
2449
+ useCurrentColor: {
2450
+ type: Boolean,
2451
+ default: true
2452
+ }
2453
+ }
2454
+ };
2455
+ const _hoisted_1$l = ["fill"];
2456
+ const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("path", {
2457
+ d: "M12.1667 8.225V5.75L9.58854 3H3.57292C3.2565 3 3 3.24624 3 3.55V13.45C3 13.7538 3.2565 14 3.57292 14H7.01042M8.5 10.3334H10.3333 12.1667M8.5 12.1666H10.3333 12.1667M9.41663 9.41663V13.0833M11.25 9.41663V13.0833",
2458
+ stroke: "#434343",
2459
+ "stroke-width": "1.5",
2460
+ "stroke-linecap": "round",
2461
+ "stroke-linejoin": "round"
2462
+ }, null, -1);
2463
+ const _hoisted_3$l = /* @__PURE__ */ vue.createElementVNode("path", {
2464
+ d: "M9.41663 3V5.75H12.1666",
2465
+ stroke: "#434343",
2466
+ "stroke-width": "1.5",
2467
+ "stroke-linejoin": "round"
2468
+ }, null, -1);
2469
+ const _hoisted_4$9 = [
2470
+ _hoisted_2$l,
2471
+ _hoisted_3$l
2472
+ ];
2473
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2474
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2475
+ viewBox: "0 0 16 16",
2476
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2477
+ xmlns: "http://www.w3.org/2000/svg",
2478
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-gather`],
2479
+ width: "1em",
2480
+ height: "1em"
2481
+ }, _ctx.$attrs), _hoisted_4$9, 16, _hoisted_1$l);
2482
+ }
2483
+ var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
2484
+ const _sfc_main$k = {
2485
+ name: "IconIndex",
2486
+ props: {
2487
+ prefix: {
2488
+ type: String,
2489
+ default: "update-line-icon"
2490
+ },
2491
+ useCurrentColor: {
2492
+ type: Boolean,
2493
+ default: true
2494
+ }
2495
+ }
2496
+ };
2497
+ const _hoisted_1$k = ["fill"];
2498
+ const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("path", {
2499
+ d: "M8 13C10.7614 13 13 10.7614 13 8 13 5.23857 10.7614 3 8 3 5.23857 3 3 5.23857 3 8 3 10.7614 5.23857 13 8 13zM5.75 8H10.25M6.87488 6.05139L9.12488 9.94849M9.12488 6.05139L6.87488 9.94849",
2500
+ stroke: "#434343",
2501
+ "stroke-width": "1.5",
2502
+ "stroke-linecap": "round",
2503
+ "stroke-linejoin": "round"
2504
+ }, null, -1);
2505
+ const _hoisted_3$k = [
2506
+ _hoisted_2$k
2507
+ ];
2508
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2509
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2510
+ viewBox: "0 0 16 16",
2511
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2512
+ xmlns: "http://www.w3.org/2000/svg",
2513
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-index`],
2514
+ width: "1em",
2515
+ height: "1em"
2516
+ }, _ctx.$attrs), _hoisted_3$k, 16, _hoisted_1$k);
2517
+ }
2518
+ var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
2519
+ const _sfc_main$j = {
2520
+ name: "IconRole",
2521
+ props: {
2522
+ prefix: {
2523
+ type: String,
2524
+ default: "update-line-icon"
2525
+ },
2526
+ useCurrentColor: {
2527
+ type: Boolean,
2528
+ default: true
2529
+ }
2530
+ }
2531
+ };
2532
+ const _hoisted_1$j = ["fill"];
2533
+ const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", {
2534
+ d: "M10.1667 5.33329C10.1667 6.52991 9.19666 7.49996 8.00004 7.49996 6.80342 7.49996 5.83337 6.52991 5.83337 5.33329 5.83337 4.13668 6.80342 3.16663 8.00004 3.16663 9.19666 3.16663 10.1667 4.13668 10.1667 5.33329zM4.56498 12.8334H11.435C12.1963 12.8334 12.7827 12.1788 12.4272 11.5056 11.9042 10.5154 10.712 9.33337 7.99998 9.33337 5.28799 9.33337 4.09576 10.5154 3.57281 11.5056 3.21729 12.1788 3.8037 12.8334 4.56498 12.8334z",
2535
+ stroke: "#434343",
2536
+ "stroke-width": "1.5",
2537
+ "stroke-linecap": "round",
2538
+ "stroke-linejoin": "round"
2539
+ }, null, -1);
2540
+ const _hoisted_3$j = [
2541
+ _hoisted_2$j
2542
+ ];
2543
+ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
2544
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2545
+ viewBox: "0 0 16 16",
2546
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2547
+ xmlns: "http://www.w3.org/2000/svg",
2548
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-role`],
2549
+ width: "1em",
2550
+ height: "1em"
2551
+ }, _ctx.$attrs), _hoisted_3$j, 16, _hoisted_1$j);
2552
+ }
2553
+ var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
2554
+ const _sfc_main$i = {
2555
+ name: "IconScheduling",
2556
+ props: {
2557
+ prefix: {
2558
+ type: String,
2559
+ default: "update-line-icon"
2560
+ },
2561
+ useCurrentColor: {
2562
+ type: Boolean,
2563
+ default: true
2564
+ }
2565
+ }
2566
+ };
2567
+ const _hoisted_1$i = ["fill"];
2568
+ const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("path", {
2569
+ d: "M13 3L3 6.72061L8.26316 7.73903L9.58032 13L13 3Z",
2570
+ stroke: "#434343",
2571
+ "stroke-width": "1.5",
2572
+ "stroke-linejoin": "round"
2573
+ }, null, -1);
2574
+ const _hoisted_3$i = /* @__PURE__ */ vue.createElementVNode("path", {
2575
+ d: "M8.45459 7.54548L10.2728 5.72729",
2576
+ stroke: "#434343",
2577
+ "stroke-width": "1.5",
2578
+ "stroke-linecap": "round",
2579
+ "stroke-linejoin": "round"
2580
+ }, null, -1);
2581
+ const _hoisted_4$8 = [
2582
+ _hoisted_2$i,
2583
+ _hoisted_3$i
2584
+ ];
2585
+ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
2586
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2587
+ viewBox: "0 0 16 16",
2588
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2589
+ xmlns: "http://www.w3.org/2000/svg",
2590
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-scheduling`],
2591
+ width: "1em",
2592
+ height: "1em"
2593
+ }, _ctx.$attrs), _hoisted_4$8, 16, _hoisted_1$i);
2594
+ }
2595
+ var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
2596
+ const _sfc_main$h = {
2597
+ name: "IconResources",
2598
+ props: {
2599
+ prefix: {
2600
+ type: String,
2601
+ default: "update-line-icon"
2602
+ },
2603
+ useCurrentColor: {
2604
+ type: Boolean,
2605
+ default: true
2606
+ }
2607
+ }
2608
+ };
2609
+ const _hoisted_1$h = ["fill"];
2610
+ const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", {
2611
+ d: "M6.5 3H3.5C3.22386 3 3 3.22386 3 3.5V6.5C3 6.77615 3.22386 7 3.5 7H6.5C6.77615 7 7 6.77615 7 6.5V3.5C7 3.22386 6.77615 3 6.5 3zM6.5 9H3.5C3.22386 9 3 9.22385 3 9.5V12.5C3 12.7761 3.22386 13 3.5 13H6.5C6.77615 13 7 12.7761 7 12.5V9.5C7 9.22385 6.77615 9 6.5 9zM12.5 3H9.5C9.22385 3 9 3.22386 9 3.5V6.5C9 6.77615 9.22385 7 9.5 7H12.5C12.7761 7 13 6.77615 13 6.5V3.5C13 3.22386 12.7761 3 12.5 3z",
2612
+ stroke: "#434343",
2613
+ "stroke-width": "1.5",
2614
+ "stroke-linejoin": "round"
2615
+ }, null, -1);
2616
+ const _hoisted_3$h = /* @__PURE__ */ vue.createElementVNode("path", {
2617
+ d: "M9 9H13M10.9999 10.9999H12.9999M9 12.9999H13",
2618
+ stroke: "#434343",
2619
+ "stroke-width": "1.5",
2620
+ "stroke-linecap": "round",
2621
+ "stroke-linejoin": "round"
2622
+ }, null, -1);
2623
+ const _hoisted_4$7 = [
2624
+ _hoisted_2$h,
2625
+ _hoisted_3$h
2626
+ ];
2627
+ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
2628
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2629
+ viewBox: "0 0 16 16",
2630
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2631
+ xmlns: "http://www.w3.org/2000/svg",
2632
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-resources`],
2633
+ width: "1em",
2634
+ height: "1em"
2635
+ }, _ctx.$attrs), _hoisted_4$7, 16, _hoisted_1$h);
2636
+ }
2637
+ var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
2638
+ const _sfc_main$g = {
2639
+ name: "IconScript",
2640
+ props: {
2641
+ prefix: {
2642
+ type: String,
2643
+ default: "update-line-icon"
2644
+ },
2645
+ useCurrentColor: {
2646
+ type: Boolean,
2647
+ default: true
2648
+ }
2649
+ }
2650
+ };
2651
+ const _hoisted_1$g = ["fill"];
2652
+ const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("path", {
2653
+ d: "M5.37497 13H3.75C3.33579 13 3 12.6223 3 12.1563V4.84375C3 4.37776 3.33579 4 3.75 4H12.25C12.6642 4 13 4.37776 13 4.84375V8.23529",
2654
+ stroke: "#434343",
2655
+ "stroke-width": "1.5",
2656
+ "stroke-linecap": "round"
2657
+ }, null, -1);
2658
+ const _hoisted_3$g = /* @__PURE__ */ vue.createElementVNode("path", {
2659
+ d: "M3 4.675C3 4.30221 3.33579 4 3.75 4H12.25C12.6642 4 13 4.30221 13 4.675V6.7H3V4.675Z",
2660
+ stroke: "#434343",
2661
+ "stroke-width": "1.5",
2662
+ "stroke-linecap": "round"
2663
+ }, null, -1);
2664
+ const _hoisted_4$6 = ["fill"];
2665
+ const _hoisted_5$2 = /* @__PURE__ */ vue.createElementVNode("path", {
2666
+ d: "M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1",
2667
+ stroke: "#434343",
2668
+ "stroke-width": "1.5",
2669
+ "stroke-linecap": "round",
2670
+ "stroke-linejoin": "round"
2671
+ }, null, -1);
2672
+ const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
2673
+ d: "M10.5 9.40002L9.66663 13",
2674
+ stroke: "#434343",
2675
+ "stroke-width": "1.5",
2676
+ "stroke-linecap": "round"
2677
+ }, null, -1);
2678
+ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
2679
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2680
+ viewBox: "0 0 16 16",
2681
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2682
+ xmlns: "http://www.w3.org/2000/svg",
2683
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-script`],
2684
+ width: "1em",
2685
+ height: "1em"
2686
+ }, _ctx.$attrs), [
2687
+ _hoisted_2$g,
2688
+ _hoisted_3$g,
2689
+ vue.createElementVNode("path", {
2690
+ d: "M4.66667 5.35005C4.66667 5.10152 4.85321 4.90005 5.08333 4.90005 5.31345 4.90005 5.5 5.10152 5.5 5.35005 5.5 5.59858 5.31345 5.80005 5.08333 5.80005 4.85321 5.80005 4.66667 5.59858 4.66667 5.35005zM6.33329 5.35005C6.33329 5.10152 6.51984 4.90005 6.74996 4.90005 6.98008 4.90005 7.16663 5.10152 7.16663 5.35005 7.16663 5.59858 6.98008 5.80005 6.74996 5.80005 6.51984 5.80005 6.33329 5.59858 6.33329 5.35005z",
2691
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
2692
+ }, null, 8, _hoisted_4$6),
2693
+ _hoisted_5$2,
2694
+ _hoisted_6
2695
+ ], 16, _hoisted_1$g);
2696
+ }
2697
+ var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
2698
+ const _sfc_main$f = {
2699
+ name: "IconSettings",
2700
+ props: {
2701
+ prefix: {
2702
+ type: String,
2703
+ default: "update-line-icon"
2704
+ },
2705
+ useCurrentColor: {
2706
+ type: Boolean,
2707
+ default: true
2708
+ }
2709
+ }
2710
+ };
2711
+ const _hoisted_1$f = ["fill"];
2712
+ const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("path", {
2713
+ d: "M3.74741 9.97509L4.48128 10.09C5.02301 10.1749 5.4099 10.671 5.37 11.23L5.31593 11.9877C5.30018 12.2084 5.41777 12.4162 5.61252 12.5124L6.15531 12.7798C6.35007 12.8759 6.58262 12.8399 6.74167 12.6901L7.28709 12.1746C7.68919 11.7944 8.30967 11.7944 8.7123 12.1746L9.25772 12.6901C9.41678 12.8405 9.6488 12.8759 9.84408 12.7798L10.3879 12.5118C10.5821 12.4162 10.6992 12.209 10.6835 11.9888L10.6294 11.23C10.5895 10.671 10.9764 10.1749 11.5181 10.09L12.252 9.97509C12.4656 9.9418 12.6378 9.77802 12.6861 9.56215L12.82 8.9618C12.8683 8.74593 12.7827 8.52201 12.6042 8.39742L11.9916 7.96837C11.5396 7.65155 11.4016 7.03294 11.6745 6.54696L12.0446 5.88862C12.1522 5.69691 12.1344 5.45688 11.9995 5.28397L11.6242 4.80229C11.4892 4.62938 11.2646 4.55796 11.0577 4.62294L10.348 4.84525C9.82361 5.00957 9.26454 4.73409 9.06297 4.21268L8.79105 3.50761C8.71126 3.30141 8.5165 3.16609 8.2997 3.16663L7.69812 3.16824C7.48132 3.16878 7.28709 3.30517 7.20835 3.51191L6.94325 4.20892C6.74377 4.73356 6.18209 5.01118 5.65609 4.84579L4.91698 4.61381C4.70962 4.5483 4.4839 4.62025 4.34899 4.79424L3.97628 5.27645C3.84137 5.45097 3.8251 5.69154 3.93481 5.88325L4.31329 6.54321C4.59204 7.02972 4.45555 7.65423 4.00095 7.97267L3.3957 8.39689C3.21722 8.52201 3.13165 8.74593 3.17994 8.96126L3.3138 9.56161C3.36157 9.77802 3.53376 9.9418 3.74741 9.97509Z",
2714
+ stroke: "#434343",
2715
+ "stroke-width": "1.5",
2716
+ "stroke-linecap": "round",
2717
+ "stroke-linejoin": "round"
2718
+ }, null, -1);
2719
+ const _hoisted_3$f = /* @__PURE__ */ vue.createElementVNode("path", {
2720
+ d: "M9.06071 6.93929C9.64643 7.525 9.64643 8.475 9.06071 9.06071C8.475 9.64643 7.525 9.64643 6.93929 9.06071C6.35357 8.475 6.35357 7.525 6.93929 6.93929C7.525 6.35357 8.475 6.35357 9.06071 6.93929Z",
2721
+ stroke: "#434343",
2722
+ "stroke-width": "1.5",
2723
+ "stroke-linecap": "round",
2724
+ "stroke-linejoin": "round"
2725
+ }, null, -1);
2726
+ const _hoisted_4$5 = [
2727
+ _hoisted_2$f,
2728
+ _hoisted_3$f
2729
+ ];
2730
+ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
2731
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2732
+ viewBox: "0 0 16 16",
2733
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2734
+ xmlns: "http://www.w3.org/2000/svg",
2735
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Settings`],
2736
+ width: "1em",
2737
+ height: "1em"
2738
+ }, _ctx.$attrs), _hoisted_4$5, 16, _hoisted_1$f);
2739
+ }
2740
+ var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
2741
+ const _sfc_main$e = {
2742
+ name: "IconNotice2",
2743
+ props: {
2744
+ prefix: {
2745
+ type: String,
2746
+ default: "update-line-icon"
2747
+ },
2748
+ useCurrentColor: {
2749
+ type: Boolean,
2750
+ default: true
2751
+ }
2752
+ }
2753
+ };
2754
+ const _hoisted_1$e = ["fill"];
2755
+ const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("path", {
2756
+ d: "M8 13C9.3807 13 10.6307 12.4404 11.5355 11.5355C12.4404 10.6307 13 9.3807 13 8C13 6.6193 12.4404 5.3693 11.5355 4.46446C10.6307 3.55964 9.3807 3 8 3C6.6193 3 5.3693 3.55964 4.46446 4.46446C3.55964 5.3693 3 6.6193 3 8C3 9.3807 3.55964 10.6307 4.46446 11.5355C5.3693 12.4404 6.6193 13 8 13Z",
2757
+ stroke: "#434343",
2758
+ "stroke-width": "1.5",
2759
+ "stroke-linejoin": "round"
2760
+ }, null, -1);
2761
+ const _hoisted_3$e = /* @__PURE__ */ vue.createElementVNode("path", {
2762
+ d: "M8 9.25004V5.08337",
2763
+ stroke: "#434343",
2764
+ "stroke-width": "1.5",
2765
+ "stroke-linecap": "round",
2766
+ "stroke-linejoin": "round"
2767
+ }, null, -1);
2768
+ const _hoisted_4$4 = ["fill"];
2769
+ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
2770
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2771
+ viewBox: "0 0 16 16",
2772
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2773
+ xmlns: "http://www.w3.org/2000/svg",
2774
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-notice2`],
2775
+ width: "1em",
2776
+ height: "1em"
2777
+ }, _ctx.$attrs), [
2778
+ _hoisted_2$e,
2779
+ _hoisted_3$e,
2780
+ vue.createElementVNode("path", {
2781
+ "fill-rule": "evenodd",
2782
+ "clip-rule": "evenodd",
2783
+ d: "M7.99996 11.75C8.46019 11.75 8.83329 11.3769 8.83329 10.9167C8.83329 10.4565 8.46019 10.0834 7.99996 10.0834C7.53973 10.0834 7.16663 10.4565 7.16663 10.9167C7.16663 11.3769 7.53973 11.75 7.99996 11.75Z",
2784
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
2785
+ }, null, 8, _hoisted_4$4)
2786
+ ], 16, _hoisted_1$e);
2787
+ }
2788
+ var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
2789
+ const _sfc_main$d = {
2790
+ name: "IconUnfold",
2791
+ props: {
2792
+ prefix: {
2793
+ type: String,
2794
+ default: "update-line-icon"
2795
+ },
2796
+ useCurrentColor: {
2797
+ type: Boolean,
2798
+ default: true
2799
+ }
2800
+ }
2801
+ };
2802
+ const _hoisted_1$d = ["fill"];
2803
+ const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", {
2804
+ d: "M4.5 10.5L6.66667 12.8333M9.33337 3.16663L11.5 5.49996M6.66663 2.83337V12.8334M9.33337 3.16663V13.1666",
2805
+ stroke: "#434343",
2806
+ "stroke-width": "1.5",
2807
+ "stroke-linecap": "round",
2808
+ "stroke-linejoin": "round"
2809
+ }, null, -1);
2810
+ const _hoisted_3$d = [
2811
+ _hoisted_2$d
2812
+ ];
2813
+ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
2814
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2815
+ viewBox: "0 0 16 16",
2816
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2817
+ xmlns: "http://www.w3.org/2000/svg",
2818
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold`],
2819
+ width: "1em",
2820
+ height: "1em"
2821
+ }, _ctx.$attrs), _hoisted_3$d, 16, _hoisted_1$d);
2822
+ }
2823
+ var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
2824
+ const _sfc_main$c = {
2825
+ name: "IconZoomout",
2826
+ props: {
2827
+ prefix: {
2828
+ type: String,
2829
+ default: "update-line-icon"
2830
+ },
2831
+ useCurrentColor: {
2832
+ type: Boolean,
2833
+ default: true
2834
+ }
2835
+ }
2836
+ };
2837
+ const _hoisted_1$c = ["fill"];
2838
+ const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("path", {
2839
+ d: "M11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5 5.03211 11.5 3.16663 9.63448 3.16663 7.33329 3.16663 5.03211 5.03211 3.16663 7.33329 3.16663 9.63448 3.16663 11.5 5.03211 11.5 7.33329zM10.3334 10.3334L12.8334 12.8334M8.83337 7.33337L5.83337 7.33337",
2840
+ stroke: "#434343",
2841
+ "stroke-width": "1.5",
2842
+ "stroke-linecap": "round",
2843
+ "stroke-linejoin": "round"
2844
+ }, null, -1);
2845
+ const _hoisted_3$c = [
2846
+ _hoisted_2$c
2847
+ ];
2848
+ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
2849
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2850
+ viewBox: "0 0 16 16",
2851
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2852
+ xmlns: "http://www.w3.org/2000/svg",
2853
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Zoomout`],
2854
+ width: "1em",
2855
+ height: "1em"
2856
+ }, _ctx.$attrs), _hoisted_3$c, 16, _hoisted_1$c);
2857
+ }
2858
+ var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
2859
+ const _sfc_main$b = {
2860
+ name: "IconZoomin",
2861
+ props: {
2862
+ prefix: {
2863
+ type: String,
2864
+ default: "update-line-icon"
2865
+ },
2866
+ useCurrentColor: {
2867
+ type: Boolean,
2868
+ default: true
2869
+ }
2870
+ }
2871
+ };
2872
+ const _hoisted_1$b = ["fill"];
2873
+ const _hoisted_2$b = /* @__PURE__ */ vue.createElementVNode("path", {
2874
+ d: "M11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5 5.03211 11.5 3.16663 9.63448 3.16663 7.33329 3.16663 5.03211 5.03211 3.16663 7.33329 3.16663 9.63448 3.16663 11.5 5.03211 11.5 7.33329zM10.3334 10.3334L12.8334 12.8334M7.33337 5.83337V8.83337M8.83337 7.33337L5.83337 7.33337",
2875
+ stroke: "#434343",
2876
+ "stroke-width": "1.5",
2877
+ "stroke-linecap": "round",
2878
+ "stroke-linejoin": "round"
2879
+ }, null, -1);
2880
+ const _hoisted_3$b = [
2881
+ _hoisted_2$b
2882
+ ];
2883
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2884
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2885
+ viewBox: "0 0 16 16",
2886
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2887
+ xmlns: "http://www.w3.org/2000/svg",
2888
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Zoomin`],
2889
+ width: "1em",
2890
+ height: "1em"
2891
+ }, _ctx.$attrs), _hoisted_3$b, 16, _hoisted_1$b);
2892
+ }
2893
+ var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
2894
+ const _sfc_main$a = {
2895
+ name: "IconUnfold2",
2896
+ props: {
2897
+ prefix: {
2898
+ type: String,
2899
+ default: "update-line-icon"
2900
+ },
2901
+ useCurrentColor: {
2902
+ type: Boolean,
2903
+ default: true
2904
+ }
2905
+ }
2906
+ };
2907
+ const _hoisted_1$a = ["fill"];
2908
+ const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", {
2909
+ d: "M7.16663 3.83337H12.8333M9.16663 6.5H12.8333M3.16663 5.83337L5.49996 8.00004 3.16663 10.1667M7.16663 12.1666H12.8333M9.16663 9.5H12.8333",
2910
+ stroke: "#434343",
2911
+ "stroke-width": "1.5",
2912
+ "stroke-linecap": "round",
2913
+ "stroke-linejoin": "round"
2914
+ }, null, -1);
2915
+ const _hoisted_3$a = [
2916
+ _hoisted_2$a
2917
+ ];
2918
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
2919
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2920
+ viewBox: "0 0 16 16",
2921
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2922
+ xmlns: "http://www.w3.org/2000/svg",
2923
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold2`],
2924
+ width: "1em",
2925
+ height: "1em"
2926
+ }, _ctx.$attrs), _hoisted_3$a, 16, _hoisted_1$a);
2927
+ }
2928
+ var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
2929
+ const _sfc_main$9 = {
2930
+ name: "IconTest",
2931
+ props: {
2932
+ prefix: {
2933
+ type: String,
2934
+ default: "update-line-icon"
2935
+ },
2936
+ useCurrentColor: {
2937
+ type: Boolean,
2938
+ default: true
2939
+ }
2940
+ }
2941
+ };
2942
+ const _hoisted_1$9 = ["fill"];
2943
+ const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", {
2944
+ d: "M7.16665 3H3.83333C3.3731 3 3 3.3731 3 3.83333V9.94442C3 10.4047 3.3731 10.7778 3.83333 10.7778H12.1666C12.6269 10.7778 13 10.4047 13 9.94442V7.16665M8 10.7778V13",
2945
+ stroke: "#434343",
2946
+ "stroke-width": "1.5",
2947
+ "stroke-linecap": "round",
2948
+ "stroke-linejoin": "round"
2949
+ }, null, -1);
2950
+ const _hoisted_3$9 = /* @__PURE__ */ vue.createElementVNode("path", {
2951
+ d: "M10.2222 3L9.11108 4.11111 10.2222 5.22221M11.8888 3L12.9999 4.11111 11.8888 5.22221M5.22217 13H10.7777",
2952
+ stroke: "#434343",
2953
+ "stroke-width": "1.5",
2954
+ "stroke-linecap": "round",
2955
+ "stroke-linejoin": "round"
2956
+ }, null, -1);
2957
+ const _hoisted_4$3 = [
2958
+ _hoisted_2$9,
2959
+ _hoisted_3$9
2960
+ ];
2961
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
2962
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2963
+ viewBox: "0 0 16 16",
2964
+ fill: $props.useCurrentColor ? "currentColor" : "none",
2965
+ xmlns: "http://www.w3.org/2000/svg",
2966
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-test`],
2967
+ width: "1em",
2968
+ height: "1em"
2969
+ }, _ctx.$attrs), _hoisted_4$3, 16, _hoisted_1$9);
2970
+ }
2971
+ var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
2972
+ const _sfc_main$8 = {
2973
+ name: "IconText",
2974
+ props: {
2975
+ prefix: {
2976
+ type: String,
2977
+ default: "update-line-icon"
2978
+ },
2979
+ useCurrentColor: {
2980
+ type: Boolean,
2981
+ default: true
2982
+ }
2983
+ }
2984
+ };
2985
+ const _hoisted_1$8 = ["fill"];
2986
+ const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("path", {
2987
+ d: "M7.99996 13.8333C11.2216 13.8333 13.8333 11.2216 13.8333 7.99996 13.8333 4.7783 11.2216 2.16663 7.99996 2.16663 4.7783 2.16663 2.16663 4.7783 2.16663 7.99996 2.16663 11.2216 4.7783 13.8333 7.99996 13.8333zM10.3333 5.66663H5.66663M8 10.9166V5.66663",
2988
+ stroke: "#434343",
2989
+ "stroke-width": "1.5",
2990
+ "stroke-linecap": "round",
2991
+ "stroke-linejoin": "round"
2992
+ }, null, -1);
2993
+ const _hoisted_3$8 = [
2994
+ _hoisted_2$8
2995
+ ];
2996
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
2997
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
2998
+ viewBox: "0 0 16 16",
2999
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3000
+ xmlns: "http://www.w3.org/2000/svg",
3001
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text`],
3002
+ width: "1em",
3003
+ height: "1em"
3004
+ }, _ctx.$attrs), _hoisted_3$8, 16, _hoisted_1$8);
3005
+ }
3006
+ var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
3007
+ const _sfc_main$7 = {
3008
+ name: "IconStats",
3009
+ props: {
3010
+ prefix: {
3011
+ type: String,
3012
+ default: "update-line-icon"
3013
+ },
3014
+ useCurrentColor: {
3015
+ type: Boolean,
3016
+ default: true
3017
+ }
3018
+ }
3019
+ };
3020
+ const _hoisted_1$7 = ["fill"];
3021
+ const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", {
3022
+ d: "M8.00007 4.38889C8.00007 3.62183 7.37823 3 6.61118 3 5.84412 3 5.22229 3.62183 5.22229 4.38889V7.16667C5.22229 7.93372 5.84412 8.55556 6.61118 8.55556 7.37823 8.55556 8.00007 7.93372 8.00007 7.16667V4.38889zM13.0001 4.38889C13.0001 3.62183 12.3782 3 11.6112 3 10.8441 3 10.2223 3.62183 10.2223 4.38889V7.16667C10.2223 7.93372 10.8441 8.55556 11.6112 8.55556 12.3782 8.55556 13.0001 7.93372 13.0001 7.16667V4.38889z",
3023
+ stroke: "#434343",
3024
+ "stroke-width": "1.5"
3025
+ }, null, -1);
3026
+ const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
3027
+ d: "M3 8.55554H3.27778",
3028
+ stroke: "#434343",
3029
+ "stroke-width": "1.5",
3030
+ "stroke-linecap": "round"
3031
+ }, null, -1);
3032
+ const _hoisted_4$2 = /* @__PURE__ */ vue.createElementVNode("path", {
3033
+ d: "M13 12.7223L5.5 12.7223",
3034
+ stroke: "#434343",
3035
+ "stroke-width": "1.5",
3036
+ "stroke-linecap": "round",
3037
+ "stroke-linejoin": "round"
3038
+ }, null, -1);
3039
+ const _hoisted_5$1 = [
3040
+ _hoisted_2$7,
3041
+ _hoisted_3$7,
3042
+ _hoisted_4$2
3043
+ ];
3044
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
3045
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3046
+ viewBox: "0 0 16 16",
3047
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3048
+ xmlns: "http://www.w3.org/2000/svg",
3049
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Stats`],
3050
+ width: "1em",
3051
+ height: "1em"
3052
+ }, _ctx.$attrs), _hoisted_5$1, 16, _hoisted_1$7);
3053
+ }
3054
+ var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
3055
+ const _sfc_main$6 = {
3056
+ name: "IconUpload",
3057
+ props: {
3058
+ prefix: {
3059
+ type: String,
3060
+ default: "update-line-icon"
3061
+ },
3062
+ useCurrentColor: {
3063
+ type: Boolean,
3064
+ default: true
3065
+ }
3066
+ }
3067
+ };
3068
+ const _hoisted_1$6 = ["fill"];
3069
+ const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", {
3070
+ d: "M3.16663 9.83337V10.8334C3.16663 11.9379 4.06206 12.8334 5.16663 12.8334H10.8333C11.9379 12.8334 12.8333 11.9379 12.8333 10.8334V9.83337M8 9.50004L8 3.33337M5.83337 5.49996L8.00004 3.16663 10.1667 5.49996",
3071
+ stroke: "#434343",
3072
+ "stroke-width": "1.5",
3073
+ "stroke-linecap": "round",
3074
+ "stroke-linejoin": "round"
3075
+ }, null, -1);
3076
+ const _hoisted_3$6 = [
3077
+ _hoisted_2$6
3078
+ ];
3079
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
3080
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3081
+ viewBox: "0 0 16 16",
3082
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3083
+ xmlns: "http://www.w3.org/2000/svg",
3084
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-upload`],
3085
+ width: "1em",
3086
+ height: "1em"
3087
+ }, _ctx.$attrs), _hoisted_3$6, 16, _hoisted_1$6);
3088
+ }
3089
+ var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
3090
+ const _sfc_main$5 = {
3091
+ name: "IconTable",
3092
+ props: {
3093
+ prefix: {
3094
+ type: String,
3095
+ default: "update-line-icon"
3096
+ },
3097
+ useCurrentColor: {
3098
+ type: Boolean,
3099
+ default: true
3100
+ }
3101
+ }
3102
+ };
3103
+ const _hoisted_1$5 = ["fill"];
3104
+ const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", {
3105
+ d: "M3.16663 4.49996C3.16663 3.76358 3.76358 3.16663 4.49996 3.16663H11.5C12.2363 3.16663 12.8333 3.76358 12.8333 4.49996V11.5C12.8333 12.2363 12.2363 12.8333 11.5 12.8333H4.49996C3.76358 12.8333 3.16663 12.2363 3.16663 11.5V4.49996zM3.33337 5.5H12.6667M3.33337 7.83337H12.6667M3.33337 10.5H12.6667M6.16663 5.5L6.16663 12.8333M9.83337 5.5L9.83337 12.8333",
3106
+ stroke: "#434343",
3107
+ "stroke-width": "1.5",
3108
+ "stroke-linecap": "round",
3109
+ "stroke-linejoin": "round"
3110
+ }, null, -1);
3111
+ const _hoisted_3$5 = [
3112
+ _hoisted_2$5
3113
+ ];
3114
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
3115
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3116
+ viewBox: "0 0 16 16",
3117
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3118
+ xmlns: "http://www.w3.org/2000/svg",
3119
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table`],
3120
+ width: "1em",
3121
+ height: "1em"
3122
+ }, _ctx.$attrs), _hoisted_3$5, 16, _hoisted_1$5);
3123
+ }
3124
+ var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
3125
+ const _sfc_main$4 = {
3126
+ name: "IconUpdatemode",
3127
+ props: {
3128
+ prefix: {
3129
+ type: String,
3130
+ default: "update-line-icon"
3131
+ },
3132
+ useCurrentColor: {
3133
+ type: Boolean,
3134
+ default: true
3135
+ }
3136
+ }
3137
+ };
3138
+ const _hoisted_1$4 = ["fill"];
3139
+ const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", {
3140
+ d: "M6.16663 6.16671V4.50004C6.16663 4.13185 5.86815 3.83337 5.49996 3.83337H3.83329C3.4651 3.83337 3.16663 4.13185 3.16663 4.50004V6.16671C3.16663 6.5349 3.4651 6.83337 3.83329 6.83337H5.49996C5.86815 6.83337 6.16663 6.5349 6.16663 6.16671zM6.16663 12.1666H3.83329C3.4651 12.1666 3.16663 11.8681 3.16663 11.5V9.16663M8.5 4.5H12.8333M8.5 9.83337H12.8333M8.5 6.16663H12.8333M8.5 11.5H12.8333M6.83333 8.5C6.83333 8.5 5.83333 9.58333 5.33333 10.8333L4.5 9.83333",
3141
+ stroke: "#434343",
3142
+ "stroke-width": "1.5",
3143
+ "stroke-linecap": "round",
3144
+ "stroke-linejoin": "round"
3145
+ }, null, -1);
3146
+ const _hoisted_3$4 = [
3147
+ _hoisted_2$4
3148
+ ];
3149
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
3150
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3151
+ viewBox: "0 0 16 16",
3152
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3153
+ xmlns: "http://www.w3.org/2000/svg",
3154
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Updatemode`],
3155
+ width: "1em",
3156
+ height: "1em"
3157
+ }, _ctx.$attrs), _hoisted_3$4, 16, _hoisted_1$4);
3158
+ }
3159
+ var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
3160
+ const _sfc_main$3 = {
3161
+ name: "IconSwitch",
3162
+ props: {
3163
+ prefix: {
3164
+ type: String,
3165
+ default: "update-line-icon"
3166
+ },
3167
+ useCurrentColor: {
3168
+ type: Boolean,
3169
+ default: true
3170
+ }
3171
+ }
3172
+ };
3173
+ const _hoisted_1$3 = ["fill"];
3174
+ const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", {
3175
+ d: "M12.0909 6.63635H3M9.36365 3L12.0909 6.63636M3 8.45459H13M3 8.45459L5.72727 12.091",
3176
+ stroke: "#434343",
3177
+ "stroke-width": "1.5",
3178
+ "stroke-linecap": "round",
3179
+ "stroke-linejoin": "round"
3180
+ }, null, -1);
3181
+ const _hoisted_3$3 = [
3182
+ _hoisted_2$3
3183
+ ];
3184
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
3185
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3186
+ viewBox: "0 0 16 16",
3187
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3188
+ xmlns: "http://www.w3.org/2000/svg",
3189
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Switch`],
3190
+ width: "1em",
3191
+ height: "1em"
3192
+ }, _ctx.$attrs), _hoisted_3$3, 16, _hoisted_1$3);
3193
+ }
3194
+ var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
3195
+ const _sfc_main$2 = {
3196
+ name: "IconTerminate",
3197
+ props: {
3198
+ prefix: {
3199
+ type: String,
3200
+ default: "update-line-icon"
3201
+ },
3202
+ useCurrentColor: {
3203
+ type: Boolean,
3204
+ default: true
3205
+ }
3206
+ }
3207
+ };
3208
+ const _hoisted_1$2 = ["fill"];
3209
+ const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", {
3210
+ d: "M4.46447 4.46448C2.51184 6.4171 2.51184 9.58292 4.46447 11.5355 6.41709 13.4882 9.58291 13.4882 11.5355 11.5355 13.4882 9.58292 13.4882 6.4171 11.5355 4.46448M8 3V7.48276",
3211
+ stroke: "#434343",
3212
+ "stroke-width": "1.5",
3213
+ "stroke-linecap": "round",
3214
+ "stroke-linejoin": "round"
3215
+ }, null, -1);
3216
+ const _hoisted_3$2 = [
3217
+ _hoisted_2$2
3218
+ ];
3219
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
3220
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3221
+ viewBox: "0 0 16 16",
3222
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3223
+ xmlns: "http://www.w3.org/2000/svg",
3224
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Terminate`],
3225
+ width: "1em",
3226
+ height: "1em"
3227
+ }, _ctx.$attrs), _hoisted_3$2, 16, _hoisted_1$2);
3228
+ }
3229
+ var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
3230
+ const _sfc_main$1 = {
3231
+ name: "IconSubjectarea",
3232
+ props: {
3233
+ prefix: {
3234
+ type: String,
3235
+ default: "update-line-icon"
3236
+ },
3237
+ useCurrentColor: {
3238
+ type: Boolean,
3239
+ default: true
3240
+ }
3241
+ }
3242
+ };
3243
+ const _hoisted_1$1 = ["fill"];
3244
+ const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("path", {
3245
+ d: "M7.50001 4.65002L11.35 6.85001V11.25L7.50001 13.45L3.65002 11.25V6.85001L7.50001 4.65002Z",
3246
+ stroke: "#434343",
3247
+ "stroke-width": "1.5",
3248
+ "stroke-linejoin": "round"
3249
+ }, null, -1);
3250
+ const _hoisted_3$1 = /* @__PURE__ */ vue.createElementVNode("path", {
3251
+ d: "M7.50012 3V4.64999M3.65002 6.84998L7.50001 9.04996 11.35 6.84998M11.35 11.25L13 12.075M2 12.075L3.64999 11.25M7.50012 9.0498V13.4498",
3252
+ stroke: "#434343",
3253
+ "stroke-width": "1.5",
3254
+ "stroke-linecap": "round",
3255
+ "stroke-linejoin": "round"
3256
+ }, null, -1);
3257
+ const _hoisted_4$1 = /* @__PURE__ */ vue.createElementVNode("path", {
3258
+ d: "M9.425 5.75L11.35 6.84999V9.04998M5.57502 5.75L3.65002 6.84999V9.04998M5.57502 12.35L7.50001 13.45L9.425 12.35",
3259
+ stroke: "#434343",
3260
+ "stroke-width": "1.5",
3261
+ "stroke-linejoin": "round"
3262
+ }, null, -1);
3263
+ const _hoisted_5 = [
3264
+ _hoisted_2$1,
3265
+ _hoisted_3$1,
3266
+ _hoisted_4$1
3267
+ ];
3268
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
3269
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3270
+ viewBox: "0 0 16 16",
3271
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3272
+ xmlns: "http://www.w3.org/2000/svg",
3273
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subjectarea`],
3274
+ width: "1em",
3275
+ height: "1em"
3276
+ }, _ctx.$attrs), _hoisted_5, 16, _hoisted_1$1);
3277
+ }
3278
+ var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
3279
+ const _sfc_main = {
3280
+ name: "IconSubscribe",
3281
+ props: {
3282
+ prefix: {
3283
+ type: String,
3284
+ default: "update-line-icon"
3285
+ },
3286
+ useCurrentColor: {
3287
+ type: Boolean,
3288
+ default: true
3289
+ }
3290
+ }
3291
+ };
3292
+ const _hoisted_1 = ["fill"];
3293
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
3294
+ d: "M3 13V3.5C3 3.22386 3.25438 3 3.56818 3H11.5227C11.8365 3 12.0909 3.22386 12.0909 3.5V13L7.54545 10.9318L3 13Z",
3295
+ stroke: "#434343",
3296
+ "stroke-width": "1.5",
3297
+ "stroke-linejoin": "round"
3298
+ }, null, -1);
3299
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
3300
+ d: "M7.54541 5.72729V9.36366M5.72729 7.54541H9.36366",
3301
+ stroke: "#434343",
3302
+ "stroke-width": "1.5",
3303
+ "stroke-linecap": "round",
3304
+ "stroke-linejoin": "round"
3305
+ }, null, -1);
3306
+ const _hoisted_4 = [
3307
+ _hoisted_2,
3308
+ _hoisted_3
3309
+ ];
3310
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
3311
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
3312
+ viewBox: "0 0 16 16",
3313
+ fill: $props.useCurrentColor ? "currentColor" : "none",
3314
+ xmlns: "http://www.w3.org/2000/svg",
3315
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subscribe`],
3316
+ width: "1em",
3317
+ height: "1em"
3318
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
3319
+ }
3320
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
3321
+ exports2.Icon3d = index$1i;
3322
+ exports2.IconActivate = index$W;
3323
+ exports2.IconAdd = index$1c;
3324
+ exports2.IconAdvance = index$Y;
3325
+ exports2.IconAnalysisdetails = index$1h;
3326
+ exports2.IconAnalyze = index$1f;
3327
+ exports2.IconApi = index$1d;
3328
+ exports2.IconAppend = index$19;
3329
+ exports2.IconApply = index$1e;
3330
+ exports2.IconAssembly = index$1a;
3331
+ exports2.IconBasics = index$18;
3332
+ exports2.IconBloodanalysis = index$1b;
3333
+ exports2.IconBusinessprocess = index$1g;
3334
+ exports2.IconCharts = index$13;
3335
+ exports2.IconCheck = index$_;
3336
+ exports2.IconCollect = index$15;
3337
+ exports2.IconCopy = index$12;
3338
+ exports2.IconDatabase = index$14;
3339
+ exports2.IconDatabaseobject = index$11;
3340
+ exports2.IconDatabasesource = index$17;
3341
+ exports2.IconDelete = index$10;
3342
+ exports2.IconDetails = index$$;
3343
+ exports2.IconDispatch = index$Z;
3344
+ exports2.IconDisposition = index$X;
3345
+ exports2.IconDown = index$16;
3346
+ exports2.IconDownline = index$L;
3347
+ exports2.IconDownload = index$M;
3348
+ exports2.IconEdit = index$V;
3349
+ exports2.IconEmbellish = index$T;
3350
+ exports2.IconEndtime = index$n;
3351
+ exports2.IconFields = index$R;
3352
+ exports2.IconFile = index$U;
3353
+ exports2.IconFold = index$Q;
3354
+ exports2.IconFoldmore = index$I;
3355
+ exports2.IconFormula = index$S;
3356
+ exports2.IconFrame = index$H;
3357
+ exports2.IconGather = index$l;
3358
+ exports2.IconGoBack = index$P;
3359
+ exports2.IconHelp = index$O;
3360
+ exports2.IconHistory = index$N;
3361
+ exports2.IconHyposensitization = index$F;
3362
+ exports2.IconIndex = index$k;
3363
+ exports2.IconLatesttime = index$p;
3364
+ exports2.IconLayer = index$K;
3365
+ exports2.IconLimits = index$J;
3366
+ exports2.IconMail = index$G;
3367
+ exports2.IconMirror = index$E;
3368
+ exports2.IconMode = index$D;
3369
+ exports2.IconModule = index$C;
3370
+ exports2.IconNo = index$A;
3371
+ exports2.IconNotice = index$B;
3372
+ exports2.IconNotice2 = index$e;
3373
+ exports2.IconPackup = index$x;
3374
+ exports2.IconPassword = index$o;
3375
+ exports2.IconPause = index$q;
3376
+ exports2.IconPicture = index$v;
3377
+ exports2.IconPublish = index$u;
3378
+ exports2.IconReflection = index$r;
3379
+ exports2.IconRefresh = index$s;
3380
+ exports2.IconResources = index$h;
3381
+ exports2.IconRevocation = index$m;
3382
+ exports2.IconRole = index$j;
3383
+ exports2.IconSave = index$t;
3384
+ exports2.IconScheduling = index$i;
3385
+ exports2.IconScript = index$g;
3386
+ exports2.IconSearch = index$y;
3387
+ exports2.IconSettings = index$f;
3388
+ exports2.IconSort = index$w;
3389
+ exports2.IconStarttime = index$z;
3390
+ exports2.IconStats = index$7;
3391
+ exports2.IconSubjectarea = index$1;
3392
+ exports2.IconSubscribe = index;
3393
+ exports2.IconSwitch = index$3;
3394
+ exports2.IconTable = index$5;
3395
+ exports2.IconTerminate = index$2;
3396
+ exports2.IconTest = index$9;
3397
+ exports2.IconText = index$8;
3398
+ exports2.IconUnfold = index$d;
3399
+ exports2.IconUnfold2 = index$a;
3400
+ exports2.IconUpdatemode = index$4;
3401
+ exports2.IconUpload = index$6;
3402
+ exports2.IconZoomin = index$b;
3403
+ exports2.IconZoomout = index$c;
3404
+ Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3405
+ });
3406
+ //# sourceMappingURL=icon.js.map