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