@arco-iconbox/vue-update-line-icon 0.0.6 → 0.0.8
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 +1058 -1010
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +49 -45
- package/dist/icon.min.js.map +1 -1
- package/esm/IconBind/index.js +3 -3
- package/esm/IconLog/index.js +2 -2
- package/esm/IconXukez/index.js +50 -0
- package/esm/index.js +2 -1
- package/lib/IconBind/index.js +3 -3
- package/lib/IconLog/index.js +2 -2
- package/lib/IconXukez/index.js +51 -0
- package/lib/index.js +6 -4
- package/package.json +1 -1
- package/src/IconBind/index.vue +1 -1
- package/src/IconLog/index.vue +1 -1
- package/src/IconXukez/index.vue +19 -0
- package/src/index.js +2 -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$1y = {
|
|
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$1y = ["fill"];
|
|
26
|
+
const _hoisted_2$1y = /* @__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$1x = /* @__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$Q = /* @__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
|
-
const _hoisted_5$
|
|
46
|
-
_hoisted_2$
|
|
47
|
-
_hoisted_3$
|
|
48
|
-
_hoisted_4$
|
|
45
|
+
const _hoisted_5$9 = [
|
|
46
|
+
_hoisted_2$1y,
|
|
47
|
+
_hoisted_3$1x,
|
|
48
|
+
_hoisted_4$Q
|
|
49
49
|
];
|
|
50
|
-
function _sfc_render$
|
|
50
|
+
function _sfc_render$1y(_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,11 +55,46 @@
|
|
|
55
55
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-3d`],
|
|
56
56
|
width: "1em",
|
|
57
57
|
height: "1em"
|
|
58
|
-
}, _ctx.$attrs), _hoisted_5$
|
|
58
|
+
}, _ctx.$attrs), _hoisted_5$9, 16, _hoisted_1$1y);
|
|
59
|
+
}
|
|
60
|
+
var index$1y = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1y]]);
|
|
61
|
+
const _sfc_main$1x = {
|
|
62
|
+
name: "IconAnalysisdetails",
|
|
63
|
+
props: {
|
|
64
|
+
prefix: {
|
|
65
|
+
type: String,
|
|
66
|
+
default: "update-line-icon"
|
|
67
|
+
},
|
|
68
|
+
useCurrentColor: {
|
|
69
|
+
type: Boolean,
|
|
70
|
+
default: true
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
const _hoisted_1$1x = ["fill"];
|
|
75
|
+
const _hoisted_2$1x = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
76
|
+
d: "M6.96552 10.931H4.37931C3.61754 10.931 3 10.3135 3 9.55172V4.37931C3 3.61754 3.61754 3 4.37931 3H11.6207C12.3825 3 13 3.61754 13 4.37931V9.55172C13 10.3135 12.3825 10.931 11.6207 10.931H9.03448M6.96552 10.931L5.75862 13M6.96552 10.931H9.03448M9.03448 10.931L10.2414 13M5.75862 8.17241V5.75862M8 8.17241V6.44828M10.2414 8.17241V7.13793",
|
|
77
|
+
stroke: "#434343",
|
|
78
|
+
"stroke-width": "1.5",
|
|
79
|
+
"stroke-linecap": "round",
|
|
80
|
+
"stroke-linejoin": "round"
|
|
81
|
+
}, null, -1);
|
|
82
|
+
const _hoisted_3$1w = [
|
|
83
|
+
_hoisted_2$1x
|
|
84
|
+
];
|
|
85
|
+
function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
86
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
87
|
+
viewBox: "0 0 16 16",
|
|
88
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Analysisdetails`],
|
|
91
|
+
width: "1em",
|
|
92
|
+
height: "1em"
|
|
93
|
+
}, _ctx.$attrs), _hoisted_3$1w, 16, _hoisted_1$1x);
|
|
59
94
|
}
|
|
60
95
|
var index$1x = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1x]]);
|
|
61
96
|
const _sfc_main$1w = {
|
|
62
|
-
name: "
|
|
97
|
+
name: "IconBusinessprocess",
|
|
63
98
|
props: {
|
|
64
99
|
prefix: {
|
|
65
100
|
type: String,
|
|
@@ -73,28 +108,35 @@
|
|
|
73
108
|
};
|
|
74
109
|
const _hoisted_1$1w = ["fill"];
|
|
75
110
|
const _hoisted_2$1w = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
76
|
-
d: "
|
|
111
|
+
d: "M7.5 4L2 12.8H13L7.5 4Z",
|
|
112
|
+
stroke: "#434343",
|
|
113
|
+
"stroke-width": "1.5",
|
|
114
|
+
"stroke-linejoin": "round"
|
|
115
|
+
}, null, -1);
|
|
116
|
+
const _hoisted_3$1v = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
117
|
+
d: "M9.14998 10.6001L7.49998 9.50012 5.84998 10.6001M7.5 9.5001V7.8501",
|
|
77
118
|
stroke: "#434343",
|
|
78
119
|
"stroke-width": "1.5",
|
|
79
120
|
"stroke-linecap": "round",
|
|
80
121
|
"stroke-linejoin": "round"
|
|
81
122
|
}, null, -1);
|
|
82
|
-
const
|
|
83
|
-
_hoisted_2$1w
|
|
123
|
+
const _hoisted_4$P = [
|
|
124
|
+
_hoisted_2$1w,
|
|
125
|
+
_hoisted_3$1v
|
|
84
126
|
];
|
|
85
127
|
function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
86
128
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
87
129
|
viewBox: "0 0 16 16",
|
|
88
130
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
89
131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
132
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Businessprocess`],
|
|
91
133
|
width: "1em",
|
|
92
134
|
height: "1em"
|
|
93
|
-
}, _ctx.$attrs),
|
|
135
|
+
}, _ctx.$attrs), _hoisted_4$P, 16, _hoisted_1$1w);
|
|
94
136
|
}
|
|
95
137
|
var index$1w = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1w]]);
|
|
96
138
|
const _sfc_main$1v = {
|
|
97
|
-
name: "
|
|
139
|
+
name: "IconAnalyze",
|
|
98
140
|
props: {
|
|
99
141
|
prefix: {
|
|
100
142
|
type: String,
|
|
@@ -108,13 +150,14 @@
|
|
|
108
150
|
};
|
|
109
151
|
const _hoisted_1$1v = ["fill"];
|
|
110
152
|
const _hoisted_2$1v = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
111
|
-
d: "
|
|
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",
|
|
112
154
|
stroke: "#434343",
|
|
113
155
|
"stroke-width": "1.5",
|
|
156
|
+
"stroke-linecap": "round",
|
|
114
157
|
"stroke-linejoin": "round"
|
|
115
158
|
}, null, -1);
|
|
116
159
|
const _hoisted_3$1u = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
117
|
-
d: "
|
|
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",
|
|
118
161
|
stroke: "#434343",
|
|
119
162
|
"stroke-width": "1.5",
|
|
120
163
|
"stroke-linecap": "round",
|
|
@@ -129,14 +172,14 @@
|
|
|
129
172
|
viewBox: "0 0 16 16",
|
|
130
173
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
131
174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
132
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
175
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-analyze`],
|
|
133
176
|
width: "1em",
|
|
134
177
|
height: "1em"
|
|
135
178
|
}, _ctx.$attrs), _hoisted_4$O, 16, _hoisted_1$1v);
|
|
136
179
|
}
|
|
137
180
|
var index$1v = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1v]]);
|
|
138
181
|
const _sfc_main$1u = {
|
|
139
|
-
name: "
|
|
182
|
+
name: "IconApply",
|
|
140
183
|
props: {
|
|
141
184
|
prefix: {
|
|
142
185
|
type: String,
|
|
@@ -150,14 +193,13 @@
|
|
|
150
193
|
};
|
|
151
194
|
const _hoisted_1$1u = ["fill"];
|
|
152
195
|
const _hoisted_2$1u = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
153
|
-
d: "
|
|
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",
|
|
154
197
|
stroke: "#434343",
|
|
155
198
|
"stroke-width": "1.5",
|
|
156
|
-
"stroke-linecap": "round",
|
|
157
199
|
"stroke-linejoin": "round"
|
|
158
200
|
}, null, -1);
|
|
159
201
|
const _hoisted_3$1t = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
160
|
-
d: "
|
|
202
|
+
d: "M4 13H12.3333",
|
|
161
203
|
stroke: "#434343",
|
|
162
204
|
"stroke-width": "1.5",
|
|
163
205
|
"stroke-linecap": "round",
|
|
@@ -172,14 +214,14 @@
|
|
|
172
214
|
viewBox: "0 0 16 16",
|
|
173
215
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
174
216
|
xmlns: "http://www.w3.org/2000/svg",
|
|
175
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
217
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-apply`],
|
|
176
218
|
width: "1em",
|
|
177
219
|
height: "1em"
|
|
178
220
|
}, _ctx.$attrs), _hoisted_4$N, 16, _hoisted_1$1u);
|
|
179
221
|
}
|
|
180
222
|
var index$1u = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1u]]);
|
|
181
223
|
const _sfc_main$1t = {
|
|
182
|
-
name: "
|
|
224
|
+
name: "IconApi",
|
|
183
225
|
props: {
|
|
184
226
|
prefix: {
|
|
185
227
|
type: String,
|
|
@@ -193,35 +235,28 @@
|
|
|
193
235
|
};
|
|
194
236
|
const _hoisted_1$1t = ["fill"];
|
|
195
237
|
const _hoisted_2$1t = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
196
|
-
d: "
|
|
197
|
-
stroke: "#434343",
|
|
198
|
-
"stroke-width": "1.5",
|
|
199
|
-
"stroke-linejoin": "round"
|
|
200
|
-
}, null, -1);
|
|
201
|
-
const _hoisted_3$1s = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
202
|
-
d: "M4 13H12.3333",
|
|
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",
|
|
203
239
|
stroke: "#434343",
|
|
204
240
|
"stroke-width": "1.5",
|
|
205
241
|
"stroke-linecap": "round",
|
|
206
242
|
"stroke-linejoin": "round"
|
|
207
243
|
}, null, -1);
|
|
208
|
-
const
|
|
209
|
-
_hoisted_2$1t
|
|
210
|
-
_hoisted_3$1s
|
|
244
|
+
const _hoisted_3$1s = [
|
|
245
|
+
_hoisted_2$1t
|
|
211
246
|
];
|
|
212
247
|
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
213
248
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
214
249
|
viewBox: "0 0 16 16",
|
|
215
250
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
216
251
|
xmlns: "http://www.w3.org/2000/svg",
|
|
217
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
252
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-api`],
|
|
218
253
|
width: "1em",
|
|
219
254
|
height: "1em"
|
|
220
|
-
}, _ctx.$attrs),
|
|
255
|
+
}, _ctx.$attrs), _hoisted_3$1s, 16, _hoisted_1$1t);
|
|
221
256
|
}
|
|
222
257
|
var index$1t = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1t]]);
|
|
223
258
|
const _sfc_main$1s = {
|
|
224
|
-
name: "
|
|
259
|
+
name: "IconAdd",
|
|
225
260
|
props: {
|
|
226
261
|
prefix: {
|
|
227
262
|
type: String,
|
|
@@ -235,8 +270,8 @@
|
|
|
235
270
|
};
|
|
236
271
|
const _hoisted_1$1s = ["fill"];
|
|
237
272
|
const _hoisted_2$1s = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
238
|
-
d: "
|
|
239
|
-
stroke: "#
|
|
273
|
+
d: "M8 3.83337V12.1667M12.1667 8H3.83337",
|
|
274
|
+
stroke: "#fff",
|
|
240
275
|
"stroke-width": "1.5",
|
|
241
276
|
"stroke-linecap": "round",
|
|
242
277
|
"stroke-linejoin": "round"
|
|
@@ -249,14 +284,14 @@
|
|
|
249
284
|
viewBox: "0 0 16 16",
|
|
250
285
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
251
286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
252
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
287
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-add`],
|
|
253
288
|
width: "1em",
|
|
254
289
|
height: "1em"
|
|
255
290
|
}, _ctx.$attrs), _hoisted_3$1r, 16, _hoisted_1$1s);
|
|
256
291
|
}
|
|
257
292
|
var index$1s = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s]]);
|
|
258
293
|
const _sfc_main$1r = {
|
|
259
|
-
name: "
|
|
294
|
+
name: "IconBloodanalysis",
|
|
260
295
|
props: {
|
|
261
296
|
prefix: {
|
|
262
297
|
type: String,
|
|
@@ -270,28 +305,36 @@
|
|
|
270
305
|
};
|
|
271
306
|
const _hoisted_1$1r = ["fill"];
|
|
272
307
|
const _hoisted_2$1r = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
273
|
-
d: "
|
|
274
|
-
stroke: "#
|
|
308
|
+
d: "M2 10.325H13M7.49995 9.50005C7.49995 8.28502 6.45341 7.30005 5.16245 7.30005 3.87149 7.30005 2.82495 8.28502 2.82495 9.50005",
|
|
309
|
+
stroke: "#434343",
|
|
310
|
+
"stroke-width": "1.5",
|
|
311
|
+
"stroke-linecap": "round",
|
|
312
|
+
"stroke-linejoin": "round"
|
|
313
|
+
}, null, -1);
|
|
314
|
+
const _hoisted_3$1q = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
315
|
+
d: "M12.175 9.5C12.175 6.46243 10.0819 4 7.49995 4 4.91803 4 2.82495 6.46243 2.82495 9.5M12.175 11.15C12.6306 11.15 13 10.7806 13 10.325 13 9.86937 12.6306 9.5 12.175 9.5 11.7193 9.5 11.35 9.86937 11.35 10.325 11.35 10.7806 11.7193 11.15 12.175 11.15zM7.49993 11.15C7.95556 11.15 8.32493 10.7806 8.32493 10.325 8.32493 9.86937 7.95556 9.5 7.49993 9.5 7.04429 9.5 6.67493 9.86937 6.67493 10.325 6.67493 10.7806 7.04429 11.15 7.49993 11.15zM2.825 11.15C3.28063 11.15 3.65 10.7806 3.65 10.325 3.65 9.86937 3.28063 9.5 2.825 9.5 2.36937 9.5 2 9.86937 2 10.325 2 10.7806 2.36937 11.15 2.825 11.15z",
|
|
316
|
+
stroke: "#434343",
|
|
275
317
|
"stroke-width": "1.5",
|
|
276
318
|
"stroke-linecap": "round",
|
|
277
319
|
"stroke-linejoin": "round"
|
|
278
320
|
}, null, -1);
|
|
279
|
-
const
|
|
280
|
-
_hoisted_2$1r
|
|
321
|
+
const _hoisted_4$M = [
|
|
322
|
+
_hoisted_2$1r,
|
|
323
|
+
_hoisted_3$1q
|
|
281
324
|
];
|
|
282
325
|
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
283
326
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
284
327
|
viewBox: "0 0 16 16",
|
|
285
328
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
286
329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
287
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
330
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Bloodanalysis`],
|
|
288
331
|
width: "1em",
|
|
289
332
|
height: "1em"
|
|
290
|
-
}, _ctx.$attrs),
|
|
333
|
+
}, _ctx.$attrs), _hoisted_4$M, 16, _hoisted_1$1r);
|
|
291
334
|
}
|
|
292
335
|
var index$1r = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r]]);
|
|
293
336
|
const _sfc_main$1q = {
|
|
294
|
-
name: "
|
|
337
|
+
name: "IconAssembly",
|
|
295
338
|
props: {
|
|
296
339
|
prefix: {
|
|
297
340
|
type: String,
|
|
@@ -305,36 +348,44 @@
|
|
|
305
348
|
};
|
|
306
349
|
const _hoisted_1$1q = ["fill"];
|
|
307
350
|
const _hoisted_2$1q = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
308
|
-
d: "
|
|
351
|
+
d: "M5.00002 3H3V5.00002H5.00002V3zM13 11H11V13H13V11zM5.00002 11H3V13H5.00002V11zM13 3H11V5.00002H13V3z",
|
|
309
352
|
stroke: "#434343",
|
|
310
353
|
"stroke-width": "1.5",
|
|
311
|
-
"stroke-linecap": "round",
|
|
312
354
|
"stroke-linejoin": "round"
|
|
313
355
|
}, null, -1);
|
|
314
356
|
const _hoisted_3$1p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
315
|
-
d: "
|
|
357
|
+
d: "M3.99976 11V4.99988M12.0001 11V4.99988M4.99988 3.99976H11M4.99988 12.0001H11",
|
|
358
|
+
stroke: "#434343",
|
|
359
|
+
"stroke-width": "1.5",
|
|
360
|
+
"stroke-linecap": "round",
|
|
361
|
+
"stroke-linejoin": "round"
|
|
362
|
+
}, null, -1);
|
|
363
|
+
const _hoisted_4$L = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
364
|
+
"clip-rule": "evenodd",
|
|
365
|
+
d: "M6.00012 6.00012H8.40015V7.60014H10.0002V10.0002H7.60014V8.40015H6.00012V6.00012Z",
|
|
316
366
|
stroke: "#434343",
|
|
317
367
|
"stroke-width": "1.5",
|
|
318
368
|
"stroke-linecap": "round",
|
|
319
369
|
"stroke-linejoin": "round"
|
|
320
370
|
}, null, -1);
|
|
321
|
-
const
|
|
371
|
+
const _hoisted_5$8 = [
|
|
322
372
|
_hoisted_2$1q,
|
|
323
|
-
_hoisted_3$1p
|
|
373
|
+
_hoisted_3$1p,
|
|
374
|
+
_hoisted_4$L
|
|
324
375
|
];
|
|
325
376
|
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
326
377
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
327
378
|
viewBox: "0 0 16 16",
|
|
328
379
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
329
380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
330
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
381
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-assembly`],
|
|
331
382
|
width: "1em",
|
|
332
383
|
height: "1em"
|
|
333
|
-
}, _ctx.$attrs),
|
|
384
|
+
}, _ctx.$attrs), _hoisted_5$8, 16, _hoisted_1$1q);
|
|
334
385
|
}
|
|
335
386
|
var index$1q = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q]]);
|
|
336
387
|
const _sfc_main$1p = {
|
|
337
|
-
name: "
|
|
388
|
+
name: "IconAppend",
|
|
338
389
|
props: {
|
|
339
390
|
prefix: {
|
|
340
391
|
type: String,
|
|
@@ -348,44 +399,35 @@
|
|
|
348
399
|
};
|
|
349
400
|
const _hoisted_1$1p = ["fill"];
|
|
350
401
|
const _hoisted_2$1p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
351
|
-
d: "
|
|
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",
|
|
352
403
|
stroke: "#434343",
|
|
353
404
|
"stroke-width": "1.5",
|
|
354
405
|
"stroke-linejoin": "round"
|
|
355
406
|
}, null, -1);
|
|
356
407
|
const _hoisted_3$1o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
357
|
-
d: "
|
|
358
|
-
stroke: "#434343",
|
|
359
|
-
"stroke-width": "1.5",
|
|
360
|
-
"stroke-linecap": "round",
|
|
361
|
-
"stroke-linejoin": "round"
|
|
362
|
-
}, null, -1);
|
|
363
|
-
const _hoisted_4$K = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
364
|
-
"clip-rule": "evenodd",
|
|
365
|
-
d: "M6.00012 6.00012H8.40015V7.60014H10.0002V10.0002H7.60014V8.40015H6.00012V6.00012Z",
|
|
408
|
+
d: "M8 6.33337V9.66671M6.33337 8H9.66671",
|
|
366
409
|
stroke: "#434343",
|
|
367
410
|
"stroke-width": "1.5",
|
|
368
411
|
"stroke-linecap": "round",
|
|
369
412
|
"stroke-linejoin": "round"
|
|
370
413
|
}, null, -1);
|
|
371
|
-
const
|
|
414
|
+
const _hoisted_4$K = [
|
|
372
415
|
_hoisted_2$1p,
|
|
373
|
-
_hoisted_3$1o
|
|
374
|
-
_hoisted_4$K
|
|
416
|
+
_hoisted_3$1o
|
|
375
417
|
];
|
|
376
418
|
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
377
419
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
378
420
|
viewBox: "0 0 16 16",
|
|
379
421
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
380
422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
381
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
423
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-append`],
|
|
382
424
|
width: "1em",
|
|
383
425
|
height: "1em"
|
|
384
|
-
}, _ctx.$attrs),
|
|
426
|
+
}, _ctx.$attrs), _hoisted_4$K, 16, _hoisted_1$1p);
|
|
385
427
|
}
|
|
386
428
|
var index$1p = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p]]);
|
|
387
429
|
const _sfc_main$1o = {
|
|
388
|
-
name: "
|
|
430
|
+
name: "IconBasics",
|
|
389
431
|
props: {
|
|
390
432
|
prefix: {
|
|
391
433
|
type: String,
|
|
@@ -399,35 +441,27 @@
|
|
|
399
441
|
};
|
|
400
442
|
const _hoisted_1$1o = ["fill"];
|
|
401
443
|
const _hoisted_2$1o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
402
|
-
d: "
|
|
403
|
-
stroke: "#434343",
|
|
404
|
-
"stroke-width": "1.5",
|
|
405
|
-
"stroke-linejoin": "round"
|
|
406
|
-
}, null, -1);
|
|
407
|
-
const _hoisted_3$1n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
408
|
-
d: "M8 6.33337V9.66671M6.33337 8H9.66671",
|
|
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",
|
|
409
445
|
stroke: "#434343",
|
|
410
446
|
"stroke-width": "1.5",
|
|
411
|
-
"stroke-linecap": "round",
|
|
412
447
|
"stroke-linejoin": "round"
|
|
413
448
|
}, null, -1);
|
|
414
|
-
const
|
|
415
|
-
_hoisted_2$1o
|
|
416
|
-
_hoisted_3$1n
|
|
449
|
+
const _hoisted_3$1n = [
|
|
450
|
+
_hoisted_2$1o
|
|
417
451
|
];
|
|
418
452
|
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
419
453
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
420
454
|
viewBox: "0 0 16 16",
|
|
421
455
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
422
456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
423
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
457
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Basics`],
|
|
424
458
|
width: "1em",
|
|
425
459
|
height: "1em"
|
|
426
|
-
}, _ctx.$attrs),
|
|
460
|
+
}, _ctx.$attrs), _hoisted_3$1n, 16, _hoisted_1$1o);
|
|
427
461
|
}
|
|
428
462
|
var index$1o = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o]]);
|
|
429
463
|
const _sfc_main$1n = {
|
|
430
|
-
name: "
|
|
464
|
+
name: "IconDatabasesource",
|
|
431
465
|
props: {
|
|
432
466
|
prefix: {
|
|
433
467
|
type: String,
|
|
@@ -441,27 +475,36 @@
|
|
|
441
475
|
};
|
|
442
476
|
const _hoisted_1$1n = ["fill"];
|
|
443
477
|
const _hoisted_2$1n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
444
|
-
d: "
|
|
478
|
+
d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
|
|
479
|
+
stroke: "#434343",
|
|
480
|
+
"stroke-width": "1.5",
|
|
481
|
+
"stroke-linecap": "round",
|
|
482
|
+
"stroke-linejoin": "round"
|
|
483
|
+
}, null, -1);
|
|
484
|
+
const _hoisted_3$1m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
485
|
+
d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57495C2 7.33434 3.84682 7.94995 6.125 7.94995 6.88298 7.94995 7.59323 7.88181 8.20359 7.7629M13 9.59998C13 11.1187 11.7688 12.35 10.25 12.35 9.7575 12.35 9.29523 12.2205 8.89538 11.9937 8.19143 11.5945 7.68092 10.8937 7.53949 10.067 7.51353 9.91521 7.5 9.75917 7.5 9.59998 7.5 8.89386 7.76615 8.24989 8.20359 7.76292 8.70703 7.20247 9.43735 6.84998 10.25 6.84998 11.7688 6.84998 13 8.08121 13 9.59998z",
|
|
445
486
|
stroke: "#434343",
|
|
446
487
|
"stroke-width": "1.5",
|
|
488
|
+
"stroke-linecap": "round",
|
|
447
489
|
"stroke-linejoin": "round"
|
|
448
490
|
}, null, -1);
|
|
449
|
-
const
|
|
450
|
-
_hoisted_2$1n
|
|
491
|
+
const _hoisted_4$J = [
|
|
492
|
+
_hoisted_2$1n,
|
|
493
|
+
_hoisted_3$1m
|
|
451
494
|
];
|
|
452
495
|
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
453
496
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
454
497
|
viewBox: "0 0 16 16",
|
|
455
498
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
456
499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
457
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
500
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Databasesource`],
|
|
458
501
|
width: "1em",
|
|
459
502
|
height: "1em"
|
|
460
|
-
}, _ctx.$attrs),
|
|
503
|
+
}, _ctx.$attrs), _hoisted_4$J, 16, _hoisted_1$1n);
|
|
461
504
|
}
|
|
462
505
|
var index$1n = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n]]);
|
|
463
506
|
const _sfc_main$1m = {
|
|
464
|
-
name: "
|
|
507
|
+
name: "IconDown",
|
|
465
508
|
props: {
|
|
466
509
|
prefix: {
|
|
467
510
|
type: String,
|
|
@@ -475,36 +518,28 @@
|
|
|
475
518
|
};
|
|
476
519
|
const _hoisted_1$1m = ["fill"];
|
|
477
520
|
const _hoisted_2$1m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
478
|
-
d: "
|
|
479
|
-
stroke: "#434343",
|
|
480
|
-
"stroke-width": "1.5",
|
|
481
|
-
"stroke-linecap": "round",
|
|
482
|
-
"stroke-linejoin": "round"
|
|
483
|
-
}, null, -1);
|
|
484
|
-
const _hoisted_3$1l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
485
|
-
d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57495C2 7.33434 3.84682 7.94995 6.125 7.94995 6.88298 7.94995 7.59323 7.88181 8.20359 7.7629M13 9.59998C13 11.1187 11.7688 12.35 10.25 12.35 9.7575 12.35 9.29523 12.2205 8.89538 11.9937 8.19143 11.5945 7.68092 10.8937 7.53949 10.067 7.51353 9.91521 7.5 9.75917 7.5 9.59998 7.5 8.89386 7.76615 8.24989 8.20359 7.76292 8.70703 7.20247 9.43735 6.84998 10.25 6.84998 11.7688 6.84998 13 8.08121 13 9.59998z",
|
|
521
|
+
d: "M11.25 6.75L8 10.25L4.75 6.75",
|
|
486
522
|
stroke: "#434343",
|
|
487
523
|
"stroke-width": "1.5",
|
|
488
524
|
"stroke-linecap": "round",
|
|
489
525
|
"stroke-linejoin": "round"
|
|
490
526
|
}, null, -1);
|
|
491
|
-
const
|
|
492
|
-
_hoisted_2$1m
|
|
493
|
-
_hoisted_3$1l
|
|
527
|
+
const _hoisted_3$1l = [
|
|
528
|
+
_hoisted_2$1m
|
|
494
529
|
];
|
|
495
530
|
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
496
531
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
497
532
|
viewBox: "0 0 16 16",
|
|
498
533
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
499
534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
500
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
535
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-down`],
|
|
501
536
|
width: "1em",
|
|
502
537
|
height: "1em"
|
|
503
|
-
}, _ctx.$attrs),
|
|
538
|
+
}, _ctx.$attrs), _hoisted_3$1l, 16, _hoisted_1$1m);
|
|
504
539
|
}
|
|
505
540
|
var index$1m = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m]]);
|
|
506
541
|
const _sfc_main$1l = {
|
|
507
|
-
name: "
|
|
542
|
+
name: "IconCollect",
|
|
508
543
|
props: {
|
|
509
544
|
prefix: {
|
|
510
545
|
type: String,
|
|
@@ -518,10 +553,9 @@
|
|
|
518
553
|
};
|
|
519
554
|
const _hoisted_1$1l = ["fill"];
|
|
520
555
|
const _hoisted_2$1l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
521
|
-
d: "
|
|
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",
|
|
522
557
|
stroke: "#434343",
|
|
523
558
|
"stroke-width": "1.5",
|
|
524
|
-
"stroke-linecap": "round",
|
|
525
559
|
"stroke-linejoin": "round"
|
|
526
560
|
}, null, -1);
|
|
527
561
|
const _hoisted_3$1k = [
|
|
@@ -532,14 +566,14 @@
|
|
|
532
566
|
viewBox: "0 0 16 16",
|
|
533
567
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
534
568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
535
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
569
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Collect`],
|
|
536
570
|
width: "1em",
|
|
537
571
|
height: "1em"
|
|
538
572
|
}, _ctx.$attrs), _hoisted_3$1k, 16, _hoisted_1$1l);
|
|
539
573
|
}
|
|
540
574
|
var index$1l = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l]]);
|
|
541
575
|
const _sfc_main$1k = {
|
|
542
|
-
name: "
|
|
576
|
+
name: "IconDatabase",
|
|
543
577
|
props: {
|
|
544
578
|
prefix: {
|
|
545
579
|
type: String,
|
|
@@ -553,27 +587,36 @@
|
|
|
553
587
|
};
|
|
554
588
|
const _hoisted_1$1k = ["fill"];
|
|
555
589
|
const _hoisted_2$1k = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
556
|
-
d: "
|
|
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",
|
|
557
591
|
stroke: "#434343",
|
|
558
592
|
"stroke-width": "1.5",
|
|
593
|
+
"stroke-linecap": "round",
|
|
594
|
+
"stroke-linejoin": "round"
|
|
595
|
+
}, null, -1);
|
|
596
|
+
const _hoisted_3$1j = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
597
|
+
d: "M13 9.25C13 10.0784 10.7614 10.75 8 10.75 5.23857 10.75 3 10.0784 3 9.25M13 7C13 7.82842 10.7614 8.5 8 8.5 5.23857 8.5 3 7.82842 3 7M8 6C10.7614 6 13 5.32843 13 4.5 13 3.67157 10.7614 3 8 3 5.23858 3 3 3.67157 3 4.5 3 5.32843 5.23858 6 8 6z",
|
|
598
|
+
stroke: "#434343",
|
|
599
|
+
"stroke-width": "1.5",
|
|
600
|
+
"stroke-linecap": "round",
|
|
559
601
|
"stroke-linejoin": "round"
|
|
560
602
|
}, null, -1);
|
|
561
|
-
const
|
|
562
|
-
_hoisted_2$1k
|
|
603
|
+
const _hoisted_4$I = [
|
|
604
|
+
_hoisted_2$1k,
|
|
605
|
+
_hoisted_3$1j
|
|
563
606
|
];
|
|
564
607
|
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
565
608
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
566
609
|
viewBox: "0 0 16 16",
|
|
567
610
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
568
611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
569
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
612
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database`],
|
|
570
613
|
width: "1em",
|
|
571
614
|
height: "1em"
|
|
572
|
-
}, _ctx.$attrs),
|
|
615
|
+
}, _ctx.$attrs), _hoisted_4$I, 16, _hoisted_1$1k);
|
|
573
616
|
}
|
|
574
617
|
var index$1k = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k]]);
|
|
575
618
|
const _sfc_main$1j = {
|
|
576
|
-
name: "
|
|
619
|
+
name: "IconCharts",
|
|
577
620
|
props: {
|
|
578
621
|
prefix: {
|
|
579
622
|
type: String,
|
|
@@ -587,17 +630,16 @@
|
|
|
587
630
|
};
|
|
588
631
|
const _hoisted_1$1j = ["fill"];
|
|
589
632
|
const _hoisted_2$1j = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
590
|
-
d: "
|
|
633
|
+
d: "M2 12.9H13",
|
|
591
634
|
stroke: "#434343",
|
|
592
635
|
"stroke-width": "1.5",
|
|
593
636
|
"stroke-linecap": "round",
|
|
594
637
|
"stroke-linejoin": "round"
|
|
595
638
|
}, null, -1);
|
|
596
639
|
const _hoisted_3$1i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
597
|
-
d: "
|
|
640
|
+
d: "M4.74998 9.05005H3.09998V12.9H4.74998V9.05005zM8.32493 6.30005H6.67493V12.9H8.32493V6.30005zM11.9 3H10.25V12.9H11.9V3z",
|
|
598
641
|
stroke: "#434343",
|
|
599
642
|
"stroke-width": "1.5",
|
|
600
|
-
"stroke-linecap": "round",
|
|
601
643
|
"stroke-linejoin": "round"
|
|
602
644
|
}, null, -1);
|
|
603
645
|
const _hoisted_4$H = [
|
|
@@ -609,14 +651,14 @@
|
|
|
609
651
|
viewBox: "0 0 16 16",
|
|
610
652
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
611
653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
612
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
654
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-charts`],
|
|
613
655
|
width: "1em",
|
|
614
656
|
height: "1em"
|
|
615
657
|
}, _ctx.$attrs), _hoisted_4$H, 16, _hoisted_1$1j);
|
|
616
658
|
}
|
|
617
659
|
var index$1j = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j]]);
|
|
618
660
|
const _sfc_main$1i = {
|
|
619
|
-
name: "
|
|
661
|
+
name: "IconCopy",
|
|
620
662
|
props: {
|
|
621
663
|
prefix: {
|
|
622
664
|
type: String,
|
|
@@ -630,16 +672,17 @@
|
|
|
630
672
|
};
|
|
631
673
|
const _hoisted_1$1i = ["fill"];
|
|
632
674
|
const _hoisted_2$1i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
633
|
-
d: "
|
|
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",
|
|
634
676
|
stroke: "#434343",
|
|
635
677
|
"stroke-width": "1.5",
|
|
636
678
|
"stroke-linecap": "round",
|
|
637
679
|
"stroke-linejoin": "round"
|
|
638
680
|
}, null, -1);
|
|
639
681
|
const _hoisted_3$1h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
640
|
-
d: "
|
|
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",
|
|
641
683
|
stroke: "#434343",
|
|
642
684
|
"stroke-width": "1.5",
|
|
685
|
+
"stroke-linecap": "round",
|
|
643
686
|
"stroke-linejoin": "round"
|
|
644
687
|
}, null, -1);
|
|
645
688
|
const _hoisted_4$G = [
|
|
@@ -651,14 +694,14 @@
|
|
|
651
694
|
viewBox: "0 0 16 16",
|
|
652
695
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
653
696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
654
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
697
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy`],
|
|
655
698
|
width: "1em",
|
|
656
699
|
height: "1em"
|
|
657
700
|
}, _ctx.$attrs), _hoisted_4$G, 16, _hoisted_1$1i);
|
|
658
701
|
}
|
|
659
702
|
var index$1i = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
|
|
660
703
|
const _sfc_main$1h = {
|
|
661
|
-
name: "
|
|
704
|
+
name: "IconDatabaseobject",
|
|
662
705
|
props: {
|
|
663
706
|
prefix: {
|
|
664
707
|
type: String,
|
|
@@ -672,36 +715,44 @@
|
|
|
672
715
|
};
|
|
673
716
|
const _hoisted_1$1h = ["fill"];
|
|
674
717
|
const _hoisted_2$1h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
675
|
-
d: "
|
|
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",
|
|
676
719
|
stroke: "#434343",
|
|
677
720
|
"stroke-width": "1.5",
|
|
678
721
|
"stroke-linecap": "round",
|
|
679
722
|
"stroke-linejoin": "round"
|
|
680
723
|
}, null, -1);
|
|
681
724
|
const _hoisted_3$1g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
682
|
-
d: "
|
|
725
|
+
d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
|
|
726
|
+
stroke: "#434343",
|
|
727
|
+
"stroke-width": "1.5",
|
|
728
|
+
"stroke-linecap": "round",
|
|
729
|
+
"stroke-linejoin": "round"
|
|
730
|
+
}, null, -1);
|
|
731
|
+
const _hoisted_4$F = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
732
|
+
d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57507C2 7.33446 3.84682 7.95007 6.125 7.95007 6.88298 7.95007 7.59323 7.88193 8.20359 7.76302M11.625 9.6L10.525 8.5M11.625 9.6L10.525 10.7M11.625 9.6H8.875",
|
|
683
733
|
stroke: "#434343",
|
|
684
734
|
"stroke-width": "1.5",
|
|
685
735
|
"stroke-linecap": "round",
|
|
686
736
|
"stroke-linejoin": "round"
|
|
687
737
|
}, null, -1);
|
|
688
|
-
const
|
|
738
|
+
const _hoisted_5$7 = [
|
|
689
739
|
_hoisted_2$1h,
|
|
690
|
-
_hoisted_3$1g
|
|
740
|
+
_hoisted_3$1g,
|
|
741
|
+
_hoisted_4$F
|
|
691
742
|
];
|
|
692
743
|
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
693
744
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
694
745
|
viewBox: "0 0 16 16",
|
|
695
746
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
696
747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
697
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
748
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Databaseobject`],
|
|
698
749
|
width: "1em",
|
|
699
750
|
height: "1em"
|
|
700
|
-
}, _ctx.$attrs),
|
|
751
|
+
}, _ctx.$attrs), _hoisted_5$7, 16, _hoisted_1$1h);
|
|
701
752
|
}
|
|
702
753
|
var index$1h = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h]]);
|
|
703
754
|
const _sfc_main$1g = {
|
|
704
|
-
name: "
|
|
755
|
+
name: "IconDelete",
|
|
705
756
|
props: {
|
|
706
757
|
prefix: {
|
|
707
758
|
type: String,
|
|
@@ -715,44 +766,28 @@
|
|
|
715
766
|
};
|
|
716
767
|
const _hoisted_1$1g = ["fill"];
|
|
717
768
|
const _hoisted_2$1g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
718
|
-
d: "
|
|
719
|
-
stroke: "#434343",
|
|
720
|
-
"stroke-width": "1.5",
|
|
721
|
-
"stroke-linecap": "round",
|
|
722
|
-
"stroke-linejoin": "round"
|
|
723
|
-
}, null, -1);
|
|
724
|
-
const _hoisted_3$1f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
725
|
-
d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
|
|
726
|
-
stroke: "#434343",
|
|
727
|
-
"stroke-width": "1.5",
|
|
728
|
-
"stroke-linecap": "round",
|
|
729
|
-
"stroke-linejoin": "round"
|
|
730
|
-
}, null, -1);
|
|
731
|
-
const _hoisted_4$E = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
732
|
-
d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57507C2 7.33446 3.84682 7.95007 6.125 7.95007 6.88298 7.95007 7.59323 7.88193 8.20359 7.76302M11.625 9.6L10.525 8.5M11.625 9.6L10.525 10.7M11.625 9.6H8.875",
|
|
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",
|
|
733
770
|
stroke: "#434343",
|
|
734
771
|
"stroke-width": "1.5",
|
|
735
772
|
"stroke-linecap": "round",
|
|
736
773
|
"stroke-linejoin": "round"
|
|
737
774
|
}, null, -1);
|
|
738
|
-
const
|
|
739
|
-
_hoisted_2$1g
|
|
740
|
-
_hoisted_3$1f,
|
|
741
|
-
_hoisted_4$E
|
|
775
|
+
const _hoisted_3$1f = [
|
|
776
|
+
_hoisted_2$1g
|
|
742
777
|
];
|
|
743
778
|
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
744
779
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
745
780
|
viewBox: "0 0 16 16",
|
|
746
781
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
747
782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
748
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
783
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete`],
|
|
749
784
|
width: "1em",
|
|
750
785
|
height: "1em"
|
|
751
|
-
}, _ctx.$attrs),
|
|
786
|
+
}, _ctx.$attrs), _hoisted_3$1f, 16, _hoisted_1$1g);
|
|
752
787
|
}
|
|
753
788
|
var index$1g = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
|
|
754
789
|
const _sfc_main$1f = {
|
|
755
|
-
name: "
|
|
790
|
+
name: "IconDetails",
|
|
756
791
|
props: {
|
|
757
792
|
prefix: {
|
|
758
793
|
type: String,
|
|
@@ -766,28 +801,36 @@
|
|
|
766
801
|
};
|
|
767
802
|
const _hoisted_1$1f = ["fill"];
|
|
768
803
|
const _hoisted_2$1f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
769
|
-
d: "
|
|
804
|
+
d: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
|
|
805
|
+
stroke: "#434343",
|
|
806
|
+
"stroke-width": "1.5",
|
|
807
|
+
"stroke-linecap": "round",
|
|
808
|
+
"stroke-linejoin": "round"
|
|
809
|
+
}, null, -1);
|
|
810
|
+
const _hoisted_3$1e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
811
|
+
d: "M12.8 6.3H9.5V3M6.20007 10.7001H9.50007M6.20007 8.5H9.50007",
|
|
770
812
|
stroke: "#434343",
|
|
771
813
|
"stroke-width": "1.5",
|
|
772
814
|
"stroke-linecap": "round",
|
|
773
815
|
"stroke-linejoin": "round"
|
|
774
816
|
}, null, -1);
|
|
775
|
-
const
|
|
776
|
-
_hoisted_2$1f
|
|
817
|
+
const _hoisted_4$E = [
|
|
818
|
+
_hoisted_2$1f,
|
|
819
|
+
_hoisted_3$1e
|
|
777
820
|
];
|
|
778
821
|
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
779
822
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
780
823
|
viewBox: "0 0 16 16",
|
|
781
824
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
782
825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
783
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
826
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-details`],
|
|
784
827
|
width: "1em",
|
|
785
828
|
height: "1em"
|
|
786
|
-
}, _ctx.$attrs),
|
|
829
|
+
}, _ctx.$attrs), _hoisted_4$E, 16, _hoisted_1$1f);
|
|
787
830
|
}
|
|
788
831
|
var index$1f = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
|
|
789
832
|
const _sfc_main$1e = {
|
|
790
|
-
name: "
|
|
833
|
+
name: "IconCheck",
|
|
791
834
|
props: {
|
|
792
835
|
prefix: {
|
|
793
836
|
type: String,
|
|
@@ -801,36 +844,28 @@
|
|
|
801
844
|
};
|
|
802
845
|
const _hoisted_1$1e = ["fill"];
|
|
803
846
|
const _hoisted_2$1e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
804
|
-
d: "
|
|
805
|
-
stroke: "#434343",
|
|
806
|
-
"stroke-width": "1.5",
|
|
807
|
-
"stroke-linecap": "round",
|
|
808
|
-
"stroke-linejoin": "round"
|
|
809
|
-
}, null, -1);
|
|
810
|
-
const _hoisted_3$1d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
811
|
-
d: "M12.8 6.3H9.5V3M6.20007 10.7001H9.50007M6.20007 8.5H9.50007",
|
|
847
|
+
d: "M12 4C12 4 6.97059 7.97059 5.64706 13L3 9.29412",
|
|
812
848
|
stroke: "#434343",
|
|
813
849
|
"stroke-width": "1.5",
|
|
814
850
|
"stroke-linecap": "round",
|
|
815
851
|
"stroke-linejoin": "round"
|
|
816
852
|
}, null, -1);
|
|
817
|
-
const
|
|
818
|
-
_hoisted_2$1e
|
|
819
|
-
_hoisted_3$1d
|
|
853
|
+
const _hoisted_3$1d = [
|
|
854
|
+
_hoisted_2$1e
|
|
820
855
|
];
|
|
821
856
|
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
822
857
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
823
858
|
viewBox: "0 0 16 16",
|
|
824
859
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
825
860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
826
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
861
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-check`],
|
|
827
862
|
width: "1em",
|
|
828
863
|
height: "1em"
|
|
829
|
-
}, _ctx.$attrs),
|
|
864
|
+
}, _ctx.$attrs), _hoisted_3$1d, 16, _hoisted_1$1e);
|
|
830
865
|
}
|
|
831
866
|
var index$1e = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
|
|
832
867
|
const _sfc_main$1d = {
|
|
833
|
-
name: "
|
|
868
|
+
name: "IconDispatch",
|
|
834
869
|
props: {
|
|
835
870
|
prefix: {
|
|
836
871
|
type: String,
|
|
@@ -844,28 +879,36 @@
|
|
|
844
879
|
};
|
|
845
880
|
const _hoisted_1$1d = ["fill"];
|
|
846
881
|
const _hoisted_2$1d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
847
|
-
d: "
|
|
882
|
+
d: "M5.23694 12.308C5.99767 12.9062 6.95722 13.2631 8.00009 13.2631 9.04295 13.2631 10.0025 12.9062 10.7632 12.308M6.68425 4.51233C4.85565 5.0742 3.52637 6.77654 3.52637 8.78937 3.52637 9.2959 3.61055 9.78277 3.76568 10.2367M9.3158 4.51233C11.1444 5.0742 12.4737 6.77654 12.4737 8.78937 12.4737 9.2959 12.3895 9.78277 12.2344 10.2367",
|
|
883
|
+
stroke: "#434343",
|
|
884
|
+
"stroke-width": "1.5",
|
|
885
|
+
"stroke-linecap": "round",
|
|
886
|
+
"stroke-linejoin": "round"
|
|
887
|
+
}, null, -1);
|
|
888
|
+
const _hoisted_3$1c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
889
|
+
d: "M13.0001 11.421C13.0001 11.7741 12.861 12.0946 12.6348 12.3309 12.3952 12.5811 12.058 12.7368 11.6843 12.7368 10.9576 12.7368 10.3685 12.1477 10.3685 11.421 10.3685 10.892 10.6807 10.436 11.1308 10.227 11.2991 10.1488 11.4866 10.1052 11.6843 10.1052 12.411 10.1052 13.0001 10.6943 13.0001 11.421zM5.63157 11.421C5.63157 11.7741 5.49252 12.0946 5.26623 12.3309 5.0267 12.5811 4.68944 12.7368 4.31578 12.7368 3.5891 12.7368 3 12.1477 3 11.421 3 10.892 3.31214 10.436 3.76228 10.227 3.93053 10.1488 4.11807 10.1052 4.31578 10.1052 5.04247 10.1052 5.63157 10.6943 5.63157 11.421zM9.31577 4.31578C9.31577 4.66884 9.17672 4.98939 8.95043 5.2257 8.71091 5.47583 8.37365 5.63157 7.99999 5.63157 7.27331 5.63157 6.6842 5.04247 6.6842 4.31578 6.6842 3.78682 6.99633 3.33075 7.44649 3.12174 7.61473 3.04361 7.80228 3 7.99999 3 8.72667 3 9.31577 3.5891 9.31577 4.31578z",
|
|
848
890
|
stroke: "#434343",
|
|
849
891
|
"stroke-width": "1.5",
|
|
850
892
|
"stroke-linecap": "round",
|
|
851
893
|
"stroke-linejoin": "round"
|
|
852
894
|
}, null, -1);
|
|
853
|
-
const
|
|
854
|
-
_hoisted_2$1d
|
|
895
|
+
const _hoisted_4$D = [
|
|
896
|
+
_hoisted_2$1d,
|
|
897
|
+
_hoisted_3$1c
|
|
855
898
|
];
|
|
856
899
|
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
857
900
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
858
901
|
viewBox: "0 0 16 16",
|
|
859
902
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
860
903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
861
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
904
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dispatch`],
|
|
862
905
|
width: "1em",
|
|
863
906
|
height: "1em"
|
|
864
|
-
}, _ctx.$attrs),
|
|
907
|
+
}, _ctx.$attrs), _hoisted_4$D, 16, _hoisted_1$1d);
|
|
865
908
|
}
|
|
866
909
|
var index$1d = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
|
|
867
910
|
const _sfc_main$1c = {
|
|
868
|
-
name: "
|
|
911
|
+
name: "IconAdvance",
|
|
869
912
|
props: {
|
|
870
913
|
prefix: {
|
|
871
914
|
type: String,
|
|
@@ -879,14 +922,14 @@
|
|
|
879
922
|
};
|
|
880
923
|
const _hoisted_1$1c = ["fill"];
|
|
881
924
|
const _hoisted_2$1c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
882
|
-
d: "
|
|
925
|
+
d: "M11.0556 4L13 5.66666L11.0556 7.61111",
|
|
883
926
|
stroke: "#434343",
|
|
884
927
|
"stroke-width": "1.5",
|
|
885
928
|
"stroke-linecap": "round",
|
|
886
929
|
"stroke-linejoin": "round"
|
|
887
930
|
}, null, -1);
|
|
888
931
|
const _hoisted_3$1b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
889
|
-
d: "M13
|
|
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",
|
|
890
933
|
stroke: "#434343",
|
|
891
934
|
"stroke-width": "1.5",
|
|
892
935
|
"stroke-linecap": "round",
|
|
@@ -901,14 +944,14 @@
|
|
|
901
944
|
viewBox: "0 0 16 16",
|
|
902
945
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
903
946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
904
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
947
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-advance`],
|
|
905
948
|
width: "1em",
|
|
906
949
|
height: "1em"
|
|
907
950
|
}, _ctx.$attrs), _hoisted_4$C, 16, _hoisted_1$1c);
|
|
908
951
|
}
|
|
909
952
|
var index$1c = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
|
|
910
953
|
const _sfc_main$1b = {
|
|
911
|
-
name: "
|
|
954
|
+
name: "IconDisposition",
|
|
912
955
|
props: {
|
|
913
956
|
prefix: {
|
|
914
957
|
type: String,
|
|
@@ -922,36 +965,28 @@
|
|
|
922
965
|
};
|
|
923
966
|
const _hoisted_1$1b = ["fill"];
|
|
924
967
|
const _hoisted_2$1b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
925
|
-
d: "
|
|
926
|
-
stroke: "#434343",
|
|
927
|
-
"stroke-width": "1.5",
|
|
928
|
-
"stroke-linecap": "round",
|
|
929
|
-
"stroke-linejoin": "round"
|
|
930
|
-
}, null, -1);
|
|
931
|
-
const _hoisted_3$1a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
932
|
-
d: "M13 5.66675H6.61284C4.7009 5.66675 3.07721 7.22797 3.00268 9.13897C2.92393 11.1583 4.59248 12.889 6.61284 12.889H11.3338",
|
|
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",
|
|
933
969
|
stroke: "#434343",
|
|
934
970
|
"stroke-width": "1.5",
|
|
935
971
|
"stroke-linecap": "round",
|
|
936
972
|
"stroke-linejoin": "round"
|
|
937
973
|
}, null, -1);
|
|
938
|
-
const
|
|
939
|
-
_hoisted_2$1b
|
|
940
|
-
_hoisted_3$1a
|
|
974
|
+
const _hoisted_3$1a = [
|
|
975
|
+
_hoisted_2$1b
|
|
941
976
|
];
|
|
942
977
|
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
943
978
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
944
979
|
viewBox: "0 0 16 16",
|
|
945
980
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
946
981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
947
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
982
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-disposition`],
|
|
948
983
|
width: "1em",
|
|
949
984
|
height: "1em"
|
|
950
|
-
}, _ctx.$attrs),
|
|
985
|
+
}, _ctx.$attrs), _hoisted_3$1a, 16, _hoisted_1$1b);
|
|
951
986
|
}
|
|
952
987
|
var index$1b = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
953
988
|
const _sfc_main$1a = {
|
|
954
|
-
name: "
|
|
989
|
+
name: "IconActivate",
|
|
955
990
|
props: {
|
|
956
991
|
prefix: {
|
|
957
992
|
type: String,
|
|
@@ -964,29 +999,39 @@
|
|
|
964
999
|
}
|
|
965
1000
|
};
|
|
966
1001
|
const _hoisted_1$1a = ["fill"];
|
|
967
|
-
const _hoisted_2$1a = /* @__PURE__ */ vue.createElementVNode("
|
|
968
|
-
|
|
1002
|
+
const _hoisted_2$1a = /* @__PURE__ */ vue.createElementVNode("circle", {
|
|
1003
|
+
cx: "8",
|
|
1004
|
+
cy: "8",
|
|
1005
|
+
r: "5",
|
|
1006
|
+
stroke: "#434343",
|
|
1007
|
+
"stroke-width": "1.5",
|
|
1008
|
+
"stroke-linecap": "round",
|
|
1009
|
+
"stroke-linejoin": "round"
|
|
1010
|
+
}, null, -1);
|
|
1011
|
+
const _hoisted_3$19 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1012
|
+
d: "M11.8334 7.58337L6.33337 4.33337V10.8334L11.8334 7.58337Z",
|
|
969
1013
|
stroke: "#434343",
|
|
970
1014
|
"stroke-width": "1.5",
|
|
971
1015
|
"stroke-linecap": "round",
|
|
972
1016
|
"stroke-linejoin": "round"
|
|
973
1017
|
}, null, -1);
|
|
974
|
-
const
|
|
975
|
-
_hoisted_2$1a
|
|
1018
|
+
const _hoisted_4$B = [
|
|
1019
|
+
_hoisted_2$1a,
|
|
1020
|
+
_hoisted_3$19
|
|
976
1021
|
];
|
|
977
1022
|
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
978
1023
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
979
1024
|
viewBox: "0 0 16 16",
|
|
980
1025
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
981
1026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
982
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1027
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-activate`],
|
|
983
1028
|
width: "1em",
|
|
984
1029
|
height: "1em"
|
|
985
|
-
}, _ctx.$attrs),
|
|
1030
|
+
}, _ctx.$attrs), _hoisted_4$B, 16, _hoisted_1$1a);
|
|
986
1031
|
}
|
|
987
1032
|
var index$1a = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
|
|
988
1033
|
const _sfc_main$19 = {
|
|
989
|
-
name: "
|
|
1034
|
+
name: "IconEdit",
|
|
990
1035
|
props: {
|
|
991
1036
|
prefix: {
|
|
992
1037
|
type: String,
|
|
@@ -999,39 +1044,29 @@
|
|
|
999
1044
|
}
|
|
1000
1045
|
};
|
|
1001
1046
|
const _hoisted_1$19 = ["fill"];
|
|
1002
|
-
const _hoisted_2$19 = /* @__PURE__ */ vue.createElementVNode("
|
|
1003
|
-
|
|
1004
|
-
cy: "8",
|
|
1005
|
-
r: "5",
|
|
1006
|
-
stroke: "#434343",
|
|
1007
|
-
"stroke-width": "1.5",
|
|
1008
|
-
"stroke-linecap": "round",
|
|
1009
|
-
"stroke-linejoin": "round"
|
|
1010
|
-
}, null, -1);
|
|
1011
|
-
const _hoisted_3$18 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1012
|
-
d: "M11.8334 7.58337L6.33337 4.33337V10.8334L11.8334 7.58337Z",
|
|
1047
|
+
const _hoisted_2$19 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1048
|
+
d: "M3.16663 12.8334L5.99996 12.1667 12.1952 5.97142C12.4556 5.71108 12.4556 5.28897 12.1952 5.02862L10.9714 3.80476C10.711 3.54441 10.2889 3.54441 10.0286 3.80476L3.83329 10 3.16663 12.8334zM12.8333 12.8334H9.16663",
|
|
1013
1049
|
stroke: "#434343",
|
|
1014
1050
|
"stroke-width": "1.5",
|
|
1015
1051
|
"stroke-linecap": "round",
|
|
1016
1052
|
"stroke-linejoin": "round"
|
|
1017
1053
|
}, null, -1);
|
|
1018
|
-
const
|
|
1019
|
-
_hoisted_2$19
|
|
1020
|
-
_hoisted_3$18
|
|
1054
|
+
const _hoisted_3$18 = [
|
|
1055
|
+
_hoisted_2$19
|
|
1021
1056
|
];
|
|
1022
1057
|
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1023
1058
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1024
1059
|
viewBox: "0 0 16 16",
|
|
1025
1060
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1026
1061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1027
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1062
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-edit`],
|
|
1028
1063
|
width: "1em",
|
|
1029
1064
|
height: "1em"
|
|
1030
|
-
}, _ctx.$attrs),
|
|
1065
|
+
}, _ctx.$attrs), _hoisted_3$18, 16, _hoisted_1$19);
|
|
1031
1066
|
}
|
|
1032
1067
|
var index$19 = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
|
|
1033
1068
|
const _sfc_main$18 = {
|
|
1034
|
-
name: "
|
|
1069
|
+
name: "IconFile",
|
|
1035
1070
|
props: {
|
|
1036
1071
|
prefix: {
|
|
1037
1072
|
type: String,
|
|
@@ -1045,28 +1080,36 @@
|
|
|
1045
1080
|
};
|
|
1046
1081
|
const _hoisted_1$18 = ["fill"];
|
|
1047
1082
|
const _hoisted_2$18 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1048
|
-
d: "
|
|
1083
|
+
d: "M12.8333 11.5V6.49996C12.8333 5.76358 12.2363 5.16663 11.5 5.16663H3.16663V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5Z",
|
|
1084
|
+
stroke: "#434343",
|
|
1085
|
+
"stroke-width": "1.5",
|
|
1086
|
+
"stroke-linecap": "round",
|
|
1087
|
+
"stroke-linejoin": "round"
|
|
1088
|
+
}, null, -1);
|
|
1089
|
+
const _hoisted_3$17 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1090
|
+
d: "M8.99996 4.99996L8.37898 3.86149C8.14533 3.43314 7.69637 3.16663 7.20845 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V7.33329",
|
|
1049
1091
|
stroke: "#434343",
|
|
1050
1092
|
"stroke-width": "1.5",
|
|
1051
1093
|
"stroke-linecap": "round",
|
|
1052
1094
|
"stroke-linejoin": "round"
|
|
1053
1095
|
}, null, -1);
|
|
1054
|
-
const
|
|
1055
|
-
_hoisted_2$18
|
|
1096
|
+
const _hoisted_4$A = [
|
|
1097
|
+
_hoisted_2$18,
|
|
1098
|
+
_hoisted_3$17
|
|
1056
1099
|
];
|
|
1057
1100
|
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1058
1101
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1059
1102
|
viewBox: "0 0 16 16",
|
|
1060
1103
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1061
1104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1062
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1105
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file`],
|
|
1063
1106
|
width: "1em",
|
|
1064
1107
|
height: "1em"
|
|
1065
|
-
}, _ctx.$attrs),
|
|
1108
|
+
}, _ctx.$attrs), _hoisted_4$A, 16, _hoisted_1$18);
|
|
1066
1109
|
}
|
|
1067
1110
|
var index$18 = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
1068
1111
|
const _sfc_main$17 = {
|
|
1069
|
-
name: "
|
|
1112
|
+
name: "IconEmbellish",
|
|
1070
1113
|
props: {
|
|
1071
1114
|
prefix: {
|
|
1072
1115
|
type: String,
|
|
@@ -1080,36 +1123,28 @@
|
|
|
1080
1123
|
};
|
|
1081
1124
|
const _hoisted_1$17 = ["fill"];
|
|
1082
1125
|
const _hoisted_2$17 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1083
|
-
d: "
|
|
1084
|
-
stroke: "#434343",
|
|
1085
|
-
"stroke-width": "1.5",
|
|
1086
|
-
"stroke-linecap": "round",
|
|
1087
|
-
"stroke-linejoin": "round"
|
|
1088
|
-
}, null, -1);
|
|
1089
|
-
const _hoisted_3$16 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1090
|
-
d: "M8.99996 4.99996L8.37898 3.86149C8.14533 3.43314 7.69637 3.16663 7.20845 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V7.33329",
|
|
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",
|
|
1091
1127
|
stroke: "#434343",
|
|
1092
1128
|
"stroke-width": "1.5",
|
|
1093
1129
|
"stroke-linecap": "round",
|
|
1094
1130
|
"stroke-linejoin": "round"
|
|
1095
1131
|
}, null, -1);
|
|
1096
|
-
const
|
|
1097
|
-
_hoisted_2$17
|
|
1098
|
-
_hoisted_3$16
|
|
1132
|
+
const _hoisted_3$16 = [
|
|
1133
|
+
_hoisted_2$17
|
|
1099
1134
|
];
|
|
1100
1135
|
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1101
1136
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1102
1137
|
viewBox: "0 0 16 16",
|
|
1103
1138
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1104
1139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1105
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1140
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-embellish`],
|
|
1106
1141
|
width: "1em",
|
|
1107
1142
|
height: "1em"
|
|
1108
|
-
}, _ctx.$attrs),
|
|
1143
|
+
}, _ctx.$attrs), _hoisted_3$16, 16, _hoisted_1$17);
|
|
1109
1144
|
}
|
|
1110
1145
|
var index$17 = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17]]);
|
|
1111
1146
|
const _sfc_main$16 = {
|
|
1112
|
-
name: "
|
|
1147
|
+
name: "IconFormula",
|
|
1113
1148
|
props: {
|
|
1114
1149
|
prefix: {
|
|
1115
1150
|
type: String,
|
|
@@ -1123,7 +1158,7 @@
|
|
|
1123
1158
|
};
|
|
1124
1159
|
const _hoisted_1$16 = ["fill"];
|
|
1125
1160
|
const _hoisted_2$16 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1126
|
-
d: "
|
|
1161
|
+
d: "M12 3.83333L11.25 3H4L8.5 8L4 13H11.25L12 12.1667",
|
|
1127
1162
|
stroke: "#434343",
|
|
1128
1163
|
"stroke-width": "1.5",
|
|
1129
1164
|
"stroke-linecap": "round",
|
|
@@ -1137,14 +1172,14 @@
|
|
|
1137
1172
|
viewBox: "0 0 16 16",
|
|
1138
1173
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1139
1174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1140
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1175
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-formula`],
|
|
1141
1176
|
width: "1em",
|
|
1142
1177
|
height: "1em"
|
|
1143
1178
|
}, _ctx.$attrs), _hoisted_3$15, 16, _hoisted_1$16);
|
|
1144
1179
|
}
|
|
1145
1180
|
var index$16 = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16]]);
|
|
1146
1181
|
const _sfc_main$15 = {
|
|
1147
|
-
name: "
|
|
1182
|
+
name: "IconFields",
|
|
1148
1183
|
props: {
|
|
1149
1184
|
prefix: {
|
|
1150
1185
|
type: String,
|
|
@@ -1158,28 +1193,35 @@
|
|
|
1158
1193
|
};
|
|
1159
1194
|
const _hoisted_1$15 = ["fill"];
|
|
1160
1195
|
const _hoisted_2$15 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1161
|
-
d: "
|
|
1196
|
+
d: "M5.85714 6.14282L3 8.73286 5.85714 11.1428M10.1428 6.14282L13 8.73286 10.1428 11.1428",
|
|
1162
1197
|
stroke: "#434343",
|
|
1163
1198
|
"stroke-width": "1.5",
|
|
1164
1199
|
"stroke-linecap": "round",
|
|
1165
1200
|
"stroke-linejoin": "round"
|
|
1166
1201
|
}, null, -1);
|
|
1167
|
-
const _hoisted_3$14 =
|
|
1168
|
-
|
|
1202
|
+
const _hoisted_3$14 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1203
|
+
d: "M8.71434 4L7.28577 12.5714",
|
|
1204
|
+
stroke: "#434343",
|
|
1205
|
+
"stroke-width": "1.5",
|
|
1206
|
+
"stroke-linecap": "round"
|
|
1207
|
+
}, null, -1);
|
|
1208
|
+
const _hoisted_4$z = [
|
|
1209
|
+
_hoisted_2$15,
|
|
1210
|
+
_hoisted_3$14
|
|
1169
1211
|
];
|
|
1170
1212
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1171
1213
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1172
1214
|
viewBox: "0 0 16 16",
|
|
1173
1215
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1174
1216
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1175
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1217
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fields`],
|
|
1176
1218
|
width: "1em",
|
|
1177
1219
|
height: "1em"
|
|
1178
|
-
}, _ctx.$attrs),
|
|
1220
|
+
}, _ctx.$attrs), _hoisted_4$z, 16, _hoisted_1$15);
|
|
1179
1221
|
}
|
|
1180
1222
|
var index$15 = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
|
|
1181
1223
|
const _sfc_main$14 = {
|
|
1182
|
-
name: "
|
|
1224
|
+
name: "IconFold",
|
|
1183
1225
|
props: {
|
|
1184
1226
|
prefix: {
|
|
1185
1227
|
type: String,
|
|
@@ -1193,35 +1235,28 @@
|
|
|
1193
1235
|
};
|
|
1194
1236
|
const _hoisted_1$14 = ["fill"];
|
|
1195
1237
|
const _hoisted_2$14 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1196
|
-
d: "
|
|
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",
|
|
1197
1239
|
stroke: "#434343",
|
|
1198
1240
|
"stroke-width": "1.5",
|
|
1199
1241
|
"stroke-linecap": "round",
|
|
1200
1242
|
"stroke-linejoin": "round"
|
|
1201
1243
|
}, null, -1);
|
|
1202
|
-
const _hoisted_3$13 =
|
|
1203
|
-
|
|
1204
|
-
stroke: "#434343",
|
|
1205
|
-
"stroke-width": "1.5",
|
|
1206
|
-
"stroke-linecap": "round"
|
|
1207
|
-
}, null, -1);
|
|
1208
|
-
const _hoisted_4$y = [
|
|
1209
|
-
_hoisted_2$14,
|
|
1210
|
-
_hoisted_3$13
|
|
1244
|
+
const _hoisted_3$13 = [
|
|
1245
|
+
_hoisted_2$14
|
|
1211
1246
|
];
|
|
1212
1247
|
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1213
1248
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1214
1249
|
viewBox: "0 0 16 16",
|
|
1215
1250
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1216
1251
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1217
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1252
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fold`],
|
|
1218
1253
|
width: "1em",
|
|
1219
1254
|
height: "1em"
|
|
1220
|
-
}, _ctx.$attrs),
|
|
1255
|
+
}, _ctx.$attrs), _hoisted_3$13, 16, _hoisted_1$14);
|
|
1221
1256
|
}
|
|
1222
1257
|
var index$14 = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
|
|
1223
1258
|
const _sfc_main$13 = {
|
|
1224
|
-
name: "
|
|
1259
|
+
name: "IconGoBack",
|
|
1225
1260
|
props: {
|
|
1226
1261
|
prefix: {
|
|
1227
1262
|
type: String,
|
|
@@ -1235,7 +1270,7 @@
|
|
|
1235
1270
|
};
|
|
1236
1271
|
const _hoisted_1$13 = ["fill"];
|
|
1237
1272
|
const _hoisted_2$13 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1238
|
-
d: "
|
|
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",
|
|
1239
1274
|
stroke: "#434343",
|
|
1240
1275
|
"stroke-width": "1.5",
|
|
1241
1276
|
"stroke-linecap": "round",
|
|
@@ -1249,14 +1284,14 @@
|
|
|
1249
1284
|
viewBox: "0 0 16 16",
|
|
1250
1285
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1251
1286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1252
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
1287
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-goBack`],
|
|
1253
1288
|
width: "1em",
|
|
1254
1289
|
height: "1em"
|
|
1255
1290
|
}, _ctx.$attrs), _hoisted_3$12, 16, _hoisted_1$13);
|
|
1256
1291
|
}
|
|
1257
1292
|
var index$13 = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13]]);
|
|
1258
1293
|
const _sfc_main$12 = {
|
|
1259
|
-
name: "
|
|
1294
|
+
name: "IconHelp",
|
|
1260
1295
|
props: {
|
|
1261
1296
|
prefix: {
|
|
1262
1297
|
type: String,
|
|
@@ -1270,55 +1305,20 @@
|
|
|
1270
1305
|
};
|
|
1271
1306
|
const _hoisted_1$12 = ["fill"];
|
|
1272
1307
|
const _hoisted_2$12 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1273
|
-
d: "M5.99996 7.99996H10.1666M7.33329 9.49996L5.83329 7.99996L7.33329 6.49996M12.8333 7.99996C12.8333 10.6694 10.6694 12.8333 7.99996 12.8333C5.33059 12.8333 3.16663 10.6694 3.16663 7.99996C3.16663 5.33059 5.33059 3.16663 7.99996 3.16663C10.6694 3.16663 12.8333 5.33059 12.8333 7.99996Z",
|
|
1274
|
-
stroke: "#434343",
|
|
1275
|
-
"stroke-width": "1.5",
|
|
1276
|
-
"stroke-linecap": "round",
|
|
1277
|
-
"stroke-linejoin": "round"
|
|
1278
|
-
}, null, -1);
|
|
1279
|
-
const _hoisted_3$11 = [
|
|
1280
|
-
_hoisted_2$12
|
|
1281
|
-
];
|
|
1282
|
-
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1283
|
-
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1284
|
-
viewBox: "0 0 16 16",
|
|
1285
|
-
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
1286
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1287
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-goBack`],
|
|
1288
|
-
width: "1em",
|
|
1289
|
-
height: "1em"
|
|
1290
|
-
}, _ctx.$attrs), _hoisted_3$11, 16, _hoisted_1$12);
|
|
1291
|
-
}
|
|
1292
|
-
var index$12 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
1293
|
-
const _sfc_main$11 = {
|
|
1294
|
-
name: "IconHelp",
|
|
1295
|
-
props: {
|
|
1296
|
-
prefix: {
|
|
1297
|
-
type: String,
|
|
1298
|
-
default: "update-line-icon"
|
|
1299
|
-
},
|
|
1300
|
-
useCurrentColor: {
|
|
1301
|
-
type: Boolean,
|
|
1302
|
-
default: true
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
};
|
|
1306
|
-
const _hoisted_1$11 = ["fill"];
|
|
1307
|
-
const _hoisted_2$11 = /* @__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$11 = /* @__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$y = ["fill"];
|
|
1321
|
+
function _sfc_render$12(_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$12,
|
|
1331
|
+
_hoisted_3$11,
|
|
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$y)
|
|
1338
|
+
], 16, _hoisted_1$12);
|
|
1339
1339
|
}
|
|
1340
|
-
var index$
|
|
1341
|
-
const _sfc_main$
|
|
1340
|
+
var index$12 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
1341
|
+
const _sfc_main$11 = {
|
|
1342
1342
|
name: "IconHistory",
|
|
1343
1343
|
props: {
|
|
1344
1344
|
prefix: {
|
|
@@ -1351,34 +1351,34 @@
|
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
1353
1353
|
};
|
|
1354
|
-
const _hoisted_1$
|
|
1355
|
-
const _hoisted_2$
|
|
1354
|
+
const _hoisted_1$11 = ["fill"];
|
|
1355
|
+
const _hoisted_2$11 = /* @__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$10 = /* @__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$x = /* @__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",
|
|
1373
1373
|
"stroke-linecap": "round",
|
|
1374
1374
|
"stroke-linejoin": "round"
|
|
1375
1375
|
}, null, -1);
|
|
1376
|
-
const _hoisted_5$
|
|
1377
|
-
_hoisted_2$
|
|
1378
|
-
_hoisted_3
|
|
1379
|
-
_hoisted_4$
|
|
1376
|
+
const _hoisted_5$6 = [
|
|
1377
|
+
_hoisted_2$11,
|
|
1378
|
+
_hoisted_3$10,
|
|
1379
|
+
_hoisted_4$x
|
|
1380
1380
|
];
|
|
1381
|
-
function _sfc_render$
|
|
1381
|
+
function _sfc_render$11(_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$
|
|
1389
|
+
}, _ctx.$attrs), _hoisted_5$6, 16, _hoisted_1$11);
|
|
1390
1390
|
}
|
|
1391
|
-
var index$
|
|
1392
|
-
const _sfc_main
|
|
1391
|
+
var index$11 = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
1392
|
+
const _sfc_main$10 = {
|
|
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$10 = ["fill"];
|
|
1406
|
+
const _hoisted_2$10 = /* @__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$$ = [
|
|
1414
|
+
_hoisted_2$10
|
|
1415
1415
|
];
|
|
1416
|
-
function _sfc_render
|
|
1416
|
+
function _sfc_render$10(_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$$, 16, _hoisted_1$10);
|
|
1425
1425
|
}
|
|
1426
|
-
var index
|
|
1427
|
-
const _sfc_main
|
|
1426
|
+
var index$10 = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
1427
|
+
const _sfc_main$$ = {
|
|
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$$ = ["fill"];
|
|
1441
|
+
const _hoisted_2$$ = /* @__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$_ = [
|
|
1449
|
+
_hoisted_2$$
|
|
1450
1450
|
];
|
|
1451
|
-
function _sfc_render
|
|
1451
|
+
function _sfc_render$$(_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$_, 16, _hoisted_1$$);
|
|
1460
1460
|
}
|
|
1461
|
-
var index
|
|
1462
|
-
const _sfc_main$
|
|
1461
|
+
var index$$ = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
1462
|
+
const _sfc_main$_ = {
|
|
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$_ = ["fill"];
|
|
1476
|
+
const _hoisted_2$_ = /* @__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$Z = /* @__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$w = [
|
|
1490
|
+
_hoisted_2$_,
|
|
1491
|
+
_hoisted_3$Z
|
|
1492
1492
|
];
|
|
1493
|
-
function _sfc_render$
|
|
1493
|
+
function _sfc_render$_(_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$w, 16, _hoisted_1$_);
|
|
1502
1502
|
}
|
|
1503
|
-
var index$
|
|
1504
|
-
const _sfc_main$
|
|
1503
|
+
var index$_ = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
1504
|
+
const _sfc_main$Z = {
|
|
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$Z = ["fill"];
|
|
1518
|
+
const _hoisted_2$Z = /* @__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$Y = [
|
|
1526
|
+
_hoisted_2$Z
|
|
1527
1527
|
];
|
|
1528
|
-
function _sfc_render$
|
|
1528
|
+
function _sfc_render$Z(_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$Y, 16, _hoisted_1$Z);
|
|
1537
1537
|
}
|
|
1538
|
-
var index$
|
|
1539
|
-
const _sfc_main$
|
|
1538
|
+
var index$Z = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
1539
|
+
const _sfc_main$Y = {
|
|
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$Y = ["fill"];
|
|
1553
|
+
const _hoisted_2$Y = ["fill"];
|
|
1554
|
+
function _sfc_render$Y(_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$Y)
|
|
1567
|
+
], 16, _hoisted_1$Y);
|
|
1568
1568
|
}
|
|
1569
|
-
var index$
|
|
1570
|
-
const _sfc_main$
|
|
1569
|
+
var index$Y = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
1570
|
+
const _sfc_main$X = {
|
|
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$X = ["fill"];
|
|
1584
|
+
const _hoisted_2$X = /* @__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$X = [
|
|
1592
|
+
_hoisted_2$X
|
|
1593
1593
|
];
|
|
1594
|
-
function _sfc_render$
|
|
1594
|
+
function _sfc_render$X(_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$X, 16, _hoisted_1$X);
|
|
1603
1603
|
}
|
|
1604
|
-
var index$
|
|
1605
|
-
const _sfc_main$
|
|
1604
|
+
var index$X = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
1605
|
+
const _sfc_main$W = {
|
|
1606
1606
|
name: "IconMail",
|
|
1607
1607
|
props: {
|
|
1608
1608
|
prefix: {
|
|
@@ -1615,33 +1615,33 @@
|
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
1617
|
};
|
|
1618
|
-
const _hoisted_1$
|
|
1619
|
-
const _hoisted_2$
|
|
1618
|
+
const _hoisted_1$W = ["fill"];
|
|
1619
|
+
const _hoisted_2$W = /* @__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$W = /* @__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$v = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1633
1633
|
d: "M7.5 4H2V8.125M13 8.125V4H7.5",
|
|
1634
1634
|
stroke: "#434343",
|
|
1635
1635
|
"stroke-width": "1.5",
|
|
1636
1636
|
"stroke-linecap": "round",
|
|
1637
1637
|
"stroke-linejoin": "round"
|
|
1638
1638
|
}, null, -1);
|
|
1639
|
-
const _hoisted_5$
|
|
1640
|
-
_hoisted_2$
|
|
1641
|
-
_hoisted_3$
|
|
1642
|
-
_hoisted_4$
|
|
1639
|
+
const _hoisted_5$5 = [
|
|
1640
|
+
_hoisted_2$W,
|
|
1641
|
+
_hoisted_3$W,
|
|
1642
|
+
_hoisted_4$v
|
|
1643
1643
|
];
|
|
1644
|
-
function _sfc_render$
|
|
1644
|
+
function _sfc_render$W(_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$
|
|
1652
|
+
}, _ctx.$attrs), _hoisted_5$5, 16, _hoisted_1$W);
|
|
1653
1653
|
}
|
|
1654
|
-
var index$
|
|
1655
|
-
const _sfc_main$
|
|
1654
|
+
var index$W = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
1655
|
+
const _sfc_main$V = {
|
|
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$V = ["fill"];
|
|
1669
|
+
const _hoisted_2$V = /* @__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$V = [
|
|
1677
|
+
_hoisted_2$V
|
|
1678
1678
|
];
|
|
1679
|
-
function _sfc_render$
|
|
1679
|
+
function _sfc_render$V(_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$V, 16, _hoisted_1$V);
|
|
1688
1688
|
}
|
|
1689
|
-
var index$
|
|
1690
|
-
const _sfc_main$
|
|
1689
|
+
var index$V = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
1690
|
+
const _sfc_main$U = {
|
|
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$U = ["fill"];
|
|
1704
|
+
const _hoisted_2$U = /* @__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$U = { id: "svg_2403def508__clip0_3108_101192" };
|
|
1714
|
+
const _hoisted_4$u = ["fill"];
|
|
1715
|
+
function _sfc_render$U(_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$U,
|
|
1725
1725
|
vue.createElementVNode("defs", null, [
|
|
1726
|
-
vue.createElementVNode("clipPath", _hoisted_3$
|
|
1726
|
+
vue.createElementVNode("clipPath", _hoisted_3$U, [
|
|
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$u)
|
|
1732
1732
|
])
|
|
1733
1733
|
])
|
|
1734
|
-
], 16, _hoisted_1$
|
|
1734
|
+
], 16, _hoisted_1$U);
|
|
1735
1735
|
}
|
|
1736
|
-
var index$
|
|
1737
|
-
const _sfc_main$
|
|
1736
|
+
var index$U = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
1737
|
+
const _sfc_main$T = {
|
|
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$T = ["fill"];
|
|
1751
|
+
const _hoisted_2$T = /* @__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$T = [
|
|
1759
|
+
_hoisted_2$T
|
|
1760
1760
|
];
|
|
1761
|
-
function _sfc_render$
|
|
1761
|
+
function _sfc_render$T(_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$T, 16, _hoisted_1$T);
|
|
1770
1770
|
}
|
|
1771
|
-
var index$
|
|
1772
|
-
const _sfc_main$
|
|
1771
|
+
var index$T = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
|
|
1772
|
+
const _sfc_main$S = {
|
|
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$S = ["fill"];
|
|
1786
|
+
const _hoisted_2$S = /* @__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$S = [
|
|
1794
|
+
_hoisted_2$S
|
|
1795
1795
|
];
|
|
1796
|
-
function _sfc_render$
|
|
1796
|
+
function _sfc_render$S(_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$S, 16, _hoisted_1$S);
|
|
1805
1805
|
}
|
|
1806
|
-
var index$
|
|
1807
|
-
const _sfc_main$
|
|
1806
|
+
var index$S = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
1807
|
+
const _sfc_main$R = {
|
|
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$R = ["fill"];
|
|
1821
|
+
const _hoisted_2$R = /* @__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$R = [
|
|
1829
|
+
_hoisted_2$R
|
|
1830
1830
|
];
|
|
1831
|
-
function _sfc_render$
|
|
1831
|
+
function _sfc_render$R(_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$R, 16, _hoisted_1$R);
|
|
1840
1840
|
}
|
|
1841
|
-
var index$
|
|
1842
|
-
const _sfc_main$
|
|
1841
|
+
var index$R = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R]]);
|
|
1842
|
+
const _sfc_main$Q = {
|
|
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$Q = ["fill"];
|
|
1856
|
+
const _hoisted_2$Q = /* @__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$Q = { id: "svg_7fa3b767c4__clip0_2215_736150" };
|
|
1866
|
+
const _hoisted_4$t = ["fill"];
|
|
1867
|
+
function _sfc_render$Q(_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,19 +1873,19 @@
|
|
|
1873
1873
|
width: "1em",
|
|
1874
1874
|
height: "1em"
|
|
1875
1875
|
}, _ctx.$attrs), [
|
|
1876
|
-
_hoisted_2$
|
|
1876
|
+
_hoisted_2$Q,
|
|
1877
1877
|
vue.createElementVNode("defs", null, [
|
|
1878
|
-
vue.createElementVNode("clipPath", _hoisted_3$
|
|
1878
|
+
vue.createElementVNode("clipPath", _hoisted_3$Q, [
|
|
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$t)
|
|
1883
1883
|
])
|
|
1884
1884
|
])
|
|
1885
|
-
], 16, _hoisted_1$
|
|
1885
|
+
], 16, _hoisted_1$Q);
|
|
1886
1886
|
}
|
|
1887
|
-
var index$
|
|
1888
|
-
const _sfc_main$
|
|
1887
|
+
var index$Q = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q]]);
|
|
1888
|
+
const _sfc_main$P = {
|
|
1889
1889
|
name: "IconStarttime",
|
|
1890
1890
|
props: {
|
|
1891
1891
|
prefix: {
|
|
@@ -1898,18 +1898,18 @@
|
|
|
1898
1898
|
}
|
|
1899
1899
|
}
|
|
1900
1900
|
};
|
|
1901
|
-
const _hoisted_1$
|
|
1902
|
-
const _hoisted_2$
|
|
1901
|
+
const _hoisted_1$P = ["fill"];
|
|
1902
|
+
const _hoisted_2$P = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1903
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
1904
|
stroke: "#434343",
|
|
1905
1905
|
"stroke-width": "1.5",
|
|
1906
1906
|
"stroke-linecap": "round",
|
|
1907
1907
|
"stroke-linejoin": "round"
|
|
1908
1908
|
}, null, -1);
|
|
1909
|
-
const _hoisted_3$
|
|
1910
|
-
_hoisted_2$
|
|
1909
|
+
const _hoisted_3$P = [
|
|
1910
|
+
_hoisted_2$P
|
|
1911
1911
|
];
|
|
1912
|
-
function _sfc_render$
|
|
1912
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1913
1913
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1914
1914
|
viewBox: "0 0 16 16",
|
|
1915
1915
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1917,10 +1917,10 @@
|
|
|
1917
1917
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Starttime`],
|
|
1918
1918
|
width: "1em",
|
|
1919
1919
|
height: "1em"
|
|
1920
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1920
|
+
}, _ctx.$attrs), _hoisted_3$P, 16, _hoisted_1$P);
|
|
1921
1921
|
}
|
|
1922
|
-
var index$
|
|
1923
|
-
const _sfc_main$
|
|
1922
|
+
var index$P = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P]]);
|
|
1923
|
+
const _sfc_main$O = {
|
|
1924
1924
|
name: "IconSearch",
|
|
1925
1925
|
props: {
|
|
1926
1926
|
prefix: {
|
|
@@ -1933,18 +1933,18 @@
|
|
|
1933
1933
|
}
|
|
1934
1934
|
}
|
|
1935
1935
|
};
|
|
1936
|
-
const _hoisted_1$
|
|
1937
|
-
const _hoisted_2$
|
|
1936
|
+
const _hoisted_1$O = ["fill"];
|
|
1937
|
+
const _hoisted_2$O = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1938
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
1939
|
stroke: "#fff",
|
|
1940
1940
|
"stroke-width": "1.5",
|
|
1941
1941
|
"stroke-linecap": "round",
|
|
1942
1942
|
"stroke-linejoin": "round"
|
|
1943
1943
|
}, null, -1);
|
|
1944
|
-
const _hoisted_3$
|
|
1945
|
-
_hoisted_2$
|
|
1944
|
+
const _hoisted_3$O = [
|
|
1945
|
+
_hoisted_2$O
|
|
1946
1946
|
];
|
|
1947
|
-
function _sfc_render$
|
|
1947
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1948
1948
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1949
1949
|
viewBox: "0 0 16 16",
|
|
1950
1950
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1952,10 +1952,10 @@
|
|
|
1952
1952
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-search`],
|
|
1953
1953
|
width: "1em",
|
|
1954
1954
|
height: "1em"
|
|
1955
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1955
|
+
}, _ctx.$attrs), _hoisted_3$O, 16, _hoisted_1$O);
|
|
1956
1956
|
}
|
|
1957
|
-
var index$
|
|
1958
|
-
const _sfc_main$
|
|
1957
|
+
var index$O = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
|
|
1958
|
+
const _sfc_main$N = {
|
|
1959
1959
|
name: "IconPackup",
|
|
1960
1960
|
props: {
|
|
1961
1961
|
prefix: {
|
|
@@ -1968,18 +1968,18 @@
|
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
};
|
|
1971
|
-
const _hoisted_1$
|
|
1972
|
-
const _hoisted_2$
|
|
1971
|
+
const _hoisted_1$N = ["fill"];
|
|
1972
|
+
const _hoisted_2$N = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1973
1973
|
d: "M3 4H13M3 8.33337H13M3 12.6667H13M4.76775 10.219L3 8.33339 4.76775 6.44775",
|
|
1974
1974
|
stroke: "#434343",
|
|
1975
1975
|
"stroke-width": "1.5",
|
|
1976
1976
|
"stroke-linecap": "round",
|
|
1977
1977
|
"stroke-linejoin": "round"
|
|
1978
1978
|
}, null, -1);
|
|
1979
|
-
const _hoisted_3$
|
|
1980
|
-
_hoisted_2$
|
|
1979
|
+
const _hoisted_3$N = [
|
|
1980
|
+
_hoisted_2$N
|
|
1981
1981
|
];
|
|
1982
|
-
function _sfc_render$
|
|
1982
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1983
1983
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1984
1984
|
viewBox: "0 0 16 16",
|
|
1985
1985
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1987,10 +1987,10 @@
|
|
|
1987
1987
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Packup`],
|
|
1988
1988
|
width: "1em",
|
|
1989
1989
|
height: "1em"
|
|
1990
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1990
|
+
}, _ctx.$attrs), _hoisted_3$N, 16, _hoisted_1$N);
|
|
1991
1991
|
}
|
|
1992
|
-
var index$
|
|
1993
|
-
const _sfc_main$
|
|
1992
|
+
var index$N = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
|
|
1993
|
+
const _sfc_main$M = {
|
|
1994
1994
|
name: "IconSort",
|
|
1995
1995
|
props: {
|
|
1996
1996
|
prefix: {
|
|
@@ -2003,18 +2003,18 @@
|
|
|
2003
2003
|
}
|
|
2004
2004
|
}
|
|
2005
2005
|
};
|
|
2006
|
-
const _hoisted_1$
|
|
2007
|
-
const _hoisted_2$
|
|
2006
|
+
const _hoisted_1$M = ["fill"];
|
|
2007
|
+
const _hoisted_2$M = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2008
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
2009
|
stroke: "#434343",
|
|
2010
2010
|
"stroke-width": "1.5",
|
|
2011
2011
|
"stroke-linecap": "round",
|
|
2012
2012
|
"stroke-linejoin": "round"
|
|
2013
2013
|
}, null, -1);
|
|
2014
|
-
const _hoisted_3$
|
|
2015
|
-
_hoisted_2$
|
|
2014
|
+
const _hoisted_3$M = [
|
|
2015
|
+
_hoisted_2$M
|
|
2016
2016
|
];
|
|
2017
|
-
function _sfc_render$
|
|
2017
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2018
2018
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2019
2019
|
viewBox: "0 0 16 16",
|
|
2020
2020
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2022,10 +2022,10 @@
|
|
|
2022
2022
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sort`],
|
|
2023
2023
|
width: "1em",
|
|
2024
2024
|
height: "1em"
|
|
2025
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
2025
|
+
}, _ctx.$attrs), _hoisted_3$M, 16, _hoisted_1$M);
|
|
2026
2026
|
}
|
|
2027
|
-
var index$
|
|
2028
|
-
const _sfc_main$
|
|
2027
|
+
var index$M = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
2028
|
+
const _sfc_main$L = {
|
|
2029
2029
|
name: "IconPicture",
|
|
2030
2030
|
props: {
|
|
2031
2031
|
prefix: {
|
|
@@ -2038,26 +2038,26 @@
|
|
|
2038
2038
|
}
|
|
2039
2039
|
}
|
|
2040
2040
|
};
|
|
2041
|
-
const _hoisted_1$
|
|
2042
|
-
const _hoisted_2$
|
|
2041
|
+
const _hoisted_1$L = ["fill"];
|
|
2042
|
+
const _hoisted_2$L = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2043
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
2044
|
stroke: "#434343",
|
|
2045
2045
|
"stroke-width": "1.5",
|
|
2046
2046
|
"stroke-linecap": "round",
|
|
2047
2047
|
"stroke-linejoin": "round"
|
|
2048
2048
|
}, null, -1);
|
|
2049
|
-
const _hoisted_3$
|
|
2049
|
+
const _hoisted_3$L = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2050
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
2051
|
stroke: "#434343",
|
|
2052
2052
|
"stroke-width": "1.5",
|
|
2053
2053
|
"stroke-linecap": "round",
|
|
2054
2054
|
"stroke-linejoin": "round"
|
|
2055
2055
|
}, null, -1);
|
|
2056
|
-
const _hoisted_4$
|
|
2057
|
-
_hoisted_2$
|
|
2058
|
-
_hoisted_3$
|
|
2056
|
+
const _hoisted_4$s = [
|
|
2057
|
+
_hoisted_2$L,
|
|
2058
|
+
_hoisted_3$L
|
|
2059
2059
|
];
|
|
2060
|
-
function _sfc_render$
|
|
2060
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2061
2061
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2062
2062
|
viewBox: "0 0 16 16",
|
|
2063
2063
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2065,10 +2065,10 @@
|
|
|
2065
2065
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-picture`],
|
|
2066
2066
|
width: "1em",
|
|
2067
2067
|
height: "1em"
|
|
2068
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2068
|
+
}, _ctx.$attrs), _hoisted_4$s, 16, _hoisted_1$L);
|
|
2069
2069
|
}
|
|
2070
|
-
var index$
|
|
2071
|
-
const _sfc_main$
|
|
2070
|
+
var index$L = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
|
|
2071
|
+
const _sfc_main$K = {
|
|
2072
2072
|
name: "IconPublish",
|
|
2073
2073
|
props: {
|
|
2074
2074
|
prefix: {
|
|
@@ -2081,18 +2081,18 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
2083
|
};
|
|
2084
|
-
const _hoisted_1$
|
|
2085
|
-
const _hoisted_2$
|
|
2084
|
+
const _hoisted_1$K = ["fill"];
|
|
2085
|
+
const _hoisted_2$K = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2086
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
2087
|
stroke: "#434343",
|
|
2088
2088
|
"stroke-width": "1.5",
|
|
2089
2089
|
"stroke-linecap": "round",
|
|
2090
2090
|
"stroke-linejoin": "round"
|
|
2091
2091
|
}, null, -1);
|
|
2092
|
-
const _hoisted_3$
|
|
2093
|
-
_hoisted_2$
|
|
2092
|
+
const _hoisted_3$K = [
|
|
2093
|
+
_hoisted_2$K
|
|
2094
2094
|
];
|
|
2095
|
-
function _sfc_render$
|
|
2095
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2096
2096
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2097
2097
|
viewBox: "0 0 16 16",
|
|
2098
2098
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2100,10 +2100,10 @@
|
|
|
2100
2100
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-publish`],
|
|
2101
2101
|
width: "1em",
|
|
2102
2102
|
height: "1em"
|
|
2103
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
2103
|
+
}, _ctx.$attrs), _hoisted_3$K, 16, _hoisted_1$K);
|
|
2104
2104
|
}
|
|
2105
|
-
var index$
|
|
2106
|
-
const _sfc_main$
|
|
2105
|
+
var index$K = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
2106
|
+
const _sfc_main$J = {
|
|
2107
2107
|
name: "IconSave",
|
|
2108
2108
|
props: {
|
|
2109
2109
|
prefix: {
|
|
@@ -2116,26 +2116,26 @@
|
|
|
2116
2116
|
}
|
|
2117
2117
|
}
|
|
2118
2118
|
};
|
|
2119
|
-
const _hoisted_1$
|
|
2120
|
-
const _hoisted_2$
|
|
2119
|
+
const _hoisted_1$J = ["fill"];
|
|
2120
|
+
const _hoisted_2$J = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2121
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
2122
|
stroke: "#434343",
|
|
2123
2123
|
"stroke-width": "1.5",
|
|
2124
2124
|
"stroke-linecap": "round",
|
|
2125
2125
|
"stroke-linejoin": "round"
|
|
2126
2126
|
}, null, -1);
|
|
2127
|
-
const _hoisted_3$
|
|
2127
|
+
const _hoisted_3$J = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2128
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
2129
|
stroke: "#434343",
|
|
2130
2130
|
"stroke-width": "1.5",
|
|
2131
2131
|
"stroke-linecap": "round",
|
|
2132
2132
|
"stroke-linejoin": "round"
|
|
2133
2133
|
}, null, -1);
|
|
2134
|
-
const _hoisted_4$
|
|
2135
|
-
_hoisted_2$
|
|
2136
|
-
_hoisted_3$
|
|
2134
|
+
const _hoisted_4$r = [
|
|
2135
|
+
_hoisted_2$J,
|
|
2136
|
+
_hoisted_3$J
|
|
2137
2137
|
];
|
|
2138
|
-
function _sfc_render$
|
|
2138
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2139
2139
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2140
2140
|
viewBox: "0 0 16 16",
|
|
2141
2141
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2143,10 +2143,10 @@
|
|
|
2143
2143
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-save`],
|
|
2144
2144
|
width: "1em",
|
|
2145
2145
|
height: "1em"
|
|
2146
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2146
|
+
}, _ctx.$attrs), _hoisted_4$r, 16, _hoisted_1$J);
|
|
2147
2147
|
}
|
|
2148
|
-
var index$
|
|
2149
|
-
const _sfc_main$
|
|
2148
|
+
var index$J = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J]]);
|
|
2149
|
+
const _sfc_main$I = {
|
|
2150
2150
|
name: "IconRefresh",
|
|
2151
2151
|
props: {
|
|
2152
2152
|
prefix: {
|
|
@@ -2159,26 +2159,26 @@
|
|
|
2159
2159
|
}
|
|
2160
2160
|
}
|
|
2161
2161
|
};
|
|
2162
|
-
const _hoisted_1$
|
|
2163
|
-
const _hoisted_2$
|
|
2162
|
+
const _hoisted_1$I = ["fill"];
|
|
2163
|
+
const _hoisted_2$I = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2164
2164
|
d: "M7.50004 3.16663L5.83337 4.66663 7.50004 6.16663M8.5 12.8334L10.1667 11.3334 8.5 9.83337",
|
|
2165
2165
|
stroke: "#434343",
|
|
2166
2166
|
"stroke-width": "1.5",
|
|
2167
2167
|
"stroke-linecap": "round",
|
|
2168
2168
|
"stroke-linejoin": "round"
|
|
2169
2169
|
}, null, -1);
|
|
2170
|
-
const _hoisted_3$
|
|
2170
|
+
const _hoisted_3$I = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2171
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
2172
|
stroke: "#434343",
|
|
2173
2173
|
"stroke-width": "1.5",
|
|
2174
2174
|
"stroke-linecap": "round",
|
|
2175
2175
|
"stroke-linejoin": "round"
|
|
2176
2176
|
}, null, -1);
|
|
2177
|
-
const _hoisted_4$
|
|
2178
|
-
_hoisted_2$
|
|
2179
|
-
_hoisted_3$
|
|
2177
|
+
const _hoisted_4$q = [
|
|
2178
|
+
_hoisted_2$I,
|
|
2179
|
+
_hoisted_3$I
|
|
2180
2180
|
];
|
|
2181
|
-
function _sfc_render$
|
|
2181
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2182
2182
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2183
2183
|
viewBox: "0 0 16 16",
|
|
2184
2184
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2186,10 +2186,10 @@
|
|
|
2186
2186
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-refresh`],
|
|
2187
2187
|
width: "1em",
|
|
2188
2188
|
height: "1em"
|
|
2189
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2189
|
+
}, _ctx.$attrs), _hoisted_4$q, 16, _hoisted_1$I);
|
|
2190
2190
|
}
|
|
2191
|
-
var index$
|
|
2192
|
-
const _sfc_main$
|
|
2191
|
+
var index$I = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
|
|
2192
|
+
const _sfc_main$H = {
|
|
2193
2193
|
name: "IconReflection",
|
|
2194
2194
|
props: {
|
|
2195
2195
|
prefix: {
|
|
@@ -2202,24 +2202,24 @@
|
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
2204
|
};
|
|
2205
|
-
const _hoisted_1$
|
|
2206
|
-
const _hoisted_2$
|
|
2205
|
+
const _hoisted_1$H = ["fill"];
|
|
2206
|
+
const _hoisted_2$H = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2207
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
2208
|
stroke: "#434343",
|
|
2209
2209
|
"stroke-width": "1.5",
|
|
2210
2210
|
"stroke-linecap": "round",
|
|
2211
2211
|
"stroke-linejoin": "round"
|
|
2212
2212
|
}, null, -1);
|
|
2213
|
-
const _hoisted_3$
|
|
2214
|
-
const _hoisted_4$
|
|
2215
|
-
const _hoisted_5$
|
|
2213
|
+
const _hoisted_3$H = ["fill"];
|
|
2214
|
+
const _hoisted_4$p = ["fill"];
|
|
2215
|
+
const _hoisted_5$4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2216
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
2217
|
stroke: "#434343",
|
|
2218
2218
|
"stroke-width": "1.5",
|
|
2219
2219
|
"stroke-linecap": "round",
|
|
2220
2220
|
"stroke-linejoin": "round"
|
|
2221
2221
|
}, null, -1);
|
|
2222
|
-
function _sfc_render$
|
|
2222
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2223
2223
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2224
2224
|
viewBox: "0 0 16 16",
|
|
2225
2225
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2228,20 +2228,20 @@
|
|
|
2228
2228
|
width: "1em",
|
|
2229
2229
|
height: "1em"
|
|
2230
2230
|
}, _ctx.$attrs), [
|
|
2231
|
-
_hoisted_2$
|
|
2231
|
+
_hoisted_2$H,
|
|
2232
2232
|
vue.createElementVNode("path", {
|
|
2233
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
2234
|
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2235
|
-
}, null, 8, _hoisted_3$
|
|
2235
|
+
}, null, 8, _hoisted_3$H),
|
|
2236
2236
|
vue.createElementVNode("path", {
|
|
2237
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
2238
|
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2239
|
-
}, null, 8, _hoisted_4$
|
|
2240
|
-
_hoisted_5$
|
|
2241
|
-
], 16, _hoisted_1$
|
|
2239
|
+
}, null, 8, _hoisted_4$p),
|
|
2240
|
+
_hoisted_5$4
|
|
2241
|
+
], 16, _hoisted_1$H);
|
|
2242
2242
|
}
|
|
2243
|
-
var index$
|
|
2244
|
-
const _sfc_main$
|
|
2243
|
+
var index$H = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
|
|
2244
|
+
const _sfc_main$G = {
|
|
2245
2245
|
name: "IconPause",
|
|
2246
2246
|
props: {
|
|
2247
2247
|
prefix: {
|
|
@@ -2254,8 +2254,8 @@
|
|
|
2254
2254
|
}
|
|
2255
2255
|
}
|
|
2256
2256
|
};
|
|
2257
|
-
const _hoisted_1$
|
|
2258
|
-
const _hoisted_2$
|
|
2257
|
+
const _hoisted_1$G = ["fill"];
|
|
2258
|
+
const _hoisted_2$G = /* @__PURE__ */ vue.createElementVNode("circle", {
|
|
2259
2259
|
cx: "8",
|
|
2260
2260
|
cy: "8",
|
|
2261
2261
|
r: "5",
|
|
@@ -2264,18 +2264,18 @@
|
|
|
2264
2264
|
"stroke-linecap": "round",
|
|
2265
2265
|
"stroke-linejoin": "round"
|
|
2266
2266
|
}, null, -1);
|
|
2267
|
-
const _hoisted_3$
|
|
2267
|
+
const _hoisted_3$G = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2268
2268
|
d: "M9.5 6V10M6.5 6V10",
|
|
2269
2269
|
stroke: "#434343",
|
|
2270
2270
|
"stroke-width": "1.5",
|
|
2271
2271
|
"stroke-linecap": "round",
|
|
2272
2272
|
"stroke-linejoin": "round"
|
|
2273
2273
|
}, null, -1);
|
|
2274
|
-
const _hoisted_4$
|
|
2275
|
-
_hoisted_2$
|
|
2276
|
-
_hoisted_3$
|
|
2274
|
+
const _hoisted_4$o = [
|
|
2275
|
+
_hoisted_2$G,
|
|
2276
|
+
_hoisted_3$G
|
|
2277
2277
|
];
|
|
2278
|
-
function _sfc_render$
|
|
2278
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2279
2279
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2280
2280
|
viewBox: "0 0 16 16",
|
|
2281
2281
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2283,10 +2283,10 @@
|
|
|
2283
2283
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Pause`],
|
|
2284
2284
|
width: "1em",
|
|
2285
2285
|
height: "1em"
|
|
2286
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2286
|
+
}, _ctx.$attrs), _hoisted_4$o, 16, _hoisted_1$G);
|
|
2287
2287
|
}
|
|
2288
|
-
var index$
|
|
2289
|
-
const _sfc_main$
|
|
2288
|
+
var index$G = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
|
|
2289
|
+
const _sfc_main$F = {
|
|
2290
2290
|
name: "IconLatesttime",
|
|
2291
2291
|
props: {
|
|
2292
2292
|
prefix: {
|
|
@@ -2299,18 +2299,18 @@
|
|
|
2299
2299
|
}
|
|
2300
2300
|
}
|
|
2301
2301
|
};
|
|
2302
|
-
const _hoisted_1$
|
|
2303
|
-
const _hoisted_2$
|
|
2302
|
+
const _hoisted_1$F = ["fill"];
|
|
2303
|
+
const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2304
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
2305
|
stroke: "#434343",
|
|
2306
2306
|
"stroke-width": "1.5",
|
|
2307
2307
|
"stroke-linecap": "round",
|
|
2308
2308
|
"stroke-linejoin": "round"
|
|
2309
2309
|
}, null, -1);
|
|
2310
|
-
const _hoisted_3$
|
|
2311
|
-
_hoisted_2$
|
|
2310
|
+
const _hoisted_3$F = [
|
|
2311
|
+
_hoisted_2$F
|
|
2312
2312
|
];
|
|
2313
|
-
function _sfc_render$
|
|
2313
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2314
2314
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2315
2315
|
viewBox: "0 0 16 16",
|
|
2316
2316
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2318,10 +2318,10 @@
|
|
|
2318
2318
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Latesttime`],
|
|
2319
2319
|
width: "1em",
|
|
2320
2320
|
height: "1em"
|
|
2321
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
2321
|
+
}, _ctx.$attrs), _hoisted_3$F, 16, _hoisted_1$F);
|
|
2322
2322
|
}
|
|
2323
|
-
var index$
|
|
2324
|
-
const _sfc_main$
|
|
2323
|
+
var index$F = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F]]);
|
|
2324
|
+
const _sfc_main$E = {
|
|
2325
2325
|
name: "IconPassword",
|
|
2326
2326
|
props: {
|
|
2327
2327
|
prefix: {
|
|
@@ -2334,23 +2334,23 @@
|
|
|
2334
2334
|
}
|
|
2335
2335
|
}
|
|
2336
2336
|
};
|
|
2337
|
-
const _hoisted_1$
|
|
2338
|
-
const _hoisted_2$
|
|
2337
|
+
const _hoisted_1$E = ["fill"];
|
|
2338
|
+
const _hoisted_2$E = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2339
2339
|
d: "M9.99996 8.83329C11.5648 8.83329 12.8333 7.56477 12.8333 5.99996C12.8333 4.43515 11.5648 3.16663 9.99996 3.16663C8.43515 3.16663 7.16663 4.43515 7.16663 5.99996C7.16663 6.2067 7.18877 6.40828 7.23081 6.60244L3.16663 10.6666V12.8333H5.33329L5.83329 12.3333V11.1666H6.99996L7.83329 10.3333V9.16663H8.99996L9.39748 8.7691C9.59164 8.81115 9.79321 8.83329 9.99996 8.83329Z",
|
|
2340
2340
|
stroke: "#434343",
|
|
2341
2341
|
"stroke-width": "1.5",
|
|
2342
2342
|
"stroke-linecap": "round",
|
|
2343
2343
|
"stroke-linejoin": "round"
|
|
2344
2344
|
}, null, -1);
|
|
2345
|
-
const _hoisted_3$
|
|
2345
|
+
const _hoisted_3$E = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2346
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
2347
|
stroke: "#434343"
|
|
2348
2348
|
}, null, -1);
|
|
2349
|
-
const _hoisted_4$
|
|
2350
|
-
_hoisted_2$
|
|
2351
|
-
_hoisted_3$
|
|
2349
|
+
const _hoisted_4$n = [
|
|
2350
|
+
_hoisted_2$E,
|
|
2351
|
+
_hoisted_3$E
|
|
2352
2352
|
];
|
|
2353
|
-
function _sfc_render$
|
|
2353
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2354
2354
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2355
2355
|
viewBox: "0 0 16 16",
|
|
2356
2356
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2358,10 +2358,10 @@
|
|
|
2358
2358
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-password`],
|
|
2359
2359
|
width: "1em",
|
|
2360
2360
|
height: "1em"
|
|
2361
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2361
|
+
}, _ctx.$attrs), _hoisted_4$n, 16, _hoisted_1$E);
|
|
2362
2362
|
}
|
|
2363
|
-
var index$
|
|
2364
|
-
const _sfc_main$
|
|
2363
|
+
var index$E = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E]]);
|
|
2364
|
+
const _sfc_main$D = {
|
|
2365
2365
|
name: "IconEndtime",
|
|
2366
2366
|
props: {
|
|
2367
2367
|
prefix: {
|
|
@@ -2374,18 +2374,18 @@
|
|
|
2374
2374
|
}
|
|
2375
2375
|
}
|
|
2376
2376
|
};
|
|
2377
|
-
const _hoisted_1$
|
|
2378
|
-
const _hoisted_2$
|
|
2377
|
+
const _hoisted_1$D = ["fill"];
|
|
2378
|
+
const _hoisted_2$D = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2379
2379
|
d: "M8.17241 5.75862V8L7.13793 8.86207M13 9.89655C13 9.89655 11.67 11.3374 11.0049 13L9.89655 11.67M7.48276 13L7.31034 12.9528C4.87528 12.6169 3 10.5274 3 8C3 5.23858 5.23858 3 8 3C10.5274 3 12.6169 4.87528 12.9528 7.31034L12.9758 7.48545",
|
|
2380
2380
|
stroke: "#434343",
|
|
2381
2381
|
"stroke-width": "1.5",
|
|
2382
2382
|
"stroke-linecap": "round",
|
|
2383
2383
|
"stroke-linejoin": "round"
|
|
2384
2384
|
}, null, -1);
|
|
2385
|
-
const _hoisted_3$
|
|
2386
|
-
_hoisted_2$
|
|
2385
|
+
const _hoisted_3$D = [
|
|
2386
|
+
_hoisted_2$D
|
|
2387
2387
|
];
|
|
2388
|
-
function _sfc_render$
|
|
2388
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2389
2389
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2390
2390
|
viewBox: "0 0 16 16",
|
|
2391
2391
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2393,10 +2393,10 @@
|
|
|
2393
2393
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Endtime`],
|
|
2394
2394
|
width: "1em",
|
|
2395
2395
|
height: "1em"
|
|
2396
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
2396
|
+
}, _ctx.$attrs), _hoisted_3$D, 16, _hoisted_1$D);
|
|
2397
2397
|
}
|
|
2398
|
-
var index$
|
|
2399
|
-
const _sfc_main$
|
|
2398
|
+
var index$D = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D]]);
|
|
2399
|
+
const _sfc_main$C = {
|
|
2400
2400
|
name: "IconRevocation",
|
|
2401
2401
|
props: {
|
|
2402
2402
|
prefix: {
|
|
@@ -2409,26 +2409,26 @@
|
|
|
2409
2409
|
}
|
|
2410
2410
|
}
|
|
2411
2411
|
};
|
|
2412
|
-
const _hoisted_1$
|
|
2413
|
-
const _hoisted_2$
|
|
2412
|
+
const _hoisted_1$C = ["fill"];
|
|
2413
|
+
const _hoisted_2$C = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2414
2414
|
d: "M4.94439 13L3 11.3333L4.94439 9.38889",
|
|
2415
2415
|
stroke: "#434343",
|
|
2416
2416
|
"stroke-width": "1.5",
|
|
2417
2417
|
"stroke-linecap": "round",
|
|
2418
2418
|
"stroke-linejoin": "round"
|
|
2419
2419
|
}, null, -1);
|
|
2420
|
-
const _hoisted_3$
|
|
2420
|
+
const _hoisted_3$C = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2421
2421
|
d: "M3 11.3333H9.38716C11.2991 11.3333 12.9228 9.77203 12.9973 7.86103C13.0761 5.8417 11.4075 4.11104 9.38716 4.11104H4.66622",
|
|
2422
2422
|
stroke: "#434343",
|
|
2423
2423
|
"stroke-width": "1.5",
|
|
2424
2424
|
"stroke-linecap": "round",
|
|
2425
2425
|
"stroke-linejoin": "round"
|
|
2426
2426
|
}, null, -1);
|
|
2427
|
-
const _hoisted_4$
|
|
2428
|
-
_hoisted_2$
|
|
2429
|
-
_hoisted_3$
|
|
2427
|
+
const _hoisted_4$m = [
|
|
2428
|
+
_hoisted_2$C,
|
|
2429
|
+
_hoisted_3$C
|
|
2430
2430
|
];
|
|
2431
|
-
function _sfc_render$
|
|
2431
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2432
2432
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2433
2433
|
viewBox: "0 0 16 16",
|
|
2434
2434
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2436,11 +2436,11 @@
|
|
|
2436
2436
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-revocation`],
|
|
2437
2437
|
width: "1em",
|
|
2438
2438
|
height: "1em"
|
|
2439
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2439
|
+
}, _ctx.$attrs), _hoisted_4$m, 16, _hoisted_1$C);
|
|
2440
2440
|
}
|
|
2441
|
-
var index$
|
|
2442
|
-
const _sfc_main$
|
|
2443
|
-
name: "IconGather",
|
|
2441
|
+
var index$C = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C]]);
|
|
2442
|
+
const _sfc_main$B = {
|
|
2443
|
+
name: "IconGather",
|
|
2444
2444
|
props: {
|
|
2445
2445
|
prefix: {
|
|
2446
2446
|
type: String,
|
|
@@ -2452,25 +2452,25 @@
|
|
|
2452
2452
|
}
|
|
2453
2453
|
}
|
|
2454
2454
|
};
|
|
2455
|
-
const _hoisted_1$
|
|
2456
|
-
const _hoisted_2$
|
|
2455
|
+
const _hoisted_1$B = ["fill"];
|
|
2456
|
+
const _hoisted_2$B = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2457
2457
|
d: "M12.1667 8.225V5.75L9.58854 3H3.57292C3.2565 3 3 3.24624 3 3.55V13.45C3 13.7538 3.2565 14 3.57292 14H7.01042M8.5 10.3334H10.3333 12.1667M8.5 12.1666H10.3333 12.1667M9.41663 9.41663V13.0833M11.25 9.41663V13.0833",
|
|
2458
2458
|
stroke: "#434343",
|
|
2459
2459
|
"stroke-width": "1.5",
|
|
2460
2460
|
"stroke-linecap": "round",
|
|
2461
2461
|
"stroke-linejoin": "round"
|
|
2462
2462
|
}, null, -1);
|
|
2463
|
-
const _hoisted_3$
|
|
2463
|
+
const _hoisted_3$B = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2464
2464
|
d: "M9.41663 3V5.75H12.1666",
|
|
2465
2465
|
stroke: "#434343",
|
|
2466
2466
|
"stroke-width": "1.5",
|
|
2467
2467
|
"stroke-linejoin": "round"
|
|
2468
2468
|
}, null, -1);
|
|
2469
|
-
const _hoisted_4$
|
|
2470
|
-
_hoisted_2$
|
|
2471
|
-
_hoisted_3$
|
|
2469
|
+
const _hoisted_4$l = [
|
|
2470
|
+
_hoisted_2$B,
|
|
2471
|
+
_hoisted_3$B
|
|
2472
2472
|
];
|
|
2473
|
-
function _sfc_render$
|
|
2473
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2474
2474
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2475
2475
|
viewBox: "0 0 16 16",
|
|
2476
2476
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2478,10 +2478,10 @@
|
|
|
2478
2478
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-gather`],
|
|
2479
2479
|
width: "1em",
|
|
2480
2480
|
height: "1em"
|
|
2481
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2481
|
+
}, _ctx.$attrs), _hoisted_4$l, 16, _hoisted_1$B);
|
|
2482
2482
|
}
|
|
2483
|
-
var index$
|
|
2484
|
-
const _sfc_main$
|
|
2483
|
+
var index$B = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
|
|
2484
|
+
const _sfc_main$A = {
|
|
2485
2485
|
name: "IconIndex",
|
|
2486
2486
|
props: {
|
|
2487
2487
|
prefix: {
|
|
@@ -2494,18 +2494,18 @@
|
|
|
2494
2494
|
}
|
|
2495
2495
|
}
|
|
2496
2496
|
};
|
|
2497
|
-
const _hoisted_1$
|
|
2498
|
-
const _hoisted_2$
|
|
2497
|
+
const _hoisted_1$A = ["fill"];
|
|
2498
|
+
const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2499
2499
|
d: "M8 13C10.7614 13 13 10.7614 13 8 13 5.23857 10.7614 3 8 3 5.23857 3 3 5.23857 3 8 3 10.7614 5.23857 13 8 13zM5.75 8H10.25M6.87488 6.05139L9.12488 9.94849M9.12488 6.05139L6.87488 9.94849",
|
|
2500
2500
|
stroke: "#434343",
|
|
2501
2501
|
"stroke-width": "1.5",
|
|
2502
2502
|
"stroke-linecap": "round",
|
|
2503
2503
|
"stroke-linejoin": "round"
|
|
2504
2504
|
}, null, -1);
|
|
2505
|
-
const _hoisted_3$
|
|
2506
|
-
_hoisted_2$
|
|
2505
|
+
const _hoisted_3$A = [
|
|
2506
|
+
_hoisted_2$A
|
|
2507
2507
|
];
|
|
2508
|
-
function _sfc_render$
|
|
2508
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2509
2509
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2510
2510
|
viewBox: "0 0 16 16",
|
|
2511
2511
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2513,10 +2513,10 @@
|
|
|
2513
2513
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-index`],
|
|
2514
2514
|
width: "1em",
|
|
2515
2515
|
height: "1em"
|
|
2516
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
2516
|
+
}, _ctx.$attrs), _hoisted_3$A, 16, _hoisted_1$A);
|
|
2517
2517
|
}
|
|
2518
|
-
var index$
|
|
2519
|
-
const _sfc_main$
|
|
2518
|
+
var index$A = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
2519
|
+
const _sfc_main$z = {
|
|
2520
2520
|
name: "IconRole",
|
|
2521
2521
|
props: {
|
|
2522
2522
|
prefix: {
|
|
@@ -2529,18 +2529,18 @@
|
|
|
2529
2529
|
}
|
|
2530
2530
|
}
|
|
2531
2531
|
};
|
|
2532
|
-
const _hoisted_1$
|
|
2533
|
-
const _hoisted_2$
|
|
2532
|
+
const _hoisted_1$z = ["fill"];
|
|
2533
|
+
const _hoisted_2$z = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2534
2534
|
d: "M10.1667 5.33329C10.1667 6.52991 9.19666 7.49996 8.00004 7.49996 6.80342 7.49996 5.83337 6.52991 5.83337 5.33329 5.83337 4.13668 6.80342 3.16663 8.00004 3.16663 9.19666 3.16663 10.1667 4.13668 10.1667 5.33329zM4.56498 12.8334H11.435C12.1963 12.8334 12.7827 12.1788 12.4272 11.5056 11.9042 10.5154 10.712 9.33337 7.99998 9.33337 5.28799 9.33337 4.09576 10.5154 3.57281 11.5056 3.21729 12.1788 3.8037 12.8334 4.56498 12.8334z",
|
|
2535
2535
|
stroke: "#434343",
|
|
2536
2536
|
"stroke-width": "1.5",
|
|
2537
2537
|
"stroke-linecap": "round",
|
|
2538
2538
|
"stroke-linejoin": "round"
|
|
2539
2539
|
}, null, -1);
|
|
2540
|
-
const _hoisted_3$
|
|
2541
|
-
_hoisted_2$
|
|
2540
|
+
const _hoisted_3$z = [
|
|
2541
|
+
_hoisted_2$z
|
|
2542
2542
|
];
|
|
2543
|
-
function _sfc_render$
|
|
2543
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2544
2544
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2545
2545
|
viewBox: "0 0 16 16",
|
|
2546
2546
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2548,10 +2548,10 @@
|
|
|
2548
2548
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-role`],
|
|
2549
2549
|
width: "1em",
|
|
2550
2550
|
height: "1em"
|
|
2551
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
2551
|
+
}, _ctx.$attrs), _hoisted_3$z, 16, _hoisted_1$z);
|
|
2552
2552
|
}
|
|
2553
|
-
var index$
|
|
2554
|
-
const _sfc_main$
|
|
2553
|
+
var index$z = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
2554
|
+
const _sfc_main$y = {
|
|
2555
2555
|
name: "IconScheduling",
|
|
2556
2556
|
props: {
|
|
2557
2557
|
prefix: {
|
|
@@ -2564,25 +2564,25 @@
|
|
|
2564
2564
|
}
|
|
2565
2565
|
}
|
|
2566
2566
|
};
|
|
2567
|
-
const _hoisted_1$
|
|
2568
|
-
const _hoisted_2$
|
|
2567
|
+
const _hoisted_1$y = ["fill"];
|
|
2568
|
+
const _hoisted_2$y = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2569
2569
|
d: "M13 3L3 6.72061L8.26316 7.73903L9.58032 13L13 3Z",
|
|
2570
2570
|
stroke: "#434343",
|
|
2571
2571
|
"stroke-width": "1.5",
|
|
2572
2572
|
"stroke-linejoin": "round"
|
|
2573
2573
|
}, null, -1);
|
|
2574
|
-
const _hoisted_3$
|
|
2574
|
+
const _hoisted_3$y = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2575
2575
|
d: "M8.45459 7.54548L10.2728 5.72729",
|
|
2576
2576
|
stroke: "#434343",
|
|
2577
2577
|
"stroke-width": "1.5",
|
|
2578
2578
|
"stroke-linecap": "round",
|
|
2579
2579
|
"stroke-linejoin": "round"
|
|
2580
2580
|
}, null, -1);
|
|
2581
|
-
const _hoisted_4$
|
|
2582
|
-
_hoisted_2$
|
|
2583
|
-
_hoisted_3$
|
|
2581
|
+
const _hoisted_4$k = [
|
|
2582
|
+
_hoisted_2$y,
|
|
2583
|
+
_hoisted_3$y
|
|
2584
2584
|
];
|
|
2585
|
-
function _sfc_render$
|
|
2585
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2586
2586
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2587
2587
|
viewBox: "0 0 16 16",
|
|
2588
2588
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2590,10 +2590,10 @@
|
|
|
2590
2590
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-scheduling`],
|
|
2591
2591
|
width: "1em",
|
|
2592
2592
|
height: "1em"
|
|
2593
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2593
|
+
}, _ctx.$attrs), _hoisted_4$k, 16, _hoisted_1$y);
|
|
2594
2594
|
}
|
|
2595
|
-
var index$
|
|
2596
|
-
const _sfc_main$
|
|
2595
|
+
var index$y = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
2596
|
+
const _sfc_main$x = {
|
|
2597
2597
|
name: "IconResources",
|
|
2598
2598
|
props: {
|
|
2599
2599
|
prefix: {
|
|
@@ -2606,25 +2606,25 @@
|
|
|
2606
2606
|
}
|
|
2607
2607
|
}
|
|
2608
2608
|
};
|
|
2609
|
-
const _hoisted_1$
|
|
2610
|
-
const _hoisted_2$
|
|
2609
|
+
const _hoisted_1$x = ["fill"];
|
|
2610
|
+
const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2611
2611
|
d: "M6.5 3H3.5C3.22386 3 3 3.22386 3 3.5V6.5C3 6.77615 3.22386 7 3.5 7H6.5C6.77615 7 7 6.77615 7 6.5V3.5C7 3.22386 6.77615 3 6.5 3zM6.5 9H3.5C3.22386 9 3 9.22385 3 9.5V12.5C3 12.7761 3.22386 13 3.5 13H6.5C6.77615 13 7 12.7761 7 12.5V9.5C7 9.22385 6.77615 9 6.5 9zM12.5 3H9.5C9.22385 3 9 3.22386 9 3.5V6.5C9 6.77615 9.22385 7 9.5 7H12.5C12.7761 7 13 6.77615 13 6.5V3.5C13 3.22386 12.7761 3 12.5 3z",
|
|
2612
2612
|
stroke: "#434343",
|
|
2613
2613
|
"stroke-width": "1.5",
|
|
2614
2614
|
"stroke-linejoin": "round"
|
|
2615
2615
|
}, null, -1);
|
|
2616
|
-
const _hoisted_3$
|
|
2616
|
+
const _hoisted_3$x = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2617
2617
|
d: "M9 9H13M10.9999 10.9999H12.9999M9 12.9999H13",
|
|
2618
2618
|
stroke: "#434343",
|
|
2619
2619
|
"stroke-width": "1.5",
|
|
2620
2620
|
"stroke-linecap": "round",
|
|
2621
2621
|
"stroke-linejoin": "round"
|
|
2622
2622
|
}, null, -1);
|
|
2623
|
-
const _hoisted_4$
|
|
2624
|
-
_hoisted_2$
|
|
2625
|
-
_hoisted_3$
|
|
2623
|
+
const _hoisted_4$j = [
|
|
2624
|
+
_hoisted_2$x,
|
|
2625
|
+
_hoisted_3$x
|
|
2626
2626
|
];
|
|
2627
|
-
function _sfc_render$
|
|
2627
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2628
2628
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2629
2629
|
viewBox: "0 0 16 16",
|
|
2630
2630
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2632,10 +2632,10 @@
|
|
|
2632
2632
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-resources`],
|
|
2633
2633
|
width: "1em",
|
|
2634
2634
|
height: "1em"
|
|
2635
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2635
|
+
}, _ctx.$attrs), _hoisted_4$j, 16, _hoisted_1$x);
|
|
2636
2636
|
}
|
|
2637
|
-
var index$
|
|
2638
|
-
const _sfc_main$
|
|
2637
|
+
var index$x = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
|
|
2638
|
+
const _sfc_main$w = {
|
|
2639
2639
|
name: "IconScript",
|
|
2640
2640
|
props: {
|
|
2641
2641
|
prefix: {
|
|
@@ -2648,21 +2648,21 @@
|
|
|
2648
2648
|
}
|
|
2649
2649
|
}
|
|
2650
2650
|
};
|
|
2651
|
-
const _hoisted_1$
|
|
2652
|
-
const _hoisted_2$
|
|
2651
|
+
const _hoisted_1$w = ["fill"];
|
|
2652
|
+
const _hoisted_2$w = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2653
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
2654
|
stroke: "#434343",
|
|
2655
2655
|
"stroke-width": "1.5",
|
|
2656
2656
|
"stroke-linecap": "round"
|
|
2657
2657
|
}, null, -1);
|
|
2658
|
-
const _hoisted_3$
|
|
2658
|
+
const _hoisted_3$w = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2659
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
2660
|
stroke: "#434343",
|
|
2661
2661
|
"stroke-width": "1.5",
|
|
2662
2662
|
"stroke-linecap": "round"
|
|
2663
2663
|
}, null, -1);
|
|
2664
|
-
const _hoisted_4$
|
|
2665
|
-
const _hoisted_5$
|
|
2664
|
+
const _hoisted_4$i = ["fill"];
|
|
2665
|
+
const _hoisted_5$3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2666
2666
|
d: "M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1",
|
|
2667
2667
|
stroke: "#434343",
|
|
2668
2668
|
"stroke-width": "1.5",
|
|
@@ -2675,7 +2675,7 @@
|
|
|
2675
2675
|
"stroke-width": "1.5",
|
|
2676
2676
|
"stroke-linecap": "round"
|
|
2677
2677
|
}, null, -1);
|
|
2678
|
-
function _sfc_render$
|
|
2678
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2679
2679
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2680
2680
|
viewBox: "0 0 16 16",
|
|
2681
2681
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2684,18 +2684,18 @@
|
|
|
2684
2684
|
width: "1em",
|
|
2685
2685
|
height: "1em"
|
|
2686
2686
|
}, _ctx.$attrs), [
|
|
2687
|
-
_hoisted_2$
|
|
2688
|
-
_hoisted_3$
|
|
2687
|
+
_hoisted_2$w,
|
|
2688
|
+
_hoisted_3$w,
|
|
2689
2689
|
vue.createElementVNode("path", {
|
|
2690
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
2691
|
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2692
|
-
}, null, 8, _hoisted_4$
|
|
2693
|
-
_hoisted_5$
|
|
2692
|
+
}, null, 8, _hoisted_4$i),
|
|
2693
|
+
_hoisted_5$3,
|
|
2694
2694
|
_hoisted_6
|
|
2695
|
-
], 16, _hoisted_1$
|
|
2695
|
+
], 16, _hoisted_1$w);
|
|
2696
2696
|
}
|
|
2697
|
-
var index$
|
|
2698
|
-
const _sfc_main$
|
|
2697
|
+
var index$w = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
|
|
2698
|
+
const _sfc_main$v = {
|
|
2699
2699
|
name: "IconSettings",
|
|
2700
2700
|
props: {
|
|
2701
2701
|
prefix: {
|
|
@@ -2708,26 +2708,26 @@
|
|
|
2708
2708
|
}
|
|
2709
2709
|
}
|
|
2710
2710
|
};
|
|
2711
|
-
const _hoisted_1$
|
|
2712
|
-
const _hoisted_2$
|
|
2711
|
+
const _hoisted_1$v = ["fill"];
|
|
2712
|
+
const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2713
2713
|
d: "M3.74741 9.97509L4.48128 10.09C5.02301 10.1749 5.4099 10.671 5.37 11.23L5.31593 11.9877C5.30018 12.2084 5.41777 12.4162 5.61252 12.5124L6.15531 12.7798C6.35007 12.8759 6.58262 12.8399 6.74167 12.6901L7.28709 12.1746C7.68919 11.7944 8.30967 11.7944 8.7123 12.1746L9.25772 12.6901C9.41678 12.8405 9.6488 12.8759 9.84408 12.7798L10.3879 12.5118C10.5821 12.4162 10.6992 12.209 10.6835 11.9888L10.6294 11.23C10.5895 10.671 10.9764 10.1749 11.5181 10.09L12.252 9.97509C12.4656 9.9418 12.6378 9.77802 12.6861 9.56215L12.82 8.9618C12.8683 8.74593 12.7827 8.52201 12.6042 8.39742L11.9916 7.96837C11.5396 7.65155 11.4016 7.03294 11.6745 6.54696L12.0446 5.88862C12.1522 5.69691 12.1344 5.45688 11.9995 5.28397L11.6242 4.80229C11.4892 4.62938 11.2646 4.55796 11.0577 4.62294L10.348 4.84525C9.82361 5.00957 9.26454 4.73409 9.06297 4.21268L8.79105 3.50761C8.71126 3.30141 8.5165 3.16609 8.2997 3.16663L7.69812 3.16824C7.48132 3.16878 7.28709 3.30517 7.20835 3.51191L6.94325 4.20892C6.74377 4.73356 6.18209 5.01118 5.65609 4.84579L4.91698 4.61381C4.70962 4.5483 4.4839 4.62025 4.34899 4.79424L3.97628 5.27645C3.84137 5.45097 3.8251 5.69154 3.93481 5.88325L4.31329 6.54321C4.59204 7.02972 4.45555 7.65423 4.00095 7.97267L3.3957 8.39689C3.21722 8.52201 3.13165 8.74593 3.17994 8.96126L3.3138 9.56161C3.36157 9.77802 3.53376 9.9418 3.74741 9.97509Z",
|
|
2714
2714
|
stroke: "#434343",
|
|
2715
2715
|
"stroke-width": "1.5",
|
|
2716
2716
|
"stroke-linecap": "round",
|
|
2717
2717
|
"stroke-linejoin": "round"
|
|
2718
2718
|
}, null, -1);
|
|
2719
|
-
const _hoisted_3$
|
|
2719
|
+
const _hoisted_3$v = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2720
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
2721
|
stroke: "#434343",
|
|
2722
2722
|
"stroke-width": "1.5",
|
|
2723
2723
|
"stroke-linecap": "round",
|
|
2724
2724
|
"stroke-linejoin": "round"
|
|
2725
2725
|
}, null, -1);
|
|
2726
|
-
const _hoisted_4$
|
|
2727
|
-
_hoisted_2$
|
|
2728
|
-
_hoisted_3$
|
|
2726
|
+
const _hoisted_4$h = [
|
|
2727
|
+
_hoisted_2$v,
|
|
2728
|
+
_hoisted_3$v
|
|
2729
2729
|
];
|
|
2730
|
-
function _sfc_render$
|
|
2730
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2731
2731
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2732
2732
|
viewBox: "0 0 16 16",
|
|
2733
2733
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2735,10 +2735,10 @@
|
|
|
2735
2735
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Settings`],
|
|
2736
2736
|
width: "1em",
|
|
2737
2737
|
height: "1em"
|
|
2738
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2738
|
+
}, _ctx.$attrs), _hoisted_4$h, 16, _hoisted_1$v);
|
|
2739
2739
|
}
|
|
2740
|
-
var index$
|
|
2741
|
-
const _sfc_main$
|
|
2740
|
+
var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
|
|
2741
|
+
const _sfc_main$u = {
|
|
2742
2742
|
name: "IconNotice2",
|
|
2743
2743
|
props: {
|
|
2744
2744
|
prefix: {
|
|
@@ -2751,22 +2751,22 @@
|
|
|
2751
2751
|
}
|
|
2752
2752
|
}
|
|
2753
2753
|
};
|
|
2754
|
-
const _hoisted_1$
|
|
2755
|
-
const _hoisted_2$
|
|
2754
|
+
const _hoisted_1$u = ["fill"];
|
|
2755
|
+
const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2756
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
2757
|
stroke: "#434343",
|
|
2758
2758
|
"stroke-width": "1.5",
|
|
2759
2759
|
"stroke-linejoin": "round"
|
|
2760
2760
|
}, null, -1);
|
|
2761
|
-
const _hoisted_3$
|
|
2761
|
+
const _hoisted_3$u = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2762
2762
|
d: "M8 9.25004V5.08337",
|
|
2763
2763
|
stroke: "#434343",
|
|
2764
2764
|
"stroke-width": "1.5",
|
|
2765
2765
|
"stroke-linecap": "round",
|
|
2766
2766
|
"stroke-linejoin": "round"
|
|
2767
2767
|
}, null, -1);
|
|
2768
|
-
const _hoisted_4$
|
|
2769
|
-
function _sfc_render$
|
|
2768
|
+
const _hoisted_4$g = ["fill"];
|
|
2769
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2770
2770
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2771
2771
|
viewBox: "0 0 16 16",
|
|
2772
2772
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -2775,19 +2775,54 @@
|
|
|
2775
2775
|
width: "1em",
|
|
2776
2776
|
height: "1em"
|
|
2777
2777
|
}, _ctx.$attrs), [
|
|
2778
|
-
_hoisted_2$
|
|
2779
|
-
_hoisted_3$
|
|
2778
|
+
_hoisted_2$u,
|
|
2779
|
+
_hoisted_3$u,
|
|
2780
2780
|
vue.createElementVNode("path", {
|
|
2781
2781
|
"fill-rule": "evenodd",
|
|
2782
2782
|
"clip-rule": "evenodd",
|
|
2783
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
2784
|
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2785
|
-
}, null, 8, _hoisted_4$
|
|
2786
|
-
], 16, _hoisted_1$
|
|
2785
|
+
}, null, 8, _hoisted_4$g)
|
|
2786
|
+
], 16, _hoisted_1$u);
|
|
2787
|
+
}
|
|
2788
|
+
var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
|
|
2789
|
+
const _sfc_main$t = {
|
|
2790
|
+
name: "IconUnfold",
|
|
2791
|
+
props: {
|
|
2792
|
+
prefix: {
|
|
2793
|
+
type: String,
|
|
2794
|
+
default: "update-line-icon"
|
|
2795
|
+
},
|
|
2796
|
+
useCurrentColor: {
|
|
2797
|
+
type: Boolean,
|
|
2798
|
+
default: true
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
};
|
|
2802
|
+
const _hoisted_1$t = ["fill"];
|
|
2803
|
+
const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2804
|
+
d: "M4.5 10.5L6.66667 12.8333M9.33337 3.16663L11.5 5.49996M6.66663 2.83337V12.8334M9.33337 3.16663V13.1666",
|
|
2805
|
+
stroke: "#434343",
|
|
2806
|
+
"stroke-width": "1.5",
|
|
2807
|
+
"stroke-linecap": "round",
|
|
2808
|
+
"stroke-linejoin": "round"
|
|
2809
|
+
}, null, -1);
|
|
2810
|
+
const _hoisted_3$t = [
|
|
2811
|
+
_hoisted_2$t
|
|
2812
|
+
];
|
|
2813
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2814
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2815
|
+
viewBox: "0 0 16 16",
|
|
2816
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2817
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2818
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold`],
|
|
2819
|
+
width: "1em",
|
|
2820
|
+
height: "1em"
|
|
2821
|
+
}, _ctx.$attrs), _hoisted_3$t, 16, _hoisted_1$t);
|
|
2787
2822
|
}
|
|
2788
2823
|
var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
|
|
2789
2824
|
const _sfc_main$s = {
|
|
2790
|
-
name: "
|
|
2825
|
+
name: "IconZoomout",
|
|
2791
2826
|
props: {
|
|
2792
2827
|
prefix: {
|
|
2793
2828
|
type: String,
|
|
@@ -2801,7 +2836,7 @@
|
|
|
2801
2836
|
};
|
|
2802
2837
|
const _hoisted_1$s = ["fill"];
|
|
2803
2838
|
const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2804
|
-
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",
|
|
2805
2840
|
stroke: "#434343",
|
|
2806
2841
|
"stroke-width": "1.5",
|
|
2807
2842
|
"stroke-linecap": "round",
|
|
@@ -2815,14 +2850,14 @@
|
|
|
2815
2850
|
viewBox: "0 0 16 16",
|
|
2816
2851
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2817
2852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2818
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2853
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Zoomout`],
|
|
2819
2854
|
width: "1em",
|
|
2820
2855
|
height: "1em"
|
|
2821
2856
|
}, _ctx.$attrs), _hoisted_3$s, 16, _hoisted_1$s);
|
|
2822
2857
|
}
|
|
2823
2858
|
var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
|
|
2824
2859
|
const _sfc_main$r = {
|
|
2825
|
-
name: "
|
|
2860
|
+
name: "IconZoomin",
|
|
2826
2861
|
props: {
|
|
2827
2862
|
prefix: {
|
|
2828
2863
|
type: String,
|
|
@@ -2836,7 +2871,7 @@
|
|
|
2836
2871
|
};
|
|
2837
2872
|
const _hoisted_1$r = ["fill"];
|
|
2838
2873
|
const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2839
|
-
d: "M11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5 5.03211 11.5 3.16663 9.63448 3.16663 7.33329 3.16663 5.03211 5.03211 3.16663 7.33329 3.16663 9.63448 3.16663 11.5 5.03211 11.5 7.33329zM10.3334 10.3334L12.8334 12.
|
|
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",
|
|
2840
2875
|
stroke: "#434343",
|
|
2841
2876
|
"stroke-width": "1.5",
|
|
2842
2877
|
"stroke-linecap": "round",
|
|
@@ -2850,14 +2885,14 @@
|
|
|
2850
2885
|
viewBox: "0 0 16 16",
|
|
2851
2886
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2852
2887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2853
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2888
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Zoomin`],
|
|
2854
2889
|
width: "1em",
|
|
2855
2890
|
height: "1em"
|
|
2856
2891
|
}, _ctx.$attrs), _hoisted_3$r, 16, _hoisted_1$r);
|
|
2857
2892
|
}
|
|
2858
2893
|
var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
2859
2894
|
const _sfc_main$q = {
|
|
2860
|
-
name: "
|
|
2895
|
+
name: "IconUnfold2",
|
|
2861
2896
|
props: {
|
|
2862
2897
|
prefix: {
|
|
2863
2898
|
type: String,
|
|
@@ -2871,7 +2906,7 @@
|
|
|
2871
2906
|
};
|
|
2872
2907
|
const _hoisted_1$q = ["fill"];
|
|
2873
2908
|
const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2874
|
-
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",
|
|
2875
2910
|
stroke: "#434343",
|
|
2876
2911
|
"stroke-width": "1.5",
|
|
2877
2912
|
"stroke-linecap": "round",
|
|
@@ -2885,14 +2920,14 @@
|
|
|
2885
2920
|
viewBox: "0 0 16 16",
|
|
2886
2921
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2887
2922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2888
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2923
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold2`],
|
|
2889
2924
|
width: "1em",
|
|
2890
2925
|
height: "1em"
|
|
2891
2926
|
}, _ctx.$attrs), _hoisted_3$q, 16, _hoisted_1$q);
|
|
2892
2927
|
}
|
|
2893
2928
|
var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
|
|
2894
2929
|
const _sfc_main$p = {
|
|
2895
|
-
name: "
|
|
2930
|
+
name: "IconTest",
|
|
2896
2931
|
props: {
|
|
2897
2932
|
prefix: {
|
|
2898
2933
|
type: String,
|
|
@@ -2906,28 +2941,36 @@
|
|
|
2906
2941
|
};
|
|
2907
2942
|
const _hoisted_1$p = ["fill"];
|
|
2908
2943
|
const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2909
|
-
d: "M7.
|
|
2944
|
+
d: "M7.16665 3H3.83333C3.3731 3 3 3.3731 3 3.83333V9.94442C3 10.4047 3.3731 10.7778 3.83333 10.7778H12.1666C12.6269 10.7778 13 10.4047 13 9.94442V7.16665M8 10.7778V13",
|
|
2945
|
+
stroke: "#434343",
|
|
2946
|
+
"stroke-width": "1.5",
|
|
2947
|
+
"stroke-linecap": "round",
|
|
2948
|
+
"stroke-linejoin": "round"
|
|
2949
|
+
}, null, -1);
|
|
2950
|
+
const _hoisted_3$p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2951
|
+
d: "M10.2222 3L9.11108 4.11111 10.2222 5.22221M11.8888 3L12.9999 4.11111 11.8888 5.22221M5.22217 13H10.7777",
|
|
2910
2952
|
stroke: "#434343",
|
|
2911
2953
|
"stroke-width": "1.5",
|
|
2912
2954
|
"stroke-linecap": "round",
|
|
2913
2955
|
"stroke-linejoin": "round"
|
|
2914
2956
|
}, null, -1);
|
|
2915
|
-
const
|
|
2916
|
-
_hoisted_2$p
|
|
2957
|
+
const _hoisted_4$f = [
|
|
2958
|
+
_hoisted_2$p,
|
|
2959
|
+
_hoisted_3$p
|
|
2917
2960
|
];
|
|
2918
2961
|
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2919
2962
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2920
2963
|
viewBox: "0 0 16 16",
|
|
2921
2964
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2922
2965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2923
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2966
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-test`],
|
|
2924
2967
|
width: "1em",
|
|
2925
2968
|
height: "1em"
|
|
2926
|
-
}, _ctx.$attrs),
|
|
2969
|
+
}, _ctx.$attrs), _hoisted_4$f, 16, _hoisted_1$p);
|
|
2927
2970
|
}
|
|
2928
2971
|
var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
|
|
2929
2972
|
const _sfc_main$o = {
|
|
2930
|
-
name: "
|
|
2973
|
+
name: "IconText",
|
|
2931
2974
|
props: {
|
|
2932
2975
|
prefix: {
|
|
2933
2976
|
type: String,
|
|
@@ -2941,36 +2984,28 @@
|
|
|
2941
2984
|
};
|
|
2942
2985
|
const _hoisted_1$o = ["fill"];
|
|
2943
2986
|
const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2944
|
-
d: "M7.
|
|
2945
|
-
stroke: "#434343",
|
|
2946
|
-
"stroke-width": "1.5",
|
|
2947
|
-
"stroke-linecap": "round",
|
|
2948
|
-
"stroke-linejoin": "round"
|
|
2949
|
-
}, null, -1);
|
|
2950
|
-
const _hoisted_3$o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2951
|
-
d: "M10.2222 3L9.11108 4.11111 10.2222 5.22221M11.8888 3L12.9999 4.11111 11.8888 5.22221M5.22217 13H10.7777",
|
|
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",
|
|
2952
2988
|
stroke: "#434343",
|
|
2953
2989
|
"stroke-width": "1.5",
|
|
2954
2990
|
"stroke-linecap": "round",
|
|
2955
2991
|
"stroke-linejoin": "round"
|
|
2956
2992
|
}, null, -1);
|
|
2957
|
-
const
|
|
2958
|
-
_hoisted_2$o
|
|
2959
|
-
_hoisted_3$o
|
|
2993
|
+
const _hoisted_3$o = [
|
|
2994
|
+
_hoisted_2$o
|
|
2960
2995
|
];
|
|
2961
2996
|
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2962
2997
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2963
2998
|
viewBox: "0 0 16 16",
|
|
2964
2999
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2965
3000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2966
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3001
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text`],
|
|
2967
3002
|
width: "1em",
|
|
2968
3003
|
height: "1em"
|
|
2969
|
-
}, _ctx.$attrs),
|
|
3004
|
+
}, _ctx.$attrs), _hoisted_3$o, 16, _hoisted_1$o);
|
|
2970
3005
|
}
|
|
2971
3006
|
var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
|
|
2972
3007
|
const _sfc_main$n = {
|
|
2973
|
-
name: "
|
|
3008
|
+
name: "IconStats",
|
|
2974
3009
|
props: {
|
|
2975
3010
|
prefix: {
|
|
2976
3011
|
type: String,
|
|
@@ -2984,28 +3019,41 @@
|
|
|
2984
3019
|
};
|
|
2985
3020
|
const _hoisted_1$n = ["fill"];
|
|
2986
3021
|
const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2987
|
-
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",
|
|
3023
|
+
stroke: "#434343",
|
|
3024
|
+
"stroke-width": "1.5"
|
|
3025
|
+
}, null, -1);
|
|
3026
|
+
const _hoisted_3$n = /* @__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$e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3033
|
+
d: "M13 12.7223L5.5 12.7223",
|
|
2988
3034
|
stroke: "#434343",
|
|
2989
3035
|
"stroke-width": "1.5",
|
|
2990
3036
|
"stroke-linecap": "round",
|
|
2991
3037
|
"stroke-linejoin": "round"
|
|
2992
3038
|
}, null, -1);
|
|
2993
|
-
const
|
|
2994
|
-
_hoisted_2$n
|
|
3039
|
+
const _hoisted_5$2 = [
|
|
3040
|
+
_hoisted_2$n,
|
|
3041
|
+
_hoisted_3$n,
|
|
3042
|
+
_hoisted_4$e
|
|
2995
3043
|
];
|
|
2996
3044
|
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2997
3045
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2998
3046
|
viewBox: "0 0 16 16",
|
|
2999
3047
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3000
3048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3001
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3049
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Stats`],
|
|
3002
3050
|
width: "1em",
|
|
3003
3051
|
height: "1em"
|
|
3004
|
-
}, _ctx.$attrs),
|
|
3052
|
+
}, _ctx.$attrs), _hoisted_5$2, 16, _hoisted_1$n);
|
|
3005
3053
|
}
|
|
3006
3054
|
var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
3007
3055
|
const _sfc_main$m = {
|
|
3008
|
-
name: "
|
|
3056
|
+
name: "IconUpload",
|
|
3009
3057
|
props: {
|
|
3010
3058
|
prefix: {
|
|
3011
3059
|
type: String,
|
|
@@ -3019,41 +3067,28 @@
|
|
|
3019
3067
|
};
|
|
3020
3068
|
const _hoisted_1$m = ["fill"];
|
|
3021
3069
|
const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3022
|
-
d: "
|
|
3023
|
-
stroke: "#434343",
|
|
3024
|
-
"stroke-width": "1.5"
|
|
3025
|
-
}, null, -1);
|
|
3026
|
-
const _hoisted_3$m = /* @__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$d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3033
|
-
d: "M13 12.7223L5.5 12.7223",
|
|
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",
|
|
3034
3071
|
stroke: "#434343",
|
|
3035
3072
|
"stroke-width": "1.5",
|
|
3036
3073
|
"stroke-linecap": "round",
|
|
3037
3074
|
"stroke-linejoin": "round"
|
|
3038
3075
|
}, null, -1);
|
|
3039
|
-
const
|
|
3040
|
-
_hoisted_2$m
|
|
3041
|
-
_hoisted_3$m,
|
|
3042
|
-
_hoisted_4$d
|
|
3076
|
+
const _hoisted_3$m = [
|
|
3077
|
+
_hoisted_2$m
|
|
3043
3078
|
];
|
|
3044
3079
|
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3045
3080
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3046
3081
|
viewBox: "0 0 16 16",
|
|
3047
3082
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3048
3083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3049
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3084
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-upload`],
|
|
3050
3085
|
width: "1em",
|
|
3051
3086
|
height: "1em"
|
|
3052
|
-
}, _ctx.$attrs),
|
|
3087
|
+
}, _ctx.$attrs), _hoisted_3$m, 16, _hoisted_1$m);
|
|
3053
3088
|
}
|
|
3054
3089
|
var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
|
|
3055
3090
|
const _sfc_main$l = {
|
|
3056
|
-
name: "
|
|
3091
|
+
name: "IconTable",
|
|
3057
3092
|
props: {
|
|
3058
3093
|
prefix: {
|
|
3059
3094
|
type: String,
|
|
@@ -3067,7 +3102,7 @@
|
|
|
3067
3102
|
};
|
|
3068
3103
|
const _hoisted_1$l = ["fill"];
|
|
3069
3104
|
const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3070
|
-
d: "M3.16663
|
|
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",
|
|
3071
3106
|
stroke: "#434343",
|
|
3072
3107
|
"stroke-width": "1.5",
|
|
3073
3108
|
"stroke-linecap": "round",
|
|
@@ -3081,14 +3116,14 @@
|
|
|
3081
3116
|
viewBox: "0 0 16 16",
|
|
3082
3117
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3083
3118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3084
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3119
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table`],
|
|
3085
3120
|
width: "1em",
|
|
3086
3121
|
height: "1em"
|
|
3087
3122
|
}, _ctx.$attrs), _hoisted_3$l, 16, _hoisted_1$l);
|
|
3088
3123
|
}
|
|
3089
3124
|
var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
3090
3125
|
const _sfc_main$k = {
|
|
3091
|
-
name: "
|
|
3126
|
+
name: "IconUpdatemode",
|
|
3092
3127
|
props: {
|
|
3093
3128
|
prefix: {
|
|
3094
3129
|
type: String,
|
|
@@ -3102,7 +3137,7 @@
|
|
|
3102
3137
|
};
|
|
3103
3138
|
const _hoisted_1$k = ["fill"];
|
|
3104
3139
|
const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3105
|
-
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",
|
|
3106
3141
|
stroke: "#434343",
|
|
3107
3142
|
"stroke-width": "1.5",
|
|
3108
3143
|
"stroke-linecap": "round",
|
|
@@ -3116,14 +3151,14 @@
|
|
|
3116
3151
|
viewBox: "0 0 16 16",
|
|
3117
3152
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3118
3153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3119
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3154
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Updatemode`],
|
|
3120
3155
|
width: "1em",
|
|
3121
3156
|
height: "1em"
|
|
3122
3157
|
}, _ctx.$attrs), _hoisted_3$k, 16, _hoisted_1$k);
|
|
3123
3158
|
}
|
|
3124
3159
|
var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
|
|
3125
3160
|
const _sfc_main$j = {
|
|
3126
|
-
name: "
|
|
3161
|
+
name: "IconSwitch",
|
|
3127
3162
|
props: {
|
|
3128
3163
|
prefix: {
|
|
3129
3164
|
type: String,
|
|
@@ -3137,7 +3172,7 @@
|
|
|
3137
3172
|
};
|
|
3138
3173
|
const _hoisted_1$j = ["fill"];
|
|
3139
3174
|
const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3140
|
-
d: "
|
|
3175
|
+
d: "M12.0909 6.63635H3M9.36365 3L12.0909 6.63636M3 8.45459H13M3 8.45459L5.72727 12.091",
|
|
3141
3176
|
stroke: "#434343",
|
|
3142
3177
|
"stroke-width": "1.5",
|
|
3143
3178
|
"stroke-linecap": "round",
|
|
@@ -3151,14 +3186,14 @@
|
|
|
3151
3186
|
viewBox: "0 0 16 16",
|
|
3152
3187
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3153
3188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3154
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3189
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Switch`],
|
|
3155
3190
|
width: "1em",
|
|
3156
3191
|
height: "1em"
|
|
3157
3192
|
}, _ctx.$attrs), _hoisted_3$j, 16, _hoisted_1$j);
|
|
3158
3193
|
}
|
|
3159
3194
|
var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
|
|
3160
3195
|
const _sfc_main$i = {
|
|
3161
|
-
name: "
|
|
3196
|
+
name: "IconTerminate",
|
|
3162
3197
|
props: {
|
|
3163
3198
|
prefix: {
|
|
3164
3199
|
type: String,
|
|
@@ -3172,7 +3207,7 @@
|
|
|
3172
3207
|
};
|
|
3173
3208
|
const _hoisted_1$i = ["fill"];
|
|
3174
3209
|
const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3175
|
-
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",
|
|
3176
3211
|
stroke: "#434343",
|
|
3177
3212
|
"stroke-width": "1.5",
|
|
3178
3213
|
"stroke-linecap": "round",
|
|
@@ -3186,14 +3221,14 @@
|
|
|
3186
3221
|
viewBox: "0 0 16 16",
|
|
3187
3222
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3188
3223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3189
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3224
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Terminate`],
|
|
3190
3225
|
width: "1em",
|
|
3191
3226
|
height: "1em"
|
|
3192
3227
|
}, _ctx.$attrs), _hoisted_3$i, 16, _hoisted_1$i);
|
|
3193
3228
|
}
|
|
3194
3229
|
var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
3195
3230
|
const _sfc_main$h = {
|
|
3196
|
-
name: "
|
|
3231
|
+
name: "IconSubjectarea",
|
|
3197
3232
|
props: {
|
|
3198
3233
|
prefix: {
|
|
3199
3234
|
type: String,
|
|
@@ -3207,28 +3242,42 @@
|
|
|
3207
3242
|
};
|
|
3208
3243
|
const _hoisted_1$h = ["fill"];
|
|
3209
3244
|
const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3210
|
-
d: "
|
|
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$h = /* @__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",
|
|
3211
3252
|
stroke: "#434343",
|
|
3212
3253
|
"stroke-width": "1.5",
|
|
3213
3254
|
"stroke-linecap": "round",
|
|
3214
3255
|
"stroke-linejoin": "round"
|
|
3215
3256
|
}, null, -1);
|
|
3216
|
-
const
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3257
|
+
const _hoisted_4$d = /* @__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$1 = [
|
|
3264
|
+
_hoisted_2$h,
|
|
3265
|
+
_hoisted_3$h,
|
|
3266
|
+
_hoisted_4$d
|
|
3267
|
+
];
|
|
3268
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3269
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3270
|
+
viewBox: "0 0 16 16",
|
|
3271
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3272
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3273
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subjectarea`],
|
|
3225
3274
|
width: "1em",
|
|
3226
3275
|
height: "1em"
|
|
3227
|
-
}, _ctx.$attrs),
|
|
3276
|
+
}, _ctx.$attrs), _hoisted_5$1, 16, _hoisted_1$h);
|
|
3228
3277
|
}
|
|
3229
3278
|
var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
3230
3279
|
const _sfc_main$g = {
|
|
3231
|
-
name: "
|
|
3280
|
+
name: "IconSubscribe",
|
|
3232
3281
|
props: {
|
|
3233
3282
|
prefix: {
|
|
3234
3283
|
type: String,
|
|
@@ -3242,42 +3291,35 @@
|
|
|
3242
3291
|
};
|
|
3243
3292
|
const _hoisted_1$g = ["fill"];
|
|
3244
3293
|
const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3245
|
-
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",
|
|
3246
3295
|
stroke: "#434343",
|
|
3247
3296
|
"stroke-width": "1.5",
|
|
3248
3297
|
"stroke-linejoin": "round"
|
|
3249
3298
|
}, null, -1);
|
|
3250
3299
|
const _hoisted_3$g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3251
|
-
d: "M7.
|
|
3300
|
+
d: "M7.54541 5.72729V9.36366M5.72729 7.54541H9.36366",
|
|
3252
3301
|
stroke: "#434343",
|
|
3253
3302
|
"stroke-width": "1.5",
|
|
3254
3303
|
"stroke-linecap": "round",
|
|
3255
3304
|
"stroke-linejoin": "round"
|
|
3256
3305
|
}, null, -1);
|
|
3257
|
-
const _hoisted_4$c =
|
|
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 = [
|
|
3306
|
+
const _hoisted_4$c = [
|
|
3264
3307
|
_hoisted_2$g,
|
|
3265
|
-
_hoisted_3$g
|
|
3266
|
-
_hoisted_4$c
|
|
3308
|
+
_hoisted_3$g
|
|
3267
3309
|
];
|
|
3268
3310
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3269
3311
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3270
3312
|
viewBox: "0 0 16 16",
|
|
3271
3313
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3272
3314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3273
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3315
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subscribe`],
|
|
3274
3316
|
width: "1em",
|
|
3275
3317
|
height: "1em"
|
|
3276
|
-
}, _ctx.$attrs),
|
|
3318
|
+
}, _ctx.$attrs), _hoisted_4$c, 16, _hoisted_1$g);
|
|
3277
3319
|
}
|
|
3278
3320
|
var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
|
|
3279
3321
|
const _sfc_main$f = {
|
|
3280
|
-
name: "
|
|
3322
|
+
name: "IconInOperation",
|
|
3281
3323
|
props: {
|
|
3282
3324
|
prefix: {
|
|
3283
3325
|
type: String,
|
|
@@ -3291,14 +3333,15 @@
|
|
|
3291
3333
|
};
|
|
3292
3334
|
const _hoisted_1$f = ["fill"];
|
|
3293
3335
|
const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3294
|
-
d: "
|
|
3295
|
-
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",
|
|
3296
3338
|
"stroke-width": "1.5",
|
|
3339
|
+
"stroke-linecap": "round",
|
|
3297
3340
|
"stroke-linejoin": "round"
|
|
3298
3341
|
}, null, -1);
|
|
3299
3342
|
const _hoisted_3$f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3300
|
-
d: "
|
|
3301
|
-
stroke: "#
|
|
3343
|
+
d: "M11.2341 11.084L9.73413 12.584L11.2341 14.084",
|
|
3344
|
+
stroke: "#1269FF",
|
|
3302
3345
|
"stroke-width": "1.5",
|
|
3303
3346
|
"stroke-linecap": "round",
|
|
3304
3347
|
"stroke-linejoin": "round"
|
|
@@ -3309,17 +3352,17 @@
|
|
|
3309
3352
|
];
|
|
3310
3353
|
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3311
3354
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3312
|
-
viewBox: "0 0
|
|
3355
|
+
viewBox: "0 0 21 20",
|
|
3313
3356
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3314
3357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3315
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3358
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-In_operation`],
|
|
3316
3359
|
width: "1em",
|
|
3317
3360
|
height: "1em"
|
|
3318
3361
|
}, _ctx.$attrs), _hoisted_4$b, 16, _hoisted_1$f);
|
|
3319
3362
|
}
|
|
3320
3363
|
var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
|
|
3321
3364
|
const _sfc_main$e = {
|
|
3322
|
-
name: "
|
|
3365
|
+
name: "IconLose",
|
|
3323
3366
|
props: {
|
|
3324
3367
|
prefix: {
|
|
3325
3368
|
type: String,
|
|
@@ -3333,36 +3376,28 @@
|
|
|
3333
3376
|
};
|
|
3334
3377
|
const _hoisted_1$e = ["fill"];
|
|
3335
3378
|
const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3336
|
-
d: "
|
|
3337
|
-
stroke: "#
|
|
3338
|
-
"stroke-width": "1.5",
|
|
3339
|
-
"stroke-linecap": "round",
|
|
3340
|
-
"stroke-linejoin": "round"
|
|
3341
|
-
}, null, -1);
|
|
3342
|
-
const _hoisted_3$e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3343
|
-
d: "M11.2341 11.084L9.73413 12.584L11.2341 14.084",
|
|
3344
|
-
stroke: "#1269FF",
|
|
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",
|
|
3345
3381
|
"stroke-width": "1.5",
|
|
3346
3382
|
"stroke-linecap": "round",
|
|
3347
3383
|
"stroke-linejoin": "round"
|
|
3348
3384
|
}, null, -1);
|
|
3349
|
-
const
|
|
3350
|
-
_hoisted_2$e
|
|
3351
|
-
_hoisted_3$e
|
|
3385
|
+
const _hoisted_3$e = [
|
|
3386
|
+
_hoisted_2$e
|
|
3352
3387
|
];
|
|
3353
3388
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3354
3389
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3355
|
-
viewBox: "0 0
|
|
3390
|
+
viewBox: "0 0 20 20",
|
|
3356
3391
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3357
3392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3358
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3393
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Lose`],
|
|
3359
3394
|
width: "1em",
|
|
3360
3395
|
height: "1em"
|
|
3361
|
-
}, _ctx.$attrs),
|
|
3396
|
+
}, _ctx.$attrs), _hoisted_3$e, 16, _hoisted_1$e);
|
|
3362
3397
|
}
|
|
3363
3398
|
var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
3364
3399
|
const _sfc_main$d = {
|
|
3365
|
-
name: "
|
|
3400
|
+
name: "IconSuccessful",
|
|
3366
3401
|
props: {
|
|
3367
3402
|
prefix: {
|
|
3368
3403
|
type: String,
|
|
@@ -3376,28 +3411,36 @@
|
|
|
3376
3411
|
};
|
|
3377
3412
|
const _hoisted_1$d = ["fill"];
|
|
3378
3413
|
const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3379
|
-
d: "M10
|
|
3380
|
-
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$d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3421
|
+
d: "M8.26758 9.99922L10.0676 11.7992L13.6676 8.19922",
|
|
3422
|
+
stroke: "#52C41A",
|
|
3381
3423
|
"stroke-width": "1.5",
|
|
3382
3424
|
"stroke-linecap": "round",
|
|
3383
3425
|
"stroke-linejoin": "round"
|
|
3384
3426
|
}, null, -1);
|
|
3385
|
-
const
|
|
3386
|
-
_hoisted_2$d
|
|
3427
|
+
const _hoisted_4$a = [
|
|
3428
|
+
_hoisted_2$d,
|
|
3429
|
+
_hoisted_3$d
|
|
3387
3430
|
];
|
|
3388
3431
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3389
3432
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3390
|
-
viewBox: "0 0
|
|
3433
|
+
viewBox: "0 0 21 20",
|
|
3391
3434
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3392
3435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3393
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3436
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Successful`],
|
|
3394
3437
|
width: "1em",
|
|
3395
3438
|
height: "1em"
|
|
3396
|
-
}, _ctx.$attrs),
|
|
3439
|
+
}, _ctx.$attrs), _hoisted_4$a, 16, _hoisted_1$d);
|
|
3397
3440
|
}
|
|
3398
3441
|
var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
3399
3442
|
const _sfc_main$c = {
|
|
3400
|
-
name: "
|
|
3443
|
+
name: "IconLivingExample",
|
|
3401
3444
|
props: {
|
|
3402
3445
|
prefix: {
|
|
3403
3446
|
type: String,
|
|
@@ -3411,36 +3454,28 @@
|
|
|
3411
3454
|
};
|
|
3412
3455
|
const _hoisted_1$c = ["fill"];
|
|
3413
3456
|
const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3414
|
-
d: "
|
|
3415
|
-
stroke: "#
|
|
3416
|
-
"stroke-width": "1.5",
|
|
3417
|
-
"stroke-linecap": "round",
|
|
3418
|
-
"stroke-linejoin": "round"
|
|
3419
|
-
}, null, -1);
|
|
3420
|
-
const _hoisted_3$c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3421
|
-
d: "M8.26758 9.99922L10.0676 11.7992L13.6676 8.19922",
|
|
3422
|
-
stroke: "#52C41A",
|
|
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",
|
|
3423
3459
|
"stroke-width": "1.5",
|
|
3424
3460
|
"stroke-linecap": "round",
|
|
3425
3461
|
"stroke-linejoin": "round"
|
|
3426
3462
|
}, null, -1);
|
|
3427
|
-
const
|
|
3428
|
-
_hoisted_2$c
|
|
3429
|
-
_hoisted_3$c
|
|
3463
|
+
const _hoisted_3$c = [
|
|
3464
|
+
_hoisted_2$c
|
|
3430
3465
|
];
|
|
3431
3466
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3432
3467
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3433
|
-
viewBox: "0 0
|
|
3468
|
+
viewBox: "0 0 20 20",
|
|
3434
3469
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3435
3470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3436
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3471
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Living_example`],
|
|
3437
3472
|
width: "1em",
|
|
3438
3473
|
height: "1em"
|
|
3439
|
-
}, _ctx.$attrs),
|
|
3474
|
+
}, _ctx.$attrs), _hoisted_3$c, 16, _hoisted_1$c);
|
|
3440
3475
|
}
|
|
3441
3476
|
var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
3442
3477
|
const _sfc_main$b = {
|
|
3443
|
-
name: "
|
|
3478
|
+
name: "IconOfflineWorkflow",
|
|
3444
3479
|
props: {
|
|
3445
3480
|
prefix: {
|
|
3446
3481
|
type: String,
|
|
@@ -3454,28 +3489,36 @@
|
|
|
3454
3489
|
};
|
|
3455
3490
|
const _hoisted_1$b = ["fill"];
|
|
3456
3491
|
const _hoisted_2$b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3457
|
-
d: "M15.
|
|
3458
|
-
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",
|
|
3459
3494
|
"stroke-width": "1.5",
|
|
3460
3495
|
"stroke-linecap": "round",
|
|
3461
3496
|
"stroke-linejoin": "round"
|
|
3462
3497
|
}, null, -1);
|
|
3463
|
-
const _hoisted_3$b =
|
|
3464
|
-
|
|
3498
|
+
const _hoisted_3$b = /* @__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",
|
|
3501
|
+
"stroke-width": "1.5",
|
|
3502
|
+
"stroke-linecap": "round",
|
|
3503
|
+
"stroke-linejoin": "round"
|
|
3504
|
+
}, null, -1);
|
|
3505
|
+
const _hoisted_4$9 = [
|
|
3506
|
+
_hoisted_2$b,
|
|
3507
|
+
_hoisted_3$b
|
|
3465
3508
|
];
|
|
3466
3509
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3467
3510
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3468
|
-
viewBox: "0 0
|
|
3511
|
+
viewBox: "0 0 21 20",
|
|
3469
3512
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3470
3513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3471
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3514
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Offline_workflow`],
|
|
3472
3515
|
width: "1em",
|
|
3473
3516
|
height: "1em"
|
|
3474
|
-
}, _ctx.$attrs),
|
|
3517
|
+
}, _ctx.$attrs), _hoisted_4$9, 16, _hoisted_1$b);
|
|
3475
3518
|
}
|
|
3476
3519
|
var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
|
|
3477
3520
|
const _sfc_main$a = {
|
|
3478
|
-
name: "
|
|
3521
|
+
name: "IconOnlineWorkflow",
|
|
3479
3522
|
props: {
|
|
3480
3523
|
prefix: {
|
|
3481
3524
|
type: String,
|
|
@@ -3489,15 +3532,15 @@
|
|
|
3489
3532
|
};
|
|
3490
3533
|
const _hoisted_1$a = ["fill"];
|
|
3491
3534
|
const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3492
|
-
d: "M15.
|
|
3493
|
-
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",
|
|
3494
3537
|
"stroke-width": "1.5",
|
|
3495
3538
|
"stroke-linecap": "round",
|
|
3496
3539
|
"stroke-linejoin": "round"
|
|
3497
3540
|
}, null, -1);
|
|
3498
3541
|
const _hoisted_3$a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3499
|
-
d: "M13.
|
|
3500
|
-
stroke: "#
|
|
3542
|
+
d: "M13.5648 11.4811L10.8981 8.81445 8.23145 11.4811M10.8984 14.1491V8.98242M8.23145 6.81445H13.5648",
|
|
3543
|
+
stroke: "#52C41A",
|
|
3501
3544
|
"stroke-width": "1.5",
|
|
3502
3545
|
"stroke-linecap": "round",
|
|
3503
3546
|
"stroke-linejoin": "round"
|
|
@@ -3511,14 +3554,14 @@
|
|
|
3511
3554
|
viewBox: "0 0 21 20",
|
|
3512
3555
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3513
3556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3514
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3557
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Online_workflow`],
|
|
3515
3558
|
width: "1em",
|
|
3516
3559
|
height: "1em"
|
|
3517
3560
|
}, _ctx.$attrs), _hoisted_4$8, 16, _hoisted_1$a);
|
|
3518
3561
|
}
|
|
3519
3562
|
var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
3520
3563
|
const _sfc_main$9 = {
|
|
3521
|
-
name: "
|
|
3564
|
+
name: "IconSubmit",
|
|
3522
3565
|
props: {
|
|
3523
3566
|
prefix: {
|
|
3524
3567
|
type: String,
|
|
@@ -3532,14 +3575,14 @@
|
|
|
3532
3575
|
};
|
|
3533
3576
|
const _hoisted_1$9 = ["fill"];
|
|
3534
3577
|
const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3535
|
-
d: "
|
|
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",
|
|
3536
3579
|
stroke: "#52C41A",
|
|
3537
3580
|
"stroke-width": "1.5",
|
|
3538
3581
|
"stroke-linecap": "round",
|
|
3539
3582
|
"stroke-linejoin": "round"
|
|
3540
3583
|
}, null, -1);
|
|
3541
3584
|
const _hoisted_3$9 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3542
|
-
d: "
|
|
3585
|
+
d: "M8 12L10 10L12 12",
|
|
3543
3586
|
stroke: "#52C41A",
|
|
3544
3587
|
"stroke-width": "1.5",
|
|
3545
3588
|
"stroke-linecap": "round",
|
|
@@ -3551,17 +3594,17 @@
|
|
|
3551
3594
|
];
|
|
3552
3595
|
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3553
3596
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3554
|
-
viewBox: "0 0
|
|
3597
|
+
viewBox: "0 0 20 20",
|
|
3555
3598
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3556
3599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3557
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3600
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-submit`],
|
|
3558
3601
|
width: "1em",
|
|
3559
3602
|
height: "1em"
|
|
3560
3603
|
}, _ctx.$attrs), _hoisted_4$7, 16, _hoisted_1$9);
|
|
3561
3604
|
}
|
|
3562
3605
|
var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
|
|
3563
3606
|
const _sfc_main$8 = {
|
|
3564
|
-
name: "
|
|
3607
|
+
name: "IconWorkflow",
|
|
3565
3608
|
props: {
|
|
3566
3609
|
prefix: {
|
|
3567
3610
|
type: String,
|
|
@@ -3574,37 +3617,41 @@
|
|
|
3574
3617
|
}
|
|
3575
3618
|
};
|
|
3576
3619
|
const _hoisted_1$8 = ["fill"];
|
|
3577
|
-
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("
|
|
3578
|
-
|
|
3579
|
-
stroke: "#52C41A",
|
|
3580
|
-
"stroke-width": "1.5",
|
|
3581
|
-
"stroke-linecap": "round",
|
|
3582
|
-
"stroke-linejoin": "round"
|
|
3583
|
-
}, null, -1);
|
|
3584
|
-
const _hoisted_3$8 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3585
|
-
d: "M8 12L10 10L12 12",
|
|
3620
|
+
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("g", {
|
|
3621
|
+
"clip-path": "url(#svg_2e2e2d35a1__clip0_5625_45280)",
|
|
3586
3622
|
stroke: "#52C41A",
|
|
3587
3623
|
"stroke-width": "1.5",
|
|
3588
3624
|
"stroke-linecap": "round",
|
|
3589
3625
|
"stroke-linejoin": "round"
|
|
3590
|
-
},
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
];
|
|
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$8 = { id: "svg_2e2e2d35a1__clip0_5625_45280" };
|
|
3630
|
+
const _hoisted_4$6 = ["fill"];
|
|
3595
3631
|
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3596
3632
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3597
3633
|
viewBox: "0 0 20 20",
|
|
3598
3634
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3599
3635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3600
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3636
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-workflow`],
|
|
3601
3637
|
width: "1em",
|
|
3602
3638
|
height: "1em"
|
|
3603
|
-
}, _ctx.$attrs),
|
|
3639
|
+
}, _ctx.$attrs), [
|
|
3640
|
+
_hoisted_2$8,
|
|
3641
|
+
vue.createElementVNode("defs", null, [
|
|
3642
|
+
vue.createElementVNode("clipPath", _hoisted_3$8, [
|
|
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$6)
|
|
3648
|
+
])
|
|
3649
|
+
])
|
|
3650
|
+
], 16, _hoisted_1$8);
|
|
3604
3651
|
}
|
|
3605
3652
|
var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
|
|
3606
3653
|
const _sfc_main$7 = {
|
|
3607
|
-
name: "
|
|
3654
|
+
name: "IconJiaoben",
|
|
3608
3655
|
props: {
|
|
3609
3656
|
prefix: {
|
|
3610
3657
|
type: String,
|
|
@@ -3617,41 +3664,41 @@
|
|
|
3617
3664
|
}
|
|
3618
3665
|
};
|
|
3619
3666
|
const _hoisted_1$7 = ["fill"];
|
|
3620
|
-
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("
|
|
3621
|
-
|
|
3622
|
-
stroke: "#
|
|
3667
|
+
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
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",
|
|
3669
|
+
stroke: "#434343",
|
|
3623
3670
|
"stroke-width": "1.5",
|
|
3624
3671
|
"stroke-linecap": "round",
|
|
3625
3672
|
"stroke-linejoin": "round"
|
|
3626
|
-
},
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3673
|
+
}, null, -1);
|
|
3674
|
+
const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
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",
|
|
3676
|
+
stroke: "#434343",
|
|
3677
|
+
"stroke-width": "1.5",
|
|
3678
|
+
"stroke-linecap": "round",
|
|
3679
|
+
"stroke-linejoin": "round"
|
|
3680
|
+
}, null, -1);
|
|
3630
3681
|
const _hoisted_4$5 = ["fill"];
|
|
3631
3682
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3632
3683
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3633
|
-
viewBox: "0 0
|
|
3684
|
+
viewBox: "0 0 16 16",
|
|
3634
3685
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3635
3686
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3636
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3687
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-jiaoben`],
|
|
3637
3688
|
width: "1em",
|
|
3638
3689
|
height: "1em"
|
|
3639
3690
|
}, _ctx.$attrs), [
|
|
3640
3691
|
_hoisted_2$7,
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
d: "M0 0H12V12H0z"
|
|
3647
|
-
}, null, 8, _hoisted_4$5)
|
|
3648
|
-
])
|
|
3649
|
-
])
|
|
3692
|
+
_hoisted_3$7,
|
|
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$5)
|
|
3650
3697
|
], 16, _hoisted_1$7);
|
|
3651
3698
|
}
|
|
3652
3699
|
var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
3653
3700
|
const _sfc_main$6 = {
|
|
3654
|
-
name: "
|
|
3701
|
+
name: "IconGeshihua",
|
|
3655
3702
|
props: {
|
|
3656
3703
|
prefix: {
|
|
3657
3704
|
type: String,
|
|
@@ -3665,40 +3712,34 @@
|
|
|
3665
3712
|
};
|
|
3666
3713
|
const _hoisted_1$6 = ["fill"];
|
|
3667
3714
|
const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3668
|
-
d: "
|
|
3715
|
+
d: "M10.9909 2.35132H2.66663V6.81078H10.9909V2.35132Z",
|
|
3669
3716
|
stroke: "#434343",
|
|
3670
|
-
"stroke-width": "1.5",
|
|
3671
3717
|
"stroke-linecap": "round",
|
|
3672
3718
|
"stroke-linejoin": "round"
|
|
3673
3719
|
}, null, -1);
|
|
3674
3720
|
const _hoisted_3$6 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3675
|
-
d: "
|
|
3721
|
+
d: "M10.9984 4.43237H13.6666V9.21928L6.53149 10.1406V13.6486",
|
|
3676
3722
|
stroke: "#434343",
|
|
3677
|
-
"stroke-width": "1.5",
|
|
3678
3723
|
"stroke-linecap": "round",
|
|
3679
3724
|
"stroke-linejoin": "round"
|
|
3680
3725
|
}, null, -1);
|
|
3681
|
-
const _hoisted_4$4 = [
|
|
3726
|
+
const _hoisted_4$4 = [
|
|
3727
|
+
_hoisted_2$6,
|
|
3728
|
+
_hoisted_3$6
|
|
3729
|
+
];
|
|
3682
3730
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3683
3731
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3684
3732
|
viewBox: "0 0 16 16",
|
|
3685
3733
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3686
3734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3687
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3735
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-geshihua`],
|
|
3688
3736
|
width: "1em",
|
|
3689
3737
|
height: "1em"
|
|
3690
|
-
}, _ctx.$attrs),
|
|
3691
|
-
_hoisted_2$6,
|
|
3692
|
-
_hoisted_3$6,
|
|
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$4)
|
|
3697
|
-
], 16, _hoisted_1$6);
|
|
3738
|
+
}, _ctx.$attrs), _hoisted_4$4, 16, _hoisted_1$6);
|
|
3698
3739
|
}
|
|
3699
3740
|
var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
|
|
3700
3741
|
const _sfc_main$5 = {
|
|
3701
|
-
name: "
|
|
3742
|
+
name: "IconQingkong",
|
|
3702
3743
|
props: {
|
|
3703
3744
|
prefix: {
|
|
3704
3745
|
type: String,
|
|
@@ -3712,13 +3753,14 @@
|
|
|
3712
3753
|
};
|
|
3713
3754
|
const _hoisted_1$5 = ["fill"];
|
|
3714
3755
|
const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3715
|
-
|
|
3756
|
+
"clip-rule": "evenodd",
|
|
3757
|
+
d: "M6.66663 1.97131H9.33329V4.63799H14.3333V7.30466H1.66663V4.63799H6.66663V1.97131Z",
|
|
3716
3758
|
stroke: "#434343",
|
|
3717
3759
|
"stroke-linecap": "round",
|
|
3718
3760
|
"stroke-linejoin": "round"
|
|
3719
3761
|
}, null, -1);
|
|
3720
3762
|
const _hoisted_3$5 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3721
|
-
d: "
|
|
3763
|
+
d: "M2.66663 13.3334H13.3333V7.33337H2.66663V13.3334zM5.33337 13.2992V11.3047M8 13.2992V11.2992M10.6666 13.2992V11.3047M4 13.3334H12",
|
|
3722
3764
|
stroke: "#434343",
|
|
3723
3765
|
"stroke-linecap": "round",
|
|
3724
3766
|
"stroke-linejoin": "round"
|
|
@@ -3732,14 +3774,14 @@
|
|
|
3732
3774
|
viewBox: "0 0 16 16",
|
|
3733
3775
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3734
3776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3735
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3777
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-qingkong`],
|
|
3736
3778
|
width: "1em",
|
|
3737
3779
|
height: "1em"
|
|
3738
3780
|
}, _ctx.$attrs), _hoisted_4$3, 16, _hoisted_1$5);
|
|
3739
3781
|
}
|
|
3740
3782
|
var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
3741
3783
|
const _sfc_main$4 = {
|
|
3742
|
-
name: "
|
|
3784
|
+
name: "IconChaxun",
|
|
3743
3785
|
props: {
|
|
3744
3786
|
prefix: {
|
|
3745
3787
|
type: String,
|
|
@@ -3753,35 +3795,27 @@
|
|
|
3753
3795
|
};
|
|
3754
3796
|
const _hoisted_1$4 = ["fill"];
|
|
3755
3797
|
const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
stroke: "#434343",
|
|
3759
|
-
"stroke-linecap": "round",
|
|
3760
|
-
"stroke-linejoin": "round"
|
|
3761
|
-
}, null, -1);
|
|
3762
|
-
const _hoisted_3$4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3763
|
-
d: "M2.66663 13.3334H13.3333V7.33337H2.66663V13.3334zM5.33337 13.2992V11.3047M8 13.2992V11.2992M10.6666 13.2992V11.3047M4 13.3334H12",
|
|
3764
|
-
stroke: "#434343",
|
|
3798
|
+
d: "M4.25 7.99995V2.94812L8.625 5.47404L13 7.99995L8.625 10.5259L4.25 13.0518V7.99995Z",
|
|
3799
|
+
stroke: "#52C41A",
|
|
3765
3800
|
"stroke-linecap": "round",
|
|
3766
3801
|
"stroke-linejoin": "round"
|
|
3767
3802
|
}, null, -1);
|
|
3768
|
-
const
|
|
3769
|
-
_hoisted_2$4
|
|
3770
|
-
_hoisted_3$4
|
|
3803
|
+
const _hoisted_3$4 = [
|
|
3804
|
+
_hoisted_2$4
|
|
3771
3805
|
];
|
|
3772
3806
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3773
3807
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3774
3808
|
viewBox: "0 0 16 16",
|
|
3775
3809
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3776
3810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3777
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3811
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-chaxun`],
|
|
3778
3812
|
width: "1em",
|
|
3779
3813
|
height: "1em"
|
|
3780
|
-
}, _ctx.$attrs),
|
|
3814
|
+
}, _ctx.$attrs), _hoisted_3$4, 16, _hoisted_1$4);
|
|
3781
3815
|
}
|
|
3782
3816
|
var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
|
|
3783
3817
|
const _sfc_main$3 = {
|
|
3784
|
-
name: "
|
|
3818
|
+
name: "IconConsole",
|
|
3785
3819
|
props: {
|
|
3786
3820
|
prefix: {
|
|
3787
3821
|
type: String,
|
|
@@ -3795,27 +3829,31 @@
|
|
|
3795
3829
|
};
|
|
3796
3830
|
const _hoisted_1$3 = ["fill"];
|
|
3797
3831
|
const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3798
|
-
d: "
|
|
3799
|
-
stroke: "#
|
|
3800
|
-
"stroke-
|
|
3832
|
+
d: "M13 3H3C2.44772 3 2 3.3731 2 3.83333V12.1667C2 12.6269 2.44772 13 3 13H13C13.5523 13 14 12.6269 14 12.1667V3.83333C14 3.3731 13.5523 3 13 3Z",
|
|
3833
|
+
stroke: "#434343",
|
|
3834
|
+
"stroke-width": "1.4",
|
|
3801
3835
|
"stroke-linejoin": "round"
|
|
3802
3836
|
}, null, -1);
|
|
3803
|
-
const _hoisted_3$3 = [
|
|
3804
|
-
_hoisted_2$3
|
|
3805
|
-
];
|
|
3837
|
+
const _hoisted_3$3 = ["fill"];
|
|
3806
3838
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3807
3839
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3808
3840
|
viewBox: "0 0 16 16",
|
|
3809
3841
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3810
3842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3811
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3843
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-console`],
|
|
3812
3844
|
width: "1em",
|
|
3813
3845
|
height: "1em"
|
|
3814
|
-
}, _ctx.$attrs),
|
|
3846
|
+
}, _ctx.$attrs), [
|
|
3847
|
+
_hoisted_2$3,
|
|
3848
|
+
vue.createElementVNode("path", {
|
|
3849
|
+
d: "M4.59922 10.0444C4.33918 10.0444 4.09459 10.002 3.86543 9.91716 3.6379 9.83234 3.44694 9.7006 3.29254 9.52193 3.2166 9.43404 3.15442 9.33372 3.106 9.22095 3.0159 9.0111 3.17198 8.79301 3.39481 8.74298V8.74298C3.65635 8.68426 3.87934 8.91062 4.0739 9.095 4.0775 9.09841 4.08114 9.10175 4.08484 9.10504 4.1986 9.2043 4.36275 9.25393 4.57728 9.25393 4.7268 9.25393 4.84219 9.23498 4.92345 9.19708 5.00471 9.15737 5.06078 9.10774 5.09166 9.04819 5.12417 8.98683 5.14042 8.92366 5.14042 8.85869 5.14042 8.73777 5.09329 8.64302 4.99902 8.57445 4.90639 8.50587 4.78693 8.45714 4.64066 8.42826L4.32862 8.366C4.1921 8.34073 4.05477 8.30464 3.91663 8.25772 3.78011 8.21079 3.65415 8.14492 3.53876 8.0601 3.425 7.97528 3.33317 7.86519 3.26329 7.72983 3.19503 7.59448 3.1609 7.42574 3.1609 7.22361 3.1609 6.96553 3.21941 6.74535 3.33642 6.56308 3.45506 6.3808 3.61921 6.24183 3.82886 6.14618 4.04014 6.04873 4.28311 6 4.55778 6 4.81131 6 5.04291 6.04241 5.25256 6.12723 5.46221 6.21025 5.63693 6.33387 5.77669 6.49811 5.83124 6.5615 5.87837 6.63066 5.91806 6.7056 6.0274 6.912 5.87146 7.14055 5.64396 7.19348L5.45079 7.23841C5.3036 7.27266 5.16569 7.16848 5.09654 7.03411V7.03411C5.05916 6.95831 5.00146 6.89875 4.92345 6.85544 4.84707 6.81213 4.74143 6.79047 4.60653 6.79047 4.48139 6.79047 4.38063 6.80852 4.30424 6.84461 4.22948 6.88071 4.17504 6.92673 4.14091 6.98267 4.10678 7.03862 4.08971 7.09818 4.08971 7.16134 4.08971 7.28045 4.14822 7.36979 4.26524 7.42934 4.38225 7.4871 4.53259 7.53402 4.71624 7.57011L5.03803 7.63779C5.20868 7.67028 5.37364 7.72893 5.53291 7.81375 5.69381 7.89857 5.82545 8.01949 5.92784 8.1765 6.03023 8.33351 6.08142 8.53925 6.08142 8.79372 6.08142 9.06623 6.01723 9.29543 5.88883 9.48132 5.76044 9.66721 5.58492 9.80798 5.36226 9.90363 5.13961 9.99747 4.88526 10.0444 4.59922 10.0444zM8.49732 11C8.26329 11 8.08857 10.9413 7.97318 10.824 7.85942 10.7067 7.80254 10.5326 7.80254 10.3016V10.1916C7.80254 9.96679 7.98481 9.78452 8.20965 9.78452H8.23236C8.44467 9.78452 8.61677 9.95662 8.61677 10.1689V10.1689C8.61677 10.2303 8.62409 10.2709 8.63871 10.2907 8.65497 10.3106 8.68828 10.3205 8.73866 10.3205H8.80117C8.9888 10.3205 9.14091 10.4726 9.14091 10.6603V10.6603C9.14091 10.8479 8.9888 11 8.80117 11H8.49732zM8.21453 10.0444C7.85048 10.0444 7.536 9.96318 7.27109 9.80076 7.00618 9.63653 6.80221 9.40282 6.65919 9.09962 6.51617 8.79643 6.44466 8.43729 6.44466 8.0222 6.44466 7.60531 6.51617 7.24616 6.65919 6.94478 6.80221 6.64339 7.00618 6.41058 7.27109 6.24635 7.536 6.08212 7.85048 6 8.21453 6 8.57858 6 8.89306 6.08212 9.15797 6.24635 9.42288 6.41058 9.62685 6.64339 9.76987 6.94478 9.91289 7.24616 9.9844 7.60531 9.9844 8.0222 9.9844 8.43729 9.91289 8.79643 9.76987 9.09962 9.62685 9.40282 9.42288 9.63653 9.15797 9.80076 8.89306 9.96318 8.57858 10.0444 8.21453 10.0444zM8.21209 9.21332C8.39412 9.21332 8.54851 9.1664 8.67528 9.07255 8.80205 8.9787 8.89875 8.84335 8.96538 8.66649 9.03202 8.48782 9.06533 8.27306 9.06533 8.0222 9.06533 7.76954 9.03202 7.55477 8.96538 7.37791 8.89875 7.20105 8.80205 7.06569 8.67528 6.97185 8.54851 6.878 8.39412 6.83108 8.21209 6.83108 8.03332 6.83108 7.88055 6.878 7.75378 6.97185 7.62701 7.06569 7.5295 7.20105 7.46124 7.37791 7.3946 7.55477 7.36129 7.76954 7.36129 8.0222 7.36129 8.27306 7.3946 8.48782 7.46124 8.66649 7.5295 8.84335 7.62701 8.9787 7.75378 9.07255 7.88055 9.1664 8.03332 9.21332 8.21209 9.21332zM10.9549 9.9713C10.6788 9.9713 10.4549 9.74745 10.4549 9.4713V6.51312C10.4549 6.2701 10.6519 6.07309 10.8949 6.07309V6.07309C11.138 6.07309 11.335 6.2701 11.335 6.51312V9.14023H12.5845C12.814 9.14023 13 9.32627 13 9.55577V9.55577C13 9.78526 12.814 9.9713 12.5845 9.9713H10.9549z",
|
|
3850
|
+
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
3851
|
+
}, null, 8, _hoisted_3$3)
|
|
3852
|
+
], 16, _hoisted_1$3);
|
|
3815
3853
|
}
|
|
3816
3854
|
var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
|
|
3817
3855
|
const _sfc_main$2 = {
|
|
3818
|
-
name: "
|
|
3856
|
+
name: "IconLog",
|
|
3819
3857
|
props: {
|
|
3820
3858
|
prefix: {
|
|
3821
3859
|
type: String,
|
|
@@ -3829,27 +3867,32 @@
|
|
|
3829
3867
|
};
|
|
3830
3868
|
const _hoisted_1$2 = ["fill"];
|
|
3831
3869
|
const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3832
|
-
d: "
|
|
3870
|
+
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",
|
|
3833
3871
|
stroke: "#434343",
|
|
3834
|
-
"stroke-width": "
|
|
3872
|
+
"stroke-width": "2",
|
|
3873
|
+
"stroke-linecap": "round",
|
|
3835
3874
|
"stroke-linejoin": "round"
|
|
3836
3875
|
}, null, -1);
|
|
3837
|
-
const _hoisted_3$2 =
|
|
3876
|
+
const _hoisted_3$2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3877
|
+
d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
|
|
3878
|
+
stroke: "#434343",
|
|
3879
|
+
"stroke-width": "2",
|
|
3880
|
+
"stroke-linecap": "round",
|
|
3881
|
+
"stroke-linejoin": "round"
|
|
3882
|
+
}, null, -1);
|
|
3883
|
+
const _hoisted_4$2 = [
|
|
3884
|
+
_hoisted_2$2,
|
|
3885
|
+
_hoisted_3$2
|
|
3886
|
+
];
|
|
3838
3887
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3839
3888
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3840
3889
|
viewBox: "0 0 16 16",
|
|
3841
3890
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3842
3891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3843
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3892
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-log`],
|
|
3844
3893
|
width: "1em",
|
|
3845
3894
|
height: "1em"
|
|
3846
|
-
}, _ctx.$attrs),
|
|
3847
|
-
_hoisted_2$2,
|
|
3848
|
-
vue.createElementVNode("path", {
|
|
3849
|
-
d: "M4.59922 10.0444C4.33918 10.0444 4.09459 10.002 3.86543 9.91716 3.6379 9.83234 3.44694 9.7006 3.29254 9.52193 3.2166 9.43404 3.15442 9.33372 3.106 9.22095 3.0159 9.0111 3.17198 8.79301 3.39481 8.74298V8.74298C3.65635 8.68426 3.87934 8.91062 4.0739 9.095 4.0775 9.09841 4.08114 9.10175 4.08484 9.10504 4.1986 9.2043 4.36275 9.25393 4.57728 9.25393 4.7268 9.25393 4.84219 9.23498 4.92345 9.19708 5.00471 9.15737 5.06078 9.10774 5.09166 9.04819 5.12417 8.98683 5.14042 8.92366 5.14042 8.85869 5.14042 8.73777 5.09329 8.64302 4.99902 8.57445 4.90639 8.50587 4.78693 8.45714 4.64066 8.42826L4.32862 8.366C4.1921 8.34073 4.05477 8.30464 3.91663 8.25772 3.78011 8.21079 3.65415 8.14492 3.53876 8.0601 3.425 7.97528 3.33317 7.86519 3.26329 7.72983 3.19503 7.59448 3.1609 7.42574 3.1609 7.22361 3.1609 6.96553 3.21941 6.74535 3.33642 6.56308 3.45506 6.3808 3.61921 6.24183 3.82886 6.14618 4.04014 6.04873 4.28311 6 4.55778 6 4.81131 6 5.04291 6.04241 5.25256 6.12723 5.46221 6.21025 5.63693 6.33387 5.77669 6.49811 5.83124 6.5615 5.87837 6.63066 5.91806 6.7056 6.0274 6.912 5.87146 7.14055 5.64396 7.19348L5.45079 7.23841C5.3036 7.27266 5.16569 7.16848 5.09654 7.03411V7.03411C5.05916 6.95831 5.00146 6.89875 4.92345 6.85544 4.84707 6.81213 4.74143 6.79047 4.60653 6.79047 4.48139 6.79047 4.38063 6.80852 4.30424 6.84461 4.22948 6.88071 4.17504 6.92673 4.14091 6.98267 4.10678 7.03862 4.08971 7.09818 4.08971 7.16134 4.08971 7.28045 4.14822 7.36979 4.26524 7.42934 4.38225 7.4871 4.53259 7.53402 4.71624 7.57011L5.03803 7.63779C5.20868 7.67028 5.37364 7.72893 5.53291 7.81375 5.69381 7.89857 5.82545 8.01949 5.92784 8.1765 6.03023 8.33351 6.08142 8.53925 6.08142 8.79372 6.08142 9.06623 6.01723 9.29543 5.88883 9.48132 5.76044 9.66721 5.58492 9.80798 5.36226 9.90363 5.13961 9.99747 4.88526 10.0444 4.59922 10.0444zM8.49732 11C8.26329 11 8.08857 10.9413 7.97318 10.824 7.85942 10.7067 7.80254 10.5326 7.80254 10.3016V10.1916C7.80254 9.96679 7.98481 9.78452 8.20965 9.78452H8.23236C8.44467 9.78452 8.61677 9.95662 8.61677 10.1689V10.1689C8.61677 10.2303 8.62409 10.2709 8.63871 10.2907 8.65497 10.3106 8.68828 10.3205 8.73866 10.3205H8.80117C8.9888 10.3205 9.14091 10.4726 9.14091 10.6603V10.6603C9.14091 10.8479 8.9888 11 8.80117 11H8.49732zM8.21453 10.0444C7.85048 10.0444 7.536 9.96318 7.27109 9.80076 7.00618 9.63653 6.80221 9.40282 6.65919 9.09962 6.51617 8.79643 6.44466 8.43729 6.44466 8.0222 6.44466 7.60531 6.51617 7.24616 6.65919 6.94478 6.80221 6.64339 7.00618 6.41058 7.27109 6.24635 7.536 6.08212 7.85048 6 8.21453 6 8.57858 6 8.89306 6.08212 9.15797 6.24635 9.42288 6.41058 9.62685 6.64339 9.76987 6.94478 9.91289 7.24616 9.9844 7.60531 9.9844 8.0222 9.9844 8.43729 9.91289 8.79643 9.76987 9.09962 9.62685 9.40282 9.42288 9.63653 9.15797 9.80076 8.89306 9.96318 8.57858 10.0444 8.21453 10.0444zM8.21209 9.21332C8.39412 9.21332 8.54851 9.1664 8.67528 9.07255 8.80205 8.9787 8.89875 8.84335 8.96538 8.66649 9.03202 8.48782 9.06533 8.27306 9.06533 8.0222 9.06533 7.76954 9.03202 7.55477 8.96538 7.37791 8.89875 7.20105 8.80205 7.06569 8.67528 6.97185 8.54851 6.878 8.39412 6.83108 8.21209 6.83108 8.03332 6.83108 7.88055 6.878 7.75378 6.97185 7.62701 7.06569 7.5295 7.20105 7.46124 7.37791 7.3946 7.55477 7.36129 7.76954 7.36129 8.0222 7.36129 8.27306 7.3946 8.48782 7.46124 8.66649 7.5295 8.84335 7.62701 8.9787 7.75378 9.07255 7.88055 9.1664 8.03332 9.21332 8.21209 9.21332zM10.9549 9.9713C10.6788 9.9713 10.4549 9.74745 10.4549 9.4713V6.51312C10.4549 6.2701 10.6519 6.07309 10.8949 6.07309V6.07309C11.138 6.07309 11.335 6.2701 11.335 6.51312V9.14023H12.5845C12.814 9.14023 13 9.32627 13 9.55577V9.55577C13 9.78526 12.814 9.9713 12.5845 9.9713H10.9549z",
|
|
3850
|
-
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
3851
|
-
}, null, 8, _hoisted_3$2)
|
|
3852
|
-
], 16, _hoisted_1$2);
|
|
3895
|
+
}, _ctx.$attrs), _hoisted_4$2, 16, _hoisted_1$2);
|
|
3853
3896
|
}
|
|
3854
3897
|
var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
3855
3898
|
const _sfc_main$1 = {
|
|
@@ -3867,15 +3910,15 @@
|
|
|
3867
3910
|
};
|
|
3868
3911
|
const _hoisted_1$1 = ["fill"];
|
|
3869
3912
|
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("g", {
|
|
3870
|
-
"clip-path": "url(#
|
|
3913
|
+
"clip-path": "url(#svg_f4f12c7a2c__svg_f4f12c7a2c__clip0_6461_243190)",
|
|
3871
3914
|
stroke: "#434343",
|
|
3872
|
-
"stroke-width": "
|
|
3915
|
+
"stroke-width": "2",
|
|
3873
3916
|
"stroke-linecap": "round",
|
|
3874
3917
|
"stroke-linejoin": "round"
|
|
3875
3918
|
}, [
|
|
3876
3919
|
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })
|
|
3877
3920
|
], -1);
|
|
3878
|
-
const _hoisted_3$1 = { id: "
|
|
3921
|
+
const _hoisted_3$1 = { id: "svg_f4f12c7a2c__svg_f4f12c7a2c__clip0_6461_243190" };
|
|
3879
3922
|
const _hoisted_4$1 = ["fill"];
|
|
3880
3923
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3881
3924
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
@@ -3900,7 +3943,7 @@
|
|
|
3900
3943
|
}
|
|
3901
3944
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
3902
3945
|
const _sfc_main = {
|
|
3903
|
-
name: "
|
|
3946
|
+
name: "IconXukez",
|
|
3904
3947
|
props: {
|
|
3905
3948
|
prefix: {
|
|
3906
3949
|
type: String,
|
|
@@ -3914,132 +3957,137 @@
|
|
|
3914
3957
|
};
|
|
3915
3958
|
const _hoisted_1 = ["fill"];
|
|
3916
3959
|
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3917
|
-
d: "
|
|
3918
|
-
stroke: "#
|
|
3960
|
+
d: "M9.75 13.5H2.25C1.83579 13.5 1.5 13.1642 1.5 12.75V3C1.5 2.58579 1.83579 2.25 2.25 2.25H15.75C16.1642 2.25 16.5 2.58579 16.5 3V12.75C16.5 13.1642 16.1642 13.5 15.75 13.5H12.75M4.5 5.25H13.5M4.5 7.875H6.75M4.5 10.5H6",
|
|
3961
|
+
stroke: "#000",
|
|
3919
3962
|
"stroke-width": "1.5",
|
|
3920
|
-
"stroke-linecap": "round",
|
|
3921
3963
|
"stroke-linejoin": "round"
|
|
3922
3964
|
}, null, -1);
|
|
3923
3965
|
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3924
|
-
d: "
|
|
3925
|
-
stroke: "#
|
|
3966
|
+
d: "M11.25 12.375C12.4926 12.375 13.5 11.3676 13.5 10.125C13.5 8.88236 12.4926 7.875 11.25 7.875C10.0074 7.875 9 8.88236 9 10.125C9 11.3676 10.0074 12.375 11.25 12.375Z",
|
|
3967
|
+
stroke: "#000",
|
|
3968
|
+
"stroke-width": "1.5"
|
|
3969
|
+
}, null, -1);
|
|
3970
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3971
|
+
d: "M11.25 15L12.75 15.75V11.8021C12.75 11.8021 12.3223 12.375 11.25 12.375C10.1777 12.375 9.75 11.8125 9.75 11.8125V15.75L11.25 15Z",
|
|
3972
|
+
stroke: "#000",
|
|
3926
3973
|
"stroke-width": "1.5",
|
|
3927
|
-
"stroke-linecap": "round",
|
|
3928
3974
|
"stroke-linejoin": "round"
|
|
3929
3975
|
}, null, -1);
|
|
3930
|
-
const
|
|
3976
|
+
const _hoisted_5 = [
|
|
3931
3977
|
_hoisted_2,
|
|
3932
|
-
_hoisted_3
|
|
3978
|
+
_hoisted_3,
|
|
3979
|
+
_hoisted_4
|
|
3933
3980
|
];
|
|
3934
3981
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3935
3982
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3936
|
-
viewBox: "0 0
|
|
3983
|
+
viewBox: "0 0 18 18",
|
|
3937
3984
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3938
3985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3939
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3986
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-xukez`],
|
|
3940
3987
|
width: "1em",
|
|
3941
3988
|
height: "1em"
|
|
3942
|
-
}, _ctx.$attrs),
|
|
3989
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
|
|
3943
3990
|
}
|
|
3944
3991
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
3945
|
-
exports2.Icon3d = index$
|
|
3946
|
-
exports2.IconActivate = index$
|
|
3947
|
-
exports2.IconAdd = index$
|
|
3948
|
-
exports2.IconAdvance = index$
|
|
3949
|
-
exports2.IconAnalysisdetails = index$
|
|
3950
|
-
exports2.IconAnalyze = index$
|
|
3951
|
-
exports2.IconApi = index$
|
|
3952
|
-
exports2.IconAppend = index$
|
|
3953
|
-
exports2.IconApply = index$
|
|
3954
|
-
exports2.IconAssembly = index$
|
|
3955
|
-
exports2.IconBasics = index$
|
|
3992
|
+
exports2.Icon3d = index$1y;
|
|
3993
|
+
exports2.IconActivate = index$1a;
|
|
3994
|
+
exports2.IconAdd = index$1s;
|
|
3995
|
+
exports2.IconAdvance = index$1c;
|
|
3996
|
+
exports2.IconAnalysisdetails = index$1x;
|
|
3997
|
+
exports2.IconAnalyze = index$1v;
|
|
3998
|
+
exports2.IconApi = index$1t;
|
|
3999
|
+
exports2.IconAppend = index$1p;
|
|
4000
|
+
exports2.IconApply = index$1u;
|
|
4001
|
+
exports2.IconAssembly = index$1q;
|
|
4002
|
+
exports2.IconBasics = index$1o;
|
|
3956
4003
|
exports2.IconBind = index$1;
|
|
3957
|
-
exports2.IconBloodanalysis = index$
|
|
3958
|
-
exports2.IconBusinessprocess = index$
|
|
3959
|
-
exports2.IconCharts = index$
|
|
3960
|
-
exports2.IconChaxun = index$
|
|
3961
|
-
exports2.IconCheck = index$
|
|
3962
|
-
exports2.IconCollect = index$
|
|
3963
|
-
exports2.IconConsole = index$
|
|
3964
|
-
exports2.IconCopy = index$
|
|
3965
|
-
exports2.IconDatabase = index$
|
|
3966
|
-
exports2.IconDatabaseobject = index$
|
|
3967
|
-
exports2.IconDatabasesource = index$
|
|
3968
|
-
exports2.IconDelete = index$
|
|
3969
|
-
exports2.IconDetails = index$
|
|
3970
|
-
exports2.IconDispatch = index$
|
|
3971
|
-
exports2.IconDisposition = index$
|
|
3972
|
-
exports2.IconDown = index$
|
|
3973
|
-
exports2.IconDownline = index
|
|
3974
|
-
exports2.IconDownload = index
|
|
3975
|
-
exports2.IconEdit = index$
|
|
3976
|
-
exports2.IconEmbellish = index$
|
|
3977
|
-
exports2.IconEndtime = index$
|
|
3978
|
-
exports2.IconFields = index$
|
|
3979
|
-
exports2.IconFile = index$
|
|
3980
|
-
exports2.IconFold = index$
|
|
3981
|
-
exports2.IconFoldmore = index$
|
|
3982
|
-
exports2.IconFormula = index$
|
|
3983
|
-
exports2.IconFrame = index$
|
|
3984
|
-
exports2.IconGather = index$
|
|
3985
|
-
exports2.IconGeshihua = index$
|
|
3986
|
-
exports2.IconGoBack = index$
|
|
3987
|
-
exports2.IconHelp = index$
|
|
3988
|
-
exports2.IconHistory = index$
|
|
3989
|
-
exports2.IconHyposensitization = index$
|
|
3990
|
-
exports2.IconInOperation = index$
|
|
3991
|
-
exports2.IconIndex = index$
|
|
3992
|
-
exports2.IconJiaoben = index$
|
|
3993
|
-
exports2.IconLatesttime = index$
|
|
3994
|
-
exports2.IconLayer = index$
|
|
3995
|
-
exports2.IconLimits = index$
|
|
3996
|
-
exports2.IconLivingExample = index$
|
|
3997
|
-
exports2.IconLog = index;
|
|
3998
|
-
exports2.IconLose = index$
|
|
3999
|
-
exports2.IconMail = index$
|
|
4000
|
-
exports2.IconMirror = index$
|
|
4001
|
-
exports2.IconMode = index$
|
|
4002
|
-
exports2.IconModule = index$
|
|
4003
|
-
exports2.IconNo = index$
|
|
4004
|
-
exports2.IconNotice = index$
|
|
4005
|
-
exports2.IconNotice2 = index$
|
|
4006
|
-
exports2.IconOfflineWorkflow = index$
|
|
4007
|
-
exports2.IconOnlineWorkflow = index$
|
|
4008
|
-
exports2.IconPackup = index$
|
|
4009
|
-
exports2.IconPassword = index$
|
|
4010
|
-
exports2.IconPause = index$
|
|
4011
|
-
exports2.IconPicture = index$
|
|
4012
|
-
exports2.IconPublish = index$
|
|
4013
|
-
exports2.IconQingkong = index$
|
|
4014
|
-
exports2.IconReflection = index$
|
|
4015
|
-
exports2.IconRefresh = index$
|
|
4016
|
-
exports2.IconResources = index$
|
|
4017
|
-
exports2.IconRevocation = index$
|
|
4018
|
-
exports2.IconRole = index$
|
|
4019
|
-
exports2.IconSave = index$
|
|
4020
|
-
exports2.IconScheduling = index$
|
|
4021
|
-
exports2.IconScript = index$
|
|
4022
|
-
exports2.IconSearch = index$
|
|
4023
|
-
exports2.IconSettings = index$
|
|
4024
|
-
exports2.IconSort = index$
|
|
4025
|
-
exports2.IconStarttime = index$
|
|
4026
|
-
exports2.IconStats = index$
|
|
4027
|
-
exports2.IconSubjectarea = index$
|
|
4028
|
-
exports2.IconSubmit = index$
|
|
4029
|
-
exports2.IconSubscribe = index$
|
|
4030
|
-
exports2.IconSuccessful = index$
|
|
4031
|
-
exports2.IconSwitch = index$
|
|
4032
|
-
exports2.IconTable = index$
|
|
4033
|
-
exports2.IconTerminate = index$
|
|
4034
|
-
exports2.IconTest = index$
|
|
4035
|
-
exports2.IconText = index$
|
|
4036
|
-
exports2.IconUnfold = index$
|
|
4037
|
-
exports2.IconUnfold2 = index$
|
|
4038
|
-
exports2.IconUpdatemode = index$
|
|
4039
|
-
exports2.IconUpload = index$
|
|
4040
|
-
exports2.IconWorkflow = index$
|
|
4041
|
-
exports2.
|
|
4042
|
-
exports2.
|
|
4004
|
+
exports2.IconBloodanalysis = index$1r;
|
|
4005
|
+
exports2.IconBusinessprocess = index$1w;
|
|
4006
|
+
exports2.IconCharts = index$1j;
|
|
4007
|
+
exports2.IconChaxun = index$4;
|
|
4008
|
+
exports2.IconCheck = index$1e;
|
|
4009
|
+
exports2.IconCollect = index$1l;
|
|
4010
|
+
exports2.IconConsole = index$3;
|
|
4011
|
+
exports2.IconCopy = index$1i;
|
|
4012
|
+
exports2.IconDatabase = index$1k;
|
|
4013
|
+
exports2.IconDatabaseobject = index$1h;
|
|
4014
|
+
exports2.IconDatabasesource = index$1n;
|
|
4015
|
+
exports2.IconDelete = index$1g;
|
|
4016
|
+
exports2.IconDetails = index$1f;
|
|
4017
|
+
exports2.IconDispatch = index$1d;
|
|
4018
|
+
exports2.IconDisposition = index$1b;
|
|
4019
|
+
exports2.IconDown = index$1m;
|
|
4020
|
+
exports2.IconDownline = index$$;
|
|
4021
|
+
exports2.IconDownload = index$10;
|
|
4022
|
+
exports2.IconEdit = index$19;
|
|
4023
|
+
exports2.IconEmbellish = index$17;
|
|
4024
|
+
exports2.IconEndtime = index$D;
|
|
4025
|
+
exports2.IconFields = index$15;
|
|
4026
|
+
exports2.IconFile = index$18;
|
|
4027
|
+
exports2.IconFold = index$14;
|
|
4028
|
+
exports2.IconFoldmore = index$Y;
|
|
4029
|
+
exports2.IconFormula = index$16;
|
|
4030
|
+
exports2.IconFrame = index$X;
|
|
4031
|
+
exports2.IconGather = index$B;
|
|
4032
|
+
exports2.IconGeshihua = index$6;
|
|
4033
|
+
exports2.IconGoBack = index$13;
|
|
4034
|
+
exports2.IconHelp = index$12;
|
|
4035
|
+
exports2.IconHistory = index$11;
|
|
4036
|
+
exports2.IconHyposensitization = index$V;
|
|
4037
|
+
exports2.IconInOperation = index$f;
|
|
4038
|
+
exports2.IconIndex = index$A;
|
|
4039
|
+
exports2.IconJiaoben = index$7;
|
|
4040
|
+
exports2.IconLatesttime = index$F;
|
|
4041
|
+
exports2.IconLayer = index$_;
|
|
4042
|
+
exports2.IconLimits = index$Z;
|
|
4043
|
+
exports2.IconLivingExample = index$c;
|
|
4044
|
+
exports2.IconLog = index$2;
|
|
4045
|
+
exports2.IconLose = index$e;
|
|
4046
|
+
exports2.IconMail = index$W;
|
|
4047
|
+
exports2.IconMirror = index$U;
|
|
4048
|
+
exports2.IconMode = index$T;
|
|
4049
|
+
exports2.IconModule = index$S;
|
|
4050
|
+
exports2.IconNo = index$Q;
|
|
4051
|
+
exports2.IconNotice = index$R;
|
|
4052
|
+
exports2.IconNotice2 = index$u;
|
|
4053
|
+
exports2.IconOfflineWorkflow = index$b;
|
|
4054
|
+
exports2.IconOnlineWorkflow = index$a;
|
|
4055
|
+
exports2.IconPackup = index$N;
|
|
4056
|
+
exports2.IconPassword = index$E;
|
|
4057
|
+
exports2.IconPause = index$G;
|
|
4058
|
+
exports2.IconPicture = index$L;
|
|
4059
|
+
exports2.IconPublish = index$K;
|
|
4060
|
+
exports2.IconQingkong = index$5;
|
|
4061
|
+
exports2.IconReflection = index$H;
|
|
4062
|
+
exports2.IconRefresh = index$I;
|
|
4063
|
+
exports2.IconResources = index$x;
|
|
4064
|
+
exports2.IconRevocation = index$C;
|
|
4065
|
+
exports2.IconRole = index$z;
|
|
4066
|
+
exports2.IconSave = index$J;
|
|
4067
|
+
exports2.IconScheduling = index$y;
|
|
4068
|
+
exports2.IconScript = index$w;
|
|
4069
|
+
exports2.IconSearch = index$O;
|
|
4070
|
+
exports2.IconSettings = index$v;
|
|
4071
|
+
exports2.IconSort = index$M;
|
|
4072
|
+
exports2.IconStarttime = index$P;
|
|
4073
|
+
exports2.IconStats = index$n;
|
|
4074
|
+
exports2.IconSubjectarea = index$h;
|
|
4075
|
+
exports2.IconSubmit = index$9;
|
|
4076
|
+
exports2.IconSubscribe = index$g;
|
|
4077
|
+
exports2.IconSuccessful = index$d;
|
|
4078
|
+
exports2.IconSwitch = index$j;
|
|
4079
|
+
exports2.IconTable = index$l;
|
|
4080
|
+
exports2.IconTerminate = index$i;
|
|
4081
|
+
exports2.IconTest = index$p;
|
|
4082
|
+
exports2.IconText = index$o;
|
|
4083
|
+
exports2.IconUnfold = index$t;
|
|
4084
|
+
exports2.IconUnfold2 = index$q;
|
|
4085
|
+
exports2.IconUpdatemode = index$k;
|
|
4086
|
+
exports2.IconUpload = index$m;
|
|
4087
|
+
exports2.IconWorkflow = index$8;
|
|
4088
|
+
exports2.IconXukez = index;
|
|
4089
|
+
exports2.IconZoomin = index$r;
|
|
4090
|
+
exports2.IconZoomout = index$s;
|
|
4043
4091
|
Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4044
4092
|
});
|
|
4045
4093
|
//# sourceMappingURL=icon.js.map
|