@arco-iconbox/vue-update-line-icon 0.0.26 → 0.0.28
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.
- package/dist/icon.js +1281 -2391
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +369 -469
- package/dist/icon.min.js.map +1 -1
- package/esm/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
- package/esm/IconCopyQs/index.js +32 -0
- package/esm/IconDatabaseQs/index.js +1 -1
- package/esm/IconDayQs/index.js +32 -0
- package/esm/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
- package/esm/IconDevelopQs/index.js +30 -0
- package/esm/IconDownloadQs/index.js +1 -1
- package/esm/{IconEvent → IconEventQs}/index.js +2 -2
- package/esm/IconFileQs/index.js +32 -0
- package/esm/IconFoldQs/index.js +30 -0
- package/esm/IconFullScreen/index.js +5 -13
- package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
- package/esm/IconHistory/index.js +7 -27
- package/esm/{IconId → IconIdQs}/index.js +2 -2
- package/esm/IconKeyQs/index.js +34 -0
- package/esm/IconLockQs/index.js +1 -1
- package/esm/IconMoreQs/index.js +30 -0
- package/esm/{IconNext → IconNextQs}/index.js +2 -2
- package/esm/IconNigthQs/index.js +41 -0
- package/esm/{IconObject → IconObjectQs}/index.js +2 -2
- package/esm/IconOffScreen/index.js +5 -13
- package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
- package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
- package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
- package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
- package/esm/{IconTick → IconTickQs}/index.js +2 -2
- package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
- package/esm/IconUploadQs/index.js +1 -1
- package/esm/{IconView → IconViewQs}/index.js +2 -2
- package/esm/index.js +22 -47
- package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
- package/lib/IconCopyQs/index.js +33 -0
- package/lib/IconDatabaseQs/index.js +1 -1
- package/lib/IconDayQs/index.js +33 -0
- package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
- package/lib/IconDevelopQs/index.js +31 -0
- package/lib/IconDownloadQs/index.js +1 -1
- package/lib/{IconEvent → IconEventQs}/index.js +2 -2
- package/lib/IconFileQs/index.js +33 -0
- package/lib/IconFoldQs/index.js +31 -0
- package/lib/IconFullScreen/index.js +5 -13
- package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
- package/lib/IconHistory/index.js +7 -27
- package/lib/{IconId → IconIdQs}/index.js +2 -2
- package/lib/IconKeyQs/index.js +35 -0
- package/lib/IconLockQs/index.js +1 -1
- package/lib/IconMoreQs/index.js +31 -0
- package/lib/{IconNext → IconNextQs}/index.js +2 -2
- package/lib/IconNigthQs/index.js +42 -0
- package/lib/{IconObject → IconObjectQs}/index.js +2 -2
- package/lib/IconOffScreen/index.js +5 -13
- package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
- package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
- package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
- package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
- package/lib/{IconTick → IconTickQs}/index.js +2 -2
- package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
- package/lib/IconUploadQs/index.js +1 -1
- package/lib/{IconView → IconViewQs}/index.js +2 -2
- package/lib/index.js +228 -278
- package/package.json +1 -1
- package/src/IconArrowDownQs/index.vue +19 -0
- package/src/IconCopyQs/index.vue +19 -0
- package/src/IconDatabaseQs/index.vue +1 -1
- package/src/IconDayQs/index.vue +19 -0
- package/src/IconDeleteCircleQs/index.vue +19 -0
- package/src/IconDevelopQs/index.vue +19 -0
- package/src/IconDownloadQs/index.vue +1 -1
- package/src/IconEventQs/index.vue +19 -0
- package/src/IconFileQs/index.vue +19 -0
- package/src/IconFoldQs/index.vue +19 -0
- package/src/IconFullScreen/index.vue +1 -1
- package/src/IconGroupAddQs/index.vue +19 -0
- package/src/IconHistory/index.vue +1 -1
- package/src/IconIdQs/index.vue +19 -0
- package/src/IconKeyQs/index.vue +19 -0
- package/src/IconLockQs/index.vue +1 -1
- package/src/IconMoreQs/index.vue +19 -0
- package/src/IconNextQs/index.vue +19 -0
- package/src/IconNigthQs/index.vue +19 -0
- package/src/IconObjectQs/index.vue +19 -0
- package/src/IconOffScreen/index.vue +1 -1
- package/src/IconSchemaQs/index.vue +19 -0
- package/src/IconSequenceQs/index.vue +19 -0
- package/src/IconStoredProcedureQs/index.vue +19 -0
- package/src/IconTableAddQs/index.vue +19 -0
- package/src/IconTickQs/index.vue +19 -0
- package/src/IconTriggerQs/index.vue +19 -0
- package/src/IconUploadQs/index.vue +1 -1
- package/src/IconViewQs/index.vue +19 -0
- package/src/index.js +23 -48
- package/esm/IconAdd/index.js +0 -38
- package/esm/IconAdvance/index.js +0 -46
- package/esm/IconCheck/index.js +0 -38
- package/esm/IconCopy/index.js +0 -46
- package/esm/IconDatabase/index.js +0 -46
- package/esm/IconDay/index.js +0 -42
- package/esm/IconDelete/index.js +0 -38
- package/esm/IconDown/index.js +0 -38
- package/esm/IconDownload/index.js +0 -38
- package/esm/IconEdit/index.js +0 -38
- package/esm/IconFields/index.js +0 -45
- package/esm/IconFile/index.js +0 -46
- package/esm/IconFold/index.js +0 -38
- package/esm/IconFoldmore/index.js +0 -34
- package/esm/IconHelp/index.js +0 -30
- package/esm/IconJbxx/index.js +0 -34
- package/esm/IconKey/index.js +0 -67
- package/esm/IconLimits/index.js +0 -38
- package/esm/IconLose/index.js +0 -38
- package/esm/IconMinus/index.js +0 -38
- package/esm/IconNigth/index.js +0 -50
- package/esm/IconRefresh/index.js +0 -46
- package/esm/IconRevocation/index.js +0 -46
- package/esm/IconSave/index.js +0 -46
- package/esm/IconScript/index.js +0 -63
- package/esm/IconSearch/index.js +0 -38
- package/esm/IconSort/index.js +0 -38
- package/esm/IconStarttime/index.js +0 -38
- package/esm/IconTable/index.js +0 -38
- package/esm/IconTips/index.js +0 -52
- package/esm/IconUnfold2/index.js +0 -38
- package/esm/IconUpdatemode/index.js +0 -38
- package/esm/IconUpload/index.js +0 -38
- package/lib/IconAdd/index.js +0 -39
- package/lib/IconAdvance/index.js +0 -47
- package/lib/IconCheck/index.js +0 -39
- package/lib/IconCopy/index.js +0 -47
- package/lib/IconDatabase/index.js +0 -47
- package/lib/IconDay/index.js +0 -43
- package/lib/IconDelete/index.js +0 -39
- package/lib/IconDown/index.js +0 -39
- package/lib/IconDownload/index.js +0 -39
- package/lib/IconEdit/index.js +0 -39
- package/lib/IconFields/index.js +0 -46
- package/lib/IconFile/index.js +0 -47
- package/lib/IconFold/index.js +0 -39
- package/lib/IconFoldmore/index.js +0 -35
- package/lib/IconHelp/index.js +0 -31
- package/lib/IconJbxx/index.js +0 -35
- package/lib/IconKey/index.js +0 -68
- package/lib/IconLimits/index.js +0 -39
- package/lib/IconLose/index.js +0 -39
- package/lib/IconMinus/index.js +0 -39
- package/lib/IconNigth/index.js +0 -51
- package/lib/IconRefresh/index.js +0 -47
- package/lib/IconRevocation/index.js +0 -47
- package/lib/IconSave/index.js +0 -47
- package/lib/IconScript/index.js +0 -64
- package/lib/IconSearch/index.js +0 -39
- package/lib/IconSort/index.js +0 -39
- package/lib/IconStarttime/index.js +0 -39
- package/lib/IconTable/index.js +0 -39
- package/lib/IconTips/index.js +0 -53
- package/lib/IconUnfold2/index.js +0 -39
- package/lib/IconUpdatemode/index.js +0 -39
- package/lib/IconUpload/index.js +0 -39
- package/src/IconAdd/index.vue +0 -19
- package/src/IconAdvance/index.vue +0 -19
- package/src/IconCheck/index.vue +0 -19
- package/src/IconChevronDown/index.vue +0 -19
- package/src/IconCopy/index.vue +0 -19
- package/src/IconDatabase/index.vue +0 -19
- package/src/IconDay/index.vue +0 -19
- package/src/IconDelete/index.vue +0 -19
- package/src/IconDown/index.vue +0 -19
- package/src/IconDownload/index.vue +0 -19
- package/src/IconEdit/index.vue +0 -19
- package/src/IconEvent/index.vue +0 -19
- package/src/IconFields/index.vue +0 -19
- package/src/IconFile/index.vue +0 -19
- package/src/IconFold/index.vue +0 -19
- package/src/IconFoldmore/index.vue +0 -19
- package/src/IconGroupAdd/index.vue +0 -19
- package/src/IconHelp/index.vue +0 -19
- package/src/IconId/index.vue +0 -19
- package/src/IconJbxx/index.vue +0 -19
- package/src/IconKey/index.vue +0 -19
- package/src/IconLimits/index.vue +0 -19
- package/src/IconLose/index.vue +0 -19
- package/src/IconMinus/index.vue +0 -19
- package/src/IconNewDelete/index.vue +0 -19
- package/src/IconNext/index.vue +0 -19
- package/src/IconNigth/index.vue +0 -19
- package/src/IconObject/index.vue +0 -19
- package/src/IconRefresh/index.vue +0 -19
- package/src/IconRevocation/index.vue +0 -19
- package/src/IconSave/index.vue +0 -19
- package/src/IconSchema/index.vue +0 -19
- package/src/IconScript/index.vue +0 -19
- package/src/IconSearch/index.vue +0 -19
- package/src/IconSequence/index.vue +0 -19
- package/src/IconSort/index.vue +0 -19
- package/src/IconStarttime/index.vue +0 -19
- package/src/IconStoredProcedure/index.vue +0 -19
- package/src/IconTable/index.vue +0 -19
- package/src/IconTableAdd/index.vue +0 -19
- package/src/IconTick/index.vue +0 -19
- package/src/IconTips/index.vue +0 -19
- package/src/IconTrigger/index.vue +0 -19
- package/src/IconUnfold2/index.vue +0 -19
- package/src/IconUpdatemode/index.vue +0 -19
- package/src/IconUpload/index.vue +0 -19
- package/src/IconView/index.vue +0 -19
package/dist/icon.min.js
CHANGED
|
@@ -1,593 +1,493 @@
|
|
|
1
|
-
!function(e,
|
|
2
|
-
"object" == typeof exports && "undefined" != typeof module ?
|
|
3
|
-
}(this, function(e,
|
|
1
|
+
!function(e, t) {
|
|
2
|
+
"object" == typeof exports && "undefined" != typeof module ? t(exports, require("vue")) : "function" == typeof define && define.amd ? define(["exports", "vue"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).icon = {}, e.Vue);
|
|
3
|
+
}(this, function(e, t) {
|
|
4
4
|
"use strict";
|
|
5
|
-
var
|
|
6
|
-
const
|
|
7
|
-
for (const [e3,
|
|
8
|
-
|
|
9
|
-
return
|
|
5
|
+
var o = (e2, t2) => {
|
|
6
|
+
const o2 = e2.__vccOpts || e2;
|
|
7
|
+
for (const [e3, r2] of t2)
|
|
8
|
+
o2[e3] = r2;
|
|
9
|
+
return o2;
|
|
10
10
|
};
|
|
11
|
-
const
|
|
12
|
-
var i = r
|
|
13
|
-
return
|
|
11
|
+
const r = { name: "Icon3d", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, n = ["fill"], l = [t.createElementVNode("path", { d: "M8.00002 4.5L11.5 6.50001V10.5L8.00002 12.5L4.5 10.5V6.50001L8.00002 4.5Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
12
|
+
var i = o(r, [["render", function(e2, o2, r2, i2, s2, c2) {
|
|
13
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-3d`], width: "1em", height: "1em" }, e2.$attrs), l, 16, n);
|
|
14
14
|
}]]);
|
|
15
|
-
const s = { name: "IconAnalysisdetails", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, c = ["fill"], a = [
|
|
16
|
-
var p =
|
|
17
|
-
return
|
|
15
|
+
const s = { name: "IconAnalysisdetails", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, c = ["fill"], a = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
16
|
+
var p = o(s, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
17
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Analysisdetails`], width: "1em", height: "1em" }, e2.$attrs), a, 16, c);
|
|
18
18
|
}]]);
|
|
19
|
-
const
|
|
20
|
-
var
|
|
21
|
-
return
|
|
19
|
+
const C = { name: "IconBusinessprocess", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, u = ["fill"], d = [t.createElementVNode("path", { d: "M7.5 4L2 12.8H13L7.5 4Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M9.14998 10.6001L7.49998 9.50012 5.84998 10.6001M7.5 9.5001V7.8501", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
20
|
+
var m = o(C, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
21
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Businessprocess`], width: "1em", height: "1em" }, e2.$attrs), d, 16, u);
|
|
22
22
|
}]]);
|
|
23
|
-
const
|
|
24
|
-
var
|
|
25
|
-
return
|
|
23
|
+
const f = { name: "IconAnalyze", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, h = ["fill"], w = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
24
|
+
var g = o(f, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
25
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-analyze`], width: "1em", height: "1em" }, e2.$attrs), w, 16, h);
|
|
26
26
|
}]]);
|
|
27
|
-
const
|
|
28
|
-
var v =
|
|
29
|
-
return
|
|
27
|
+
const k = { name: "IconApply", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, V = ["fill"], x = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M4 13H12.3333", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
28
|
+
var v = o(k, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
29
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-apply`], width: "1em", height: "1em" }, e2.$attrs), x, 16, V);
|
|
30
30
|
}]]);
|
|
31
|
-
const M = { name: "IconApi", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, B = ["fill"], H = [
|
|
32
|
-
var E =
|
|
33
|
-
return
|
|
31
|
+
const M = { name: "IconApi", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, B = ["fill"], H = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
32
|
+
var E = o(M, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
33
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-api`], width: "1em", height: "1em" }, e2.$attrs), H, 16, B);
|
|
34
34
|
}]]);
|
|
35
|
-
const $ = { name: "
|
|
36
|
-
var I =
|
|
37
|
-
return
|
|
35
|
+
const $ = { name: "IconBloodanalysis", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, L = ["fill"], y = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
36
|
+
var I = o($, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
37
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Bloodanalysis`], width: "1em", height: "1em" }, e2.$attrs), y, 16, L);
|
|
38
38
|
}]]);
|
|
39
|
-
const N = { name: "
|
|
40
|
-
var
|
|
41
|
-
return
|
|
39
|
+
const N = { name: "IconAssembly", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, z = ["fill"], S = [t.createElementVNode("path", { d: "M5.00002 3H3V5.00002H5.00002V3zM13 11H11V13H13V11zM5.00002 11H3V13H5.00002V11zM13 3H11V5.00002H13V3z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M3.99976 11V4.99988M12.0001 11V4.99988M4.99988 3.99976H11M4.99988 12.0001H11", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { "clip-rule": "evenodd", d: "M6.00012 6.00012H8.40015V7.60014H10.0002V10.0002H7.60014V8.40015H6.00012V6.00012Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
40
|
+
var _ = o(N, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
41
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-assembly`], width: "1em", height: "1em" }, e2.$attrs), S, 16, z);
|
|
42
42
|
}]]);
|
|
43
|
-
const P = { name: "
|
|
44
|
-
var
|
|
45
|
-
return
|
|
43
|
+
const P = { name: "IconAppend", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, j = ["fill"], Z = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M8 6.33337V9.66671M6.33337 8H9.66671", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
44
|
+
var Q = o(P, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
45
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-append`], width: "1em", height: "1em" }, e2.$attrs), Z, 16, j);
|
|
46
46
|
}]]);
|
|
47
|
-
const
|
|
48
|
-
var
|
|
49
|
-
return
|
|
47
|
+
const b = { name: "IconBasics", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, q = ["fill"], A = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
48
|
+
var D = o(b, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
49
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Basics`], width: "1em", height: "1em" }, e2.$attrs), A, 16, q);
|
|
50
50
|
}]]);
|
|
51
|
-
const
|
|
52
|
-
var
|
|
53
|
-
return
|
|
51
|
+
const T = { name: "IconDatabasesource", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, F = ["fill"], O = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
52
|
+
var R = o(T, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
53
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Databasesource`], width: "1em", height: "1em" }, e2.$attrs), O, 16, F);
|
|
54
54
|
}]]);
|
|
55
|
-
const
|
|
56
|
-
var J =
|
|
57
|
-
return
|
|
55
|
+
const G = { name: "IconCollect", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, U = ["fill"], W = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
56
|
+
var J = o(G, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
57
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Collect`], width: "1em", height: "1em" }, e2.$attrs), W, 16, U);
|
|
58
58
|
}]]);
|
|
59
|
-
const K = { name: "
|
|
60
|
-
var ee =
|
|
61
|
-
return
|
|
59
|
+
const K = { name: "IconCharts", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, X = ["fill"], Y = [t.createElementVNode("path", { d: "M2 12.9H13", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M4.74998 9.05005H3.09998V12.9H4.74998V9.05005zM8.32493 6.30005H6.67493V12.9H8.32493V6.30005zM11.9 3H10.25V12.9H11.9V3z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
60
|
+
var ee = o(K, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
61
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-charts`], width: "1em", height: "1em" }, e2.$attrs), Y, 16, X);
|
|
62
62
|
}]]);
|
|
63
|
-
const
|
|
64
|
-
var ne =
|
|
65
|
-
return
|
|
63
|
+
const te = { name: "IconDatabaseobject", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, oe = ["fill"], re = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
64
|
+
var ne = o(te, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
65
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Databaseobject`], width: "1em", height: "1em" }, e2.$attrs), re, 16, oe);
|
|
66
66
|
}]]);
|
|
67
|
-
const le = { name: "
|
|
68
|
-
var ce =
|
|
69
|
-
return
|
|
67
|
+
const le = { name: "IconDetails", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ie = ["fill"], se = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M12.8 6.3H9.5V3M6.20007 10.7001H9.50007M6.20007 8.5H9.50007", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
68
|
+
var ce = o(le, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
69
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-details`], width: "1em", height: "1em" }, e2.$attrs), se, 16, ie);
|
|
70
70
|
}]]);
|
|
71
|
-
const ae = { name: "
|
|
72
|
-
var
|
|
73
|
-
return
|
|
71
|
+
const ae = { name: "IconDispatch", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, pe = ["fill"], Ce = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
72
|
+
var ue = o(ae, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
73
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-dispatch`], width: "1em", height: "1em" }, e2.$attrs), Ce, 16, pe);
|
|
74
74
|
}]]);
|
|
75
|
-
const
|
|
76
|
-
var he =
|
|
77
|
-
return
|
|
75
|
+
const de = { name: "IconDisposition", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, me = ["fill"], fe = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
76
|
+
var he = o(de, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
77
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-disposition`], width: "1em", height: "1em" }, e2.$attrs), fe, 16, me);
|
|
78
78
|
}]]);
|
|
79
|
-
const we = { name: "
|
|
80
|
-
var
|
|
81
|
-
return
|
|
79
|
+
const we = { name: "IconActivate", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ge = ["fill"], ke = [t.createElementVNode("circle", { cx: "8", cy: "8", r: "5", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M11.8334 7.58337L6.33337 4.33337V10.8334L11.8334 7.58337Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
80
|
+
var Ve = o(we, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
81
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-activate`], width: "1em", height: "1em" }, e2.$attrs), ke, 16, ge);
|
|
82
82
|
}]]);
|
|
83
|
-
const
|
|
84
|
-
var Be =
|
|
85
|
-
return
|
|
83
|
+
const xe = { name: "IconEmbellish", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ve = ["fill"], Me = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
84
|
+
var Be = o(xe, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
85
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-embellish`], width: "1em", height: "1em" }, e2.$attrs), Me, 16, ve);
|
|
86
86
|
}]]);
|
|
87
|
-
const He = { name: "
|
|
88
|
-
var Le =
|
|
89
|
-
return
|
|
87
|
+
const He = { name: "IconFormula", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ee = ["fill"], $e = [t.createElementVNode("path", { d: "M12 3.83333L11.25 3H4L8.5 8L4 13H11.25L12 12.1667", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
88
|
+
var Le = o(He, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
89
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-formula`], width: "1em", height: "1em" }, e2.$attrs), $e, 16, Ee);
|
|
90
90
|
}]]);
|
|
91
|
-
const ye = { name: "
|
|
92
|
-
var
|
|
93
|
-
return
|
|
91
|
+
const ye = { name: "IconGoBack", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ie = ["fill"], Ne = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
92
|
+
var ze = o(ye, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
93
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-goBack`], width: "1em", height: "1em" }, e2.$attrs), Ne, 16, Ie);
|
|
94
94
|
}]]);
|
|
95
|
-
const
|
|
96
|
-
var
|
|
97
|
-
return
|
|
95
|
+
const Se = { name: "IconHistory", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, _e = [t.createElementVNode("path", { d: "M3.08325 3.83325C3.08325 3.41904 3.41904 3.08325 3.83325 3.08325C4.24747 3.08325 4.58325 3.41904 4.58325 3.83325V4.75024H5.50024C5.91431 4.75042 6.25024 5.08614 6.25024 5.50024C6.25007 5.9142 5.9142 6.25007 5.50024 6.25024H3.83325C3.41915 6.25024 3.08343 5.91431 3.08325 5.50024V3.83325Z" }, null, -1), t.createElementVNode("path", { d: "M2.25 8C2.25 7.58579 2.58579 7.25 3 7.25C3.41421 7.25 3.75 7.58579 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C10.3472 12.25 12.25 10.3472 12.25 8C12.25 5.65279 10.3472 3.75 8 3.75C6.42806 3.75 5.05441 4.60299 4.31836 5.875C4.11095 6.23347 3.65244 6.35575 3.29395 6.14844C2.93542 5.94099 2.81306 5.48255 3.02051 5.12402C4.01367 3.40766 5.87103 2.25 8 2.25C11.1756 2.25 13.75 4.82435 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82435 13.75 2.25 11.1756 2.25 8Z" }, null, -1), t.createElementVNode("path", { d: "M7.25 4.66675C7.25004 4.25268 7.58598 3.91694 8 3.91675C8.41419 3.91679 8.75 4.25257 8.75 4.66675V7.76636L11.0215 9.96069C11.3192 10.2485 11.3267 10.7234 11.0391 11.0212C10.7513 11.3189 10.2764 11.3274 9.97852 11.0398L7.47852 8.62573C7.33218 8.48439 7.24998 8.28914 7.25 8.08569V4.66675Z" }, null, -1)];
|
|
96
|
+
var Pe = o(Se, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
97
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-history`], width: "1em", height: "1em" }, e2.$attrs), _e, 16);
|
|
98
98
|
}]]);
|
|
99
|
-
const
|
|
100
|
-
var
|
|
101
|
-
return
|
|
99
|
+
const je = { name: "IconDownline", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ze = ["fill"], Qe = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
100
|
+
var be = o(je, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
101
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-downline`], width: "1em", height: "1em" }, e2.$attrs), Qe, 16, Ze);
|
|
102
102
|
}]]);
|
|
103
|
-
const
|
|
104
|
-
var
|
|
105
|
-
return
|
|
103
|
+
const qe = { name: "IconLayer", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ae = ["fill"], De = [t.createElementVNode("path", { d: "M3 4.72857L8 6.5L13 4.72857L8 3L3 4.72857Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M3 6.75L8 8.5 13 6.75M3 8.75012L8 10.5001 13 8.75012M3 10.75L8 12.5 13 10.75", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
104
|
+
var Te = o(qe, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
105
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-layer`], width: "1em", height: "1em" }, e2.$attrs), De, 16, Ae);
|
|
106
106
|
}]]);
|
|
107
|
-
const
|
|
108
|
-
var Ge =
|
|
109
|
-
return
|
|
107
|
+
const Fe = { name: "IconFrame", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Oe = ["fill"], Re = [t.createElementVNode("path", { d: "M4.5 3.16663V12.8333M11.5002 3.16663V12.8333M12.8334 4.49988L3.16675 4.49988M12.8334 11.5L3.16675 11.5", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
108
|
+
var Ge = o(Fe, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
109
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-frame`], width: "1em", height: "1em" }, e2.$attrs), Re, 16, Oe);
|
|
110
110
|
}]]);
|
|
111
|
-
const
|
|
112
|
-
var
|
|
113
|
-
return
|
|
111
|
+
const Ue = { name: "IconMail", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, We = ["fill"], Je = [t.createElementVNode("path", { d: "M2 12.25H13V8.125V4H7.5H2V8.125V12.25Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M2 4L7.5 8.125L13 4", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M7.5 4H2V8.125M13 8.125V4H7.5", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
112
|
+
var Ke = o(Ue, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
113
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-mail`], width: "1em", height: "1em" }, e2.$attrs), Je, 16, We);
|
|
114
114
|
}]]);
|
|
115
|
-
const
|
|
116
|
-
var
|
|
117
|
-
return
|
|
115
|
+
const Xe = { name: "IconHyposensitization", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ye = ["fill"], et = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
116
|
+
var tt = o(Xe, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
117
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-hyposensitization`], width: "1em", height: "1em" }, e2.$attrs), et, 16, Ye);
|
|
118
118
|
}]]);
|
|
119
|
-
const
|
|
120
|
-
var
|
|
121
|
-
return
|
|
119
|
+
const ot = { name: "IconMirror", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, rt = ["fill"], nt = t.createElementVNode("g", { "clip-path": "url(#svg_2403def508__clip0_3108_101192)", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, [t.createElementVNode("path", { d: "M8 3V13M3 4L6 5V12L3 13V4zM13 4L10 5V12L13 13V4z" })], -1), lt = { id: "svg_2403def508__clip0_3108_101192" }, it = ["fill"];
|
|
120
|
+
var st = o(ot, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
121
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Mirror`], width: "1em", height: "1em" }, e2.$attrs), [nt, t.createElementVNode("defs", null, [t.createElementVNode("clipPath", lt, [t.createElementVNode("path", { fill: r2.useCurrentColor ? "currentColor" : "#fff", transform: "translate(2 2)", d: "M0 0H12V12H0z" }, null, 8, it)])])], 16, rt);
|
|
122
122
|
}]]);
|
|
123
|
-
const
|
|
124
|
-
var
|
|
125
|
-
return
|
|
123
|
+
const ct = { name: "IconMode", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, at = ["fill"], pt = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
124
|
+
var Ct = o(ct, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
125
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-mode`], width: "1em", height: "1em" }, e2.$attrs), pt, 16, at);
|
|
126
126
|
}]]);
|
|
127
|
-
const
|
|
128
|
-
var
|
|
129
|
-
return
|
|
127
|
+
const ut = { name: "IconModule", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, dt = ["fill"], mt = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
128
|
+
var ft = o(ut, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
129
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-module`], width: "1em", height: "1em" }, e2.$attrs), mt, 16, dt);
|
|
130
130
|
}]]);
|
|
131
|
-
const
|
|
132
|
-
var
|
|
133
|
-
return
|
|
131
|
+
const ht = { name: "IconNotice", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, wt = ["fill"], gt = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
132
|
+
var kt = o(ht, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
133
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-notice`], width: "1em", height: "1em" }, e2.$attrs), gt, 16, wt);
|
|
134
134
|
}]]);
|
|
135
|
-
const
|
|
136
|
-
var
|
|
137
|
-
return
|
|
135
|
+
const Vt = { name: "IconNo", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, xt = ["fill"], vt = t.createElementVNode("g", { "clip-path": "url(#svg_7fa3b767c4__clip0_2215_736150)", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, [t.createElementVNode("path", { d: "M3.75745 3.75732L12.2427 12.2426M12.2427 3.75739L3.75745 12.2427" })], -1), Mt = { id: "svg_7fa3b767c4__clip0_2215_736150" }, Bt = ["fill"];
|
|
136
|
+
var Ht = o(Vt, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
137
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-no`], width: "1em", height: "1em" }, e2.$attrs), [vt, t.createElementVNode("defs", null, [t.createElementVNode("clipPath", Mt, [t.createElementVNode("path", { fill: r2.useCurrentColor ? "currentColor" : "#fff", d: "M0 0H16V16H0z" }, null, 8, Bt)])])], 16, xt);
|
|
138
138
|
}]]);
|
|
139
|
-
const
|
|
140
|
-
var
|
|
141
|
-
return
|
|
139
|
+
const Et = { name: "IconPackup", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, $t = ["fill"], Lt = [t.createElementVNode("path", { d: "M3 4H13M3 8.33337H13M3 12.6667H13M4.76775 10.219L3 8.33339 4.76775 6.44775", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
140
|
+
var yt = o(Et, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
141
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Packup`], width: "1em", height: "1em" }, e2.$attrs), Lt, 16, $t);
|
|
142
142
|
}]]);
|
|
143
|
-
const
|
|
144
|
-
var
|
|
145
|
-
return
|
|
143
|
+
const It = { name: "IconPicture", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Nt = ["fill"], zt = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
144
|
+
var St = o(It, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
145
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-picture`], width: "1em", height: "1em" }, e2.$attrs), zt, 16, Nt);
|
|
146
146
|
}]]);
|
|
147
|
-
const
|
|
148
|
-
var
|
|
149
|
-
return
|
|
147
|
+
const _t = { name: "IconPublish", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Pt = ["fill"], jt = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
148
|
+
var Zt = o(_t, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
149
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-publish`], width: "1em", height: "1em" }, e2.$attrs), jt, 16, Pt);
|
|
150
150
|
}]]);
|
|
151
|
-
const
|
|
152
|
-
var
|
|
153
|
-
return
|
|
151
|
+
const Qt = { name: "IconReflection", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, bt = ["fill"], qt = t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), At = ["fill"], Dt = ["fill"], Tt = t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1);
|
|
152
|
+
var Ft = o(Qt, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
153
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Reflection`], width: "1em", height: "1em" }, e2.$attrs), [qt, t.createElementVNode("path", { 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", fill: r2.useCurrentColor ? "currentColor" : "#434343" }, null, 8, At), t.createElementVNode("path", { 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", fill: r2.useCurrentColor ? "currentColor" : "#434343" }, null, 8, Dt), Tt], 16, bt);
|
|
154
154
|
}]]);
|
|
155
|
-
const
|
|
156
|
-
var
|
|
157
|
-
return
|
|
155
|
+
const Ot = { name: "IconPause", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Rt = ["fill"], Gt = [t.createElementVNode("circle", { cx: "8", cy: "8", r: "5", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M9.5 6V10M6.5 6V10", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
156
|
+
var Ut = o(Ot, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
157
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Pause`], width: "1em", height: "1em" }, e2.$attrs), Gt, 16, Rt);
|
|
158
158
|
}]]);
|
|
159
|
-
const
|
|
160
|
-
var
|
|
161
|
-
return
|
|
159
|
+
const Wt = { name: "IconLatesttime", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Jt = ["fill"], Kt = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
160
|
+
var Xt = o(Wt, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
161
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Latesttime`], width: "1em", height: "1em" }, e2.$attrs), Kt, 16, Jt);
|
|
162
162
|
}]]);
|
|
163
|
-
const
|
|
164
|
-
var
|
|
165
|
-
return
|
|
163
|
+
const Yt = { name: "IconPassword", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, eo = ["fill"], to = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343" }, null, -1)];
|
|
164
|
+
var oo = o(Yt, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
165
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-password`], width: "1em", height: "1em" }, e2.$attrs), to, 16, eo);
|
|
166
166
|
}]]);
|
|
167
|
-
const
|
|
168
|
-
var
|
|
169
|
-
return
|
|
167
|
+
const ro = { name: "IconEndtime", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, no = ["fill"], lo = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
168
|
+
var io = o(ro, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
169
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Endtime`], width: "1em", height: "1em" }, e2.$attrs), lo, 16, no);
|
|
170
170
|
}]]);
|
|
171
|
-
const
|
|
172
|
-
var
|
|
173
|
-
return
|
|
171
|
+
const so = { name: "IconGather", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, co = ["fill"], ao = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M9.41663 3V5.75H12.1666", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
172
|
+
var po = o(so, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
173
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-gather`], width: "1em", height: "1em" }, e2.$attrs), ao, 16, co);
|
|
174
174
|
}]]);
|
|
175
|
-
const
|
|
176
|
-
var
|
|
177
|
-
return
|
|
175
|
+
const Co = { name: "IconIndex", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, uo = ["fill"], mo = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
176
|
+
var fo = o(Co, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
177
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-index`], width: "1em", height: "1em" }, e2.$attrs), mo, 16, uo);
|
|
178
178
|
}]]);
|
|
179
|
-
const
|
|
180
|
-
var
|
|
181
|
-
return
|
|
179
|
+
const ho = { name: "IconRole", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, wo = ["fill"], go = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
180
|
+
var ko = o(ho, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
181
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-role`], width: "1em", height: "1em" }, e2.$attrs), go, 16, wo);
|
|
182
182
|
}]]);
|
|
183
|
-
const
|
|
184
|
-
var
|
|
185
|
-
return
|
|
183
|
+
const Vo = { name: "IconScheduling", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, xo = ["fill"], vo = [t.createElementVNode("path", { d: "M13 3L3 6.72061L8.26316 7.73903L9.58032 13L13 3Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M8.45459 7.54548L10.2728 5.72729", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
184
|
+
var Mo = o(Vo, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
185
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-scheduling`], width: "1em", height: "1em" }, e2.$attrs), vo, 16, xo);
|
|
186
186
|
}]]);
|
|
187
|
-
const
|
|
188
|
-
var
|
|
189
|
-
return
|
|
187
|
+
const Bo = { name: "IconResources", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ho = ["fill"], Eo = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M9 9H13M10.9999 10.9999H12.9999M9 12.9999H13", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
188
|
+
var $o = o(Bo, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
189
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-resources`], width: "1em", height: "1em" }, e2.$attrs), Eo, 16, Ho);
|
|
190
190
|
}]]);
|
|
191
|
-
const
|
|
192
|
-
var
|
|
193
|
-
return
|
|
191
|
+
const Lo = { name: "IconSettings", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, yo = ["fill"], Io = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
192
|
+
var No = o(Lo, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
193
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Settings`], width: "1em", height: "1em" }, e2.$attrs), Io, 16, yo);
|
|
194
194
|
}]]);
|
|
195
|
-
const
|
|
196
|
-
var
|
|
197
|
-
return
|
|
195
|
+
const zo = { name: "IconNotice2", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, So = ["fill"], _o = t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), Po = t.createElementVNode("path", { d: "M8 9.25004V5.08337", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), jo = ["fill"];
|
|
196
|
+
var Zo = o(zo, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
197
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-notice2`], width: "1em", height: "1em" }, e2.$attrs), [_o, Po, t.createElementVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", 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", fill: r2.useCurrentColor ? "currentColor" : "#434343" }, null, 8, jo)], 16, So);
|
|
198
198
|
}]]);
|
|
199
|
-
const
|
|
200
|
-
var
|
|
201
|
-
return
|
|
199
|
+
const Qo = { name: "IconUnfold", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, bo = ["fill"], qo = [t.createElementVNode("path", { d: "M4.5 10.5L6.66667 12.8333M9.33337 3.16663L11.5 5.49996M6.66663 2.83337V12.8334M9.33337 3.16663V13.1666", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
200
|
+
var Ao = o(Qo, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
201
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Unfold`], width: "1em", height: "1em" }, e2.$attrs), qo, 16, bo);
|
|
202
202
|
}]]);
|
|
203
|
-
const
|
|
204
|
-
var
|
|
205
|
-
return
|
|
203
|
+
const Do = { name: "IconZoomout", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, To = ["fill"], Fo = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
204
|
+
var Oo = o(Do, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
205
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Zoomout`], width: "1em", height: "1em" }, e2.$attrs), Fo, 16, To);
|
|
206
206
|
}]]);
|
|
207
|
-
const
|
|
208
|
-
var
|
|
209
|
-
return
|
|
207
|
+
const Ro = { name: "IconZoomin", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Go = ["fill"], Uo = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
208
|
+
var Wo = o(Ro, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
209
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Zoomin`], width: "1em", height: "1em" }, e2.$attrs), Uo, 16, Go);
|
|
210
210
|
}]]);
|
|
211
|
-
const
|
|
212
|
-
var
|
|
213
|
-
return
|
|
211
|
+
const Jo = { name: "IconTest", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ko = ["fill"], Xo = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M10.2222 3L9.11108 4.11111 10.2222 5.22221M11.8888 3L12.9999 4.11111 11.8888 5.22221M5.22217 13H10.7777", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
212
|
+
var Yo = o(Jo, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
213
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-test`], width: "1em", height: "1em" }, e2.$attrs), Xo, 16, Ko);
|
|
214
214
|
}]]);
|
|
215
|
-
const
|
|
216
|
-
var
|
|
217
|
-
return
|
|
215
|
+
const er = { name: "IconText", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, tr = ["fill"], or = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
216
|
+
var rr = o(er, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
217
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-text`], width: "1em", height: "1em" }, e2.$attrs), or, 16, tr);
|
|
218
218
|
}]]);
|
|
219
|
-
const
|
|
220
|
-
var
|
|
221
|
-
return
|
|
219
|
+
const nr = { name: "IconStats", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, lr = ["fill"], ir = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5" }, null, -1), t.createElementVNode("path", { d: "M3 8.55554H3.27778", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round" }, null, -1), t.createElementVNode("path", { d: "M13 12.7223L5.5 12.7223", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
220
|
+
var sr = o(nr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
221
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Stats`], width: "1em", height: "1em" }, e2.$attrs), ir, 16, lr);
|
|
222
222
|
}]]);
|
|
223
|
-
const
|
|
224
|
-
var
|
|
225
|
-
return
|
|
223
|
+
const cr = { name: "IconSwitch", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ar = ["fill"], pr = [t.createElementVNode("path", { d: "M12.0909 6.63635H3M9.36365 3L12.0909 6.63636M3 8.45459H13M3 8.45459L5.72727 12.091", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
224
|
+
var Cr = o(cr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
225
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Switch`], width: "1em", height: "1em" }, e2.$attrs), pr, 16, ar);
|
|
226
226
|
}]]);
|
|
227
|
-
const
|
|
228
|
-
var
|
|
229
|
-
return
|
|
227
|
+
const ur = { name: "IconTerminate", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, dr = ["fill"], mr = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
228
|
+
var fr = o(ur, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
229
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Terminate`], width: "1em", height: "1em" }, e2.$attrs), mr, 16, dr);
|
|
230
230
|
}]]);
|
|
231
|
-
const
|
|
232
|
-
var
|
|
233
|
-
return
|
|
231
|
+
const hr = { name: "IconSubjectarea", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, wr = ["fill"], gr = [t.createElementVNode("path", { d: "M7.50001 4.65002L11.35 6.85001V11.25L7.50001 13.45L3.65002 11.25V6.85001L7.50001 4.65002Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
232
|
+
var kr = o(hr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
233
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Subjectarea`], width: "1em", height: "1em" }, e2.$attrs), gr, 16, wr);
|
|
234
234
|
}]]);
|
|
235
|
-
const
|
|
236
|
-
var
|
|
237
|
-
return
|
|
235
|
+
const Vr = { name: "IconSubscribe", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, xr = ["fill"], vr = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M7.54541 5.72729V9.36366M5.72729 7.54541H9.36366", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
236
|
+
var Mr = o(Vr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
237
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Subscribe`], width: "1em", height: "1em" }, e2.$attrs), vr, 16, xr);
|
|
238
238
|
}]]);
|
|
239
|
-
const
|
|
240
|
-
var
|
|
241
|
-
return
|
|
239
|
+
const Br = { name: "IconInOperation", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Hr = ["fill"], Er = [t.createElementVNode("path", { d: "M7.03398 12.584C6.03398 12.584 4.33398 12.134 4.33398 10.334C4.33398 8.23398 6.43398 7.78398 7.03398 7.78398C7.33398 6.73398 7.93398 5.08398 10.334 5.08398C12.434 5.08398 13.334 6.28398 13.634 7.33398C13.634 7.33398 16.334 7.63398 16.334 10.184C16.334 11.984 14.834 12.584 13.634 12.584H9.73398", stroke: "#1269FF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M11.2341 11.084L9.73413 12.584L11.2341 14.084", stroke: "#1269FF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
240
|
+
var $r = o(Br, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
241
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 21 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-In_operation`], width: "1em", height: "1em" }, e2.$attrs), Er, 16, Hr);
|
|
242
242
|
}]]);
|
|
243
|
-
const
|
|
244
|
-
var
|
|
245
|
-
return
|
|
243
|
+
const Lr = { name: "IconSuccessful", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, yr = ["fill"], Ir = [t.createElementVNode("path", { d: "M10.667 16C12.3238 16 13.8238 15.3284 14.9096 14.2426C15.9954 13.1568 16.667 11.6568 16.667 10C16.667 8.34316 15.9954 6.84316 14.9096 5.75736C13.8238 4.67157 12.3238 4 10.667 4C9.01015 4 7.51015 4.67157 6.42435 5.75736C5.33857 6.84316 4.66699 8.34316 4.66699 10C4.66699 11.6568 5.33857 13.1568 6.42435 14.2426C7.51015 15.3284 9.01015 16 10.667 16Z", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M8.26758 9.99922L10.0676 11.7992L13.6676 8.19922", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
244
|
+
var Nr = o(Lr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
245
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 21 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Successful`], width: "1em", height: "1em" }, e2.$attrs), Ir, 16, yr);
|
|
246
246
|
}]]);
|
|
247
|
-
const
|
|
248
|
-
var
|
|
249
|
-
return
|
|
247
|
+
const zr = { name: "IconLivingExample", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Sr = ["fill"], _r = [t.createElementVNode("path", { d: "M15.401 5.89453H4.60098C4.26961 5.89453 4.00098 6.21056 4.00098 6.60041V15.7768C4.00098 16.1667 4.26961 16.4827 4.60098 16.4827H15.401C15.7323 16.4827 16.001 16.1667 16.001 15.7768V6.60041C16.001 6.21056 15.7323 5.89453 15.401 5.89453zM7.00098 4.48242V7.30594M10.301 10.4824H7.00098M13.001 13.3066H7.00098M13.001 4.48242V7.30594", stroke: "#F84031", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
248
|
+
var Pr = o(zr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
249
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Living_example`], width: "1em", height: "1em" }, e2.$attrs), _r, 16, Sr);
|
|
250
250
|
}]]);
|
|
251
|
-
const
|
|
252
|
-
var
|
|
253
|
-
return
|
|
251
|
+
const jr = { name: "IconOfflineWorkflow", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Zr = ["fill"], Qr = [t.createElementVNode("path", { d: "M15.3984 4.14844H5.39844C4.84615 4.14844 4.39844 4.59615 4.39844 5.14844V15.1484C4.39844 15.7007 4.84615 16.1484 5.39844 16.1484H15.3984C15.9507 16.1484 16.3984 15.7007 16.3984 15.1484V5.14844C16.3984 4.59615 15.9507 4.14844 15.3984 4.14844Z", stroke: "#717171", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M13.0648 11.4837L10.3981 14.1504 7.73145 11.4837M10.3984 8.8138V13.9805M7.73145 6.81445H13.0648", stroke: "#717171", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
252
|
+
var br = o(jr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
253
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 21 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Offline_workflow`], width: "1em", height: "1em" }, e2.$attrs), Qr, 16, Zr);
|
|
254
254
|
}]]);
|
|
255
|
-
const
|
|
256
|
-
var
|
|
257
|
-
return
|
|
255
|
+
const qr = { name: "IconOnlineWorkflow", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ar = ["fill"], Dr = [t.createElementVNode("path", { d: "M15.8984 4.14844H5.89844C5.34615 4.14844 4.89844 4.59615 4.89844 5.14844V15.1484C4.89844 15.7007 5.34615 16.1484 5.89844 16.1484H15.8984C16.4507 16.1484 16.8984 15.7007 16.8984 15.1484V5.14844C16.8984 4.59615 16.4507 4.14844 15.8984 4.14844Z", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M13.5648 11.4811L10.8981 8.81445 8.23145 11.4811M10.8984 14.1491V8.98242M8.23145 6.81445H13.5648", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
256
|
+
var Tr = o(qr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
257
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 21 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-Online_workflow`], width: "1em", height: "1em" }, e2.$attrs), Dr, 16, Ar);
|
|
258
258
|
}]]);
|
|
259
|
-
const
|
|
260
|
-
var
|
|
261
|
-
return
|
|
259
|
+
const Fr = { name: "IconSubmit", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Or = ["fill"], Rr = [t.createElementVNode("path", { d: "M13.375 16L15 16C15.5523 16 16 15.5523 16 15L16 5C16 4.44772 15.5523 4 15 4L5 4C4.4477 4 4 4.44772 4 5L4 15C4 15.5523 4.4477 16 5 16L6.4375 16M10 16L10 10", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M8 12L10 10L12 12", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
260
|
+
var Gr = o(Fr, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
261
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-submit`], width: "1em", height: "1em" }, e2.$attrs), Rr, 16, Or);
|
|
262
262
|
}]]);
|
|
263
|
-
const
|
|
264
|
-
var
|
|
265
|
-
return
|
|
263
|
+
const Ur = { name: "IconWorkflow", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Wr = ["fill"], Jr = t.createElementVNode("g", { "clip-path": "url(#svg_2e2e2d35a1__clip0_5625_45280)", stroke: "#52C41A", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, [t.createElementVNode("path", { d: "M8.09644 5H5.09644C4.82029 5 4.59644 5.22386 4.59644 5.5V8.5C4.59644 8.77615 4.82029 9 5.09644 9H8.09644C8.37259 9 8.59644 8.77615 8.59644 8.5V5.5C8.59644 5.22386 8.37259 5 8.09644 5zM8.09644 11H5.09644C4.82029 11 4.59644 11.2239 4.59644 11.5V14.5C4.59644 14.7761 4.82029 15 5.09644 15H8.09644C8.37259 15 8.59644 14.7761 8.59644 14.5V11.5C8.59644 11.2239 8.37259 11 8.09644 11zM14.0964 5H11.0964C10.8203 5 10.5964 5.22386 10.5964 5.5V8.5C10.5964 8.77615 10.8203 9 11.0964 9H14.0964C14.3726 9 14.5964 8.77615 14.5964 8.5V5.5C14.5964 5.22386 14.3726 5 14.0964 5zM10.5964 11H14.5964M12.5967 13H14.5967M10.5964 15H14.5964" })], -1), Kr = { id: "svg_2e2e2d35a1__clip0_5625_45280" }, Xr = ["fill"];
|
|
264
|
+
var Yr = o(Ur, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
265
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-workflow`], width: "1em", height: "1em" }, e2.$attrs), [Jr, t.createElementVNode("defs", null, [t.createElementVNode("clipPath", Kr, [t.createElementVNode("path", { fill: r2.useCurrentColor ? "currentColor" : "#fff", transform: "translate(3.597 4)", d: "M0 0H12V12H0z" }, null, 8, Xr)])])], 16, Wr);
|
|
266
266
|
}]]);
|
|
267
|
-
const
|
|
268
|
-
var
|
|
269
|
-
return
|
|
267
|
+
const en = { name: "IconJiaoben", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, tn = ["fill"], on = t.createElementVNode("path", { d: "M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), rn = t.createElementVNode("path", { d: "M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), nn = ["fill"];
|
|
268
|
+
var ln = o(en, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
269
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-jiaoben`], width: "1em", height: "1em" }, e2.$attrs), [on, rn, t.createElementVNode("path", { d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z", fill: r2.useCurrentColor ? "currentColor" : "#333" }, null, 8, nn)], 16, tn);
|
|
270
270
|
}]]);
|
|
271
|
-
const
|
|
272
|
-
var
|
|
273
|
-
return
|
|
271
|
+
const sn = { name: "IconGeshihua", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, cn = ["fill"], an = [t.createElementVNode("path", { d: "M10.9909 2.35132H2.66663V6.81078H10.9909V2.35132Z", stroke: "#434343", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M10.9984 4.43237H13.6666V9.21928L6.53149 10.1406V13.6486", stroke: "#434343", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
272
|
+
var pn = o(sn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
273
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-geshihua`], width: "1em", height: "1em" }, e2.$attrs), an, 16, cn);
|
|
274
274
|
}]]);
|
|
275
|
-
const
|
|
276
|
-
var
|
|
277
|
-
return
|
|
275
|
+
const Cn = { name: "IconQingkong", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, un = ["fill"], dn = [t.createElementVNode("path", { "clip-rule": "evenodd", d: "M6.66663 1.97131H9.33329V4.63799H14.3333V7.30466H1.66663V4.63799H6.66663V1.97131Z", stroke: "#434343", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M2.66663 13.3334H13.3333V7.33337H2.66663V13.3334zM5.33337 13.2992V11.3047M8 13.2992V11.2992M10.6666 13.2992V11.3047M4 13.3334H12", stroke: "#434343", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
276
|
+
var mn = o(Cn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
277
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-qingkong`], width: "1em", height: "1em" }, e2.$attrs), dn, 16, un);
|
|
278
278
|
}]]);
|
|
279
|
-
const
|
|
280
|
-
var
|
|
281
|
-
return
|
|
279
|
+
const fn = { name: "IconChaxun", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, hn = ["fill"], wn = [t.createElementVNode("path", { d: "M4.25 7.99995V2.94812L8.625 5.47404L13 7.99995L8.625 10.5259L4.25 13.0518V7.99995Z", stroke: "#52C41A", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
280
|
+
var gn = o(fn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
281
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-chaxun`], width: "1em", height: "1em" }, e2.$attrs), wn, 16, hn);
|
|
282
282
|
}]]);
|
|
283
|
-
const
|
|
284
|
-
var
|
|
285
|
-
return
|
|
283
|
+
const kn = { name: "IconConsole", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Vn = ["fill"], xn = t.createElementVNode("path", { d: "M13 3H3C2.44772 3 2 3.3731 2 3.83333V12.1667C2 12.6269 2.44772 13 3 13H13C13.5523 13 14 12.6269 14 12.1667V3.83333C14 3.3731 13.5523 3 13 3Z", stroke: "#434343", "stroke-width": "1.4", "stroke-linejoin": "round" }, null, -1), vn = ["fill"];
|
|
284
|
+
var Mn = o(kn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
285
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-console`], width: "1em", height: "1em" }, e2.$attrs), [xn, t.createElementVNode("path", { d: "M4.59922 10.0444C4.33918 10.0444 4.09459 10.002 3.86543 9.91716 3.6379 9.83234 3.44694 9.7006 3.29254 9.52193 3.2166 9.43404 3.15442 9.33372 3.106 9.22095 3.0159 9.0111 3.17198 8.79301 3.39481 8.74298V8.74298C3.65635 8.68426 3.87934 8.91062 4.0739 9.095 4.0775 9.09841 4.08114 9.10175 4.08484 9.10504 4.1986 9.2043 4.36275 9.25393 4.57728 9.25393 4.7268 9.25393 4.84219 9.23498 4.92345 9.19708 5.00471 9.15737 5.06078 9.10774 5.09166 9.04819 5.12417 8.98683 5.14042 8.92366 5.14042 8.85869 5.14042 8.73777 5.09329 8.64302 4.99902 8.57445 4.90639 8.50587 4.78693 8.45714 4.64066 8.42826L4.32862 8.366C4.1921 8.34073 4.05477 8.30464 3.91663 8.25772 3.78011 8.21079 3.65415 8.14492 3.53876 8.0601 3.425 7.97528 3.33317 7.86519 3.26329 7.72983 3.19503 7.59448 3.1609 7.42574 3.1609 7.22361 3.1609 6.96553 3.21941 6.74535 3.33642 6.56308 3.45506 6.3808 3.61921 6.24183 3.82886 6.14618 4.04014 6.04873 4.28311 6 4.55778 6 4.81131 6 5.04291 6.04241 5.25256 6.12723 5.46221 6.21025 5.63693 6.33387 5.77669 6.49811 5.83124 6.5615 5.87837 6.63066 5.91806 6.7056 6.0274 6.912 5.87146 7.14055 5.64396 7.19348L5.45079 7.23841C5.3036 7.27266 5.16569 7.16848 5.09654 7.03411V7.03411C5.05916 6.95831 5.00146 6.89875 4.92345 6.85544 4.84707 6.81213 4.74143 6.79047 4.60653 6.79047 4.48139 6.79047 4.38063 6.80852 4.30424 6.84461 4.22948 6.88071 4.17504 6.92673 4.14091 6.98267 4.10678 7.03862 4.08971 7.09818 4.08971 7.16134 4.08971 7.28045 4.14822 7.36979 4.26524 7.42934 4.38225 7.4871 4.53259 7.53402 4.71624 7.57011L5.03803 7.63779C5.20868 7.67028 5.37364 7.72893 5.53291 7.81375 5.69381 7.89857 5.82545 8.01949 5.92784 8.1765 6.03023 8.33351 6.08142 8.53925 6.08142 8.79372 6.08142 9.06623 6.01723 9.29543 5.88883 9.48132 5.76044 9.66721 5.58492 9.80798 5.36226 9.90363 5.13961 9.99747 4.88526 10.0444 4.59922 10.0444zM8.49732 11C8.26329 11 8.08857 10.9413 7.97318 10.824 7.85942 10.7067 7.80254 10.5326 7.80254 10.3016V10.1916C7.80254 9.96679 7.98481 9.78452 8.20965 9.78452H8.23236C8.44467 9.78452 8.61677 9.95662 8.61677 10.1689V10.1689C8.61677 10.2303 8.62409 10.2709 8.63871 10.2907 8.65497 10.3106 8.68828 10.3205 8.73866 10.3205H8.80117C8.9888 10.3205 9.14091 10.4726 9.14091 10.6603V10.6603C9.14091 10.8479 8.9888 11 8.80117 11H8.49732zM8.21453 10.0444C7.85048 10.0444 7.536 9.96318 7.27109 9.80076 7.00618 9.63653 6.80221 9.40282 6.65919 9.09962 6.51617 8.79643 6.44466 8.43729 6.44466 8.0222 6.44466 7.60531 6.51617 7.24616 6.65919 6.94478 6.80221 6.64339 7.00618 6.41058 7.27109 6.24635 7.536 6.08212 7.85048 6 8.21453 6 8.57858 6 8.89306 6.08212 9.15797 6.24635 9.42288 6.41058 9.62685 6.64339 9.76987 6.94478 9.91289 7.24616 9.9844 7.60531 9.9844 8.0222 9.9844 8.43729 9.91289 8.79643 9.76987 9.09962 9.62685 9.40282 9.42288 9.63653 9.15797 9.80076 8.89306 9.96318 8.57858 10.0444 8.21453 10.0444zM8.21209 9.21332C8.39412 9.21332 8.54851 9.1664 8.67528 9.07255 8.80205 8.9787 8.89875 8.84335 8.96538 8.66649 9.03202 8.48782 9.06533 8.27306 9.06533 8.0222 9.06533 7.76954 9.03202 7.55477 8.96538 7.37791 8.89875 7.20105 8.80205 7.06569 8.67528 6.97185 8.54851 6.878 8.39412 6.83108 8.21209 6.83108 8.03332 6.83108 7.88055 6.878 7.75378 6.97185 7.62701 7.06569 7.5295 7.20105 7.46124 7.37791 7.3946 7.55477 7.36129 7.76954 7.36129 8.0222 7.36129 8.27306 7.3946 8.48782 7.46124 8.66649 7.5295 8.84335 7.62701 8.9787 7.75378 9.07255 7.88055 9.1664 8.03332 9.21332 8.21209 9.21332zM10.9549 9.9713C10.6788 9.9713 10.4549 9.74745 10.4549 9.4713V6.51312C10.4549 6.2701 10.6519 6.07309 10.8949 6.07309V6.07309C11.138 6.07309 11.335 6.2701 11.335 6.51312V9.14023H12.5845C12.814 9.14023 13 9.32627 13 9.55577V9.55577C13 9.78526 12.814 9.9713 12.5845 9.9713H10.9549z", fill: r2.useCurrentColor ? "currentColor" : "#434343" }, null, 8, vn)], 16, Vn);
|
|
286
286
|
}]]);
|
|
287
|
-
const
|
|
288
|
-
var
|
|
289
|
-
return
|
|
287
|
+
const Bn = { name: "IconLog", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Hn = ["fill"], En = [t.createElementVNode("path", { 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", stroke: "#434343", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001", stroke: "#434343", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
288
|
+
var $n = o(Bn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
289
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-log`], width: "1em", height: "1em" }, e2.$attrs), En, 16, Hn);
|
|
290
290
|
}]]);
|
|
291
|
-
const
|
|
292
|
-
var
|
|
293
|
-
return
|
|
291
|
+
const Ln = { name: "IconBind", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, yn = ["fill"], In = t.createElementVNode("g", { "clip-path": "url(#svg_f4f12c7a2c__svg_f4f12c7a2c__clip0_6461_243190)", stroke: "#434343", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, [t.createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })], -1), Nn = { id: "svg_f4f12c7a2c__svg_f4f12c7a2c__clip0_6461_243190" }, zn = ["fill"];
|
|
292
|
+
var Sn = o(Ln, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
293
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-bind`], width: "1em", height: "1em" }, e2.$attrs), [In, t.createElementVNode("defs", null, [t.createElementVNode("clipPath", Nn, [t.createElementVNode("path", { fill: r2.useCurrentColor ? "currentColor" : "#fff", transform: "translate(2 2)", d: "M0 0H12V12H0z" }, null, 8, zn)])])], 16, yn);
|
|
294
294
|
}]]);
|
|
295
|
-
const
|
|
296
|
-
var
|
|
297
|
-
return
|
|
295
|
+
const _n = { name: "IconXukez", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Pn = ["fill"], jn = [t.createElementVNode("path", { d: "M9.75 13.5H2.25C1.83579 13.5 1.5 13.1642 1.5 12.75V3C1.5 2.58579 1.83579 2.25 2.25 2.25H15.75C16.1642 2.25 16.5 2.58579 16.5 3V12.75C16.5 13.1642 16.1642 13.5 15.75 13.5H12.75M4.5 5.25H13.5M4.5 7.875H6.75M4.5 10.5H6", stroke: "#000", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1), t.createElementVNode("path", { d: "M11.25 12.375C12.4926 12.375 13.5 11.3676 13.5 10.125C13.5 8.88236 12.4926 7.875 11.25 7.875C10.0074 7.875 9 8.88236 9 10.125C9 11.3676 10.0074 12.375 11.25 12.375Z", stroke: "#000", "stroke-width": "1.5" }, null, -1), t.createElementVNode("path", { d: "M11.25 15L12.75 15.75V11.8021C12.75 11.8021 12.3223 12.375 11.25 12.375C10.1777 12.375 9.75 11.8125 9.75 11.8125V15.75L11.25 15Z", stroke: "#000", "stroke-width": "1.5", "stroke-linejoin": "round" }, null, -1)];
|
|
296
|
+
var Zn = o(_n, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
297
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 18 18", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-xukez`], width: "1em", height: "1em" }, e2.$attrs), jn, 16, Pn);
|
|
298
298
|
}]]);
|
|
299
|
-
const
|
|
300
|
-
var
|
|
301
|
-
return
|
|
299
|
+
const Qn = { name: "IconFullScreen", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, bn = [t.createElementVNode("path", { d: "M19.5 7.5V4.5H16.5C15.6716 4.5 15 3.82843 15 3 15 2.17157 15.6716 1.5 16.5 1.5H21C21.8284 1.5 22.5 2.17157 22.5 3V7.5C22.5 8.32843 21.8284 9 21 9 20.1716 9 19.5 8.32843 19.5 7.5zM19.5 16.5C19.5 15.6716 20.1716 15 21 15 21.8284 15 22.5 15.6716 22.5 16.5V21C22.5 21.8284 21.8284 22.5 21 22.5H16.5C15.6716 22.5 15 21.8284 15 21 15 20.1716 15.6716 19.5 16.5 19.5H19.5V16.5zM1.5 16.5C1.5 15.6716 2.17157 15 3 15 3.82843 15 4.5 15.6716 4.5 16.5V19.5H7.5C8.32843 19.5 9 20.1716 9 21 9 21.8284 8.32843 22.5 7.5 22.5H3C2.17157 22.5 1.5 21.8284 1.5 21V16.5zM1.5 7.5V3C1.5 2.17157 2.17157 1.5 3 1.5H7.5C8.32843 1.5 9 2.17157 9 3 9 3.82843 8.32843 4.5 7.5 4.5H4.5V7.5C4.5 8.32843 3.82843 9 3 9 2.17157 9 1.5 8.32843 1.5 7.5z" }, null, -1)];
|
|
300
|
+
var qn = o(Qn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
301
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-full_screen`], width: "1em", height: "1em" }, e2.$attrs), bn, 16);
|
|
302
302
|
}]]);
|
|
303
|
-
const
|
|
304
|
-
var Tn =
|
|
305
|
-
return
|
|
303
|
+
const An = { name: "IconOffScreen", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Dn = [t.createElementVNode("path", { d: "M15 3C15 2.17157 15.6716 1.5 16.5 1.5 17.3284 1.5 18 2.17157 18 3V6H21C21.8284 6 22.5 6.67157 22.5 7.5 22.5 8.32843 21.8284 9 21 9H16.5C15.6716 9 15 8.32843 15 7.5V3zM6 3C6 2.17157 6.67157 1.5 7.5 1.5 8.32843 1.5 9 2.17157 9 3V7.5C9 8.32843 8.32843 9 7.5 9H3C2.17157 9 1.5 8.32843 1.5 7.5 1.5 6.67157 2.17157 6 3 6H6V3zM6 21V18H3C2.17157 18 1.5 17.3284 1.5 16.5 1.5 15.6716 2.17157 15 3 15H7.5C8.32843 15 9 15.6716 9 16.5V21C9 21.8284 8.32843 22.5 7.5 22.5 6.67157 22.5 6 21.8284 6 21zM15 21V16.5C15 15.6716 15.6716 15 16.5 15H20.9502C21.7784 15.0002 22.4502 15.6717 22.4502 16.5 22.4502 17.3283 21.7784 17.9998 20.9502 18H18V21C18 21.8284 17.3284 22.5 16.5 22.5 15.6716 22.5 15 21.8284 15 21z" }, null, -1)];
|
|
304
|
+
var Tn = o(An, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
305
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-off_screen`], width: "1em", height: "1em" }, e2.$attrs), Dn, 16);
|
|
306
306
|
}]]);
|
|
307
|
-
const Fn = { name: "
|
|
308
|
-
var
|
|
309
|
-
return
|
|
307
|
+
const Fn = { name: "IconEncoder", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, On = ["fill"], Rn = [t.createElementVNode("path", { d: "M9.1237 5.625H6.20703C5.72378 5.625 5.33203 6.01674 5.33203 6.5V12.625H14.6654V10.5833M4.16797 12.625H15.8346V13.2083C15.8346 14.1748 15.0511 14.9583 14.0846 14.9583H5.91797C4.95147 14.9583 4.16797 14.1748 4.16797 13.2083V12.625zM13.207 7.9585C13.6903 7.9585 14.082 7.56675 14.082 7.0835 14.082 6.60025 13.6903 6.2085 13.207 6.2085 12.7238 6.2085 12.332 6.60025 12.332 7.0835 12.332 7.56675 12.7238 7.9585 13.207 7.9585zM13.207 9.12516V7.9585M13.207 6.20817V5.0415M11.4414 8.10433L12.4518 7.521M13.9688 6.64583L14.9791 6.0625M11.4414 6.0625L12.4518 6.64583M13.9688 7.521L14.9791 8.10433", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
308
|
+
var Gn = o(Fn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
309
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 20 20", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-encoder`], width: "1em", height: "1em" }, e2.$attrs), Rn, 16, On);
|
|
310
310
|
}]]);
|
|
311
|
-
const
|
|
312
|
-
var
|
|
313
|
-
return
|
|
311
|
+
const Un = { name: "IconFilter", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Wn = ["fill"], Jn = [t.createElementVNode("path", { d: "M0 1L4.8 6.60593V10.8148L7.2 12V6.60593L12 1H0Z", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
312
|
+
var Kn = o(Un, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
313
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 12 12", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-filter`], width: "1em", height: "1em" }, e2.$attrs), Jn, 16, Wn);
|
|
314
314
|
}]]);
|
|
315
|
-
const
|
|
316
|
-
var
|
|
317
|
-
return
|
|
315
|
+
const Xn = { name: "IconEdit1", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Yn = ["fill"], el = [t.createElementVNode("path", { d: "M12.6667 10.625V13.25C12.6667 13.5722 12.4055 13.8333 12.0833 13.8333H10.1875M12.6667 5.66663V2.74996C12.6667 2.42779 12.4055 2.16663 12.0834 2.16663H3.91671C3.59454 2.16663 3.33337 2.42779 3.33337 2.74996V13.25C3.33337 13.5721 3.59454 13.8333 3.91671 13.8333H5.66671M5.66663 5.66663H9.74996M7.70837 13.8334L12.6667 7.70837M5.66663 8H7.99996", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
316
|
+
var tl = o(Xn, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
317
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-edit1`], width: "1em", height: "1em" }, e2.$attrs), el, 16, Yn);
|
|
318
318
|
}]]);
|
|
319
|
-
const ol = { name: "
|
|
320
|
-
var
|
|
321
|
-
return
|
|
319
|
+
const ol = { name: "IconUp", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, rl = ["fill"], nl = [t.createElementVNode("path", { d: "M8.16675 12.5512L8.16675 4.0127M5.16675 7.013L8.16675 3.78223 11.1667 7.013", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
320
|
+
var ll = o(ol, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
321
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-up`], width: "1em", height: "1em" }, e2.$attrs), nl, 16, rl);
|
|
322
322
|
}]]);
|
|
323
|
-
const
|
|
324
|
-
var
|
|
325
|
-
return
|
|
323
|
+
const il = { name: "IconDowm", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, sl = ["fill"], cl = [t.createElementVNode("path", { d: "M8.16479 12.5543L8.1648 3.77832M5.16504 9.32129L8.16504 12.5545 11.165 9.32129", stroke: "#434343", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
324
|
+
var al = o(il, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
325
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", fill: r2.useCurrentColor ? "currentColor" : "none", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-dowm`], width: "1em", height: "1em" }, e2.$attrs), cl, 16, sl);
|
|
326
326
|
}]]);
|
|
327
|
-
const
|
|
328
|
-
var
|
|
329
|
-
return
|
|
327
|
+
const pl = { name: "IconTbrz", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Cl = [t.createElementVNode("path", { d: "M3.25 12.4824V4.51758C3.25 3.31918 4.16458 2.25 5.4082 2.25H9.80762C10.0162 2.25 10.2155 2.33731 10.3574 2.49023L13.3496 5.71387C13.4783 5.85257 13.5498 6.03538 13.5498 6.22461V12.4824C13.5498 13.6808 12.6352 14.75 11.3916 14.75H5.4082C4.16458 14.75 3.25 13.6808 3.25 12.4824ZM4.75 12.4824C4.75 12.9599 5.09659 13.25 5.4082 13.25H11.3916C11.7032 13.25 12.0498 12.9599 12.0498 12.4824V6.51855L9.48047 3.75H5.4082C5.09659 3.75 4.75 4.04008 4.75 4.51758V12.4824Z" }, null, -1), t.createElementVNode("path", { d: "M8.75 3C8.75 2.58579 9.08579 2.25 9.5 2.25 9.91421 2.25 10.25 2.58579 10.25 3V5.5498H12.7998C13.214 5.5498 13.5497 5.88568 13.5498 6.2998 13.5498 6.71402 13.214 7.0498 12.7998 7.0498H9.5C9.08579 7.0498 8.75 6.71402 8.75 6.2998V3zM9.5 9.95007C9.91421 9.95007 10.25 10.2859 10.25 10.7001 10.25 11.1143 9.91421 11.4501 9.5 11.4501H6.2002C5.78598 11.4501 5.4502 11.1143 5.4502 10.7001 5.4502 10.2859 5.78598 9.95007 6.2002 9.95007H9.5zM9.5 7.75C9.91421 7.75 10.25 8.08579 10.25 8.5 10.25 8.91421 9.91421 9.25 9.5 9.25H6.2002C5.78598 9.25 5.4502 8.91421 5.4502 8.5 5.4502 8.08579 5.78598 7.75 6.2002 7.75H9.5z" }, null, -1)];
|
|
328
|
+
var ul = o(pl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
329
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-tbrz`], width: "1em", height: "1em" }, e2.$attrs), Cl, 16);
|
|
330
330
|
}]]);
|
|
331
|
-
const
|
|
332
|
-
var
|
|
333
|
-
return
|
|
331
|
+
const dl = { name: "IconTbjk", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ml = [t.createElementVNode("path", { d: "M12.25 4.37891C12.2498 4.03167 11.9683 3.75022 11.6211 3.75H4.37891C4.03167 3.75022 3.75022 4.03167 3.75 4.37891V9.55176C3.75002 9.89917 4.03154 10.1804 4.37891 10.1807H11.6211C11.9685 10.1804 12.25 9.89917 12.25 9.55176V4.37891ZM5.00879 8.17285V5.75879C5.00879 5.34458 5.34458 5.00879 5.75879 5.00879C6.17293 5.00888 6.50879 5.34463 6.50879 5.75879V8.17285C6.50855 8.58681 6.17278 8.92276 5.75879 8.92285C5.34472 8.92285 5.00903 8.58686 5.00879 8.17285ZM7.25 8.17285V6.44824C7.25002 6.03404 7.5858 5.69824 8 5.69824C8.4142 5.69824 8.74998 6.03404 8.75 6.44824V8.17285C8.74976 8.58686 8.41407 8.92285 8 8.92285C7.58593 8.92285 7.25024 8.58686 7.25 8.17285ZM9.49121 8.17285V7.1377C9.49134 6.72365 9.82715 6.38779 10.2412 6.3877C10.6553 6.3877 10.9911 6.72359 10.9912 7.1377V8.17285C10.991 8.58686 10.6553 8.92285 10.2412 8.92285C9.82722 8.92276 9.49145 8.58681 9.49121 8.17285ZM13.75 9.55176C13.75 10.7276 12.7969 11.6804 11.6211 11.6807H10.3408L10.8896 12.6221C11.0982 12.9798 10.9768 13.4388 10.6191 13.6475C10.2614 13.8562 9.80249 13.7356 9.59375 13.3779L8.60352 11.6807H7.39648L6.40625 13.3779C6.19751 13.7356 5.73861 13.8562 5.38086 13.6475C5.02317 13.4388 4.90179 12.9798 5.11035 12.6221L5.65918 11.6807H4.37891C3.20312 11.6804 2.25002 10.7276 2.25 9.55176V4.37891C2.25022 3.20324 3.20324 2.25022 4.37891 2.25H11.6211C12.7968 2.25022 13.7498 3.20324 13.75 4.37891V9.55176Z" }, null, -1)];
|
|
332
|
+
var fl = o(dl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
333
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-tbjk`], width: "1em", height: "1em" }, e2.$attrs), ml, 16);
|
|
334
334
|
}]]);
|
|
335
|
-
const
|
|
336
|
-
var
|
|
337
|
-
return
|
|
335
|
+
const hl = { name: "IconTbjg", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, wl = [t.createElementVNode("path", { d: "M12.25 9.59998C12.25 8.49542 11.3546 7.59998 10.25 7.59998C9.65911 7.59998 9.12892 7.85533 8.76172 8.26404C8.44312 8.61871 8.25 9.08597 8.25 9.59998C8.25 9.7166 8.25947 9.83056 8.27832 9.9408C8.38083 10.5397 8.75222 11.05 9.26562 11.3412C9.55559 11.5056 9.89061 11.6 10.25 11.6C11.3546 11.6 12.25 10.7045 12.25 9.59998ZM13.75 9.59998C13.75 11.533 12.183 13.1 10.25 13.1C9.62445 13.1 9.03509 12.9349 8.52539 12.6459C7.63107 12.1386 6.98023 11.2481 6.7998 10.1937C6.76674 10.0004 6.75 9.80175 6.75 9.59998C6.75 8.70187 7.08937 7.88132 7.64551 7.26208C8.28518 6.54997 9.21565 6.09998 10.25 6.09998C12.183 6.09998 13.75 7.66699 13.75 9.59998Z" }, null, -1), t.createElementVNode("path", { d: "M11 6.5752C10.9999 7.15789 10.5374 7.56183 10.0498 7.61035C9.54123 7.66077 9.08721 7.9015 8.76172 8.26367C8.4432 8.61826 8.2501 9.08576 8.25 9.59961C8.25 9.71615 8.2595 9.83027 8.27832 9.94043C8.37494 10.5052 8.33894 11.2022 8.12207 11.793C7.90976 12.3712 7.42234 13.0678 6.51562 13.0947C6.38699 13.0985 6.25639 13.0996 6.125 13.0996C4.92773 13.0996 3.81237 12.9397 2.9707 12.6592C2.55404 12.5203 2.16293 12.3379 1.86035 12.0996C1.56614 11.8677 1.25 11.4928 1.25 10.9746V4.375C1.25 3.96079 1.58579 3.625 2 3.625C2.41421 3.625 2.75 3.96079 2.75 4.375V10.8848C2.75984 10.894 2.77098 10.9074 2.78809 10.9209C2.90287 11.0114 3.11584 11.1255 3.44531 11.2354C4.0966 11.4524 5.04409 11.5996 6.125 11.5996C6.2416 11.5996 6.35691 11.5981 6.4707 11.5947C6.48041 11.5944 6.59355 11.6039 6.71387 11.2764C6.82963 10.9611 6.85783 10.5325 6.7998 10.1934C6.76676 10 6.75 9.80132 6.75 9.59961C6.7501 8.70156 7.08933 7.88089 7.64551 7.26172C8.12571 6.72714 8.77009 6.34117 9.5 6.18164V4.375C9.5 3.96079 9.83579 3.625 10.25 3.625C10.6642 3.625 11 3.96079 11 4.375V6.5752Z" }, null, -1), t.createElementVNode("path", { d: "M6.125 2.25C7.32227 2.25 8.43763 2.41085 9.2793 2.69141 9.69602 2.83034 10.0871 3.01256 10.3896 3.25098 10.6839 3.48285 11 3.85685 11 4.375 11 4.89315 10.6839 5.26716 10.3896 5.49902 10.0871 5.73744 9.69602 5.91966 9.2793 6.05859 8.43763 6.33915 7.32227 6.5 6.125 6.5 4.92773 6.5 3.81237 6.33915 2.9707 6.05859 2.55398 5.91966 2.16292 5.73744 1.86035 5.49902 1.56614 5.26716 1.25 4.89315 1.25 4.375 1.25 3.85685 1.56614 3.48285 1.86035 3.25098 2.16292 3.01256 2.55398 2.83034 2.9707 2.69141 3.81237 2.41085 4.92773 2.25 6.125 2.25zM6.125 3.75C5.04409 3.75 4.0966 3.89716 3.44531 4.11426 3.17969 4.2028 2.99087 4.29549 2.86719 4.375 2.99088 4.45451 3.17969 4.5472 3.44531 4.63574 4.0966 4.85284 5.04409 5 6.125 5 7.20591 5 8.1534 4.85284 8.80469 4.63574 9.06981 4.54736 9.25813 4.4544 9.38184 4.375 9.25813 4.2956 9.06981 4.20264 8.80469 4.11426 8.1534 3.89716 7.20591 3.75 6.125 3.75zM2 8.02502C2.38171 8.02502 2.69509 8.31041 2.74219 8.67932 2.75256 8.6895 2.76656 8.70435 2.78809 8.72131 2.90288 8.81178 3.11577 8.92592 3.44531 9.03577 4.0966 9.25286 5.04409 9.40002 6.125 9.40002 6.5929 9.40002 7.03932 9.37275 7.44922 9.32288 7.86021 9.27302 8.23404 9.56524 8.28418 9.9762 8.33421 10.3874 8.04106 10.7611 7.62988 10.8112 7.15746 10.8686 6.65089 10.9 6.125 10.9 4.92773 10.9 3.81237 10.7392 2.9707 10.4586 2.55398 10.3197 2.16292 10.1375 1.86035 9.89905 1.56614 9.66718 1.25 9.29317 1.25 8.77502 1.25 8.36081 1.58579 8.02502 2 8.02502z" }, null, -1), t.createElementVNode("path", { d: "M2 5.82507C2.38171 5.82507 2.69509 6.11046 2.74219 6.47937 2.75256 6.48955 2.76656 6.50439 2.78809 6.52136 2.90288 6.61183 3.11577 6.72596 3.44531 6.83582 4.0966 7.05291 5.04409 7.20007 6.125 7.20007 6.83994 7.20007 7.50219 7.136 8.06055 7.02722 8.46701 6.9482 8.86026 7.21352 8.93945 7.62 9.01846 8.02645 8.75314 8.41972 8.34668 8.4989 7.68437 8.62791 6.92592 8.70007 6.125 8.70007 4.92773 8.70007 3.81237 8.53922 2.9707 8.25867 2.55398 8.11973 2.16292 7.93751 1.86035 7.6991 1.56614 7.46723 1.25 7.09322 1.25 6.57507 1.25 6.16086 1.58579 5.82507 2 5.82507zM9.99512 7.96969C10.288 7.677 10.7628 7.67687 11.0557 7.96969L12.1553 9.0693C12.2958 9.20986 12.3749 9.40081 12.375 9.59958 12.375 9.7984 12.2958 9.98922 12.1553 10.1299L11.0557 11.2304C10.7629 11.5232 10.288 11.523 9.99512 11.2304 9.75616 10.9915 9.71526 10.6331 9.86621 10.3496H8.875C8.46079 10.3496 8.125 10.0138 8.125 9.59958 8.12521 9.18554 8.46092 8.84958 8.875 8.84958H9.86523C9.71493 8.56617 9.75645 8.20837 9.99512 7.96969z" }, null, -1)];
|
|
336
|
+
var gl = o(hl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
337
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-tbjg`], width: "1em", height: "1em" }, e2.$attrs), wl, 16);
|
|
338
338
|
}]]);
|
|
339
|
-
const
|
|
340
|
-
var
|
|
341
|
-
return
|
|
339
|
+
const kl = { name: "IconZxsj", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Vl = [t.createElementVNode("g", { "clip-path": "url(#svg_693c5fc328__clip0_8364_42966)" }, [t.createElementVNode("path", { d: "M8 1.30078C4.30012 1.30078 1.30078 4.30012 1.30078 8C1.30078 11.6999 4.30012 14.6992 8 14.6992C11.6999 14.6992 14.6992 11.6999 14.6992 8C14.6992 4.30012 11.6999 1.30078 8 1.30078ZM10.2724 8.59186H10.2721L6.98131 10.7858C6.87415 10.8574 6.74955 10.8985 6.62083 10.9047C6.49212 10.9109 6.36413 10.8821 6.25055 10.8212C6.13696 10.7603 6.04206 10.6698 5.976 10.5591C5.90994 10.4485 5.87521 10.322 5.87553 10.1931V5.80717C5.87518 5.67829 5.90988 5.55173 5.97591 5.44105C6.04195 5.33037 6.13683 5.23972 6.25041 5.17881C6.36399 5.11788 6.492 5.08898 6.62075 5.09519C6.74949 5.1014 6.87412 5.1425 6.98131 5.21408L10.2724 7.40814C10.3699 7.47306 10.4499 7.56105 10.5052 7.6643C10.5605 7.76755 10.5894 7.88287 10.5895 8C10.5894 8.11713 10.5604 8.23243 10.5051 8.33568C10.4498 8.43893 10.3699 8.52692 10.2724 8.59186Z" })], -1), t.createElementVNode("defs", null, [t.createElementVNode("clipPath", { id: "svg_693c5fc328__clip0_8364_42966" }, [t.createElementVNode("path", { transform: "translate(1 1)", d: "M0 0H14V14H0z" })])], -1)];
|
|
340
|
+
var xl = o(kl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
341
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-zxsj`], width: "1em", height: "1em" }, e2.$attrs), Vl, 16);
|
|
342
342
|
}]]);
|
|
343
|
-
const
|
|
344
|
-
var
|
|
345
|
-
return
|
|
343
|
+
const vl = { name: "IconZdsj", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ml = [t.createElementVNode("path", { d: "M6.89473 13.3304C7.63969 13.3329 8.37701 13.1801 9.05957 12.8816C8.50978 12.2489 8.2052 11.44 8.20115 10.6018C8.20115 8.66172 9.79641 7.06719 11.7306 7.06719C11.9723 7.06719 12.2081 7.09077 12.4328 7.14235C12.1278 4.3733 9.73304 2.17456 6.88883 2.17456C3.83831 2.17456 1.31683 4.70193 1.31683 7.75246C1.31683 10.803 3.8442 13.3304 6.89473 13.3304ZM4.0741 8.36846C4.0221 8.36866 3.97058 8.35846 3.92258 8.33846C3.87458 8.31845 3.83107 8.28904 3.79461 8.25197C3.75815 8.21489 3.72948 8.17089 3.71028 8.12256C3.69108 8.07423 3.68175 8.02255 3.68283 7.97056C3.68283 7.75246 3.85525 7.58003 4.07336 7.58003H6.49757V4.33277C6.49757 4.11467 6.66999 3.94224 6.88883 3.94224C7.11357 3.94224 7.28673 4.11467 7.28673 4.33277V7.9713C7.28763 8.02376 7.27795 8.07587 7.25826 8.12451C7.23857 8.17316 7.20929 8.21733 7.17215 8.2544C7.13501 8.29147 7.09078 8.32068 7.0421 8.34027C6.99342 8.35987 6.9413 8.36945 6.88883 8.36846H4.0741ZM11.7358 13.3827C13.2441 13.3827 14.5107 12.1219 14.5107 10.6018C14.5107 9.07656 13.2559 7.82172 11.7358 7.82172C10.9995 7.82521 10.2944 8.11923 9.7738 8.63985C9.25319 9.16046 8.95916 9.86557 8.95568 10.6018C8.95897 11.3382 9.25291 12.0435 9.77354 12.5643C10.2942 13.0851 10.9994 13.3792 11.7358 13.3827ZM11.4079 12.2369C11.3548 12.2378 11.302 12.2281 11.2526 12.2083C11.2033 12.1886 11.1584 12.1592 11.1205 12.1219L10.0838 10.982C10.0337 10.9138 10.0075 10.8309 10.0094 10.7462C10.0079 10.6995 10.0159 10.6529 10.0329 10.6093C10.0499 10.5657 10.0756 10.526 10.1083 10.4926C10.1411 10.4592 10.1803 10.4328 10.2236 10.4149C10.2669 10.3971 10.3133 10.3883 10.3601 10.3889C10.4809 10.3889 10.5738 10.4405 10.6305 10.5097L11.3909 11.3276L12.8064 9.35877C12.8413 9.31031 12.8872 9.27091 12.9404 9.24386C12.9936 9.21681 13.0525 9.2029 13.1122 9.2033C13.1586 9.20291 13.2047 9.21167 13.2478 9.22909C13.2908 9.24651 13.33 9.27223 13.3632 9.3048C13.3963 9.33737 13.4227 9.37614 13.4408 9.41891C13.4589 9.46167 13.4684 9.50759 13.4688 9.55404C13.4688 9.6174 13.4394 9.69846 13.3878 9.76772L11.7011 12.1042C11.6657 12.1473 11.6208 12.1817 11.5699 12.2047C11.5191 12.2277 11.4637 12.2387 11.4079 12.2369Z" }, null, -1)];
|
|
344
|
+
var Bl = o(vl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
345
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-zdsj`], width: "1em", height: "1em" }, e2.$attrs), Ml, 16);
|
|
346
346
|
}]]);
|
|
347
|
-
const
|
|
348
|
-
var
|
|
349
|
-
return
|
|
347
|
+
const Hl = { name: "IconArrowDownQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, El = [t.createElementVNode("path", { d: "M10.7004 6.23926C10.9823 5.93584 11.4575 5.91838 11.761 6.2002C12.0644 6.48207 12.0819 6.95725 11.8001 7.26075L8.55006 10.7607C8.40815 10.9135 8.20875 11 8.00025 11C7.79175 11 7.59235 10.9135 7.45045 10.7607L4.20045 7.26075C3.91863 6.95725 3.93608 6.48207 4.23951 6.2002C4.543 5.91838 5.01819 5.93584 5.30006 6.23926L8.00025 9.14649L10.7004 6.23926Z" }, null, -1)];
|
|
348
|
+
var $l = o(Hl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
349
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-arrow_down_qs`], width: "1em", height: "1em" }, e2.$attrs), El, 16);
|
|
350
350
|
}]]);
|
|
351
|
-
const
|
|
352
|
-
var
|
|
353
|
-
return
|
|
351
|
+
const Ll = { name: "IconDeleteCircleQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, yl = [t.createElementVNode("path", { d: "M13.25 8C13.25 6.49609 12.6188 5.14069 11.6045 4.18262C10.6635 3.2938 9.3959 2.75 8 2.75C5.10053 2.75 2.75 5.10053 2.75 8C2.75 10.8995 5.10053 13.25 8 13.25C10.8995 13.25 13.25 10.8995 13.25 8ZM14.75 8C14.75 11.7279 11.7279 14.75 8 14.75C4.27211 14.75 1.25 11.7279 1.25 8C1.25 4.27211 4.27211 1.25 8 1.25C9.79374 1.25 11.4255 1.95067 12.6338 3.0918C13.9357 4.32143 14.75 6.06646 14.75 8Z" }, null, -1), t.createElementVNode("path", { d: "M5.34845 5.34845C5.64135 5.05556 6.11611 5.05556 6.409 5.34845L10.6522 9.59064C10.945 9.88354 10.945 10.3593 10.6522 10.6522C10.3593 10.945 9.88354 10.945 9.59064 10.6522L5.34845 6.409C5.05556 6.11611 5.05556 5.64135 5.34845 5.34845Z" }, null, -1), t.createElementVNode("path", { d: "M10.6515 5.34833C10.3587 5.05544 9.88389 5.05544 9.591 5.34833L5.34784 9.59052C5.05498 9.88342 5.05495 10.3592 5.34784 10.652C5.64072 10.9449 6.11646 10.9449 6.40936 10.652L10.6515 6.40888C10.9444 6.11599 10.9444 5.64123 10.6515 5.34833Z" }, null, -1)];
|
|
352
|
+
var Il = o(Ll, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
353
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-delete_circle_qs`], width: "1em", height: "1em" }, e2.$attrs), yl, 16);
|
|
354
354
|
}]]);
|
|
355
|
-
const
|
|
356
|
-
var
|
|
357
|
-
return
|
|
355
|
+
const Nl = { name: "IconSearchQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, zl = [t.createElementVNode("path", { d: "M10.7496 7.33362C10.7496 5.44675 9.22044 3.9168 7.33362 3.91663C5.44665 3.91663 3.91663 5.44665 3.91663 7.33362C3.9168 9.22044 5.44675 10.7496 7.33362 10.7496C9.22033 10.7495 10.7495 9.22033 10.7496 7.33362ZM12.2496 7.33362C12.2496 8.42052 11.8957 9.42399 11.2985 10.2379L13.3639 12.3033C13.6565 12.5963 13.6567 13.0711 13.3639 13.3639C13.0711 13.6567 12.5963 13.6565 12.3033 13.3639L10.2379 11.2985C9.42399 11.8957 8.42052 12.2496 7.33362 12.2496C4.61833 12.2496 2.4168 10.0489 2.41663 7.33362C2.41663 4.61822 4.61822 2.41663 7.33362 2.41663C10.0489 2.4168 12.2496 4.61833 12.2496 7.33362Z" }, null, -1)];
|
|
356
|
+
var Sl = o(Nl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
357
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-search_qs`], width: "1em", height: "1em" }, e2.$attrs), zl, 16);
|
|
358
358
|
}]]);
|
|
359
|
-
const
|
|
360
|
-
var
|
|
361
|
-
return
|
|
359
|
+
const _l = { name: "IconTickQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Pl = [t.createElementVNode("path", { d: "M11.498 3.44333C11.8056 3.166 12.2792 3.19054 12.5566 3.49802C12.8339 3.80545 12.8091 4.27817 12.5019 4.55564V4.55759C12.5008 4.55864 12.4981 4.56073 12.4951 4.56345C12.4891 4.56892 12.4794 4.57711 12.4668 4.58884C12.441 4.6129 12.4017 4.65075 12.3506 4.70017C12.2482 4.79905 12.0987 4.94738 11.915 5.13962C11.547 5.5249 11.0444 6.08523 10.5107 6.78025C9.43558 8.18044 8.27064 10.0811 7.79002 12.1679C7.72194 12.4636 7.48183 12.6891 7.1826 12.7392C6.88342 12.7893 6.58361 12.6547 6.42283 12.3974L4.36424 9.10349C4.14474 8.75229 4.2514 8.28986 4.60252 8.07029C4.95377 7.85075 5.41619 7.95732 5.63572 8.30857L6.82518 10.2129C7.47809 8.50179 8.4481 7.0031 9.32029 5.86716C9.89297 5.12135 10.4325 4.51963 10.8301 4.10349C11.0289 3.89536 11.193 3.73266 11.3086 3.62107C11.3663 3.5653 11.4123 3.52198 11.4443 3.49216C11.4603 3.47728 11.4725 3.46519 11.4814 3.45701C11.4859 3.45291 11.4895 3.44962 11.4922 3.44724C11.4935 3.44606 11.4952 3.44507 11.4961 3.44431L11.4971 3.44333C11.4972 3.44318 11.4976 3.44313 12 3.99997L11.498 3.44333Z" }, null, -1)];
|
|
360
|
+
var jl = o(_l, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
361
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-tick_qs`], width: "1em", height: "1em" }, e2.$attrs), Pl, 16);
|
|
362
362
|
}]]);
|
|
363
|
-
const
|
|
364
|
-
var
|
|
365
|
-
return
|
|
363
|
+
const Zl = { name: "IconTriggerQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ql = [t.createElementVNode("path", { d: "M2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.41421 2.25 8.75 2.58579 8.75 3C8.75 3.41421 8.41421 3.75 8 3.75C5.65279 3.75 3.75 5.65279 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C10.3472 12.25 12.25 10.3472 12.25 8C12.25 7.58579 12.5858 7.25 13 7.25C13.4142 7.25 13.75 7.58579 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8ZM7.42285 5.75879C7.42285 5.34458 7.75864 5.00879 8.17285 5.00879C8.58686 5.00903 8.92285 5.34472 8.92285 5.75879V8C8.92285 8.22258 8.82334 8.43368 8.65234 8.57617L7.61816 9.43848C7.29996 9.70359 6.82668 9.65998 6.56152 9.3418C6.29668 9.02359 6.34012 8.55121 6.6582 8.28613L7.42285 7.64844V5.75879ZM13 2.25C13.4142 2.25 13.75 2.58579 13.75 3C13.75 3.41421 13.4142 3.75 13 3.75H12.7334L13.0459 4.1875C13.6365 5.01481 13.0449 6.16406 12.0283 6.16406H11.2754C10.8615 6.16381 10.5255 5.828 10.5254 5.41406C10.5254 5.00001 10.8614 4.66432 11.2754 4.66406H11.543L11.2305 4.22656C10.6396 3.39933 11.2306 2.25029 12.2471 2.25H13Z" }, null, -1)];
|
|
364
|
+
var bl = o(Zl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
365
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-trigger_qs`], width: "1em", height: "1em" }, e2.$attrs), Ql, 16);
|
|
366
366
|
}]]);
|
|
367
|
-
const
|
|
368
|
-
var
|
|
369
|
-
return
|
|
367
|
+
const ql = { name: "IconStoredProcedureQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Al = [t.createElementVNode("path", { d: "M12.25 8.23535V4.84375C12.25 4.79562 12.2338 4.76478 12.2227 4.75H3.77734C3.76616 4.76478 3.75 4.79563 3.75 4.84375V12.1562C3.75 12.2044 3.76616 12.2352 3.77734 12.25H5.375C5.7892 12.25 6.125 12.5858 6.125 13C6.125 13.4142 5.7892 13.75 5.375 13.75H3.75C2.84098 13.75 2.25 12.951 2.25 12.1562V4.84375C2.25 4.04903 2.84097 3.25 3.75 3.25H12.25C13.1591 3.25 13.75 4.04904 13.75 4.84375V8.23535C13.75 8.64954 13.4142 8.98535 13 8.98535C12.5858 8.98535 12.25 8.64954 12.25 8.23535Z" }, null, -1), t.createElementVNode("path", { d: "M12.25 3.25C13.0021 3.25 13.7499 3.81554 13.75 4.6748V6.7002C13.7499 7.11432 13.4141 7.4502 13 7.4502H3C2.58585 7.4502 2.25011 7.11432 2.25 6.7002V4.6748C2.25011 3.81553 2.99792 3.25 3.75 3.25H12.25ZM3.75 5.9502H12.25V4.75H3.75V5.9502Z" }, null, -1), t.createElementVNode("path", { d: "M5.41699 5.34961C5.41699 5.4599 5.32041 5.64941 5.08301 5.64941L5.00098 5.6416C4.82346 5.60384 4.75 5.44614 4.75 5.34961C4.7501 5.25308 4.82367 5.09638 5.00098 5.05859L5.08301 5.0498L5.16602 5.05859C5.31811 5.09114 5.39374 5.21121 5.41211 5.30566L5.41699 5.34961ZM5.08301 4.14941C4.38562 4.1496 3.91709 4.74243 3.91699 5.34961C3.91699 5.91894 4.32882 6.47554 4.95508 6.54297L5.08301 6.5498L5.21094 6.54297C5.83756 6.47586 6.25 5.91913 6.25 5.34961L6.24414 5.23633C6.19008 4.67076 5.73706 4.14941 5.08301 4.14941Z" }, null, -1), t.createElementVNode("path", { d: "M7.08301 5.34961C7.08301 5.4599 6.98643 5.64941 6.74902 5.64941L6.66699 5.6416C6.48948 5.60384 6.41602 5.44614 6.41602 5.34961 6.41611 5.25308 6.48968 5.09638 6.66699 5.05859L6.74902 5.0498 6.83203 5.05859C6.98412 5.09114 7.05975 5.21121 7.07812 5.30566L7.08301 5.34961zM6.74902 4.14941C6.05164 4.1496 5.58311 4.74243 5.58301 5.34961 5.58301 5.91894 5.99483 6.47554 6.62109 6.54297L6.74902 6.5498 6.87695 6.54297C7.50358 6.47586 7.91602 5.91913 7.91602 5.34961L7.91016 5.23633C7.85609 4.67076 7.40308 4.14941 6.74902 4.14941zM7.44059 9.79987C7.71658 9.49136 8.19043 9.46458 8.49919 9.7403 8.80803 10.0163 8.83478 10.491 8.55876 10.7999L8.18864 11.2139 8.5402 11.5801C8.82714 11.8789 8.81745 12.3538 8.51872 12.6407 8.21998 12.9275 7.74506 12.9179 7.45817 12.6192L6.62516 11.752C6.35362 11.4693 6.3455 11.0248 6.60661 10.7325L7.44059 9.79987zM11.6663 9.74051C11.9751 9.46454 12.4499 9.49126 12.7259 9.80008L13.5589 10.7327C13.8201 11.025 13.8119 11.4695 13.5403 11.7522L12.7073 12.6194C12.4204 12.9181 11.9455 12.9278 11.6468 12.6409 11.3481 12.354 11.3383 11.8791 11.6253 11.5804L11.9778 11.2141 11.6067 10.8001C11.3308 10.4912 11.3575 10.0165 11.6663 9.74051zM9.76851 9.2314C9.86192 8.82786 10.2654 8.57647 10.6689 8.66988 11.0721 8.76348 11.3236 9.166 11.2304 9.56929L10.3964 13.1699C10.3029 13.5731 9.90034 13.8246 9.49703 13.7314 9.09348 13.638 8.84209 13.2346 8.9355 12.831L9.76851 9.2314z" }, null, -1)];
|
|
368
|
+
var Dl = o(ql, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
369
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-stored_procedure_qs`], width: "1em", height: "1em" }, e2.$attrs), Al, 16);
|
|
370
370
|
}]]);
|
|
371
|
-
const
|
|
372
|
-
var
|
|
373
|
-
return
|
|
371
|
+
const Tl = { name: "IconDatabaseQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Fl = [t.createElementVNode("path", { d: "M2.25 4.75C2.25 4.33579 2.58579 4 3 4C3.41421 4 3.75 4.33579 3.75 4.75V11.4082C3.76638 11.4235 3.7902 11.4455 3.82715 11.4717C3.98695 11.585 4.26635 11.7188 4.67969 11.8428C5.49696 12.088 6.67125 12.25 8 12.25C9.32875 12.25 10.503 12.088 11.3203 11.8428C11.7336 11.7188 12.013 11.585 12.1729 11.4717C12.2098 11.4455 12.2336 11.4235 12.25 11.4082V4.75C12.25 4.3358 12.5858 4.00001 13 4C13.4142 4 13.75 4.33579 13.75 4.75V11.5C13.75 12.0706 13.3677 12.4636 13.041 12.6953C12.6948 12.9409 12.2424 13.1319 11.751 13.2793C10.7586 13.577 9.43261 13.75 8 13.75C6.56739 13.75 5.24138 13.577 4.24902 13.2793C3.75761 13.1319 3.30519 12.9409 2.95898 12.6953C2.6323 12.4636 2.25 12.0706 2.25 11.5V4.75Z" }, null, -1), t.createElementVNode("path", { d: "M13 8.5C13.4142 8.5 13.75 8.83579 13.75 9.25C13.75 9.82062 13.3677 10.2136 13.041 10.4453C12.6948 10.6909 12.2424 10.8819 11.751 11.0293C10.7586 11.327 9.43261 11.5 8 11.5C6.56739 11.5 5.24138 11.327 4.24902 11.0293C3.75761 10.8819 3.30519 10.6909 2.95898 10.4453C2.6323 10.2136 2.25 9.82062 2.25 9.25C2.25 8.83579 2.58579 8.5 3 8.5C3.38171 8.5 3.69509 8.78538 3.74219 9.1543C3.75822 9.16987 3.7853 9.192 3.82715 9.22168C3.98696 9.33503 4.26635 9.46876 4.67969 9.59277C5.49696 9.83796 6.67125 10 8 10C9.32875 10 10.503 9.83796 11.3203 9.59277C11.7336 9.46876 12.013 9.33503 12.1729 9.22168C12.2143 9.19231 12.2408 9.16986 12.2568 9.1543C12.3039 8.78532 12.6182 8.5 13 8.5Z" }, null, -1), t.createElementVNode("path", { d: "M13 6.25C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.57062 13.3677 7.96356 13.041 8.19531C12.6948 8.44087 12.2424 8.63187 11.751 8.7793C10.7586 9.07698 9.43261 9.25 8 9.25C6.56739 9.25 5.24138 9.07698 4.24902 8.7793C3.75761 8.63187 3.30519 8.44087 2.95898 8.19531C2.6323 7.96356 2.25 7.57062 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25C3.38171 6.25 3.69509 6.53538 3.74219 6.9043C3.75822 6.91987 3.7853 6.942 3.82715 6.97168C3.98696 7.08503 4.26635 7.21876 4.67969 7.34277C5.49696 7.58796 6.67125 7.75 8 7.75C9.32875 7.75 10.503 7.58796 11.3203 7.34277C11.7336 7.21876 12.013 7.08503 12.1729 6.97168C12.2143 6.94231 12.2408 6.91986 12.2568 6.9043C12.3039 6.53532 12.6182 6.25 13 6.25Z" }, null, -1), t.createElementVNode("path", { d: "M8 2.25C9.43261 2.25 10.7586 2.42302 11.751 2.7207C12.2424 2.86813 12.6948 3.05913 13.041 3.30469C13.3677 3.53644 13.75 3.92938 13.75 4.5C13.75 5.07062 13.3677 5.46356 13.041 5.69531C12.6948 5.94087 12.2424 6.13187 11.751 6.2793C10.7586 6.57698 9.43261 6.75 8 6.75C6.56739 6.75 5.24138 6.57698 4.24902 6.2793C3.75761 6.13187 3.30519 5.94087 2.95898 5.69531C2.6323 5.46356 2.25 5.07062 2.25 4.5C2.25 3.92938 2.6323 3.53644 2.95898 3.30469C3.30519 3.05913 3.75761 2.86813 4.24902 2.7207C5.24138 2.42302 6.56739 2.25 8 2.25ZM8 3.75C6.67125 3.75 5.49696 3.91204 4.67969 4.15723C4.302 4.27054 4.03711 4.39356 3.87207 4.5C4.03711 4.60644 4.302 4.72946 4.67969 4.84277C5.49696 5.08796 6.67125 5.25 8 5.25C9.32875 5.25 10.503 5.08796 11.3203 4.84277C11.6975 4.72962 11.9619 4.60633 12.127 4.5C11.9619 4.39367 11.6975 4.27038 11.3203 4.15723C10.503 3.91204 9.32875 3.75 8 3.75Z" }, null, -1)];
|
|
372
|
+
var Ol = o(Tl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
373
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-database_qs`], width: "1em", height: "1em" }, e2.$attrs), Fl, 16);
|
|
374
374
|
}]]);
|
|
375
|
-
const
|
|
376
|
-
var
|
|
377
|
-
return
|
|
375
|
+
const Rl = { name: "IconSchemaQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Gl = [t.createElementVNode("path", { d: "M3.75 6.13867H6.13867V3.75H3.75V6.13867zM7.63867 6.33301C7.63867 7.05406 7.05406 7.63867 6.33301 7.63867H3.55566C2.83463 7.63867 2.25 7.05406 2.25 6.33301V3.55566C2.25 2.83462 2.83462 2.25 3.55566 2.25H6.33301C7.05406 2.25 7.63867 2.83463 7.63867 3.55566V6.33301zM3.75 12.25H6.13867V9.86133H3.75V12.25zM7.63867 12.4443C7.63867 13.1654 7.05406 13.75 6.33301 13.75H3.55566C2.83463 13.75 2.25 13.1654 2.25 12.4443V9.66699C2.25 8.94594 2.83463 8.36133 3.55566 8.36133H6.33301C7.05406 8.36133 7.63867 8.94594 7.63867 9.66699V12.4443zM9.86133 6.13867H12.25V3.75H9.86133V6.13867zM13.75 6.33301C13.75 7.05406 13.1654 7.63867 12.4443 7.63867H9.66699C8.94594 7.63867 8.36133 7.05406 8.36133 6.33301V3.55566C8.36133 2.83463 8.94594 2.25 9.66699 2.25H12.4443C13.1654 2.25 13.75 2.83463 13.75 3.55566V6.33301zM9.86133 12.25H12.25V9.86133H9.86133V12.25zM13.75 12.4443C13.75 13.1654 13.1654 13.75 12.4443 13.75H9.66699C8.94594 13.75 8.36133 13.1654 8.36133 12.4443V9.66699C8.36133 8.94594 8.94594 8.36133 9.66699 8.36133H12.4443C13.1654 8.36133 13.75 8.94594 13.75 9.66699V12.4443z" }, null, -1)];
|
|
376
|
+
var Ul = o(Rl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
377
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-schema_qs`], width: "1em", height: "1em" }, e2.$attrs), Gl, 16);
|
|
378
378
|
}]]);
|
|
379
|
-
const
|
|
380
|
-
var
|
|
381
|
-
return
|
|
379
|
+
const Wl = { name: "IconViewQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Jl = [t.createElementVNode("path", { d: "M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z" }, null, -1), t.createElementVNode("path", { d: "M12.167 9.58301C12.5811 9.58318 12.917 9.9189 12.917 10.333 12.917 10.7471 12.5811 11.0828 12.167 11.083H8.5C8.08579 11.083 7.75 10.7472 7.75 10.333 7.75 9.91879 8.08579 9.58301 8.5 9.58301H12.167zM12.167 11.417C12.5811 11.4172 12.917 11.7529 12.917 12.167 12.917 12.5811 12.5811 12.9168 12.167 12.917H8.5C8.08579 12.917 7.75 12.5812 7.75 12.167 7.75 11.7528 8.08579 11.417 8.5 11.417H12.167z" }, null, -1), t.createElementVNode("path", { d: "M8.66602 13.084V9.41699C8.66602 9.00278 9.0018 8.66699 9.41602 8.66699 9.83023 8.66699 10.166 9.00278 10.166 9.41699V13.084C10.1658 13.498 9.83012 13.834 9.41602 13.834 9.00191 13.834 8.66619 13.498 8.66602 13.084zM10.5 13.084V9.41699C10.5 9.00278 10.8358 8.66699 11.25 8.66699 11.6642 8.66699 12 9.00278 12 9.41699V13.084C11.9998 13.498 11.6641 13.834 11.25 13.834 10.8359 13.834 10.5002 13.498 10.5 13.084zM8.66602 3C8.66602 2.58579 9.0018 2.25 9.41602 2.25 9.83023 2.25 10.166 2.58579 10.166 3V5H12.166C12.5802 5 12.916 5.33579 12.916 5.75 12.916 6.16421 12.5802 6.5 12.166 6.5H9.41602C9.0018 6.5 8.66602 6.16421 8.66602 5.75V3z" }, null, -1)];
|
|
380
|
+
var Kl = o(Wl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
381
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-view_qs`], width: "1em", height: "1em" }, e2.$attrs), Jl, 16);
|
|
382
382
|
}]]);
|
|
383
|
-
const
|
|
384
|
-
var
|
|
385
|
-
return
|
|
383
|
+
const Xl = { name: "IconSequenceQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Yl = [t.createElementVNode("path", { d: "M3.91602 6.08301H5.41602V4.58301H3.91602V6.08301zM6.91602 6.16602C6.91602 6.94842 6.28143 7.58301 5.49902 7.58301H3.83301C3.0506 7.58301 2.41602 6.94842 2.41602 6.16602V4.5C2.41602 3.7176 3.0506 3.08301 3.83301 3.08301H5.49902C6.28143 3.08301 6.91602 3.7176 6.91602 4.5V6.16602zM2.41602 9.16699C2.41602 8.75278 2.7518 8.41699 3.16602 8.41699 3.58023 8.41699 3.91602 8.75278 3.91602 9.16699V11.417H6.16602C6.58023 11.417 6.91602 11.7528 6.91602 12.167 6.91602 12.5812 6.58023 12.917 6.16602 12.917H3.83301C3.0506 12.917 2.41602 12.2824 2.41602 11.5V9.16699zM12.833 3.75C13.2472 3.75 13.583 4.08579 13.583 4.5 13.583 4.91421 13.2472 5.25 12.833 5.25H8.5C8.08579 5.25 7.75 4.91421 7.75 4.5 7.75 4.08579 8.08579 3.75 8.5 3.75H12.833zM12.833 9.08301C13.2472 9.08301 13.583 9.41879 13.583 9.83301 13.583 10.2472 13.2472 10.583 12.833 10.583H8.5C8.08579 10.583 7.75 10.2472 7.75 9.83301 7.75 9.41879 8.08579 9.08301 8.5 9.08301H12.833zM12.833 5.41699C13.2472 5.41699 13.583 5.75278 13.583 6.16699 13.583 6.58121 13.2472 6.91699 12.833 6.91699H8.5C8.08579 6.91699 7.75 6.58121 7.75 6.16699 7.75 5.75278 8.08579 5.41699 8.5 5.41699H12.833zM12.833 10.75C13.2472 10.75 13.583 11.0858 13.583 11.5 13.583 11.9142 13.2472 12.25 12.833 12.25H8.5C8.08579 12.25 7.75 11.9142 7.75 11.5 7.75 11.0858 8.08579 10.75 8.5 10.75H12.833z" }, null, -1), t.createElementVNode("path", { d: "M6.33706 7.93741C6.6218 7.68551 7.05658 7.68572 7.34194 7.94913C7.64624 8.23005 7.66574 8.70434 7.38491 9.0087V9.00772L7.38393 9.0087C7.38291 9.00982 7.38175 9.01255 7.37905 9.01553C7.37344 9.02174 7.36392 9.03199 7.35171 9.04581C7.32728 9.07347 7.29051 9.11569 7.24429 9.17081C7.1514 9.28156 7.02092 9.44264 6.87612 9.64053C6.58218 10.0423 6.24675 10.569 6.02944 11.1122C5.93128 11.3571 5.71188 11.5327 5.45132 11.5741C5.19038 11.6155 4.92611 11.5163 4.75698 11.3134L3.92397 10.3134C3.65881 9.99519 3.7015 9.52192 4.01968 9.25675C4.33788 8.99157 4.81114 9.03522 5.07632 9.35343L5.18179 9.48038C5.34715 9.20732 5.51517 8.96115 5.66616 8.75479C5.83373 8.5258 5.9847 8.3383 6.09487 8.20694C6.15008 8.14111 6.19547 8.08911 6.22768 8.05264C6.24377 8.03443 6.25649 8.01994 6.26577 8.00968C6.27039 8.00457 6.27372 8.00004 6.27651 7.99698L6.28237 7.99112L6.33706 7.93741Z" }, null, -1)];
|
|
384
|
+
var ei = o(Xl, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
385
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-sequence_qs`], width: "1em", height: "1em" }, e2.$attrs), Yl, 16);
|
|
386
386
|
}]]);
|
|
387
|
-
const
|
|
388
|
-
var
|
|
389
|
-
return
|
|
387
|
+
const ti = { name: "IconEventQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, oi = [t.createElementVNode("path", { d: "M1.25 13V3.66699C1.25 2.7005 2.0335 1.91699 3 1.91699H12C12.4142 1.91699 12.75 2.25278 12.75 2.66699C12.75 3.08121 12.4142 3.41699 12 3.41699H3C2.86193 3.41699 2.75 3.52892 2.75 3.66699V13C2.75 13.1381 2.86192 13.25 3 13.25H13C13.1381 13.25 13.25 13.1381 13.25 13V6C13.2502 5.58594 13.5859 5.25 14 5.25C14.4141 5.25 14.7498 5.58594 14.75 6V13C14.75 13.9665 13.9665 14.75 13 14.75H3C2.03351 14.75 1.25 13.9665 1.25 13Z" }, null, -1), t.createElementVNode("path", { d: "M10.2177.802676C10.5106.509786 10.9854.509784 11.2783.802676L12.6923 2.21674C12.9852 2.50963 12.9852 2.98439 12.6923 3.27729L11.2783 4.69135C10.9854 4.98424 10.5106 4.98424 10.2177 4.69135 9.92498 4.39845 9.92488 3.92364 10.2177 3.6308L11.1015 2.74701 10.2177 1.86322C9.92482 1.57033 9.92482 1.09557 10.2177.802676zM7.25 11.334V5.66699C7.25 5.25278 7.58579 4.91699 8 4.91699 8.41421 4.91699 8.75 5.25278 8.75 5.66699V11.334C8.74982 11.748 8.4141 12.084 8 12.084 7.5859 12.084 7.25018 11.748 7.25 11.334zM9.91602 11.333V8C9.91602 7.58579 10.2518 7.25 10.666 7.25 11.0802 7.25 11.416 7.58579 11.416 8V11.333C11.416 11.7472 11.0802 12.083 10.666 12.083 10.2518 12.083 9.91602 11.7472 9.91602 11.333zM4.58398 11.333V8C4.58398 7.58579 4.91977 7.25 5.33398 7.25 5.7482 7.25 6.08398 7.58579 6.08398 8V11.333C6.08398 11.7472 5.7482 12.083 5.33398 12.083 4.91977 12.083 4.58398 11.7472 4.58398 11.333z" }, null, -1)];
|
|
388
|
+
var ri = o(ti, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
389
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-event_qs`], width: "1em", height: "1em" }, e2.$attrs), oi, 16);
|
|
390
390
|
}]]);
|
|
391
|
-
const
|
|
392
|
-
var
|
|
393
|
-
return
|
|
391
|
+
const ni = { name: "IconObjectQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, li = [t.createElementVNode("path", { d: "M12.083 4.5C12.0828 4.17798 11.8211 3.91699 11.499 3.91699H4.49902C4.17712 3.91717 3.91619 4.17809 3.91602 4.5V11.5C3.91602 11.8221 4.17701 12.0838 4.49902 12.084H11.499C11.8212 12.084 12.083 11.8222 12.083 11.5V4.5ZM13.583 11.5C13.583 12.6506 12.6496 13.584 11.499 13.584H4.49902C3.34858 13.5838 2.41602 12.6505 2.41602 11.5V4.5C2.41619 3.34967 3.34869 2.41717 4.49902 2.41699H11.499C12.6495 2.41699 13.5828 3.34956 13.583 4.5V11.5Z" }, null, -1), t.createElementVNode("path", { d: "M12.667 4.75C13.0812 4.75 13.417 5.08579 13.417 5.5 13.417 5.91421 13.0812 6.25 12.667 6.25H3.33398C2.91977 6.25 2.58398 5.91421 2.58398 5.5 2.58398 5.08579 2.91977 4.75 3.33398 4.75H12.667zM12.667 7.08301C13.0812 7.08301 13.417 7.41879 13.417 7.83301 13.417 8.24722 13.0812 8.58301 12.667 8.58301H3.33398C2.91977 8.58301 2.58398 8.24722 2.58398 7.83301 2.58398 7.41879 2.91977 7.08301 3.33398 7.08301H12.667zM12.667 9.75C13.0812 9.75 13.417 10.0858 13.417 10.5 13.417 10.9142 13.0812 11.25 12.667 11.25H3.33398C2.91977 11.25 2.58398 10.9142 2.58398 10.5 2.58398 10.0858 2.91977 9.75 3.33398 9.75H12.667z" }, null, -1), t.createElementVNode("path", { d: "M5.41602 12.833V5.5C5.41602 5.08579 5.7518 4.75 6.16602 4.75 6.58023 4.75 6.91602 5.08579 6.91602 5.5V12.833C6.91602 13.2472 6.58023 13.583 6.16602 13.583 5.7518 13.583 5.41602 13.2472 5.41602 12.833zM9.08398 12.833V5.5C9.08398 5.08579 9.41977 4.75 9.83398 4.75 10.2482 4.75 10.584 5.08579 10.584 5.5V12.833C10.584 13.2472 10.2482 13.583 9.83398 13.583 9.41977 13.583 9.08398 13.2472 9.08398 12.833z" }, null, -1)];
|
|
392
|
+
var ii = o(ni, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
393
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-object_qs`], width: "1em", height: "1em" }, e2.$attrs), li, 16);
|
|
394
394
|
}]]);
|
|
395
|
-
const
|
|
396
|
-
var
|
|
397
|
-
return
|
|
395
|
+
const si = { name: "IconTableQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ci = [t.createStaticVNode('<g clip-path="url(#svg_43df8b77ae__clip0_8271_18122)"><path d="M11.9639 4.85742C11.9639 4.16711 11.4042 3.6075 10.7139 3.60742H5.28516C4.5948 3.60742 4.03516 4.16707 4.03516 4.85742V11.1436C4.03538 11.8337 4.59494 12.3936 5.28516 12.3936H10.7139C11.404 12.3935 11.9636 11.8337 11.9639 11.1436V4.85742ZM13.4639 11.1436C13.4636 12.6621 12.2324 13.8935 10.7139 13.8936H5.28516C3.76651 13.8936 2.53538 12.6621 2.53516 11.1436V4.85742C2.53516 3.33864 3.76637 2.10742 5.28516 2.10742H10.7139C12.2326 2.1075 13.4639 3.33868 13.4639 4.85742V11.1436Z"></path><path d="M10.4277 5.25C10.8419 5.25 11.1777 5.58579 11.1777 6 11.1777 6.41421 10.8419 6.75 10.4277 6.75H5.42773C5.01352 6.75 4.67773 6.41421 4.67773 6 4.67773 5.58579 5.01352 5.25 5.42773 5.25H10.4277zM10.4277 7.25C10.8419 7.25 11.1777 7.58579 11.1777 8 11.1777 8.41421 10.8419 8.75 10.4277 8.75H5.42773C5.01352 8.75 4.67773 8.41421 4.67773 8 4.67773 7.58579 5.01352 7.25 5.42773 7.25H10.4277zM10.4277 9.25C10.8419 9.25 11.1777 9.58579 11.1777 10 11.1777 10.4142 10.8419 10.75 10.4277 10.75H5.42773C5.01352 10.75 4.67773 10.4142 4.67773 10 4.67773 9.58579 5.01352 9.25 5.42773 9.25H10.4277z"></path><path d="M5.75 11V5C5.75 4.58579 6.08579 4.25 6.5 4.25C6.91421 4.25 7.25 4.58579 7.25 5V11C7.25 11.4142 6.91421 11.75 6.5 11.75C6.08579 11.75 5.75 11.4142 5.75 11Z"></path></g><defs><clipPath id="svg_43df8b77ae__clip0_8271_18122"><path transform="translate(2 2)" d="M0 0H12V12H0z"></path></clipPath></defs>', 2)];
|
|
396
|
+
var ai = o(si, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
397
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-table_qs`], width: "1em", height: "1em" }, e2.$attrs), ci, 16);
|
|
398
398
|
}]]);
|
|
399
|
-
const
|
|
400
|
-
var
|
|
401
|
-
return
|
|
399
|
+
const pi = { name: "IconAddQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ci = [t.createElementVNode("path", { d: "M7.25 12.1664V3.83337C7.25 3.41916 7.58579 3.08337 8 3.08337C8.41421 3.08337 8.75 3.41916 8.75 3.83337V12.1664C8.75 12.5806 8.41421 12.9164 8 12.9164C7.58579 12.9164 7.25 12.5806 7.25 12.1664Z" }, null, -1), t.createElementVNode("path", { d: "M12.1664 7.25C12.5806 7.25 12.9164 7.58579 12.9164 8C12.9164 8.41421 12.5806 8.75 12.1664 8.75H3.83337C3.41916 8.75 3.08337 8.41421 3.08337 8C3.08337 7.58579 3.41916 7.25 3.83337 7.25H12.1664Z" }, null, -1)];
|
|
400
|
+
var ui = o(pi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
401
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-add_qs`], width: "1em", height: "1em" }, e2.$attrs), Ci, 16);
|
|
402
402
|
}]]);
|
|
403
|
-
const
|
|
404
|
-
var
|
|
405
|
-
return
|
|
403
|
+
const di = { name: "IconMinusQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, mi = [t.createElementVNode("path", { d: "M12.1664 7.25C12.5806 7.25 12.9164 7.58579 12.9164 8C12.9164 8.41421 12.5806 8.75 12.1664 8.75H3.83337C3.41916 8.75 3.08337 8.41421 3.08337 8C3.08337 7.58579 3.41916 7.25 3.83337 7.25H12.1664Z" }, null, -1)];
|
|
404
|
+
var fi = o(di, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
405
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-minus_qs`], width: "1em", height: "1em" }, e2.$attrs), mi, 16);
|
|
406
406
|
}]]);
|
|
407
|
-
const
|
|
408
|
-
var
|
|
409
|
-
return
|
|
407
|
+
const hi = { name: "IconDownloadQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, wi = [t.createElementVNode("path", { d: "M2.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1), t.createElementVNode("path", { d: "M7.25 9.49963V3.16663C7.25 2.75241 7.58579 2.41663 8 2.41663C8.41421 2.41663 8.75 2.75241 8.75 3.16663V9.49963C8.75 9.91385 8.41421 10.2496 8 10.2496C7.58579 10.2496 7.25 9.91385 7.25 9.49963Z" }, null, -1), t.createElementVNode("path", { d: "M9.61756 6.65589C9.89944 6.3528 10.3737 6.33517 10.6771 6.61683C10.9807 6.89868 10.998 7.37384 10.7162 7.67737L8.5492 10.0104C8.40738 10.163 8.20869 10.2496 8.00037 10.2496C7.79187 10.2496 7.59247 10.1631 7.45057 10.0104L5.28358 7.67737C5.00176 7.37388 5.01921 6.89869 5.32264 6.61683C5.62613 6.33501 6.10132 6.35247 6.38319 6.65589L7.9994 8.39808L9.61756 6.65589Z" }, null, -1)];
|
|
408
|
+
var gi = o(hi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
409
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-download_qs`], width: "1em", height: "1em" }, e2.$attrs), wi, 16);
|
|
410
410
|
}]]);
|
|
411
|
-
const
|
|
412
|
-
var
|
|
413
|
-
return
|
|
411
|
+
const ki = { name: "IconUploadQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Vi = [t.createElementVNode("path", { d: "M2.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1), t.createElementVNode("path", { d: "M7.25 9.50037V3.33337C7.25 2.91916 7.58579 2.58337 8 2.58337C8.41421 2.58337 8.75 2.91916 8.75 3.33337V9.50037C8.74982 9.91443 8.41411 10.2504 8 10.2504C7.58589 10.2504 7.25018 9.91443 7.25 9.50037Z" }, null, -1), t.createElementVNode("path", { d: "M8.0003 2.41663C8.20854 2.41672 8.40732 2.50341 8.54913 2.65588L10.7161 4.98987C10.9979 5.29337 10.9805 5.7676 10.6771 6.04944C10.3736 6.33121 9.89937 6.31366 9.61749 6.01038L7.99933 4.26819L6.38311 6.01038C6.10126 6.31391 5.6261 6.33129 5.32257 6.04944C5.01938 5.76763 5.00197 5.29332 5.2835 4.98987L7.4505 2.65588L7.50616 2.60217C7.6422 2.48315 7.8178 2.41663 8.0003 2.41663Z" }, null, -1)];
|
|
412
|
+
var xi = o(ki, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
413
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-upload_qs`], width: "1em", height: "1em" }, e2.$attrs), Vi, 16);
|
|
414
414
|
}]]);
|
|
415
|
-
const
|
|
416
|
-
var
|
|
417
|
-
return
|
|
415
|
+
const vi = { name: "IconRefreshQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Mi = [t.createElementVNode("path", { d: "M6.99841 2.60901C7.3063 2.33204 7.78093 2.35684 8.05798 2.66468 8.33497 2.97256 8.30919 3.44719 8.00134 3.72425L6.95447 4.66663 8.00134 5.60901C8.30919 5.88608 8.33497 6.3607 8.05798 6.66858 7.78093 6.97643 7.3063 7.00122 6.99841 6.72425L5.33142 5.22425C5.17342 5.08202 5.08337 4.87922 5.08337 4.66663 5.08337 4.45404 5.17342 4.25124 5.33142 4.10901L6.99841 2.60901zM7.94243 9.33134C8.21953 9.02351 8.69413 8.9986 9.002 9.27568L10.668 10.7757C10.826 10.9179 10.917 11.1207 10.917 11.3333 10.917 11.5459 10.826 11.7487 10.668 11.8909L9.002 13.3909C8.69413 13.668 8.21953 13.6431 7.94243 13.3352 7.66535 13.0274 7.69026 12.5528 7.99809 12.2757L9.04497 11.3333 7.99809 10.3909C7.69026 10.1138 7.66535 9.63921 7.94243 9.33134z" }, null, -1), t.createElementVNode("path", { d: "M12.083 8.83362V8.66663C12.083 6.8717 10.6279 5.41663 8.83301 5.41663H6.5C6.08579 5.41663 5.75 5.08084 5.75 4.66663 5.75 4.25241 6.08579 3.91663 6.5 3.91663H8.83301C11.4564 3.91663 13.583 6.04327 13.583 8.66663V8.83362C13.5828 9.24768 13.2471 9.58362 12.833 9.58362 12.4191 9.58344 12.0832 9.24757 12.083 8.83362zM2.41663 7.33362V7.16663C2.41663 6.75241 2.75241 6.41663 3.16663 6.41663 3.58084 6.41663 3.91663 6.75241 3.91663 7.16663V7.33362C3.9168 9.12839 5.37181 10.5836 7.16663 10.5836H9.49963C9.91385 10.5836 10.2496 10.9194 10.2496 11.3336 10.2495 11.7477 9.91374 12.0836 9.49963 12.0836H7.16663C4.54338 12.0836 2.4168 9.95682 2.41663 7.33362z" }, null, -1)];
|
|
416
|
+
var Bi = o(vi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
417
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-refresh_qs`], width: "1em", height: "1em" }, e2.$attrs), Mi, 16);
|
|
418
418
|
}]]);
|
|
419
|
-
const
|
|
420
|
-
var
|
|
421
|
-
return
|
|
419
|
+
const Hi = { name: "IconIdQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ei = [t.createElementVNode("g", { "clip-path": "url(#svg_b80bb77402__clip0_8539_68326)" }, [t.createElementVNode("path", { d: "M7.77734 3.41016H10.0449C10.6348 3.41016 11.1406 3.46484 11.5625 3.57422 11.9844 3.68359 12.3672 3.88867 12.7109 4.18945 13.6055 4.95508 14.0527 6.11914 14.0527 7.68164 14.0527 8.19727 14.0078 8.66797 13.918 9.09375 13.8281 9.51953 13.6895 9.9043 13.502 10.248 13.3145 10.5879 13.0742 10.8926 12.7812 11.1621 12.5508 11.3691 12.2988 11.5352 12.0254 11.6602 11.752 11.7852 11.457 11.873 11.1406 11.9238 10.8281 11.9746 10.4746 12 10.0801 12H7.8125C7.49609 12 7.25781 11.9531 7.09766 11.8594 6.9375 11.7617 6.83203 11.627 6.78125 11.4551 6.73438 11.2793 6.71094 11.0527 6.71094 10.7754V4.47656C6.71094 4.10156 6.79492 3.83008 6.96289 3.66211 7.13086 3.49414 7.40234 3.41016 7.77734 3.41016zM8.45117 4.78711V10.6172H9.76953C10.0586 10.6172 10.2852 10.6094 10.4492 10.5938 10.6133 10.5781 10.7832 10.5391 10.959 10.4766 11.1348 10.4141 11.2871 10.3262 11.416 10.2129 11.998 9.7207 12.2891 8.87305 12.2891 7.66992 12.2891 6.82227 12.1602 6.1875 11.9023 5.76562 11.6484 5.34375 11.334 5.07617 10.959 4.96289 10.584 4.8457 10.1309 4.78711 9.59961 4.78711H8.45117zM3.00781 11.0859V4.31836C3.00781 3.9668 3.08789 3.70312 3.24805 3.52734 3.4082 3.35156 3.61523 3.26367 3.86914 3.26367 4.13086 3.26367 4.3418 3.35156 4.50195 3.52734 4.66602 3.69922 4.74805 3.96289 4.74805 4.31836V11.0859C4.74805 11.4414 4.66602 11.707 4.50195 11.8828 4.3418 12.0586 4.13086 12.1465 3.86914 12.1465 3.61914 12.1465 3.41211 12.0586 3.24805 11.8828 3.08789 11.7031 3.00781 11.4375 3.00781 11.0859z" })], -1), t.createElementVNode("defs", null, [t.createElementVNode("clipPath", { id: "svg_b80bb77402__clip0_8539_68326" }, [t.createElementVNode("path", { transform: "translate(1.5 1.5)", d: "M0 0H13V13H0z" })])], -1)];
|
|
420
|
+
var $i = o(Hi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
421
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-id_qs`], width: "1em", height: "1em" }, e2.$attrs), Ei, 16);
|
|
422
422
|
}]]);
|
|
423
|
-
const
|
|
424
|
-
var
|
|
425
|
-
return
|
|
423
|
+
const Li = { name: "IconTipsQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, yi = [t.createStaticVNode('<g clip-path="url(#svg_e4c9479b11__clip0_7466_92952)"><path d="M13.0836 7.99963C13.0835 6.59594 12.5149 5.32654 11.5944 4.40588C10.6736 3.48516 9.40355 2.91663 7.99963 2.91663C6.59585 2.91671 5.32655 3.48523 4.40588 4.40588C3.48523 5.32655 2.91671 6.59585 2.91663 7.99963C2.91663 9.40355 3.48516 10.6736 4.40588 11.5944C5.32654 12.5149 6.59594 13.0835 7.99963 13.0836C9.40355 13.0836 10.6736 12.5151 11.5944 11.5944C12.5151 10.6736 13.0836 9.40355 13.0836 7.99963ZM14.5836 7.99963C14.5836 9.81735 13.8454 11.4644 12.6549 12.6549C11.4644 13.8454 9.81735 14.5836 7.99963 14.5836C6.18204 14.5835 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81719 1.41663 7.99963C1.41671 6.18204 2.15391 4.53483 3.34436 3.34436C4.53483 2.15391 6.18204 1.41671 7.99963 1.41663C9.81719 1.41663 11.4644 2.15402 12.6549 3.34436C13.8454 4.53483 14.5835 6.18204 14.5836 7.99963Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"></path><path d="M7.5459 10.9169V7.79773C7.22223 7.78891 6.96289 7.52587 6.96289 7.20007C6.96289 6.8687 7.23113 6.60046 7.5625 6.60046H8.14551C8.47688 6.60046 8.74609 6.8687 8.74609 7.20007V10.9169C8.74601 11.2482 8.47683 11.5165 8.14551 11.5165C7.81434 11.5163 7.54598 11.2481 7.5459 10.9169Z"></path><path d="M9.16699 10.1666C9.58106 10.1668 9.91699 10.5025 9.91699 10.9166C9.91699 11.3307 9.58106 11.6665 9.16699 11.6666H7.125C6.71079 11.6666 6.375 11.3308 6.375 10.9166C6.375 10.5024 6.71079 10.1666 7.125 10.1666H9.16699Z"></path></g><defs><clipPath id="svg_e4c9479b11__clip0_7466_92952"><path transform="translate(1 1)" d="M0 0H14V14H0z"></path></clipPath></defs>', 2)];
|
|
424
|
+
var Ii = o(Li, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
425
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-tips_qs`], width: "1em", height: "1em" }, e2.$attrs), yi, 16);
|
|
426
426
|
}]]);
|
|
427
|
-
const
|
|
428
|
-
var
|
|
429
|
-
return
|
|
427
|
+
const Ni = { name: "IconGroupAddQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, zi = [t.createElementVNode("path", { d: "M3.20831 12.5H12.7913V5.25H8.00031C7.77787 5.25 7.56662 5.15125 7.42413 4.98047L6.18976 3.5H3.20831V12.5ZM14.2913 12.667C14.2911 13.4032 13.6946 14 12.9583 14H3.04132C2.30521 13.9998 1.70849 13.4031 1.70831 12.667V3.33301C1.70849 2.59689 2.3052 2.00018 3.04132 2H6.54132L6.62433 2.00488C6.81568 2.02611 6.9928 2.12009 7.11749 2.26953L8.35187 3.75H12.9583C13.6946 3.75 14.2911 4.34677 14.2913 5.08301V12.667Z" }, null, -1), t.createElementVNode("path", { d: "M9.75 8.125C10.1642 8.125 10.5 8.46079 10.5 8.875C10.5 9.28921 10.1642 9.625 9.75 9.625H6.25C5.83579 9.625 5.5 9.28921 5.5 8.875C5.5 8.46079 5.83579 8.125 6.25 8.125H9.75Z" }, null, -1), t.createElementVNode("path", { d: "M7.25 10.625V7.125C7.25 6.71079 7.58579 6.375 8 6.375C8.41421 6.375 8.75 6.71079 8.75 7.125V10.625C8.75 11.0392 8.41421 11.375 8 11.375C7.58579 11.375 7.25 11.0392 7.25 10.625Z" }, null, -1)];
|
|
428
|
+
var Si = o(Ni, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
429
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-group_add_qs`], width: "1em", height: "1em" }, e2.$attrs), zi, 16);
|
|
430
430
|
}]]);
|
|
431
|
-
const
|
|
432
|
-
var
|
|
433
|
-
return
|
|
431
|
+
const _i = { name: "IconNextQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Pi = [t.createElementVNode("path", { d: "M11.5439 3.43062C11.2295 3.1611 10.7559 3.19735 10.4863 3.51168C10.2168 3.82613 10.253 4.2997 10.5674 4.56929L11.8975 5.70894L10.5254 7.08101C10.2326 7.37392 10.2325 7.8487 10.5254 8.14156C10.8183 8.43429 11.2931 8.43432 11.5859 8.14156L13.5303 6.19722C13.678 6.0495 13.757 5.8464 13.749 5.63765C13.741 5.42912 13.6466 5.23351 13.4883 5.09761L11.5439 3.43062Z" }, null, -1), t.createElementVNode("path", { d: "M6.61328 4.9165C4.29853 4.9165 2.34316 6.79629 2.25293 9.10986C2.15777 11.5554 4.16841 13.6392 6.61328 13.6392H11.334C11.748 13.639 12.0837 13.3031 12.084 12.8892C12.084 12.475 11.7481 12.1393 11.334 12.1392H6.61328C5.01756 12.1392 3.68983 10.7604 3.75195 9.16748C3.81103 7.65927 5.1043 6.4165 6.61328 6.4165H13C13.4142 6.4165 13.75 6.08072 13.75 5.6665C13.75 5.25229 13.4142 4.9165 13 4.9165H6.61328Z" }, null, -1)];
|
|
432
|
+
var ji = o(_i, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
433
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-next_qs`], width: "1em", height: "1em" }, e2.$attrs), Pi, 16);
|
|
434
434
|
}]]);
|
|
435
|
-
const
|
|
436
|
-
var
|
|
437
|
-
return
|
|
435
|
+
const Zi = { name: "IconRevocationQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Qi = [t.createElementVNode("path", { d: "M4.45606 13.5694C4.77049 13.8389 5.24408 13.8027 5.51368 13.4883C5.78321 13.1739 5.747 12.7003 5.43262 12.4307L4.10255 11.2911L5.47462 9.91899C5.76743 9.62608 5.76749 9.1513 5.47462 8.85844C5.18174 8.56571 4.70692 8.56568 4.41407 8.85844L2.46973 10.8028C2.32202 10.9505 2.24297 11.1536 2.25098 11.3623C2.25905 11.5709 2.35336 11.7665 2.51172 11.9024L4.45606 13.5694Z" }, null, -1), t.createElementVNode("path", { d: "M9.38672 12.0835C11.7015 12.0835 13.6568 10.2037 13.7471 7.89014C13.8422 5.44458 11.8316 3.36084 9.38672 3.36084H4.66602C4.25204 3.36095 3.91625 3.6969 3.91602 4.11084C3.91602 4.52499 4.2519 4.86073 4.66602 4.86084H9.38672C10.9824 4.86084 12.3102 6.23958 12.248 7.83252C12.189 9.34073 10.8957 10.5835 9.38672 10.5835H3C2.58579 10.5835 2.25 10.9193 2.25 11.3335C2.25 11.7477 2.58579 12.0835 3 12.0835H9.38672Z" }, null, -1)];
|
|
436
|
+
var bi = o(Zi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
437
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-revocation_qs`], width: "1em", height: "1em" }, e2.$attrs), Qi, 16);
|
|
438
438
|
}]]);
|
|
439
|
-
const
|
|
440
|
-
var
|
|
441
|
-
return
|
|
439
|
+
const qi = { name: "IconTableAddQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ai = [t.createStaticVNode('<g clip-path="url(#svg_f058696866__clip0_8550_30011)"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"></path><path d="M10.1667 3V5H12.1667V6.5H9.41669C9.00247 6.5 8.66669 6.16421 8.66669 5.75V3H10.1667zM10.3107 14.4395V10.4395C10.3107 10.0252 10.6465 9.68945 11.0607 9.68945 11.4749 9.68945 11.8107 10.0252 11.8107 10.4395V14.4395C11.8107 14.8537 11.4749 15.1895 11.0607 15.1895 10.6465 15.1895 10.3107 14.8537 10.3107 14.4395z"></path><path d="M12.9394 11.8105C13.3536 11.8105 13.6894 12.1463 13.6894 12.5605C13.6894 12.9748 13.3536 13.3105 12.9394 13.3105H8.93939C8.52518 13.3105 8.18939 12.9748 8.18939 12.5605C8.18939 12.1463 8.52518 11.8105 8.93939 11.8105H12.9394Z"></path></g><defs><clipPath id="svg_f058696866__clip0_8550_30011"><path d="M0 0H16V16H0z"></path></clipPath></defs>', 2)];
|
|
440
|
+
var Di = o(qi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
441
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-table_add_qs`], width: "1em", height: "1em" }, e2.$attrs), Ai, 16);
|
|
442
442
|
}]]);
|
|
443
|
-
const
|
|
444
|
-
var
|
|
445
|
-
return
|
|
443
|
+
const Ti = { name: "IconSaveQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Fi = [t.createElementVNode("path", { d: "M2.41669 11.4995V4.49951C2.41686 3.34918 3.34936 2.41668 4.49969 2.4165H9.44794L9.65399 2.42627C10.1308 2.47368 10.5788 2.6851 10.9206 3.02686L12.9733 5.07861C13.364 5.46931 13.5837 5.99971 13.5837 6.55225V11.4995C13.5837 12.6501 12.6503 13.5835 11.4997 13.5835H4.49969C3.34925 13.5833 2.41669 12.65 2.41669 11.4995ZM3.91669 11.4995C3.91669 11.8216 4.17768 12.0833 4.49969 12.0835H11.4997C11.8219 12.0835 12.0837 11.8217 12.0837 11.4995V6.55225C12.0837 6.39754 12.0222 6.24856 11.9128 6.13916L9.86005 4.0874C9.77806 4.00544 9.67422 3.95066 9.56219 3.92822L9.44794 3.9165H4.49969C4.17779 3.91668 3.91686 4.1776 3.91669 4.49951V11.4995Z" }, null, -1), t.createElementVNode("path", { d: "M10.9163 12.6665C10.9163 13.0807 10.5805 13.4165 10.1663 13.4165 9.75226 13.4163 9.41632 13.0806 9.41632 12.6665V10.5835H6.58331V12.6665C6.58331 13.0807 6.24753 13.4165 5.83331 13.4165 5.4191 13.4165 5.08331 13.0807 5.08331 12.6665V10.5005C5.08331 9.71808 5.7179 9.0835 6.50031 9.0835H9.50031C10.2826 9.08367 10.9163 9.71819 10.9163 10.5005V12.6665zM5.08331 5.50049V3.3335C5.08331 2.91928 5.4191 2.5835 5.83331 2.5835 6.24753 2.5835 6.58331 2.91928 6.58331 3.3335V5.50049C6.58314 5.91455 6.24742 6.25049 5.83331 6.25049 5.41921 6.25049 5.08349 5.91455 5.08331 5.50049z" }, null, -1)];
|
|
444
|
+
var Oi = o(Ti, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
445
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-save_qs`], width: "1em", height: "1em" }, e2.$attrs), Fi, 16);
|
|
446
446
|
}]]);
|
|
447
|
-
const
|
|
448
|
-
var
|
|
449
|
-
return
|
|
447
|
+
const Ri = { name: "IconLockQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Gi = [t.createElementVNode("path", { d: "M11.4163 7.9165H4.58333V11.4995C4.58333 11.8216 4.84432 12.0833 5.16634 12.0835H10.8333C11.1555 12.0835 11.4163 11.8217 11.4163 11.4995V7.9165ZM12.9163 11.4995C12.9163 12.6501 11.9839 13.5835 10.8333 13.5835H5.16634C4.01589 13.5833 3.08333 12.65 3.08333 11.4995V7.8335C3.08333 7.05109 3.71792 6.4165 4.50032 6.4165H11.5003C12.2826 6.41668 12.9163 7.0512 12.9163 7.8335V11.4995Z" }, null, -1), t.createElementVNode("path", { d: "M10.0833 6.99951V6.89502C10.0833 6.33998 10.0966 5.86346 10.0315 5.41943C9.96883 4.992 9.84366 4.68995 9.63211 4.47314C9.3713 4.2059 8.90042 3.91656 8.00027 3.9165C7.09994 3.9165 6.62828 4.20587 6.36746 4.47314C6.15602 4.68994 6.0307 4.99211 5.96804 5.41943C5.90298 5.86346 5.91629 6.33998 5.91629 6.89502V6.99951C5.91629 7.41373 5.5805 7.74951 5.16629 7.74951C4.75224 7.74931 4.41629 7.4136 4.41629 6.99951V6.89502C4.41629 6.40935 4.39838 5.785 4.48367 5.20264C4.57142 4.6038 4.77893 3.95332 5.29421 3.42529C5.86249 2.84297 6.73328 2.4165 8.00027 2.4165C9.26696 2.41657 10.1371 2.84312 10.7053 3.42529C11.2206 3.95332 11.4281 4.6038 11.5159 5.20264C11.6012 5.78502 11.5833 6.40933 11.5833 6.89502V6.99951C11.5833 7.41373 11.2475 7.74951 10.8333 7.74951C10.4191 7.74948 10.0833 7.41371 10.0833 6.99951Z" }, null, -1)];
|
|
448
|
+
var Ui = o(Ri, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
449
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-lock_qs`], width: "1em", height: "1em" }, e2.$attrs), Gi, 16);
|
|
450
450
|
}]]);
|
|
451
|
-
const
|
|
452
|
-
var
|
|
453
|
-
return
|
|
451
|
+
const Wi = { name: "IconEditQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ji = [t.createElementVNode("path", { d: "M9.60612 3.17674C10.1625 2.72316 10.9831 2.75582 11.5016 3.27439L12.7253 4.49803C13.2785 5.05127 13.2785 5.94869 12.7253 6.50193L6.52995 12.6972C6.43139 12.7957 6.30714 12.8646 6.17155 12.8965L3.33854 13.5635C3.08571 13.6229 2.82006 13.5469 2.63639 13.3633 2.45281 13.1796 2.37672 12.9139 2.4362 12.6611L3.10319 9.82811 3.13444 9.7285C3.172 9.63178 3.22949 9.5436 3.30339 9.46971L9.4987 3.27439 9.60612 3.17674zM4.51335 10.3799L4.1735 11.8252 5.62077 11.4844 11.6061 5.49998 10.4997 4.39353 4.51335 10.3799zM12.8337 12.0835C13.2477 12.0837 13.5837 12.4194 13.5837 12.8335 13.5837 13.2476 13.2477 13.5833 12.8337 13.5835H9.16667C8.75246 13.5835 8.41667 13.2477 8.41667 12.8335 8.41667 12.4193 8.75246 12.0835 9.16667 12.0835H12.8337z" }, null, -1)];
|
|
452
|
+
var Ki = o(Wi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
453
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-edit_qs`], width: "1em", height: "1em" }, e2.$attrs), Ji, 16);
|
|
454
454
|
}]]);
|
|
455
|
-
const
|
|
456
|
-
var
|
|
457
|
-
return
|
|
455
|
+
const Xi = { name: "IconDeleteQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Yi = [t.createElementVNode("path", { d: "M11.5003 4.4165C11.7104 4.4166 11.9111 4.5048 12.0531 4.65967C12.195 4.8146 12.2656 5.02257 12.2474 5.23193L11.6868 11.6802C11.5932 12.7568 10.6913 13.5835 9.61067 13.5835H5.722C4.64154 13.5833 3.74041 12.7566 3.6468 11.6802L3.08626 5.23193C3.06805 5.02252 3.13854 4.81461 3.28059 4.65967C3.42265 4.50475 3.62314 4.4165 3.83333 4.4165H11.5003ZM5.14095 11.5503C5.16715 11.8516 5.41961 12.0833 5.722 12.0835H9.61067C9.91325 12.0835 10.1655 11.8517 10.1917 11.5503L10.682 5.9165H4.65169L5.14095 11.5503Z" }, null, -1), t.createElementVNode("path", { d: "M5.75 10.8335V7.1665C5.75 6.75229 6.08579 6.4165 6.5 6.4165 6.91421 6.4165 7.25 6.75229 7.25 7.1665V10.8335C7.24982 11.2476 6.91411 11.5835 6.5 11.5835 6.08589 11.5835 5.75018 11.2476 5.75 10.8335zM8.08333 10.8335V7.1665C8.08333 6.75229 8.41911 6.4165 8.83333 6.4165 9.24754 6.4165 9.58333 6.75229 9.58333 7.1665V10.8335C9.58315 11.2476 9.24743 11.5835 8.83333 11.5835 8.41922 11.5835 8.0835 11.2476 8.08333 10.8335zM8.75032 5.1665V4.49951C8.75014 4.1775 8.48839 3.9165 8.16634 3.9165H7.16634C6.84443 3.91668 6.5835 4.1776 6.58333 4.49951V5.1665L6.57942 5.24365C6.5408 5.62162 6.22149 5.9165 5.83333 5.9165 5.44516 5.9165 5.12586 5.62162 5.08723 5.24365L5.08333 5.1665V4.49951C5.0835 3.34918 6.016 2.41668 7.16634 2.4165H8.16634C9.31682 2.4165 10.2501 3.34907 10.2503 4.49951V5.1665C10.2503 5.58061 9.91438 5.91633 9.50032 5.9165 9.08611 5.9165 8.75032 5.58072 8.75032 5.1665z" }, null, -1), t.createElementVNode("path", { d: "M12.1667 4.4165C12.5809 4.4165 12.9167 4.75229 12.9167 5.1665C12.9167 5.58072 12.5809 5.9165 12.1667 5.9165H3.16667C2.75246 5.9165 2.41667 5.58072 2.41667 5.1665C2.41667 4.75229 2.75246 4.4165 3.16667 4.4165H12.1667Z" }, null, -1)];
|
|
456
|
+
var es = o(Xi, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
457
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-delete_qs`], width: "1em", height: "1em" }, e2.$attrs), Yi, 16);
|
|
458
458
|
}]]);
|
|
459
|
-
const
|
|
460
|
-
var
|
|
461
|
-
return
|
|
459
|
+
const ts = { name: "IconCopyQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, os = [t.createElementVNode("path", { d: "M9.41663 4.33362C9.41663 4.1035 9.22975 3.91663 8.99963 3.91663H4.49963C4.17773 3.9168 3.9168 4.17773 3.91663 4.49963V8.99963C3.91663 9.22975 4.1035 9.41663 4.33362 9.41663C4.74768 9.4168 5.08362 9.75252 5.08362 10.1666C5.08362 10.5807 4.74768 10.9165 4.33362 10.9166C3.27507 10.9166 2.41663 10.0582 2.41663 8.99963V4.49963C2.4168 3.3493 3.3493 2.4168 4.49963 2.41663H8.99963C10.0582 2.41663 10.9166 3.27507 10.9166 4.33362C10.9165 4.74768 10.5807 5.08362 10.1666 5.08362C9.75252 5.08362 9.4168 4.74768 9.41663 4.33362Z" }, null, -1), t.createElementVNode("path", { d: "M12.0834 7.16638C12.0832 6.84447 11.8223 6.58355 11.5004 6.58337H7.16638C6.84447 6.58355 6.58355 6.84447 6.58337 7.16638V11.5004C6.58355 11.8223 6.84447 12.0832 7.16638 12.0834H11.5004C11.8223 12.0832 12.0832 11.8223 12.0834 11.5004V7.16638ZM13.5834 11.5004C13.5832 12.6507 12.6507 13.5832 11.5004 13.5834H7.16638C6.01605 13.5832 5.08355 12.6507 5.08337 11.5004V7.16638C5.08355 6.01605 6.01605 5.08355 7.16638 5.08337H11.5004C12.6507 5.08355 13.5832 6.01605 13.5834 7.16638V11.5004Z" }, null, -1)];
|
|
460
|
+
var rs = o(ts, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
461
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-copy_qs`], width: "1em", height: "1em" }, e2.$attrs), os, 16);
|
|
462
462
|
}]]);
|
|
463
|
-
const
|
|
464
|
-
var
|
|
465
|
-
return
|
|
463
|
+
const ns = { name: "IconKeyQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ls = [t.createElementVNode("path", { d: "M5.95605 9.62411C5.95588 8.74981 5.24641 8.0411 4.37207 8.0411 3.49788 8.04128 2.78924 8.74992 2.78906 9.62411 2.78906 10.4985 3.49777 11.2079 4.37207 11.2081 5.24652 11.2081 5.95605 10.4986 5.95605 9.62411zM7.45605 9.62411C7.45605 11.327 6.07495 12.7081 4.37207 12.7081 2.66934 12.7079 1.28906 11.3269 1.28906 9.62411 1.28924 7.92149 2.66945 6.54128 4.37207 6.5411 6.07484 6.5411 7.45588 7.92138 7.45605 9.62411zM7.90381 4.15731C8.18478 3.85314 8.65908 3.83443 8.96338 4.11532L10.8589 5.86532C11.1632 6.14624 11.1827 6.62053 10.9019 6.92489 10.6209 7.22926 10.1457 7.24784 9.84131 6.96688L7.9458 5.21688C7.64163 4.93591 7.62292 4.46161 7.90381 4.15731z" }, null, -1), t.createElementVNode("path", { d: "M10.229 1.5411C10.5052 1.23244 10.9789 1.20638 11.2876 1.48251C11.5962 1.75864 11.6232 2.23241 11.3472 2.5411L6.38818 8.0831C6.11196 8.39149 5.63818 8.41775 5.32959 8.14169C5.02092 7.86551 4.99486 7.39179 5.271 7.0831L10.229 1.5411Z" }, null, -1), t.createElementVNode("path", { d: "M9.65479 2.69702C9.93665 2.3936 10.4118 2.37614 10.7153 2.65796L12.7563 4.55445C13.0598 4.83631 13.0772 5.31051 12.7954 5.61402C12.5135 5.9173 12.0393 5.93485 11.7358 5.65308L9.69385 3.75757C9.39042 3.47571 9.37297 3.00052 9.65479 2.69702Z" }, null, -1)];
|
|
464
|
+
var is = o(ns, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
465
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-key_qs`], width: "1em", height: "1em" }, e2.$attrs), ls, 16);
|
|
466
466
|
}]]);
|
|
467
|
-
const
|
|
468
|
-
var
|
|
469
|
-
return
|
|
467
|
+
const ss = { name: "IconDayQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, cs = [t.createElementVNode("path", { d: "M11.0413 8.00037C11.0413 6.32061 9.67996 4.95855 8.00024 4.95837 6.32038 4.95837 4.95825 6.3205 4.95825 8.00037 4.95843 9.68008 6.32049 11.0414 8.00024 11.0414 9.67985 11.0412 11.0411 9.67997 11.0413 8.00037zM12.5413 8.00037C12.5411 10.5084 10.5083 12.5412 8.00024 12.5414 5.49206 12.5414 3.45843 10.5085 3.45825 8.00037 3.45825 5.49207 5.49195 3.45837 8.00024 3.45837 10.5084 3.45855 12.5413 5.49218 12.5413 8.00037zM7.85425 2.75C8.33749 2.75 8.72925 2.35825 8.72925 1.875 8.72925 1.39175 8.33749 1 7.85425 1 7.371 1 6.97925 1.39175 6.97925 1.875 6.97925 2.35825 7.371 2.75 7.85425 2.75zM12.0833 4.5C12.5665 4.5 12.9583 4.10824 12.9583 3.625 12.9583 3.14175 12.5665 2.75 12.0833 2.75 11.6 2.75 11.2083 3.14175 11.2083 3.625 11.2083 4.10824 11.6 4.5 12.0833 4.5zM13.8333 8.72913C14.3165 8.72913 14.7083 8.33737 14.7083 7.85413 14.7083 7.37088 14.3165 6.97913 13.8333 6.97913 13.35 6.97913 12.9583 7.37088 12.9583 7.85413 12.9583 8.33737 13.35 8.72913 13.8333 8.72913z" }, null, -1), t.createElementVNode("path", { d: "M12.0833 12.9584C12.5665 12.9584 12.9583 12.5666 12.9583 12.0834 12.9583 11.6001 12.5665 11.2084 12.0833 11.2084 11.6 11.2084 11.2083 11.6001 11.2083 12.0834 11.2083 12.5666 11.6 12.9584 12.0833 12.9584zM7.85425 14.7084C8.33749 14.7084 8.72925 14.3166 8.72925 13.8334 8.72925 13.3501 8.33749 12.9584 7.85425 12.9584 7.371 12.9584 6.97925 13.3501 6.97925 13.8334 6.97925 14.3166 7.371 14.7084 7.85425 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z" }, null, -1)];
|
|
468
|
+
var as = o(ss, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
469
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-day_qs`], width: "1em", height: "1em" }, e2.$attrs), cs, 16);
|
|
470
470
|
}]]);
|
|
471
|
-
const
|
|
472
|
-
var
|
|
473
|
-
return
|
|
471
|
+
const ps = { name: "IconNigthQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Cs = [t.createElementVNode("g", { "clip-path": "url(#svg_f5ef0e12f7__clip0_8594_36775)" }, [t.createElementVNode("path", { d: "M5.88672 6.18164C5.88676 5.37695 6.12744 4.62866 6.54199 4.00586C4.91279 4.60073 3.75 6.16491 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C9.8353 12.25 11.3984 11.0865 11.9932 9.45703C11.3704 9.87149 10.623 10.1132 9.81836 10.1133C7.64687 10.1133 5.88672 8.35313 5.88672 6.18164ZM7.38672 6.18164C7.38672 7.5247 8.4753 8.61328 9.81836 8.61328C10.9477 8.6132 11.8993 7.84304 12.1719 6.79785L12.2148 6.67676C12.3376 6.40629 12.612 6.22937 12.917 6.2373C13.2654 6.24647 13.5616 6.49455 13.6318 6.83594C13.7093 7.21249 13.75 7.60191 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.3981 2.25 8.78751 2.29068 9.16406 2.36816C9.50546 2.43843 9.75354 2.73459 9.7627 3.08301C9.77177 3.43151 9.53949 3.74017 9.20215 3.82812C8.15695 4.1007 7.3868 5.05229 7.38672 6.18164Z" })], -1), t.createElementVNode("defs", null, [t.createElementVNode("clipPath", { id: "svg_f5ef0e12f7__clip0_8594_36775" }, [t.createElementVNode("path", { transform: "translate(2 2)", d: "M0 0H12V12H0z" })])], -1)];
|
|
472
|
+
var us = o(ps, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
473
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-nigth_qs`], width: "1em", height: "1em" }, e2.$attrs), Cs, 16);
|
|
474
474
|
}]]);
|
|
475
|
-
const
|
|
476
|
-
var
|
|
477
|
-
return
|
|
475
|
+
const ds = { name: "IconFoldQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ms = [t.createElementVNode("path", { d: "M12.8336 3.0835C13.2477 3.08367 13.5836 3.41939 13.5836 3.8335 13.5836 4.2476 13.2477 4.58332 12.8336 4.5835H7.16663C6.75241 4.5835 6.41663 4.24771 6.41663 3.8335 6.41663 3.41928 6.75241 3.0835 7.16663 3.0835H12.8336zM12.8336 5.75C13.2477 5.75018 13.5836 6.08589 13.5836 6.5 13.5836 6.91411 13.2477 7.24982 12.8336 7.25H9.16663C8.75241 7.25 8.41663 6.91421 8.41663 6.5 8.41663 6.08579 8.75241 5.75 9.16663 5.75H12.8336zM2.61683 5.32252C2.89869 5.01909 3.37388 5.00164 3.67737 5.28345L6.01038 7.45045C6.16315 7.59235 6.24964 7.79174 6.24964 8.00025 6.24955 8.20856 6.16297 8.40726 6.01038 8.54908L3.67737 10.7161C3.37384 10.9979 2.89868 10.9805 2.61683 10.677 2.33517 10.3736 2.3528 9.89932 2.65589 9.61744L4.39808 7.99927 2.65589 6.38306C2.35247 6.1012 2.33501 5.62601 2.61683 5.32252zM12.8336 11.4165C13.2477 11.4167 13.5836 11.7524 13.5836 12.1665 13.5836 12.5806 13.2477 12.9163 12.8336 12.9165H7.16663C6.75241 12.9165 6.41663 12.5807 6.41663 12.1665 6.41663 11.7523 6.75241 11.4165 7.16663 11.4165H12.8336zM12.8336 8.75C13.2477 8.75018 13.5836 9.08589 13.5836 9.5 13.5836 9.91411 13.2477 10.2498 12.8336 10.25H9.16663C8.75241 10.25 8.41663 9.91421 8.41663 9.5 8.41663 9.08579 8.75241 8.75 9.16663 8.75H12.8336z" }, null, -1)];
|
|
476
|
+
var fs = o(ds, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
477
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-fold_qs`], width: "1em", height: "1em" }, e2.$attrs), ms, 16);
|
|
478
478
|
}]]);
|
|
479
|
-
const
|
|
480
|
-
var
|
|
481
|
-
return
|
|
479
|
+
const hs = { name: "IconDevelopQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ws = [t.createElementVNode("path", { d: "M5.35351 5.58722C5.6604 5.30907 6.1349 5.33211 6.41308 5.63898 6.69117 5.94578 6.66796 6.42033 6.36133 6.69855L4.13867 8.71222 6.34082 10.5696C6.65729 10.8367 6.69751 11.3097 6.43066 11.6263 6.16366 11.9428 5.69064 11.983 5.37402 11.7161L2.5166 9.30597C2.35126 9.1665 2.25388 8.96267 2.25 8.7464 2.24614 8.53009 2.33581 8.32237 2.49609 8.17707L5.35351 5.58722zM9.5872 5.63896C9.86541 5.33217 10.3399 5.30903 10.6468 5.5872L13.5042 8.17704C13.6644 8.32234 13.7541 8.53014 13.7503 8.74638 13.7464 8.96258 13.6489 9.16648 13.4837 9.30595L10.6263 11.7161C10.3096 11.9831 9.83667 11.9429 9.56962 11.6263 9.30262 11.3096 9.34287 10.8367 9.65947 10.5696L11.8606 8.7122 9.63896 6.69853C9.33217 6.42032 9.30903 5.94581 9.5872 5.63896zM7.97414 3.87697C8.04223 3.46845 8.42891 3.1918 8.83742 3.25978 9.24594 3.32787 9.52162 3.71455 9.45363 4.12307L8.0259 12.6944C7.95782 13.1028 7.57109 13.3795 7.16262 13.3115 6.7541 13.2435 6.47744 12.8568 6.54543 12.4483L7.97414 3.87697z" }, null, -1)];
|
|
480
|
+
var gs = o(hs, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
481
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-develop_qs`], width: "1em", height: "1em" }, e2.$attrs), ws, 16);
|
|
482
482
|
}]]);
|
|
483
|
-
const
|
|
484
|
-
var
|
|
485
|
-
return
|
|
483
|
+
const ks = { name: "IconMoreQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Vs = [t.createElementVNode("path", { 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" }, null, -1)];
|
|
484
|
+
var xs = o(ks, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
485
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-more_qs`], width: "1em", height: "1em" }, e2.$attrs), Vs, 16);
|
|
486
486
|
}]]);
|
|
487
|
-
const
|
|
488
|
-
var
|
|
489
|
-
return
|
|
487
|
+
const vs = { name: "IconFileQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ms = [t.createElementVNode("path", { d: "M12.0836 6.49963C12.0834 6.17762 11.8217 5.91663 11.4996 5.91663H3.91663V11.4996C3.91663 11.8217 4.17762 12.0834 4.49963 12.0836H11.4996C11.8218 12.0836 12.0836 11.8218 12.0836 11.4996V6.49963ZM13.5836 11.4996C13.5836 12.6502 12.6502 13.5836 11.4996 13.5836H4.49963C3.34919 13.5834 2.41663 12.6501 2.41663 11.4996V5.16663C2.41663 4.75241 2.75241 4.41663 3.16663 4.41663H11.4996C12.6501 4.41663 13.5834 5.34919 13.5836 6.49963V11.4996Z" }, null, -1), t.createElementVNode("path", { d: "M2.41663 7.33362V4.49963C2.4168 3.3493 3.3493 2.4168 4.49963 2.41663H7.20862C7.97094 2.41669 8.67268 2.83332 9.03772 3.50256L9.65881 4.64124C9.85676 5.00479 9.72248 5.46056 9.35901 5.65881C8.99541 5.85696 8.53973 5.72256 8.34143 5.35901L7.72034 4.22034C7.6181 4.03317 7.4219 3.91669 7.20862 3.91663H4.49963C4.17773 3.9168 3.9168 4.17773 3.91663 4.49963V7.33362C3.91645 7.74768 3.58073 8.08362 3.16663 8.08362C2.75252 8.08362 2.4168 7.74768 2.41663 7.33362Z" }, null, -1)];
|
|
488
|
+
var Bs = o(vs, [["render", function(e2, o2, r2, n2, l2, i2) {
|
|
489
|
+
return t.openBlock(), t.createElementBlock("svg", t.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${r2.prefix}-icon`, `${r2.prefix}-icon-file_qs`], width: "1em", height: "1em" }, e2.$attrs), Ms, 16);
|
|
490
490
|
}]]);
|
|
491
|
-
|
|
492
|
-
var Vc = r(gc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
493
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-tick`], width: "1em", height: "1em" }, e2.$attrs), xc, 16);
|
|
494
|
-
}]]);
|
|
495
|
-
const vc = { name: "IconTrigger", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Mc = [o.createElementVNode("path", { d: "M2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.41421 2.25 8.75 2.58579 8.75 3C8.75 3.41421 8.41421 3.75 8 3.75C5.65279 3.75 3.75 5.65279 3.75 8C3.75 10.3472 5.65279 12.25 8 12.25C10.3472 12.25 12.25 10.3472 12.25 8C12.25 7.58579 12.5858 7.25 13 7.25C13.4142 7.25 13.75 7.58579 13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8ZM7.42285 5.75879C7.42285 5.34458 7.75864 5.00879 8.17285 5.00879C8.58686 5.00903 8.92285 5.34472 8.92285 5.75879V8C8.92285 8.22258 8.82334 8.43368 8.65234 8.57617L7.61816 9.43848C7.29996 9.70359 6.82668 9.65998 6.56152 9.3418C6.29668 9.02359 6.34012 8.55121 6.6582 8.28613L7.42285 7.64844V5.75879ZM13 2.25C13.4142 2.25 13.75 2.58579 13.75 3C13.75 3.41421 13.4142 3.75 13 3.75H12.7334L13.0459 4.1875C13.6365 5.01481 13.0449 6.16406 12.0283 6.16406H11.2754C10.8615 6.16381 10.5255 5.828 10.5254 5.41406C10.5254 5.00001 10.8614 4.66432 11.2754 4.66406H11.543L11.2305 4.22656C10.6396 3.39933 11.2306 2.25029 12.2471 2.25H13Z" }, null, -1)];
|
|
496
|
-
var Bc = r(vc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
497
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-trigger`], width: "1em", height: "1em" }, e2.$attrs), Mc, 16);
|
|
498
|
-
}]]);
|
|
499
|
-
const Hc = { name: "IconStoredProcedure", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ec = [o.createElementVNode("path", { d: "M12.25 8.23535V4.84375C12.25 4.79562 12.2338 4.76478 12.2227 4.75H3.77734C3.76616 4.76478 3.75 4.79563 3.75 4.84375V12.1562C3.75 12.2044 3.76616 12.2352 3.77734 12.25H5.375C5.7892 12.25 6.125 12.5858 6.125 13C6.125 13.4142 5.7892 13.75 5.375 13.75H3.75C2.84098 13.75 2.25 12.951 2.25 12.1562V4.84375C2.25 4.04903 2.84097 3.25 3.75 3.25H12.25C13.1591 3.25 13.75 4.04904 13.75 4.84375V8.23535C13.75 8.64954 13.4142 8.98535 13 8.98535C12.5858 8.98535 12.25 8.64954 12.25 8.23535Z" }, null, -1), o.createElementVNode("path", { d: "M12.25 3.25C13.0021 3.25 13.7499 3.81554 13.75 4.6748V6.7002C13.7499 7.11432 13.4141 7.4502 13 7.4502H3C2.58585 7.4502 2.25011 7.11432 2.25 6.7002V4.6748C2.25011 3.81553 2.99792 3.25 3.75 3.25H12.25ZM3.75 5.9502H12.25V4.75H3.75V5.9502Z" }, null, -1), o.createElementVNode("path", { d: "M5.41699 5.34961C5.41699 5.4599 5.32041 5.64941 5.08301 5.64941L5.00098 5.6416C4.82346 5.60384 4.75 5.44614 4.75 5.34961C4.7501 5.25308 4.82367 5.09638 5.00098 5.05859L5.08301 5.0498L5.16602 5.05859C5.31811 5.09114 5.39374 5.21121 5.41211 5.30566L5.41699 5.34961ZM5.08301 4.14941C4.38562 4.1496 3.91709 4.74243 3.91699 5.34961C3.91699 5.91894 4.32882 6.47554 4.95508 6.54297L5.08301 6.5498L5.21094 6.54297C5.83756 6.47586 6.25 5.91913 6.25 5.34961L6.24414 5.23633C6.19008 4.67076 5.73706 4.14941 5.08301 4.14941Z" }, null, -1), o.createElementVNode("path", { d: "M7.08301 5.34961C7.08301 5.4599 6.98643 5.64941 6.74902 5.64941L6.66699 5.6416C6.48948 5.60384 6.41602 5.44614 6.41602 5.34961 6.41611 5.25308 6.48968 5.09638 6.66699 5.05859L6.74902 5.0498 6.83203 5.05859C6.98412 5.09114 7.05975 5.21121 7.07812 5.30566L7.08301 5.34961zM6.74902 4.14941C6.05164 4.1496 5.58311 4.74243 5.58301 5.34961 5.58301 5.91894 5.99483 6.47554 6.62109 6.54297L6.74902 6.5498 6.87695 6.54297C7.50358 6.47586 7.91602 5.91913 7.91602 5.34961L7.91016 5.23633C7.85609 4.67076 7.40308 4.14941 6.74902 4.14941zM7.44059 9.79987C7.71658 9.49136 8.19043 9.46458 8.49919 9.7403 8.80803 10.0163 8.83478 10.491 8.55876 10.7999L8.18864 11.2139 8.5402 11.5801C8.82714 11.8789 8.81745 12.3538 8.51872 12.6407 8.21998 12.9275 7.74506 12.9179 7.45817 12.6192L6.62516 11.752C6.35362 11.4693 6.3455 11.0248 6.60661 10.7325L7.44059 9.79987zM11.6663 9.74051C11.9751 9.46454 12.4499 9.49126 12.7259 9.80008L13.5589 10.7327C13.8201 11.025 13.8119 11.4695 13.5403 11.7522L12.7073 12.6194C12.4204 12.9181 11.9455 12.9278 11.6468 12.6409 11.3481 12.354 11.3383 11.8791 11.6253 11.5804L11.9778 11.2141 11.6067 10.8001C11.3308 10.4912 11.3575 10.0165 11.6663 9.74051zM9.76851 9.2314C9.86192 8.82786 10.2654 8.57647 10.6689 8.66988 11.0721 8.76348 11.3236 9.166 11.2304 9.56929L10.3964 13.1699C10.3029 13.5731 9.90034 13.8246 9.49703 13.7314 9.09348 13.638 8.84209 13.2346 8.9355 12.831L9.76851 9.2314z" }, null, -1)];
|
|
500
|
-
var $c = r(Hc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
501
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-Stored_procedure`], width: "1em", height: "1em" }, e2.$attrs), Ec, 16);
|
|
502
|
-
}]]);
|
|
503
|
-
const Lc = { name: "IconDatabaseQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, yc = [o.createElementVNode("path", { d: "M2.25 4.75C2.25 4.33579 2.58579 4 3 4C3.41421 4 3.75 4.33579 3.75 4.75V11.4082C3.76638 11.4235 3.7902 11.4455 3.82715 11.4717C3.98695 11.585 4.26635 11.7188 4.67969 11.8428C5.49696 12.088 6.67125 12.25 8 12.25C9.32875 12.25 10.503 12.088 11.3203 11.8428C11.7336 11.7188 12.013 11.585 12.1729 11.4717C12.2098 11.4455 12.2336 11.4235 12.25 11.4082V4.75C12.25 4.3358 12.5858 4.00001 13 4C13.4142 4 13.75 4.33579 13.75 4.75V11.5C13.75 12.0706 13.3677 12.4636 13.041 12.6953C12.6948 12.9409 12.2424 13.1319 11.751 13.2793C10.7586 13.577 9.43261 13.75 8 13.75C6.56739 13.75 5.24138 13.577 4.24902 13.2793C3.75761 13.1319 3.30519 12.9409 2.95898 12.6953C2.6323 12.4636 2.25 12.0706 2.25 11.5V4.75Z" }, null, -1), o.createElementVNode("path", { d: "M13 8.5C13.4142 8.5 13.75 8.83579 13.75 9.25C13.75 9.82062 13.3677 10.2136 13.041 10.4453C12.6948 10.6909 12.2424 10.8819 11.751 11.0293C10.7586 11.327 9.43261 11.5 8 11.5C6.56739 11.5 5.24138 11.327 4.24902 11.0293C3.75761 10.8819 3.30519 10.6909 2.95898 10.4453C2.6323 10.2136 2.25 9.82062 2.25 9.25C2.25 8.83579 2.58579 8.5 3 8.5C3.38171 8.5 3.69509 8.78538 3.74219 9.1543C3.75822 9.16987 3.7853 9.192 3.82715 9.22168C3.98696 9.33503 4.26635 9.46876 4.67969 9.59277C5.49696 9.83796 6.67125 10 8 10C9.32875 10 10.503 9.83796 11.3203 9.59277C11.7336 9.46876 12.013 9.33503 12.1729 9.22168C12.2143 9.19231 12.2408 9.16986 12.2568 9.1543C12.3039 8.78532 12.6182 8.5 13 8.5Z" }, null, -1), o.createElementVNode("path", { d: "M13 6.25C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.57062 13.3677 7.96356 13.041 8.19531C12.6948 8.44087 12.2424 8.63187 11.751 8.7793C10.7586 9.07698 9.43261 9.25 8 9.25C6.56739 9.25 5.24138 9.07698 4.24902 8.7793C3.75761 8.63187 3.30519 8.44087 2.95898 8.19531C2.6323 7.96356 2.25 7.57062 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25C3.38171 6.25 3.69509 6.53538 3.74219 6.9043C3.75822 6.91987 3.7853 6.942 3.82715 6.97168C3.98696 7.08503 4.26635 7.21876 4.67969 7.34277C5.49696 7.58796 6.67125 7.75 8 7.75C9.32875 7.75 10.503 7.58796 11.3203 7.34277C11.7336 7.21876 12.013 7.08503 12.1729 6.97168C12.2143 6.94231 12.2408 6.91986 12.2568 6.9043C12.3039 6.53532 12.6182 6.25 13 6.25Z" }, null, -1), o.createElementVNode("path", { d: "M8 2.25C9.43261 2.25 10.7586 2.42302 11.751 2.7207C12.2424 2.86813 12.6948 3.05913 13.041 3.30469C13.3677 3.53644 13.75 3.92938 13.75 4.5C13.75 5.07062 13.3677 5.46356 13.041 5.69531C12.6948 5.94087 12.2424 6.13187 11.751 6.2793C10.7586 6.57698 9.43261 6.75 8 6.75C6.56739 6.75 5.24138 6.57698 4.24902 6.2793C3.75761 6.13187 3.30519 5.94087 2.95898 5.69531C2.6323 5.46356 2.25 5.07062 2.25 4.5C2.25 3.92938 2.6323 3.53644 2.95898 3.30469C3.30519 3.05913 3.75761 2.86813 4.24902 2.7207C5.24138 2.42302 6.56739 2.25 8 2.25ZM8 3.75C6.67125 3.75 5.49696 3.91204 4.67969 4.15723C4.302 4.27054 4.03711 4.39356 3.87207 4.5C4.03711 4.60644 4.302 4.72946 4.67969 4.84277C5.49696 5.08796 6.67125 5.25 8 5.25C9.32875 5.25 10.503 5.08796 11.3203 4.84277C11.6975 4.72962 11.9619 4.60633 12.127 4.5C11.9619 4.39367 11.6975 4.27038 11.3203 4.15723C10.503 3.91204 9.32875 3.75 8 3.75Z" }, null, -1)];
|
|
504
|
-
var Ic = r(Lc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
505
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-Database_qs`], width: "1em", height: "1em" }, e2.$attrs), yc, 16);
|
|
506
|
-
}]]);
|
|
507
|
-
const Nc = { name: "IconSchema", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Sc = [o.createElementVNode("path", { d: "M3.75 6.13867H6.13867V3.75H3.75V6.13867zM7.63867 6.33301C7.63867 7.05406 7.05406 7.63867 6.33301 7.63867H3.55566C2.83463 7.63867 2.25 7.05406 2.25 6.33301V3.55566C2.25 2.83462 2.83462 2.25 3.55566 2.25H6.33301C7.05406 2.25 7.63867 2.83463 7.63867 3.55566V6.33301zM3.75 12.25H6.13867V9.86133H3.75V12.25zM7.63867 12.4443C7.63867 13.1654 7.05406 13.75 6.33301 13.75H3.55566C2.83463 13.75 2.25 13.1654 2.25 12.4443V9.66699C2.25 8.94594 2.83463 8.36133 3.55566 8.36133H6.33301C7.05406 8.36133 7.63867 8.94594 7.63867 9.66699V12.4443zM9.86133 6.13867H12.25V3.75H9.86133V6.13867zM13.75 6.33301C13.75 7.05406 13.1654 7.63867 12.4443 7.63867H9.66699C8.94594 7.63867 8.36133 7.05406 8.36133 6.33301V3.55566C8.36133 2.83463 8.94594 2.25 9.66699 2.25H12.4443C13.1654 2.25 13.75 2.83463 13.75 3.55566V6.33301zM9.86133 12.25H12.25V9.86133H9.86133V12.25zM13.75 12.4443C13.75 13.1654 13.1654 13.75 12.4443 13.75H9.66699C8.94594 13.75 8.36133 13.1654 8.36133 12.4443V9.66699C8.36133 8.94594 8.94594 8.36133 9.66699 8.36133H12.4443C13.1654 8.36133 13.75 8.94594 13.75 9.66699V12.4443z" }, null, -1)];
|
|
508
|
-
var jc = r(Nc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
509
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-schema`], width: "1em", height: "1em" }, e2.$attrs), Sc, 16);
|
|
510
|
-
}]]);
|
|
511
|
-
const zc = { name: "IconView", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Pc = [o.createElementVNode("path", { d: "M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z" }, null, -1), o.createElementVNode("path", { d: "M12.167 9.58301C12.5811 9.58318 12.917 9.9189 12.917 10.333 12.917 10.7471 12.5811 11.0828 12.167 11.083H8.5C8.08579 11.083 7.75 10.7472 7.75 10.333 7.75 9.91879 8.08579 9.58301 8.5 9.58301H12.167zM12.167 11.417C12.5811 11.4172 12.917 11.7529 12.917 12.167 12.917 12.5811 12.5811 12.9168 12.167 12.917H8.5C8.08579 12.917 7.75 12.5812 7.75 12.167 7.75 11.7528 8.08579 11.417 8.5 11.417H12.167z" }, null, -1), o.createElementVNode("path", { d: "M8.66602 13.084V9.41699C8.66602 9.00278 9.0018 8.66699 9.41602 8.66699 9.83023 8.66699 10.166 9.00278 10.166 9.41699V13.084C10.1658 13.498 9.83012 13.834 9.41602 13.834 9.00191 13.834 8.66619 13.498 8.66602 13.084zM10.5 13.084V9.41699C10.5 9.00278 10.8358 8.66699 11.25 8.66699 11.6642 8.66699 12 9.00278 12 9.41699V13.084C11.9998 13.498 11.6641 13.834 11.25 13.834 10.8359 13.834 10.5002 13.498 10.5 13.084zM8.66602 3C8.66602 2.58579 9.0018 2.25 9.41602 2.25 9.83023 2.25 10.166 2.58579 10.166 3V5H12.166C12.5802 5 12.916 5.33579 12.916 5.75 12.916 6.16421 12.5802 6.5 12.166 6.5H9.41602C9.0018 6.5 8.66602 6.16421 8.66602 5.75V3z" }, null, -1)];
|
|
512
|
-
var _c = r(zc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
513
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-View`], width: "1em", height: "1em" }, e2.$attrs), Pc, 16);
|
|
514
|
-
}]]);
|
|
515
|
-
const Zc = { name: "IconSequence", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, bc = [o.createElementVNode("path", { d: "M3.91602 6.08301H5.41602V4.58301H3.91602V6.08301zM6.91602 6.16602C6.91602 6.94842 6.28143 7.58301 5.49902 7.58301H3.83301C3.0506 7.58301 2.41602 6.94842 2.41602 6.16602V4.5C2.41602 3.7176 3.0506 3.08301 3.83301 3.08301H5.49902C6.28143 3.08301 6.91602 3.7176 6.91602 4.5V6.16602zM2.41602 9.16699C2.41602 8.75278 2.7518 8.41699 3.16602 8.41699 3.58023 8.41699 3.91602 8.75278 3.91602 9.16699V11.417H6.16602C6.58023 11.417 6.91602 11.7528 6.91602 12.167 6.91602 12.5812 6.58023 12.917 6.16602 12.917H3.83301C3.0506 12.917 2.41602 12.2824 2.41602 11.5V9.16699zM12.833 3.75C13.2472 3.75 13.583 4.08579 13.583 4.5 13.583 4.91421 13.2472 5.25 12.833 5.25H8.5C8.08579 5.25 7.75 4.91421 7.75 4.5 7.75 4.08579 8.08579 3.75 8.5 3.75H12.833zM12.833 9.08301C13.2472 9.08301 13.583 9.41879 13.583 9.83301 13.583 10.2472 13.2472 10.583 12.833 10.583H8.5C8.08579 10.583 7.75 10.2472 7.75 9.83301 7.75 9.41879 8.08579 9.08301 8.5 9.08301H12.833zM12.833 5.41699C13.2472 5.41699 13.583 5.75278 13.583 6.16699 13.583 6.58121 13.2472 6.91699 12.833 6.91699H8.5C8.08579 6.91699 7.75 6.58121 7.75 6.16699 7.75 5.75278 8.08579 5.41699 8.5 5.41699H12.833zM12.833 10.75C13.2472 10.75 13.583 11.0858 13.583 11.5 13.583 11.9142 13.2472 12.25 12.833 12.25H8.5C8.08579 12.25 7.75 11.9142 7.75 11.5 7.75 11.0858 8.08579 10.75 8.5 10.75H12.833z" }, null, -1), o.createElementVNode("path", { d: "M6.33706 7.93741C6.6218 7.68551 7.05658 7.68572 7.34194 7.94913C7.64624 8.23005 7.66574 8.70434 7.38491 9.0087V9.00772L7.38393 9.0087C7.38291 9.00982 7.38175 9.01255 7.37905 9.01553C7.37344 9.02174 7.36392 9.03199 7.35171 9.04581C7.32728 9.07347 7.29051 9.11569 7.24429 9.17081C7.1514 9.28156 7.02092 9.44264 6.87612 9.64053C6.58218 10.0423 6.24675 10.569 6.02944 11.1122C5.93128 11.3571 5.71188 11.5327 5.45132 11.5741C5.19038 11.6155 4.92611 11.5163 4.75698 11.3134L3.92397 10.3134C3.65881 9.99519 3.7015 9.52192 4.01968 9.25675C4.33788 8.99157 4.81114 9.03522 5.07632 9.35343L5.18179 9.48038C5.34715 9.20732 5.51517 8.96115 5.66616 8.75479C5.83373 8.5258 5.9847 8.3383 6.09487 8.20694C6.15008 8.14111 6.19547 8.08911 6.22768 8.05264C6.24377 8.03443 6.25649 8.01994 6.26577 8.00968C6.27039 8.00457 6.27372 8.00004 6.27651 7.99698L6.28237 7.99112L6.33706 7.93741Z" }, null, -1)];
|
|
516
|
-
var Dc = r(Zc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
517
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-sequence`], width: "1em", height: "1em" }, e2.$attrs), bc, 16);
|
|
518
|
-
}]]);
|
|
519
|
-
const Ac = { name: "IconEvent", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Qc = [o.createElementVNode("path", { d: "M1.25 13V3.66699C1.25 2.7005 2.0335 1.91699 3 1.91699H12C12.4142 1.91699 12.75 2.25278 12.75 2.66699C12.75 3.08121 12.4142 3.41699 12 3.41699H3C2.86193 3.41699 2.75 3.52892 2.75 3.66699V13C2.75 13.1381 2.86192 13.25 3 13.25H13C13.1381 13.25 13.25 13.1381 13.25 13V6C13.2502 5.58594 13.5859 5.25 14 5.25C14.4141 5.25 14.7498 5.58594 14.75 6V13C14.75 13.9665 13.9665 14.75 13 14.75H3C2.03351 14.75 1.25 13.9665 1.25 13Z" }, null, -1), o.createElementVNode("path", { d: "M10.2177.802676C10.5106.509786 10.9854.509784 11.2783.802676L12.6923 2.21674C12.9852 2.50963 12.9852 2.98439 12.6923 3.27729L11.2783 4.69135C10.9854 4.98424 10.5106 4.98424 10.2177 4.69135 9.92498 4.39845 9.92488 3.92364 10.2177 3.6308L11.1015 2.74701 10.2177 1.86322C9.92482 1.57033 9.92482 1.09557 10.2177.802676zM7.25 11.334V5.66699C7.25 5.25278 7.58579 4.91699 8 4.91699 8.41421 4.91699 8.75 5.25278 8.75 5.66699V11.334C8.74982 11.748 8.4141 12.084 8 12.084 7.5859 12.084 7.25018 11.748 7.25 11.334zM9.91602 11.333V8C9.91602 7.58579 10.2518 7.25 10.666 7.25 11.0802 7.25 11.416 7.58579 11.416 8V11.333C11.416 11.7472 11.0802 12.083 10.666 12.083 10.2518 12.083 9.91602 11.7472 9.91602 11.333zM4.58398 11.333V8C4.58398 7.58579 4.91977 7.25 5.33398 7.25 5.7482 7.25 6.08398 7.58579 6.08398 8V11.333C6.08398 11.7472 5.7482 12.083 5.33398 12.083 4.91977 12.083 4.58398 11.7472 4.58398 11.333z" }, null, -1)];
|
|
520
|
-
var Tc = r(Ac, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
521
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-event`], width: "1em", height: "1em" }, e2.$attrs), Qc, 16);
|
|
522
|
-
}]]);
|
|
523
|
-
const Fc = { name: "IconObject", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, qc = [o.createElementVNode("path", { d: "M12.083 4.5C12.0828 4.17798 11.8211 3.91699 11.499 3.91699H4.49902C4.17712 3.91717 3.91619 4.17809 3.91602 4.5V11.5C3.91602 11.8221 4.17701 12.0838 4.49902 12.084H11.499C11.8212 12.084 12.083 11.8222 12.083 11.5V4.5ZM13.583 11.5C13.583 12.6506 12.6496 13.584 11.499 13.584H4.49902C3.34858 13.5838 2.41602 12.6505 2.41602 11.5V4.5C2.41619 3.34967 3.34869 2.41717 4.49902 2.41699H11.499C12.6495 2.41699 13.5828 3.34956 13.583 4.5V11.5Z" }, null, -1), o.createElementVNode("path", { d: "M12.667 4.75C13.0812 4.75 13.417 5.08579 13.417 5.5 13.417 5.91421 13.0812 6.25 12.667 6.25H3.33398C2.91977 6.25 2.58398 5.91421 2.58398 5.5 2.58398 5.08579 2.91977 4.75 3.33398 4.75H12.667zM12.667 7.08301C13.0812 7.08301 13.417 7.41879 13.417 7.83301 13.417 8.24722 13.0812 8.58301 12.667 8.58301H3.33398C2.91977 8.58301 2.58398 8.24722 2.58398 7.83301 2.58398 7.41879 2.91977 7.08301 3.33398 7.08301H12.667zM12.667 9.75C13.0812 9.75 13.417 10.0858 13.417 10.5 13.417 10.9142 13.0812 11.25 12.667 11.25H3.33398C2.91977 11.25 2.58398 10.9142 2.58398 10.5 2.58398 10.0858 2.91977 9.75 3.33398 9.75H12.667z" }, null, -1), o.createElementVNode("path", { d: "M5.41602 12.833V5.5C5.41602 5.08579 5.7518 4.75 6.16602 4.75 6.58023 4.75 6.91602 5.08579 6.91602 5.5V12.833C6.91602 13.2472 6.58023 13.583 6.16602 13.583 5.7518 13.583 5.41602 13.2472 5.41602 12.833zM9.08398 12.833V5.5C9.08398 5.08579 9.41977 4.75 9.83398 4.75 10.2482 4.75 10.584 5.08579 10.584 5.5V12.833C10.584 13.2472 10.2482 13.583 9.83398 13.583 9.41977 13.583 9.08398 13.2472 9.08398 12.833z" }, null, -1)];
|
|
524
|
-
var Uc = r(Fc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
525
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-object`], width: "1em", height: "1em" }, e2.$attrs), qc, 16);
|
|
526
|
-
}]]);
|
|
527
|
-
const Oc = { name: "IconTableQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Rc = [o.createStaticVNode('<g clip-path="url(#svg_43df8b77ae__clip0_8271_18122)"><path d="M11.9639 4.85742C11.9639 4.16711 11.4042 3.6075 10.7139 3.60742H5.28516C4.5948 3.60742 4.03516 4.16707 4.03516 4.85742V11.1436C4.03538 11.8337 4.59494 12.3936 5.28516 12.3936H10.7139C11.404 12.3935 11.9636 11.8337 11.9639 11.1436V4.85742ZM13.4639 11.1436C13.4636 12.6621 12.2324 13.8935 10.7139 13.8936H5.28516C3.76651 13.8936 2.53538 12.6621 2.53516 11.1436V4.85742C2.53516 3.33864 3.76637 2.10742 5.28516 2.10742H10.7139C12.2326 2.1075 13.4639 3.33868 13.4639 4.85742V11.1436Z"></path><path d="M10.4277 5.25C10.8419 5.25 11.1777 5.58579 11.1777 6 11.1777 6.41421 10.8419 6.75 10.4277 6.75H5.42773C5.01352 6.75 4.67773 6.41421 4.67773 6 4.67773 5.58579 5.01352 5.25 5.42773 5.25H10.4277zM10.4277 7.25C10.8419 7.25 11.1777 7.58579 11.1777 8 11.1777 8.41421 10.8419 8.75 10.4277 8.75H5.42773C5.01352 8.75 4.67773 8.41421 4.67773 8 4.67773 7.58579 5.01352 7.25 5.42773 7.25H10.4277zM10.4277 9.25C10.8419 9.25 11.1777 9.58579 11.1777 10 11.1777 10.4142 10.8419 10.75 10.4277 10.75H5.42773C5.01352 10.75 4.67773 10.4142 4.67773 10 4.67773 9.58579 5.01352 9.25 5.42773 9.25H10.4277z"></path><path d="M5.75 11V5C5.75 4.58579 6.08579 4.25 6.5 4.25C6.91421 4.25 7.25 4.58579 7.25 5V11C7.25 11.4142 6.91421 11.75 6.5 11.75C6.08579 11.75 5.75 11.4142 5.75 11Z"></path></g><defs><clipPath id="svg_43df8b77ae__clip0_8271_18122"><path transform="translate(2 2)" d="M0 0H12V12H0z"></path></clipPath></defs>', 2)];
|
|
528
|
-
var Gc = r(Oc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
529
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-table_qs`], width: "1em", height: "1em" }, e2.$attrs), Rc, 16);
|
|
530
|
-
}]]);
|
|
531
|
-
const Wc = { name: "IconAddQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Jc = [o.createElementVNode("path", { d: "M7.25 12.1664V3.83337C7.25 3.41916 7.58579 3.08337 8 3.08337C8.41421 3.08337 8.75 3.41916 8.75 3.83337V12.1664C8.75 12.5806 8.41421 12.9164 8 12.9164C7.58579 12.9164 7.25 12.5806 7.25 12.1664Z" }, null, -1), o.createElementVNode("path", { d: "M12.1664 7.25C12.5806 7.25 12.9164 7.58579 12.9164 8C12.9164 8.41421 12.5806 8.75 12.1664 8.75H3.83337C3.41916 8.75 3.08337 8.41421 3.08337 8C3.08337 7.58579 3.41916 7.25 3.83337 7.25H12.1664Z" }, null, -1)];
|
|
532
|
-
var Kc = r(Wc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
533
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-add_qs`], width: "1em", height: "1em" }, e2.$attrs), Jc, 16);
|
|
534
|
-
}]]);
|
|
535
|
-
const Xc = { name: "IconMinusQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Yc = [o.createElementVNode("path", { d: "M12.1664 7.25C12.5806 7.25 12.9164 7.58579 12.9164 8C12.9164 8.41421 12.5806 8.75 12.1664 8.75H3.83337C3.41916 8.75 3.08337 8.41421 3.08337 8C3.08337 7.58579 3.41916 7.25 3.83337 7.25H12.1664Z" }, null, -1)];
|
|
536
|
-
var ea = r(Xc, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
537
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-minus_qs`], width: "1em", height: "1em" }, e2.$attrs), Yc, 16);
|
|
538
|
-
}]]);
|
|
539
|
-
const oa = { name: "IconDownloadQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ra = [o.createElementVNode("path", { d: "M2.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1), o.createElementVNode("path", { d: "M7.25 9.49963V3.16663C7.25 2.75241 7.58579 2.41663 8 2.41663C8.41421 2.41663 8.75 2.75241 8.75 3.16663V9.49963C8.75 9.91385 8.41421 10.2496 8 10.2496C7.58579 10.2496 7.25 9.91385 7.25 9.49963Z" }, null, -1), o.createElementVNode("path", { d: "M9.61756 6.65589C9.89944 6.3528 10.3737 6.33517 10.6771 6.61683C10.9807 6.89868 10.998 7.37384 10.7162 7.67737L8.5492 10.0104C8.40738 10.163 8.20869 10.2496 8.00037 10.2496C7.79187 10.2496 7.59247 10.1631 7.45057 10.0104L5.28358 7.67737C5.00176 7.37388 5.01921 6.89869 5.32264 6.61683C5.62613 6.33501 6.10132 6.35247 6.38319 6.65589L7.9994 8.39808L9.61756 6.65589Z" }, null, -1)];
|
|
540
|
-
var ta = r(oa, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
541
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-Download_qs`], width: "1em", height: "1em" }, e2.$attrs), ra, 16);
|
|
542
|
-
}]]);
|
|
543
|
-
const na = { name: "IconUploadQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, la = [o.createElementVNode("path", { d: "M2.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1), o.createElementVNode("path", { d: "M7.25 9.50037V3.33337C7.25 2.91916 7.58579 2.58337 8 2.58337C8.41421 2.58337 8.75 2.91916 8.75 3.33337V9.50037C8.74982 9.91443 8.41411 10.2504 8 10.2504C7.58589 10.2504 7.25018 9.91443 7.25 9.50037Z" }, null, -1), o.createElementVNode("path", { d: "M8.0003 2.41663C8.20854 2.41672 8.40732 2.50341 8.54913 2.65588L10.7161 4.98987C10.9979 5.29337 10.9805 5.7676 10.6771 6.04944C10.3736 6.33121 9.89937 6.31366 9.61749 6.01038L7.99933 4.26819L6.38311 6.01038C6.10126 6.31391 5.6261 6.33129 5.32257 6.04944C5.01938 5.76763 5.00197 5.29332 5.2835 4.98987L7.4505 2.65588L7.50616 2.60217C7.6422 2.48315 7.8178 2.41663 8.0003 2.41663Z" }, null, -1)];
|
|
544
|
-
var ia = r(na, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
545
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-Upload_qs`], width: "1em", height: "1em" }, e2.$attrs), la, 16);
|
|
546
|
-
}]]);
|
|
547
|
-
const sa = { name: "IconRefreshQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ca = [o.createElementVNode("path", { d: "M6.99841 2.60901C7.3063 2.33204 7.78093 2.35684 8.05798 2.66468 8.33497 2.97256 8.30919 3.44719 8.00134 3.72425L6.95447 4.66663 8.00134 5.60901C8.30919 5.88608 8.33497 6.3607 8.05798 6.66858 7.78093 6.97643 7.3063 7.00122 6.99841 6.72425L5.33142 5.22425C5.17342 5.08202 5.08337 4.87922 5.08337 4.66663 5.08337 4.45404 5.17342 4.25124 5.33142 4.10901L6.99841 2.60901zM7.94243 9.33134C8.21953 9.02351 8.69413 8.9986 9.002 9.27568L10.668 10.7757C10.826 10.9179 10.917 11.1207 10.917 11.3333 10.917 11.5459 10.826 11.7487 10.668 11.8909L9.002 13.3909C8.69413 13.668 8.21953 13.6431 7.94243 13.3352 7.66535 13.0274 7.69026 12.5528 7.99809 12.2757L9.04497 11.3333 7.99809 10.3909C7.69026 10.1138 7.66535 9.63921 7.94243 9.33134z" }, null, -1), o.createElementVNode("path", { d: "M12.083 8.83362V8.66663C12.083 6.8717 10.6279 5.41663 8.83301 5.41663H6.5C6.08579 5.41663 5.75 5.08084 5.75 4.66663 5.75 4.25241 6.08579 3.91663 6.5 3.91663H8.83301C11.4564 3.91663 13.583 6.04327 13.583 8.66663V8.83362C13.5828 9.24768 13.2471 9.58362 12.833 9.58362 12.4191 9.58344 12.0832 9.24757 12.083 8.83362zM2.41663 7.33362V7.16663C2.41663 6.75241 2.75241 6.41663 3.16663 6.41663 3.58084 6.41663 3.91663 6.75241 3.91663 7.16663V7.33362C3.9168 9.12839 5.37181 10.5836 7.16663 10.5836H9.49963C9.91385 10.5836 10.2496 10.9194 10.2496 11.3336 10.2495 11.7477 9.91374 12.0836 9.49963 12.0836H7.16663C4.54338 12.0836 2.4168 9.95682 2.41663 7.33362z" }, null, -1)];
|
|
548
|
-
var aa = r(sa, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
549
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-refresh_qs`], width: "1em", height: "1em" }, e2.$attrs), ca, 16);
|
|
550
|
-
}]]);
|
|
551
|
-
const pa = { name: "IconId", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ua = [o.createElementVNode("g", { "clip-path": "url(#svg_b80bb77402__clip0_8539_68326)" }, [o.createElementVNode("path", { d: "M7.77734 3.41016H10.0449C10.6348 3.41016 11.1406 3.46484 11.5625 3.57422 11.9844 3.68359 12.3672 3.88867 12.7109 4.18945 13.6055 4.95508 14.0527 6.11914 14.0527 7.68164 14.0527 8.19727 14.0078 8.66797 13.918 9.09375 13.8281 9.51953 13.6895 9.9043 13.502 10.248 13.3145 10.5879 13.0742 10.8926 12.7812 11.1621 12.5508 11.3691 12.2988 11.5352 12.0254 11.6602 11.752 11.7852 11.457 11.873 11.1406 11.9238 10.8281 11.9746 10.4746 12 10.0801 12H7.8125C7.49609 12 7.25781 11.9531 7.09766 11.8594 6.9375 11.7617 6.83203 11.627 6.78125 11.4551 6.73438 11.2793 6.71094 11.0527 6.71094 10.7754V4.47656C6.71094 4.10156 6.79492 3.83008 6.96289 3.66211 7.13086 3.49414 7.40234 3.41016 7.77734 3.41016zM8.45117 4.78711V10.6172H9.76953C10.0586 10.6172 10.2852 10.6094 10.4492 10.5938 10.6133 10.5781 10.7832 10.5391 10.959 10.4766 11.1348 10.4141 11.2871 10.3262 11.416 10.2129 11.998 9.7207 12.2891 8.87305 12.2891 7.66992 12.2891 6.82227 12.1602 6.1875 11.9023 5.76562 11.6484 5.34375 11.334 5.07617 10.959 4.96289 10.584 4.8457 10.1309 4.78711 9.59961 4.78711H8.45117zM3.00781 11.0859V4.31836C3.00781 3.9668 3.08789 3.70312 3.24805 3.52734 3.4082 3.35156 3.61523 3.26367 3.86914 3.26367 4.13086 3.26367 4.3418 3.35156 4.50195 3.52734 4.66602 3.69922 4.74805 3.96289 4.74805 4.31836V11.0859C4.74805 11.4414 4.66602 11.707 4.50195 11.8828 4.3418 12.0586 4.13086 12.1465 3.86914 12.1465 3.61914 12.1465 3.41211 12.0586 3.24805 11.8828 3.08789 11.7031 3.00781 11.4375 3.00781 11.0859z" })], -1), o.createElementVNode("defs", null, [o.createElementVNode("clipPath", { id: "svg_b80bb77402__clip0_8539_68326" }, [o.createElementVNode("path", { transform: "translate(1.5 1.5)", d: "M0 0H13V13H0z" })])], -1)];
|
|
552
|
-
var da = r(pa, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
553
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-id`], width: "1em", height: "1em" }, e2.$attrs), ua, 16);
|
|
554
|
-
}]]);
|
|
555
|
-
const Ca = { name: "IconTipsQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, fa = [o.createStaticVNode('<g clip-path="url(#svg_e4c9479b11__clip0_7466_92952)"><path d="M13.0836 7.99963C13.0835 6.59594 12.5149 5.32654 11.5944 4.40588C10.6736 3.48516 9.40355 2.91663 7.99963 2.91663C6.59585 2.91671 5.32655 3.48523 4.40588 4.40588C3.48523 5.32655 2.91671 6.59585 2.91663 7.99963C2.91663 9.40355 3.48516 10.6736 4.40588 11.5944C5.32654 12.5149 6.59594 13.0835 7.99963 13.0836C9.40355 13.0836 10.6736 12.5151 11.5944 11.5944C12.5151 10.6736 13.0836 9.40355 13.0836 7.99963ZM14.5836 7.99963C14.5836 9.81735 13.8454 11.4644 12.6549 12.6549C11.4644 13.8454 9.81735 14.5836 7.99963 14.5836C6.18204 14.5835 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81719 1.41663 7.99963C1.41671 6.18204 2.15391 4.53483 3.34436 3.34436C4.53483 2.15391 6.18204 1.41671 7.99963 1.41663C9.81719 1.41663 11.4644 2.15402 12.6549 3.34436C13.8454 4.53483 14.5835 6.18204 14.5836 7.99963Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"></path><path d="M7.5459 10.9169V7.79773C7.22223 7.78891 6.96289 7.52587 6.96289 7.20007C6.96289 6.8687 7.23113 6.60046 7.5625 6.60046H8.14551C8.47688 6.60046 8.74609 6.8687 8.74609 7.20007V10.9169C8.74601 11.2482 8.47683 11.5165 8.14551 11.5165C7.81434 11.5163 7.54598 11.2481 7.5459 10.9169Z"></path><path d="M9.16699 10.1666C9.58106 10.1668 9.91699 10.5025 9.91699 10.9166C9.91699 11.3307 9.58106 11.6665 9.16699 11.6666H7.125C6.71079 11.6666 6.375 11.3308 6.375 10.9166C6.375 10.5024 6.71079 10.1666 7.125 10.1666H9.16699Z"></path></g><defs><clipPath id="svg_e4c9479b11__clip0_7466_92952"><path transform="translate(1 1)" d="M0 0H14V14H0z"></path></clipPath></defs>', 2)];
|
|
556
|
-
var ma = r(Ca, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
557
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-tips_qs`], width: "1em", height: "1em" }, e2.$attrs), fa, 16);
|
|
558
|
-
}]]);
|
|
559
|
-
const ha = { name: "IconGroupAdd", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, wa = [o.createElementVNode("path", { d: "M3.20831 12.5H12.7913V5.25H8.00031C7.77787 5.25 7.56662 5.15125 7.42413 4.98047L6.18976 3.5H3.20831V12.5ZM14.2913 12.667C14.2911 13.4032 13.6946 14 12.9583 14H3.04132C2.30521 13.9998 1.70849 13.4031 1.70831 12.667V3.33301C1.70849 2.59689 2.3052 2.00018 3.04132 2H6.54132L6.62433 2.00488C6.81568 2.02611 6.9928 2.12009 7.11749 2.26953L8.35187 3.75H12.9583C13.6946 3.75 14.2911 4.34677 14.2913 5.08301V12.667Z" }, null, -1), o.createElementVNode("path", { d: "M9.75 8.125C10.1642 8.125 10.5 8.46079 10.5 8.875C10.5 9.28921 10.1642 9.625 9.75 9.625H6.25C5.83579 9.625 5.5 9.28921 5.5 8.875C5.5 8.46079 5.83579 8.125 6.25 8.125H9.75Z" }, null, -1), o.createElementVNode("path", { d: "M7.25 10.625V7.125C7.25 6.71079 7.58579 6.375 8 6.375C8.41421 6.375 8.75 6.71079 8.75 7.125V10.625C8.75 11.0392 8.41421 11.375 8 11.375C7.58579 11.375 7.25 11.0392 7.25 10.625Z" }, null, -1)];
|
|
560
|
-
var ka = r(ha, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
561
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-group_add`], width: "1em", height: "1em" }, e2.$attrs), wa, 16);
|
|
562
|
-
}]]);
|
|
563
|
-
const ga = { name: "IconNext", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, xa = [o.createElementVNode("path", { d: "M11.5439 3.43062C11.2295 3.1611 10.7559 3.19735 10.4863 3.51168C10.2168 3.82613 10.253 4.2997 10.5674 4.56929L11.8975 5.70894L10.5254 7.08101C10.2326 7.37392 10.2325 7.8487 10.5254 8.14156C10.8183 8.43429 11.2931 8.43432 11.5859 8.14156L13.5303 6.19722C13.678 6.0495 13.757 5.8464 13.749 5.63765C13.741 5.42912 13.6466 5.23351 13.4883 5.09761L11.5439 3.43062Z" }, null, -1), o.createElementVNode("path", { d: "M6.61328 4.9165C4.29853 4.9165 2.34316 6.79629 2.25293 9.10986C2.15777 11.5554 4.16841 13.6392 6.61328 13.6392H11.334C11.748 13.639 12.0837 13.3031 12.084 12.8892C12.084 12.475 11.7481 12.1393 11.334 12.1392H6.61328C5.01756 12.1392 3.68983 10.7604 3.75195 9.16748C3.81103 7.65927 5.1043 6.4165 6.61328 6.4165H13C13.4142 6.4165 13.75 6.08072 13.75 5.6665C13.75 5.25229 13.4142 4.9165 13 4.9165H6.61328Z" }, null, -1)];
|
|
564
|
-
var Va = r(ga, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
565
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-next`], width: "1em", height: "1em" }, e2.$attrs), xa, 16);
|
|
566
|
-
}]]);
|
|
567
|
-
const va = { name: "IconRevocationQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ma = [o.createElementVNode("path", { d: "M4.45606 13.5694C4.77049 13.8389 5.24408 13.8027 5.51368 13.4883C5.78321 13.1739 5.747 12.7003 5.43262 12.4307L4.10255 11.2911L5.47462 9.91899C5.76743 9.62608 5.76749 9.1513 5.47462 8.85844C5.18174 8.56571 4.70692 8.56568 4.41407 8.85844L2.46973 10.8028C2.32202 10.9505 2.24297 11.1536 2.25098 11.3623C2.25905 11.5709 2.35336 11.7665 2.51172 11.9024L4.45606 13.5694Z" }, null, -1), o.createElementVNode("path", { d: "M9.38672 12.0835C11.7015 12.0835 13.6568 10.2037 13.7471 7.89014C13.8422 5.44458 11.8316 3.36084 9.38672 3.36084H4.66602C4.25204 3.36095 3.91625 3.6969 3.91602 4.11084C3.91602 4.52499 4.2519 4.86073 4.66602 4.86084H9.38672C10.9824 4.86084 12.3102 6.23958 12.248 7.83252C12.189 9.34073 10.8957 10.5835 9.38672 10.5835H3C2.58579 10.5835 2.25 10.9193 2.25 11.3335C2.25 11.7477 2.58579 12.0835 3 12.0835H9.38672Z" }, null, -1)];
|
|
568
|
-
var Ba = r(va, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
569
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-revocation_qs`], width: "1em", height: "1em" }, e2.$attrs), Ma, 16);
|
|
570
|
-
}]]);
|
|
571
|
-
const Ha = { name: "IconTableAdd", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Ea = [o.createStaticVNode('<g clip-path="url(#svg_f058696866__clip0_8550_30011)"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"></path><path d="M10.1667 3V5H12.1667V6.5H9.41669C9.00247 6.5 8.66669 6.16421 8.66669 5.75V3H10.1667zM10.3107 14.4395V10.4395C10.3107 10.0252 10.6465 9.68945 11.0607 9.68945 11.4749 9.68945 11.8107 10.0252 11.8107 10.4395V14.4395C11.8107 14.8537 11.4749 15.1895 11.0607 15.1895 10.6465 15.1895 10.3107 14.8537 10.3107 14.4395z"></path><path d="M12.9394 11.8105C13.3536 11.8105 13.6894 12.1463 13.6894 12.5605C13.6894 12.9748 13.3536 13.3105 12.9394 13.3105H8.93939C8.52518 13.3105 8.18939 12.9748 8.18939 12.5605C8.18939 12.1463 8.52518 11.8105 8.93939 11.8105H12.9394Z"></path></g><defs><clipPath id="svg_f058696866__clip0_8550_30011"><path d="M0 0H16V16H0z"></path></clipPath></defs>', 2)];
|
|
572
|
-
var $a = r(Ha, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
573
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-table_add`], width: "1em", height: "1em" }, e2.$attrs), Ea, 16);
|
|
574
|
-
}]]);
|
|
575
|
-
const La = { name: "IconSaveQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ya = [o.createElementVNode("path", { d: "M2.41669 11.4995V4.49951C2.41686 3.34918 3.34936 2.41668 4.49969 2.4165H9.44794L9.65399 2.42627C10.1308 2.47368 10.5788 2.6851 10.9206 3.02686L12.9733 5.07861C13.364 5.46931 13.5837 5.99971 13.5837 6.55225V11.4995C13.5837 12.6501 12.6503 13.5835 11.4997 13.5835H4.49969C3.34925 13.5833 2.41669 12.65 2.41669 11.4995ZM3.91669 11.4995C3.91669 11.8216 4.17768 12.0833 4.49969 12.0835H11.4997C11.8219 12.0835 12.0837 11.8217 12.0837 11.4995V6.55225C12.0837 6.39754 12.0222 6.24856 11.9128 6.13916L9.86005 4.0874C9.77806 4.00544 9.67422 3.95066 9.56219 3.92822L9.44794 3.9165H4.49969C4.17779 3.91668 3.91686 4.1776 3.91669 4.49951V11.4995Z" }, null, -1), o.createElementVNode("path", { d: "M10.9163 12.6665C10.9163 13.0807 10.5805 13.4165 10.1663 13.4165 9.75226 13.4163 9.41632 13.0806 9.41632 12.6665V10.5835H6.58331V12.6665C6.58331 13.0807 6.24753 13.4165 5.83331 13.4165 5.4191 13.4165 5.08331 13.0807 5.08331 12.6665V10.5005C5.08331 9.71808 5.7179 9.0835 6.50031 9.0835H9.50031C10.2826 9.08367 10.9163 9.71819 10.9163 10.5005V12.6665zM5.08331 5.50049V3.3335C5.08331 2.91928 5.4191 2.5835 5.83331 2.5835 6.24753 2.5835 6.58331 2.91928 6.58331 3.3335V5.50049C6.58314 5.91455 6.24742 6.25049 5.83331 6.25049 5.41921 6.25049 5.08349 5.91455 5.08331 5.50049z" }, null, -1)];
|
|
576
|
-
var Ia = r(La, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
577
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-save_qs`], width: "1em", height: "1em" }, e2.$attrs), ya, 16);
|
|
578
|
-
}]]);
|
|
579
|
-
const Na = { name: "IconLockQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Sa = [o.createElementVNode("path", { d: "M11.4163 7.9165H4.58333V11.4995C4.58333 11.8216 4.84432 12.0833 5.16634 12.0835H10.8333C11.1555 12.0835 11.4163 11.8217 11.4163 11.4995V7.9165ZM12.9163 11.4995C12.9163 12.6501 11.9839 13.5835 10.8333 13.5835H5.16634C4.01589 13.5833 3.08333 12.65 3.08333 11.4995V7.8335C3.08333 7.05109 3.71792 6.4165 4.50032 6.4165H11.5003C12.2826 6.41668 12.9163 7.0512 12.9163 7.8335V11.4995Z" }, null, -1), o.createElementVNode("path", { d: "M10.0833 6.99951V6.89502C10.0833 6.33998 10.0966 5.86346 10.0315 5.41943C9.96883 4.992 9.84366 4.68995 9.63211 4.47314C9.3713 4.2059 8.90042 3.91656 8.00027 3.9165C7.09994 3.9165 6.62828 4.20587 6.36746 4.47314C6.15602 4.68994 6.0307 4.99211 5.96804 5.41943C5.90298 5.86346 5.91629 6.33998 5.91629 6.89502V6.99951C5.91629 7.41373 5.5805 7.74951 5.16629 7.74951C4.75224 7.74931 4.41629 7.4136 4.41629 6.99951V6.89502C4.41629 6.40935 4.39838 5.785 4.48367 5.20264C4.57142 4.6038 4.77893 3.95332 5.29421 3.42529C5.86249 2.84297 6.73328 2.4165 8.00027 2.4165C9.26696 2.41657 10.1371 2.84312 10.7053 3.42529C11.2206 3.95332 11.4281 4.6038 11.5159 5.20264C11.6012 5.78502 11.5833 6.40933 11.5833 6.89502V6.99951C11.5833 7.41373 11.2475 7.74951 10.8333 7.74951C10.4191 7.74948 10.0833 7.41371 10.0833 6.99951Z" }, null, -1)];
|
|
580
|
-
var ja = r(Na, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
581
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-Lock_qs`], width: "1em", height: "1em" }, e2.$attrs), Sa, 16);
|
|
582
|
-
}]]);
|
|
583
|
-
const za = { name: "IconEditQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, Pa = [o.createElementVNode("path", { d: "M9.60612 3.17674C10.1625 2.72316 10.9831 2.75582 11.5016 3.27439L12.7253 4.49803C13.2785 5.05127 13.2785 5.94869 12.7253 6.50193L6.52995 12.6972C6.43139 12.7957 6.30714 12.8646 6.17155 12.8965L3.33854 13.5635C3.08571 13.6229 2.82006 13.5469 2.63639 13.3633 2.45281 13.1796 2.37672 12.9139 2.4362 12.6611L3.10319 9.82811 3.13444 9.7285C3.172 9.63178 3.22949 9.5436 3.30339 9.46971L9.4987 3.27439 9.60612 3.17674zM4.51335 10.3799L4.1735 11.8252 5.62077 11.4844 11.6061 5.49998 10.4997 4.39353 4.51335 10.3799zM12.8337 12.0835C13.2477 12.0837 13.5837 12.4194 13.5837 12.8335 13.5837 13.2476 13.2477 13.5833 12.8337 13.5835H9.16667C8.75246 13.5835 8.41667 13.2477 8.41667 12.8335 8.41667 12.4193 8.75246 12.0835 9.16667 12.0835H12.8337z" }, null, -1)];
|
|
584
|
-
var _a = r(za, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
585
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-edit_qs`], width: "1em", height: "1em" }, e2.$attrs), Pa, 16);
|
|
586
|
-
}]]);
|
|
587
|
-
const Za = { name: "IconDeleteQs", props: { prefix: { type: String, default: "update-line-icon" }, useCurrentColor: { type: Boolean, default: true } } }, ba = [o.createElementVNode("path", { d: "M11.5003 4.4165C11.7104 4.4166 11.9111 4.5048 12.0531 4.65967C12.195 4.8146 12.2656 5.02257 12.2474 5.23193L11.6868 11.6802C11.5932 12.7568 10.6913 13.5835 9.61067 13.5835H5.722C4.64154 13.5833 3.74041 12.7566 3.6468 11.6802L3.08626 5.23193C3.06805 5.02252 3.13854 4.81461 3.28059 4.65967C3.42265 4.50475 3.62314 4.4165 3.83333 4.4165H11.5003ZM5.14095 11.5503C5.16715 11.8516 5.41961 12.0833 5.722 12.0835H9.61067C9.91325 12.0835 10.1655 11.8517 10.1917 11.5503L10.682 5.9165H4.65169L5.14095 11.5503Z" }, null, -1), o.createElementVNode("path", { d: "M5.75 10.8335V7.1665C5.75 6.75229 6.08579 6.4165 6.5 6.4165 6.91421 6.4165 7.25 6.75229 7.25 7.1665V10.8335C7.24982 11.2476 6.91411 11.5835 6.5 11.5835 6.08589 11.5835 5.75018 11.2476 5.75 10.8335zM8.08333 10.8335V7.1665C8.08333 6.75229 8.41911 6.4165 8.83333 6.4165 9.24754 6.4165 9.58333 6.75229 9.58333 7.1665V10.8335C9.58315 11.2476 9.24743 11.5835 8.83333 11.5835 8.41922 11.5835 8.0835 11.2476 8.08333 10.8335zM8.75032 5.1665V4.49951C8.75014 4.1775 8.48839 3.9165 8.16634 3.9165H7.16634C6.84443 3.91668 6.5835 4.1776 6.58333 4.49951V5.1665L6.57942 5.24365C6.5408 5.62162 6.22149 5.9165 5.83333 5.9165 5.44516 5.9165 5.12586 5.62162 5.08723 5.24365L5.08333 5.1665V4.49951C5.0835 3.34918 6.016 2.41668 7.16634 2.4165H8.16634C9.31682 2.4165 10.2501 3.34907 10.2503 4.49951V5.1665C10.2503 5.58061 9.91438 5.91633 9.50032 5.9165 9.08611 5.9165 8.75032 5.58072 8.75032 5.1665z" }, null, -1), o.createElementVNode("path", { d: "M12.1667 4.4165C12.5809 4.4165 12.9167 4.75229 12.9167 5.1665C12.9167 5.58072 12.5809 5.9165 12.1667 5.9165H3.16667C2.75246 5.9165 2.41667 5.58072 2.41667 5.1665C2.41667 4.75229 2.75246 4.4165 3.16667 4.4165H12.1667Z" }, null, -1)];
|
|
588
|
-
var Da = r(Za, [["render", function(e2, r2, t2, n2, l2, i2) {
|
|
589
|
-
return o.openBlock(), o.createElementBlock("svg", o.mergeProps({ viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-delete_qs`], width: "1em", height: "1em" }, e2.$attrs), ba, 16);
|
|
590
|
-
}]]);
|
|
591
|
-
e.Icon3d = i, e.IconActivate = Ge, e.IconAdd = I, e.IconAddQs = Kc, e.IconAdvance = Ae, e.IconAnalysisdetails = p, e.IconAnalyze = k, e.IconApi = E, e.IconAppend = T, e.IconApply = v, e.IconAssembly = b, e.IconBasics = O, e.IconBind = Zi, e.IconBloodanalysis = z, e.IconBusinessprocess = f, e.IconCharts = de, e.IconChaxun = vi, e.IconCheck = Se, e.IconChevronDown = dc, e.IconCollect = ne, e.IconConsole = $i, e.IconCopy = he, e.IconDatabase = ce, e.IconDatabaseQs = Ic, e.IconDatabaseobject = xe, e.IconDatabasesource = J, e.IconDay = Ds, e.IconDelete = Be, e.IconDeleteQs = Da, e.IconDetails = Le, e.IconDispatch = _e, e.IconDisposition = qe, e.IconDowm = Ls, e.IconDown = ee, e.IconDownline = bo, e.IconDownload = zo, e.IconDownloadQs = ta, e.IconEdit = Xe, e.IconEdit1 = ss, e.IconEditQs = _a, e.IconEmbellish = io, e.IconEncoder = Yi, e.IconEndtime = jt, e.IconEvent = Tc, e.IconFields = mo, e.IconFile = ro, e.IconFilter = ts, e.IconFold = go, e.IconFoldmore = Jo, e.IconFormula = po, e.IconFrame = er, e.IconFullScreen = Ui, e.IconGather = Qt, e.IconGeshihua = fi, e.IconGoBack = Mo, e.IconGroupAdd = ka, e.IconHelp = Eo, e.IconHistory = Io, e.IconHyposensitization = cr, e.IconId = da, e.IconInOperation = Ll, e.IconIndex = Ut, e.IconJbxx = Gs, e.IconJiaoben = pi, e.IconKey = hs, e.IconLatesttime = Ht, e.IconLayer = To, e.IconLimits = Oo, e.IconLivingExample = Al, e.IconLockQs = ja, e.IconLog = Ni, e.IconLose = Sl, e.IconMail = nr, e.IconMinus = xs, e.IconMinusQs = ea, e.IconMirror = fr, e.IconMode = kr, e.IconModule = vr, e.IconNewDelete = mc, e.IconNext = Va, e.IconNigth = zs, e.IconNo = Sr, e.IconNotice = Er, e.IconNotice2 = vn, e.IconObject = Uc, e.IconOffScreen = Wi, e.IconOfflineWorkflow = ql, e.IconOnlineWorkflow = Gl, e.IconPackup = qr, e.IconPassword = yt, e.IconPause = Vt, e.IconPicture = Xr, e.IconPublish = rt, e.IconQingkong = ki, e.IconReflection = wt, e.IconRefresh = pt, e.IconRefreshQs = aa, e.IconResources = tn, e.IconRevocation = Zt, e.IconRevocationQs = Ba, e.IconRole = Wt, e.IconSave = it, e.IconSaveQs = Ia, e.IconScheduling = Yt, e.IconSchema = jc, e.IconScript = dn, e.IconSearch = Ar, e.IconSearchQs = kc, e.IconSequence = Dc, e.IconSettings = hn, e.IconSort = Gr, e.IconStarttime = _r, e.IconStats = Jn, e.IconStoredProcedure = $c, e.IconSubjectarea = xl, e.IconSubmit = Xl, e.IconSubscribe = Bl, e.IconSuccessful = _l, e.IconSwitch = dl, e.IconTable = nl, e.IconTableAdd = $a, e.IconTableQs = Gc, e.IconTbjg = tc, e.IconTbjk = ec, e.IconTbrz = Ks, e.IconTerminate = hl, e.IconTest = Tn, e.IconText = On, e.IconTick = Vc, e.IconTips = Us, e.IconTipsQs = ma, e.IconTrigger = Bc, e.IconUnfold = En, e.IconUnfold2 = bn, e.IconUp = Bs, e.IconUpdatemode = cl, e.IconUpload = el, e.IconUploadQs = ia, e.IconView = _c, e.IconWorkflow = ni, e.IconXukez = Qi, e.IconZdsj = ac, e.IconZoomin = zn, e.IconZoomout = In, e.IconZxsj = ic, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
491
|
+
e.Icon3d = i, e.IconActivate = Ve, e.IconAddQs = ui, e.IconAnalysisdetails = p, e.IconAnalyze = g, e.IconApi = E, e.IconAppend = Q, e.IconApply = v, e.IconArrowDownQs = $l, e.IconAssembly = _, e.IconBasics = D, e.IconBind = Sn, e.IconBloodanalysis = I, e.IconBusinessprocess = m, e.IconCharts = ee, e.IconChaxun = gn, e.IconCollect = J, e.IconConsole = Mn, e.IconCopyQs = rs, e.IconDatabaseQs = Ol, e.IconDatabaseobject = ne, e.IconDatabasesource = R, e.IconDayQs = as, e.IconDeleteCircleQs = Il, e.IconDeleteQs = es, e.IconDetails = ce, e.IconDevelopQs = gs, e.IconDispatch = ue, e.IconDisposition = he, e.IconDowm = al, e.IconDownline = be, e.IconDownloadQs = gi, e.IconEdit1 = tl, e.IconEditQs = Ki, e.IconEmbellish = Be, e.IconEncoder = Gn, e.IconEndtime = io, e.IconEventQs = ri, e.IconFileQs = Bs, e.IconFilter = Kn, e.IconFoldQs = fs, e.IconFormula = Le, e.IconFrame = Ge, e.IconFullScreen = qn, e.IconGather = po, e.IconGeshihua = pn, e.IconGoBack = ze, e.IconGroupAddQs = Si, e.IconHistory = Pe, e.IconHyposensitization = tt, e.IconIdQs = $i, e.IconInOperation = $r, e.IconIndex = fo, e.IconJiaoben = ln, e.IconKeyQs = is, e.IconLatesttime = Xt, e.IconLayer = Te, e.IconLivingExample = Pr, e.IconLockQs = Ui, e.IconLog = $n, e.IconMail = Ke, e.IconMinusQs = fi, e.IconMirror = st, e.IconMode = Ct, e.IconModule = ft, e.IconMoreQs = xs, e.IconNextQs = ji, e.IconNigthQs = us, e.IconNo = Ht, e.IconNotice = kt, e.IconNotice2 = Zo, e.IconObjectQs = ii, e.IconOffScreen = Tn, e.IconOfflineWorkflow = br, e.IconOnlineWorkflow = Tr, e.IconPackup = yt, e.IconPassword = oo, e.IconPause = Ut, e.IconPicture = St, e.IconPublish = Zt, e.IconQingkong = mn, e.IconReflection = Ft, e.IconRefreshQs = Bi, e.IconResources = $o, e.IconRevocationQs = bi, e.IconRole = ko, e.IconSaveQs = Oi, e.IconScheduling = Mo, e.IconSchemaQs = Ul, e.IconSearchQs = Sl, e.IconSequenceQs = ei, e.IconSettings = No, e.IconStats = sr, e.IconStoredProcedureQs = Dl, e.IconSubjectarea = kr, e.IconSubmit = Gr, e.IconSubscribe = Mr, e.IconSuccessful = Nr, e.IconSwitch = Cr, e.IconTableAddQs = Di, e.IconTableQs = ai, e.IconTbjg = gl, e.IconTbjk = fl, e.IconTbrz = ul, e.IconTerminate = fr, e.IconTest = Yo, e.IconText = rr, e.IconTickQs = jl, e.IconTipsQs = Ii, e.IconTriggerQs = bl, e.IconUnfold = Ao, e.IconUp = ll, e.IconUploadQs = xi, e.IconViewQs = Kl, e.IconWorkflow = Yr, e.IconXukez = Zn, e.IconZdsj = Bl, e.IconZoomin = Wo, e.IconZoomout = Oo, e.IconZxsj = xl, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
592
492
|
});
|
|
593
493
|
//# sourceMappingURL=icon.min.js.map
|