@arco-iconbox/vue-update-line-icon 0.0.1 → 0.0.2
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 +1193 -853
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +107 -75
- package/dist/icon.min.js.map +1 -1
- package/esm/IconInOperation/index.js +46 -0
- package/esm/IconLivingExample/index.js +38 -0
- package/esm/IconLose/index.js +38 -0
- package/esm/IconOfflineWorkflow/index.js +46 -0
- package/esm/IconOnlineWorkflow/index.js +46 -0
- package/esm/IconSubmit/index.js +46 -0
- package/esm/IconSuccessful/index.js +46 -0
- package/esm/IconWorkflow/index.js +50 -0
- package/esm/index.js +8 -0
- package/lib/IconInOperation/index.js +47 -0
- package/lib/IconLivingExample/index.js +39 -0
- package/lib/IconLose/index.js +39 -0
- package/lib/IconOfflineWorkflow/index.js +47 -0
- package/lib/IconOnlineWorkflow/index.js +47 -0
- package/lib/IconSubmit/index.js +47 -0
- package/lib/IconSuccessful/index.js +47 -0
- package/lib/IconWorkflow/index.js +51 -0
- package/lib/index.js +16 -0
- package/package.json +1 -1
- package/src/IconInOperation/index.vue +19 -0
- package/src/IconLivingExample/index.vue +19 -0
- package/src/IconLose/index.vue +19 -0
- package/src/IconOfflineWorkflow/index.vue +19 -0
- package/src/IconOnlineWorkflow/index.vue +19 -0
- package/src/IconSubmit/index.vue +19 -0
- package/src/IconSuccessful/index.vue +19 -0
- package/src/IconWorkflow/index.vue +19 -0
- package/src/index.js +9 -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$1q = {
|
|
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$1q = ["fill"];
|
|
26
|
+
const _hoisted_2$1q = /* @__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$1p = /* @__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$K = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
40
40
|
d: "M9.75003 5.5L11.5 6.50001V8.50002M6.25001 5.5L4.5 6.50001V8.50002M6.25001 11.5L8.00002 12.5L9.75003 11.5",
|
|
41
41
|
stroke: "#434343",
|
|
42
42
|
"stroke-width": "1.5",
|
|
43
43
|
"stroke-linejoin": "round"
|
|
44
44
|
}, null, -1);
|
|
45
45
|
const _hoisted_5$8 = [
|
|
46
|
-
_hoisted_2$
|
|
47
|
-
_hoisted_3$
|
|
48
|
-
_hoisted_4$
|
|
46
|
+
_hoisted_2$1q,
|
|
47
|
+
_hoisted_3$1p,
|
|
48
|
+
_hoisted_4$K
|
|
49
49
|
];
|
|
50
|
-
function _sfc_render$
|
|
50
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
51
51
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
52
52
|
viewBox: "0 0 16 16",
|
|
53
53
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-3d`],
|
|
56
56
|
width: "1em",
|
|
57
57
|
height: "1em"
|
|
58
|
-
}, _ctx.$attrs), _hoisted_5$8, 16, _hoisted_1$
|
|
58
|
+
}, _ctx.$attrs), _hoisted_5$8, 16, _hoisted_1$1q);
|
|
59
59
|
}
|
|
60
|
-
var index$
|
|
61
|
-
const _sfc_main$
|
|
60
|
+
var index$1q = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q]]);
|
|
61
|
+
const _sfc_main$1p = {
|
|
62
62
|
name: "IconAnalysisdetails",
|
|
63
63
|
props: {
|
|
64
64
|
prefix: {
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
|
-
const _hoisted_1$
|
|
75
|
-
const _hoisted_2$
|
|
74
|
+
const _hoisted_1$1p = ["fill"];
|
|
75
|
+
const _hoisted_2$1p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
76
76
|
d: "M6.96552 10.931H4.37931C3.61754 10.931 3 10.3135 3 9.55172V4.37931C3 3.61754 3.61754 3 4.37931 3H11.6207C12.3825 3 13 3.61754 13 4.37931V9.55172C13 10.3135 12.3825 10.931 11.6207 10.931H9.03448M6.96552 10.931L5.75862 13M6.96552 10.931H9.03448M9.03448 10.931L10.2414 13M5.75862 8.17241V5.75862M8 8.17241V6.44828M10.2414 8.17241V7.13793",
|
|
77
77
|
stroke: "#434343",
|
|
78
78
|
"stroke-width": "1.5",
|
|
79
79
|
"stroke-linecap": "round",
|
|
80
80
|
"stroke-linejoin": "round"
|
|
81
81
|
}, null, -1);
|
|
82
|
-
const _hoisted_3$
|
|
83
|
-
_hoisted_2$
|
|
82
|
+
const _hoisted_3$1o = [
|
|
83
|
+
_hoisted_2$1p
|
|
84
84
|
];
|
|
85
|
-
function _sfc_render$
|
|
85
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
86
86
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
87
87
|
viewBox: "0 0 16 16",
|
|
88
88
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Analysisdetails`],
|
|
91
91
|
width: "1em",
|
|
92
92
|
height: "1em"
|
|
93
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
93
|
+
}, _ctx.$attrs), _hoisted_3$1o, 16, _hoisted_1$1p);
|
|
94
94
|
}
|
|
95
|
-
var index$
|
|
96
|
-
const _sfc_main$
|
|
95
|
+
var index$1p = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p]]);
|
|
96
|
+
const _sfc_main$1o = {
|
|
97
97
|
name: "IconBusinessprocess",
|
|
98
98
|
props: {
|
|
99
99
|
prefix: {
|
|
@@ -106,25 +106,25 @@
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
};
|
|
109
|
-
const _hoisted_1$
|
|
110
|
-
const _hoisted_2$
|
|
109
|
+
const _hoisted_1$1o = ["fill"];
|
|
110
|
+
const _hoisted_2$1o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
111
111
|
d: "M7.5 4L2 12.8H13L7.5 4Z",
|
|
112
112
|
stroke: "#434343",
|
|
113
113
|
"stroke-width": "1.5",
|
|
114
114
|
"stroke-linejoin": "round"
|
|
115
115
|
}, null, -1);
|
|
116
|
-
const _hoisted_3$
|
|
116
|
+
const _hoisted_3$1n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
117
117
|
d: "M9.14998 10.6001L7.49998 9.50012 5.84998 10.6001M7.5 9.5001V7.8501",
|
|
118
118
|
stroke: "#434343",
|
|
119
119
|
"stroke-width": "1.5",
|
|
120
120
|
"stroke-linecap": "round",
|
|
121
121
|
"stroke-linejoin": "round"
|
|
122
122
|
}, null, -1);
|
|
123
|
-
const _hoisted_4$
|
|
124
|
-
_hoisted_2$
|
|
125
|
-
_hoisted_3$
|
|
123
|
+
const _hoisted_4$J = [
|
|
124
|
+
_hoisted_2$1o,
|
|
125
|
+
_hoisted_3$1n
|
|
126
126
|
];
|
|
127
|
-
function _sfc_render$
|
|
127
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
128
128
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
129
129
|
viewBox: "0 0 16 16",
|
|
130
130
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Businessprocess`],
|
|
133
133
|
width: "1em",
|
|
134
134
|
height: "1em"
|
|
135
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
135
|
+
}, _ctx.$attrs), _hoisted_4$J, 16, _hoisted_1$1o);
|
|
136
136
|
}
|
|
137
|
-
var index$
|
|
138
|
-
const _sfc_main$
|
|
137
|
+
var index$1o = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o]]);
|
|
138
|
+
const _sfc_main$1n = {
|
|
139
139
|
name: "IconAnalyze",
|
|
140
140
|
props: {
|
|
141
141
|
prefix: {
|
|
@@ -148,26 +148,26 @@
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
};
|
|
151
|
-
const _hoisted_1$
|
|
152
|
-
const _hoisted_2$
|
|
151
|
+
const _hoisted_1$1n = ["fill"];
|
|
152
|
+
const _hoisted_2$1n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
153
153
|
d: "M13 4.825C13 4.36937 12.6306 4 12.175 4H2.825C2.36937 4 2 4.36937 2 4.825V7.3H13V4.825zM2.03076 12.5334L5.37905 9.15063 7.18836 10.8834 9.40027 8.95007 10.6324 10.1513",
|
|
154
154
|
stroke: "#434343",
|
|
155
155
|
"stroke-width": "1.5",
|
|
156
156
|
"stroke-linecap": "round",
|
|
157
157
|
"stroke-linejoin": "round"
|
|
158
158
|
}, null, -1);
|
|
159
|
-
const _hoisted_3$
|
|
159
|
+
const _hoisted_3$1m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
160
160
|
d: "M13 6.75V11.975C13 12.4306 12.6306 12.8 12.175 12.8H4.19995M6.15564 5.65002H11.1056M3.95544 5.65002H4.50544M2 6.75V9.225",
|
|
161
161
|
stroke: "#434343",
|
|
162
162
|
"stroke-width": "1.5",
|
|
163
163
|
"stroke-linecap": "round",
|
|
164
164
|
"stroke-linejoin": "round"
|
|
165
165
|
}, null, -1);
|
|
166
|
-
const _hoisted_4$
|
|
167
|
-
_hoisted_2$
|
|
168
|
-
_hoisted_3$
|
|
166
|
+
const _hoisted_4$I = [
|
|
167
|
+
_hoisted_2$1n,
|
|
168
|
+
_hoisted_3$1m
|
|
169
169
|
];
|
|
170
|
-
function _sfc_render$
|
|
170
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
171
171
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
172
172
|
viewBox: "0 0 16 16",
|
|
173
173
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -175,10 +175,10 @@
|
|
|
175
175
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-analyze`],
|
|
176
176
|
width: "1em",
|
|
177
177
|
height: "1em"
|
|
178
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
178
|
+
}, _ctx.$attrs), _hoisted_4$I, 16, _hoisted_1$1n);
|
|
179
179
|
}
|
|
180
|
-
var index$
|
|
181
|
-
const _sfc_main$
|
|
180
|
+
var index$1n = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n]]);
|
|
181
|
+
const _sfc_main$1m = {
|
|
182
182
|
name: "IconApply",
|
|
183
183
|
props: {
|
|
184
184
|
prefix: {
|
|
@@ -191,25 +191,25 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
|
-
const _hoisted_1$
|
|
195
|
-
const _hoisted_2$
|
|
194
|
+
const _hoisted_1$1m = ["fill"];
|
|
195
|
+
const _hoisted_2$1m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
196
196
|
d: "M4 11.3333L4.0012 9.19425C4.00143 9.04586 4.118 8.92559 4.26177 8.92543C5.12996 8.92543 5.99818 8.92543 6.86641 8.92543C7.10638 8.92543 7.1051 8.7057 7.1051 8.18258C7.1051 7.65946 5.82865 7.21884 5.82865 5.37978C5.82865 3.54073 7.15099 3 8.24996 3C9.34893 3 10.5459 3.54073 10.5459 5.37978C10.5459 7.21884 9.27617 7.51124 9.27617 8.18258C9.27617 8.8539 9.27617 8.92543 9.47945 8.92543C10.3439 8.92543 11.2084 8.92543 12.0729 8.92543C12.2167 8.92543 12.3333 9.04581 12.3333 9.19425V11.3333H4Z",
|
|
197
197
|
stroke: "#434343",
|
|
198
198
|
"stroke-width": "1.5",
|
|
199
199
|
"stroke-linejoin": "round"
|
|
200
200
|
}, null, -1);
|
|
201
|
-
const _hoisted_3$
|
|
201
|
+
const _hoisted_3$1l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
202
202
|
d: "M4 13H12.3333",
|
|
203
203
|
stroke: "#434343",
|
|
204
204
|
"stroke-width": "1.5",
|
|
205
205
|
"stroke-linecap": "round",
|
|
206
206
|
"stroke-linejoin": "round"
|
|
207
207
|
}, null, -1);
|
|
208
|
-
const _hoisted_4$
|
|
209
|
-
_hoisted_2$
|
|
210
|
-
_hoisted_3$
|
|
208
|
+
const _hoisted_4$H = [
|
|
209
|
+
_hoisted_2$1m,
|
|
210
|
+
_hoisted_3$1l
|
|
211
211
|
];
|
|
212
|
-
function _sfc_render$
|
|
212
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
213
213
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
214
214
|
viewBox: "0 0 16 16",
|
|
215
215
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -217,10 +217,10 @@
|
|
|
217
217
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-apply`],
|
|
218
218
|
width: "1em",
|
|
219
219
|
height: "1em"
|
|
220
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
220
|
+
}, _ctx.$attrs), _hoisted_4$H, 16, _hoisted_1$1m);
|
|
221
221
|
}
|
|
222
|
-
var index$
|
|
223
|
-
const _sfc_main$
|
|
222
|
+
var index$1m = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m]]);
|
|
223
|
+
const _sfc_main$1l = {
|
|
224
224
|
name: "IconApi",
|
|
225
225
|
props: {
|
|
226
226
|
prefix: {
|
|
@@ -233,18 +233,18 @@
|
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
235
|
};
|
|
236
|
-
const _hoisted_1$
|
|
237
|
-
const _hoisted_2$
|
|
236
|
+
const _hoisted_1$1l = ["fill"];
|
|
237
|
+
const _hoisted_2$1l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
238
238
|
d: "M11.4721 7.88891L10.5554 8.80557 7.19434 5.44447 8.111 4.52781C8.56933 4.06945 10.2499 3.30558 11.4721 4.52781 12.6943 5.75003 11.9304 7.43055 11.4721 7.88891zM12.9999 3L11.4722 4.52777M3.5278 9.111L4.44446 8.19434 7.80556 11.5554 6.8889 12.4721C6.43056 12.9305 4.75001 13.6943 3.5278 12.4721 2.30558 11.2499 3.06946 9.56936 3.5278 9.111zM7.19434 10.9445L8.41655 9.72229M2 13.9999L3.52777 12.4722M5.05554 8.80559L6.27776 7.58337",
|
|
239
239
|
stroke: "#434343",
|
|
240
240
|
"stroke-width": "1.5",
|
|
241
241
|
"stroke-linecap": "round",
|
|
242
242
|
"stroke-linejoin": "round"
|
|
243
243
|
}, null, -1);
|
|
244
|
-
const _hoisted_3$
|
|
245
|
-
_hoisted_2$
|
|
244
|
+
const _hoisted_3$1k = [
|
|
245
|
+
_hoisted_2$1l
|
|
246
246
|
];
|
|
247
|
-
function _sfc_render$
|
|
247
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
248
248
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
249
249
|
viewBox: "0 0 16 16",
|
|
250
250
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -252,10 +252,10 @@
|
|
|
252
252
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-api`],
|
|
253
253
|
width: "1em",
|
|
254
254
|
height: "1em"
|
|
255
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
255
|
+
}, _ctx.$attrs), _hoisted_3$1k, 16, _hoisted_1$1l);
|
|
256
256
|
}
|
|
257
|
-
var index$
|
|
258
|
-
const _sfc_main$
|
|
257
|
+
var index$1l = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l]]);
|
|
258
|
+
const _sfc_main$1k = {
|
|
259
259
|
name: "IconAdd",
|
|
260
260
|
props: {
|
|
261
261
|
prefix: {
|
|
@@ -268,18 +268,18 @@
|
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
};
|
|
271
|
-
const _hoisted_1$
|
|
272
|
-
const _hoisted_2$
|
|
271
|
+
const _hoisted_1$1k = ["fill"];
|
|
272
|
+
const _hoisted_2$1k = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
273
273
|
d: "M8 3.83337V12.1667M12.1667 8H3.83337",
|
|
274
274
|
stroke: "#fff",
|
|
275
275
|
"stroke-width": "1.5",
|
|
276
276
|
"stroke-linecap": "round",
|
|
277
277
|
"stroke-linejoin": "round"
|
|
278
278
|
}, null, -1);
|
|
279
|
-
const _hoisted_3$
|
|
280
|
-
_hoisted_2$
|
|
279
|
+
const _hoisted_3$1j = [
|
|
280
|
+
_hoisted_2$1k
|
|
281
281
|
];
|
|
282
|
-
function _sfc_render$
|
|
282
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
283
283
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
284
284
|
viewBox: "0 0 16 16",
|
|
285
285
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -287,10 +287,10 @@
|
|
|
287
287
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-add`],
|
|
288
288
|
width: "1em",
|
|
289
289
|
height: "1em"
|
|
290
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
290
|
+
}, _ctx.$attrs), _hoisted_3$1j, 16, _hoisted_1$1k);
|
|
291
291
|
}
|
|
292
|
-
var index$
|
|
293
|
-
const _sfc_main$
|
|
292
|
+
var index$1k = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k]]);
|
|
293
|
+
const _sfc_main$1j = {
|
|
294
294
|
name: "IconBloodanalysis",
|
|
295
295
|
props: {
|
|
296
296
|
prefix: {
|
|
@@ -303,26 +303,26 @@
|
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
305
|
};
|
|
306
|
-
const _hoisted_1$
|
|
307
|
-
const _hoisted_2$
|
|
306
|
+
const _hoisted_1$1j = ["fill"];
|
|
307
|
+
const _hoisted_2$1j = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
308
308
|
d: "M2 10.325H13M7.49995 9.50005C7.49995 8.28502 6.45341 7.30005 5.16245 7.30005 3.87149 7.30005 2.82495 8.28502 2.82495 9.50005",
|
|
309
309
|
stroke: "#434343",
|
|
310
310
|
"stroke-width": "1.5",
|
|
311
311
|
"stroke-linecap": "round",
|
|
312
312
|
"stroke-linejoin": "round"
|
|
313
313
|
}, null, -1);
|
|
314
|
-
const _hoisted_3$
|
|
314
|
+
const _hoisted_3$1i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
315
315
|
d: "M12.175 9.5C12.175 6.46243 10.0819 4 7.49995 4 4.91803 4 2.82495 6.46243 2.82495 9.5M12.175 11.15C12.6306 11.15 13 10.7806 13 10.325 13 9.86937 12.6306 9.5 12.175 9.5 11.7193 9.5 11.35 9.86937 11.35 10.325 11.35 10.7806 11.7193 11.15 12.175 11.15zM7.49993 11.15C7.95556 11.15 8.32493 10.7806 8.32493 10.325 8.32493 9.86937 7.95556 9.5 7.49993 9.5 7.04429 9.5 6.67493 9.86937 6.67493 10.325 6.67493 10.7806 7.04429 11.15 7.49993 11.15zM2.825 11.15C3.28063 11.15 3.65 10.7806 3.65 10.325 3.65 9.86937 3.28063 9.5 2.825 9.5 2.36937 9.5 2 9.86937 2 10.325 2 10.7806 2.36937 11.15 2.825 11.15z",
|
|
316
316
|
stroke: "#434343",
|
|
317
317
|
"stroke-width": "1.5",
|
|
318
318
|
"stroke-linecap": "round",
|
|
319
319
|
"stroke-linejoin": "round"
|
|
320
320
|
}, null, -1);
|
|
321
|
-
const _hoisted_4$
|
|
322
|
-
_hoisted_2$
|
|
323
|
-
_hoisted_3$
|
|
321
|
+
const _hoisted_4$G = [
|
|
322
|
+
_hoisted_2$1j,
|
|
323
|
+
_hoisted_3$1i
|
|
324
324
|
];
|
|
325
|
-
function _sfc_render$
|
|
325
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
326
326
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
327
327
|
viewBox: "0 0 16 16",
|
|
328
328
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -330,10 +330,10 @@
|
|
|
330
330
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Bloodanalysis`],
|
|
331
331
|
width: "1em",
|
|
332
332
|
height: "1em"
|
|
333
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
333
|
+
}, _ctx.$attrs), _hoisted_4$G, 16, _hoisted_1$1j);
|
|
334
334
|
}
|
|
335
|
-
var index$
|
|
336
|
-
const _sfc_main$
|
|
335
|
+
var index$1j = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j]]);
|
|
336
|
+
const _sfc_main$1i = {
|
|
337
337
|
name: "IconAssembly",
|
|
338
338
|
props: {
|
|
339
339
|
prefix: {
|
|
@@ -346,21 +346,21 @@
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
};
|
|
349
|
-
const _hoisted_1$
|
|
350
|
-
const _hoisted_2$
|
|
349
|
+
const _hoisted_1$1i = ["fill"];
|
|
350
|
+
const _hoisted_2$1i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
351
351
|
d: "M5.00002 3H3V5.00002H5.00002V3zM13 11H11V13H13V11zM5.00002 11H3V13H5.00002V11zM13 3H11V5.00002H13V3z",
|
|
352
352
|
stroke: "#434343",
|
|
353
353
|
"stroke-width": "1.5",
|
|
354
354
|
"stroke-linejoin": "round"
|
|
355
355
|
}, null, -1);
|
|
356
|
-
const _hoisted_3$
|
|
356
|
+
const _hoisted_3$1h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
357
357
|
d: "M3.99976 11V4.99988M12.0001 11V4.99988M4.99988 3.99976H11M4.99988 12.0001H11",
|
|
358
358
|
stroke: "#434343",
|
|
359
359
|
"stroke-width": "1.5",
|
|
360
360
|
"stroke-linecap": "round",
|
|
361
361
|
"stroke-linejoin": "round"
|
|
362
362
|
}, null, -1);
|
|
363
|
-
const _hoisted_4$
|
|
363
|
+
const _hoisted_4$F = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
364
364
|
"clip-rule": "evenodd",
|
|
365
365
|
d: "M6.00012 6.00012H8.40015V7.60014H10.0002V10.0002H7.60014V8.40015H6.00012V6.00012Z",
|
|
366
366
|
stroke: "#434343",
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
"stroke-linejoin": "round"
|
|
370
370
|
}, null, -1);
|
|
371
371
|
const _hoisted_5$7 = [
|
|
372
|
-
_hoisted_2$
|
|
373
|
-
_hoisted_3$
|
|
374
|
-
_hoisted_4$
|
|
372
|
+
_hoisted_2$1i,
|
|
373
|
+
_hoisted_3$1h,
|
|
374
|
+
_hoisted_4$F
|
|
375
375
|
];
|
|
376
|
-
function _sfc_render$
|
|
376
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
377
377
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
378
378
|
viewBox: "0 0 16 16",
|
|
379
379
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -381,10 +381,10 @@
|
|
|
381
381
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-assembly`],
|
|
382
382
|
width: "1em",
|
|
383
383
|
height: "1em"
|
|
384
|
-
}, _ctx.$attrs), _hoisted_5$7, 16, _hoisted_1$
|
|
384
|
+
}, _ctx.$attrs), _hoisted_5$7, 16, _hoisted_1$1i);
|
|
385
385
|
}
|
|
386
|
-
var index$
|
|
387
|
-
const _sfc_main$
|
|
386
|
+
var index$1i = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
|
|
387
|
+
const _sfc_main$1h = {
|
|
388
388
|
name: "IconAppend",
|
|
389
389
|
props: {
|
|
390
390
|
prefix: {
|
|
@@ -397,25 +397,25 @@
|
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
};
|
|
400
|
-
const _hoisted_1$
|
|
401
|
-
const _hoisted_2$
|
|
400
|
+
const _hoisted_1$1h = ["fill"];
|
|
401
|
+
const _hoisted_2$1h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
402
402
|
d: "M12.1667 3H3.83333C3.3731 3 3 3.3731 3 3.83333V12.1667C3 12.6269 3.3731 13 3.83333 13H12.1667C12.6269 13 13 12.6269 13 12.1667V3.83333C13 3.3731 12.6269 3 12.1667 3Z",
|
|
403
403
|
stroke: "#434343",
|
|
404
404
|
"stroke-width": "1.5",
|
|
405
405
|
"stroke-linejoin": "round"
|
|
406
406
|
}, null, -1);
|
|
407
|
-
const _hoisted_3$
|
|
407
|
+
const _hoisted_3$1g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
408
408
|
d: "M8 6.33337V9.66671M6.33337 8H9.66671",
|
|
409
409
|
stroke: "#434343",
|
|
410
410
|
"stroke-width": "1.5",
|
|
411
411
|
"stroke-linecap": "round",
|
|
412
412
|
"stroke-linejoin": "round"
|
|
413
413
|
}, null, -1);
|
|
414
|
-
const _hoisted_4$
|
|
415
|
-
_hoisted_2$
|
|
416
|
-
_hoisted_3$
|
|
414
|
+
const _hoisted_4$E = [
|
|
415
|
+
_hoisted_2$1h,
|
|
416
|
+
_hoisted_3$1g
|
|
417
417
|
];
|
|
418
|
-
function _sfc_render$
|
|
418
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
419
419
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
420
420
|
viewBox: "0 0 16 16",
|
|
421
421
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -423,10 +423,10 @@
|
|
|
423
423
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-append`],
|
|
424
424
|
width: "1em",
|
|
425
425
|
height: "1em"
|
|
426
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
426
|
+
}, _ctx.$attrs), _hoisted_4$E, 16, _hoisted_1$1h);
|
|
427
427
|
}
|
|
428
|
-
var index$
|
|
429
|
-
const _sfc_main$
|
|
428
|
+
var index$1h = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h]]);
|
|
429
|
+
const _sfc_main$1g = {
|
|
430
430
|
name: "IconBasics",
|
|
431
431
|
props: {
|
|
432
432
|
prefix: {
|
|
@@ -439,17 +439,17 @@
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
};
|
|
442
|
-
const _hoisted_1$
|
|
443
|
-
const _hoisted_2$
|
|
442
|
+
const _hoisted_1$1g = ["fill"];
|
|
443
|
+
const _hoisted_2$1g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
444
444
|
d: "M3 8V5H5.25V4.5C5.25 3.67157 5.92158 3 6.75 3C7.57842 3 8.25 3.67157 8.25 4.5V5H10.5V8H11.5C12.3284 8 13 8.67158 13 9.5C13 10.3284 12.3284 11 11.5 11H10.5V13H3V11H4C4.82842 11 5.5 10.3284 5.5 9.5C5.5 8.67158 4.82842 8 4 8H3Z",
|
|
445
445
|
stroke: "#434343",
|
|
446
446
|
"stroke-width": "1.5",
|
|
447
447
|
"stroke-linejoin": "round"
|
|
448
448
|
}, null, -1);
|
|
449
|
-
const _hoisted_3$
|
|
450
|
-
_hoisted_2$
|
|
449
|
+
const _hoisted_3$1f = [
|
|
450
|
+
_hoisted_2$1g
|
|
451
451
|
];
|
|
452
|
-
function _sfc_render$
|
|
452
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
453
453
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
454
454
|
viewBox: "0 0 16 16",
|
|
455
455
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -457,10 +457,10 @@
|
|
|
457
457
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Basics`],
|
|
458
458
|
width: "1em",
|
|
459
459
|
height: "1em"
|
|
460
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
460
|
+
}, _ctx.$attrs), _hoisted_3$1f, 16, _hoisted_1$1g);
|
|
461
461
|
}
|
|
462
|
-
var index$
|
|
463
|
-
const _sfc_main$
|
|
462
|
+
var index$1g = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
|
|
463
|
+
const _sfc_main$1f = {
|
|
464
464
|
name: "IconDatabasesource",
|
|
465
465
|
props: {
|
|
466
466
|
prefix: {
|
|
@@ -473,26 +473,26 @@
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
};
|
|
476
|
-
const _hoisted_1$
|
|
477
|
-
const _hoisted_2$
|
|
476
|
+
const _hoisted_1$1f = ["fill"];
|
|
477
|
+
const _hoisted_2$1f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
478
478
|
d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
|
|
479
479
|
stroke: "#434343",
|
|
480
480
|
"stroke-width": "1.5",
|
|
481
481
|
"stroke-linecap": "round",
|
|
482
482
|
"stroke-linejoin": "round"
|
|
483
483
|
}, null, -1);
|
|
484
|
-
const _hoisted_3$
|
|
484
|
+
const _hoisted_3$1e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
485
485
|
d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57495C2 7.33434 3.84682 7.94995 6.125 7.94995 6.88298 7.94995 7.59323 7.88181 8.20359 7.7629M13 9.59998C13 11.1187 11.7688 12.35 10.25 12.35 9.7575 12.35 9.29523 12.2205 8.89538 11.9937 8.19143 11.5945 7.68092 10.8937 7.53949 10.067 7.51353 9.91521 7.5 9.75917 7.5 9.59998 7.5 8.89386 7.76615 8.24989 8.20359 7.76292 8.70703 7.20247 9.43735 6.84998 10.25 6.84998 11.7688 6.84998 13 8.08121 13 9.59998z",
|
|
486
486
|
stroke: "#434343",
|
|
487
487
|
"stroke-width": "1.5",
|
|
488
488
|
"stroke-linecap": "round",
|
|
489
489
|
"stroke-linejoin": "round"
|
|
490
490
|
}, null, -1);
|
|
491
|
-
const _hoisted_4$
|
|
492
|
-
_hoisted_2$
|
|
493
|
-
_hoisted_3$
|
|
491
|
+
const _hoisted_4$D = [
|
|
492
|
+
_hoisted_2$1f,
|
|
493
|
+
_hoisted_3$1e
|
|
494
494
|
];
|
|
495
|
-
function _sfc_render$
|
|
495
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
496
496
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
497
497
|
viewBox: "0 0 16 16",
|
|
498
498
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -500,10 +500,10 @@
|
|
|
500
500
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Databasesource`],
|
|
501
501
|
width: "1em",
|
|
502
502
|
height: "1em"
|
|
503
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
503
|
+
}, _ctx.$attrs), _hoisted_4$D, 16, _hoisted_1$1f);
|
|
504
504
|
}
|
|
505
|
-
var index$
|
|
506
|
-
const _sfc_main$
|
|
505
|
+
var index$1f = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
|
|
506
|
+
const _sfc_main$1e = {
|
|
507
507
|
name: "IconDown",
|
|
508
508
|
props: {
|
|
509
509
|
prefix: {
|
|
@@ -516,18 +516,18 @@
|
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
};
|
|
519
|
-
const _hoisted_1$
|
|
520
|
-
const _hoisted_2$
|
|
519
|
+
const _hoisted_1$1e = ["fill"];
|
|
520
|
+
const _hoisted_2$1e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
521
521
|
d: "M11.25 6.75L8 10.25L4.75 6.75",
|
|
522
522
|
stroke: "#434343",
|
|
523
523
|
"stroke-width": "1.5",
|
|
524
524
|
"stroke-linecap": "round",
|
|
525
525
|
"stroke-linejoin": "round"
|
|
526
526
|
}, null, -1);
|
|
527
|
-
const _hoisted_3$
|
|
528
|
-
_hoisted_2$
|
|
527
|
+
const _hoisted_3$1d = [
|
|
528
|
+
_hoisted_2$1e
|
|
529
529
|
];
|
|
530
|
-
function _sfc_render$
|
|
530
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
531
531
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
532
532
|
viewBox: "0 0 16 16",
|
|
533
533
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -535,10 +535,10 @@
|
|
|
535
535
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-down`],
|
|
536
536
|
width: "1em",
|
|
537
537
|
height: "1em"
|
|
538
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
538
|
+
}, _ctx.$attrs), _hoisted_3$1d, 16, _hoisted_1$1e);
|
|
539
539
|
}
|
|
540
|
-
var index$
|
|
541
|
-
const _sfc_main$
|
|
540
|
+
var index$1e = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
|
|
541
|
+
const _sfc_main$1d = {
|
|
542
542
|
name: "IconCollect",
|
|
543
543
|
props: {
|
|
544
544
|
prefix: {
|
|
@@ -551,17 +551,17 @@
|
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
553
|
};
|
|
554
|
-
const _hoisted_1$
|
|
555
|
-
const _hoisted_2$
|
|
554
|
+
const _hoisted_1$1d = ["fill"];
|
|
555
|
+
const _hoisted_2$1d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
556
556
|
d: "M8.03739 4.12802C8.20706 3.71431 8.79294 3.71431 8.96261 4.12802L9.9948 6.64491L12.7798 6.88903C13.2261 6.92814 13.3997 7.48914 13.0536 7.77347L11.2294 9.27196C11.0847 9.39088 11.0185 9.58075 11.0581 9.76387L11.6382 12.4496C11.7331 12.889 11.2451 13.2207 10.8715 12.9708L8.5 11.3848L6.12851 12.9708C5.75486 13.2207 5.26693 12.889 5.36183 12.4496L5.94191 9.76387C5.98147 9.58075 5.91533 9.39088 5.77057 9.27196L3.94644 7.77347C3.60032 7.48914 3.77395 6.92814 4.22016 6.88903L7.0052 6.64491L8.03739 4.12802Z",
|
|
557
557
|
stroke: "#434343",
|
|
558
558
|
"stroke-width": "1.5",
|
|
559
559
|
"stroke-linejoin": "round"
|
|
560
560
|
}, null, -1);
|
|
561
|
-
const _hoisted_3$
|
|
562
|
-
_hoisted_2$
|
|
561
|
+
const _hoisted_3$1c = [
|
|
562
|
+
_hoisted_2$1d
|
|
563
563
|
];
|
|
564
|
-
function _sfc_render$
|
|
564
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
565
565
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
566
566
|
viewBox: "0 0 16 16",
|
|
567
567
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -569,10 +569,10 @@
|
|
|
569
569
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Collect`],
|
|
570
570
|
width: "1em",
|
|
571
571
|
height: "1em"
|
|
572
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
572
|
+
}, _ctx.$attrs), _hoisted_3$1c, 16, _hoisted_1$1d);
|
|
573
573
|
}
|
|
574
|
-
var index$
|
|
575
|
-
const _sfc_main$
|
|
574
|
+
var index$1d = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
|
|
575
|
+
const _sfc_main$1c = {
|
|
576
576
|
name: "IconDatabase",
|
|
577
577
|
props: {
|
|
578
578
|
prefix: {
|
|
@@ -585,26 +585,26 @@
|
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
};
|
|
588
|
-
const _hoisted_1$
|
|
589
|
-
const _hoisted_2$
|
|
588
|
+
const _hoisted_1$1c = ["fill"];
|
|
589
|
+
const _hoisted_2$1c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
590
590
|
d: "M13 4.75C13 4.75 13 11.0156 13 11.5C13 12.3284 10.7614 13 8 13C5.23857 13 3.00001 12.3284 3.00001 11.5C3.00001 11.0356 3 4.75 3 4.75",
|
|
591
591
|
stroke: "#434343",
|
|
592
592
|
"stroke-width": "1.5",
|
|
593
593
|
"stroke-linecap": "round",
|
|
594
594
|
"stroke-linejoin": "round"
|
|
595
595
|
}, null, -1);
|
|
596
|
-
const _hoisted_3$
|
|
596
|
+
const _hoisted_3$1b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
597
597
|
d: "M13 9.25C13 10.0784 10.7614 10.75 8 10.75 5.23857 10.75 3 10.0784 3 9.25M13 7C13 7.82842 10.7614 8.5 8 8.5 5.23857 8.5 3 7.82842 3 7M8 6C10.7614 6 13 5.32843 13 4.5 13 3.67157 10.7614 3 8 3 5.23858 3 3 3.67157 3 4.5 3 5.32843 5.23858 6 8 6z",
|
|
598
598
|
stroke: "#434343",
|
|
599
599
|
"stroke-width": "1.5",
|
|
600
600
|
"stroke-linecap": "round",
|
|
601
601
|
"stroke-linejoin": "round"
|
|
602
602
|
}, null, -1);
|
|
603
|
-
const _hoisted_4$
|
|
604
|
-
_hoisted_2$
|
|
605
|
-
_hoisted_3$
|
|
603
|
+
const _hoisted_4$C = [
|
|
604
|
+
_hoisted_2$1c,
|
|
605
|
+
_hoisted_3$1b
|
|
606
606
|
];
|
|
607
|
-
function _sfc_render$
|
|
607
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
608
608
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
609
609
|
viewBox: "0 0 16 16",
|
|
610
610
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -612,10 +612,10 @@
|
|
|
612
612
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-database`],
|
|
613
613
|
width: "1em",
|
|
614
614
|
height: "1em"
|
|
615
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
615
|
+
}, _ctx.$attrs), _hoisted_4$C, 16, _hoisted_1$1c);
|
|
616
616
|
}
|
|
617
|
-
var index$
|
|
618
|
-
const _sfc_main$
|
|
617
|
+
var index$1c = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
|
|
618
|
+
const _sfc_main$1b = {
|
|
619
619
|
name: "IconCharts",
|
|
620
620
|
props: {
|
|
621
621
|
prefix: {
|
|
@@ -628,25 +628,25 @@
|
|
|
628
628
|
}
|
|
629
629
|
}
|
|
630
630
|
};
|
|
631
|
-
const _hoisted_1$
|
|
632
|
-
const _hoisted_2$
|
|
631
|
+
const _hoisted_1$1b = ["fill"];
|
|
632
|
+
const _hoisted_2$1b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
633
633
|
d: "M2 12.9H13",
|
|
634
634
|
stroke: "#434343",
|
|
635
635
|
"stroke-width": "1.5",
|
|
636
636
|
"stroke-linecap": "round",
|
|
637
637
|
"stroke-linejoin": "round"
|
|
638
638
|
}, null, -1);
|
|
639
|
-
const _hoisted_3$
|
|
639
|
+
const _hoisted_3$1a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
640
640
|
d: "M4.74998 9.05005H3.09998V12.9H4.74998V9.05005zM8.32493 6.30005H6.67493V12.9H8.32493V6.30005zM11.9 3H10.25V12.9H11.9V3z",
|
|
641
641
|
stroke: "#434343",
|
|
642
642
|
"stroke-width": "1.5",
|
|
643
643
|
"stroke-linejoin": "round"
|
|
644
644
|
}, null, -1);
|
|
645
|
-
const _hoisted_4$
|
|
646
|
-
_hoisted_2$
|
|
647
|
-
_hoisted_3$
|
|
645
|
+
const _hoisted_4$B = [
|
|
646
|
+
_hoisted_2$1b,
|
|
647
|
+
_hoisted_3$1a
|
|
648
648
|
];
|
|
649
|
-
function _sfc_render$
|
|
649
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
650
650
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
651
651
|
viewBox: "0 0 16 16",
|
|
652
652
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -654,10 +654,10 @@
|
|
|
654
654
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-charts`],
|
|
655
655
|
width: "1em",
|
|
656
656
|
height: "1em"
|
|
657
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
657
|
+
}, _ctx.$attrs), _hoisted_4$B, 16, _hoisted_1$1b);
|
|
658
658
|
}
|
|
659
|
-
var index$
|
|
660
|
-
const _sfc_main$
|
|
659
|
+
var index$1b = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
660
|
+
const _sfc_main$1a = {
|
|
661
661
|
name: "IconCopy",
|
|
662
662
|
props: {
|
|
663
663
|
prefix: {
|
|
@@ -670,26 +670,26 @@
|
|
|
670
670
|
}
|
|
671
671
|
}
|
|
672
672
|
};
|
|
673
|
-
const _hoisted_1$
|
|
674
|
-
const _hoisted_2$
|
|
673
|
+
const _hoisted_1$1a = ["fill"];
|
|
674
|
+
const _hoisted_2$1a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
675
675
|
d: "M4.33329 10.1666C3.68896 10.1666 3.16663 9.64429 3.16663 8.99996V4.49996C3.16663 3.76358 3.76358 3.16663 4.49996 3.16663H8.99996C9.64429 3.16663 10.1666 3.68896 10.1666 4.33329",
|
|
676
676
|
stroke: "#434343",
|
|
677
677
|
"stroke-width": "1.5",
|
|
678
678
|
"stroke-linecap": "round",
|
|
679
679
|
"stroke-linejoin": "round"
|
|
680
680
|
}, null, -1);
|
|
681
|
-
const _hoisted_3$
|
|
681
|
+
const _hoisted_3$19 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
682
682
|
d: "M5.83337 7.16671C5.83337 6.43033 6.43033 5.83337 7.16671 5.83337H11.5C12.2364 5.83337 12.8334 6.43033 12.8334 7.16671V11.5C12.8334 12.2364 12.2364 12.8334 11.5 12.8334H7.16671C6.43033 12.8334 5.83337 12.2364 5.83337 11.5V7.16671Z",
|
|
683
683
|
stroke: "#434343",
|
|
684
684
|
"stroke-width": "1.5",
|
|
685
685
|
"stroke-linecap": "round",
|
|
686
686
|
"stroke-linejoin": "round"
|
|
687
687
|
}, null, -1);
|
|
688
|
-
const _hoisted_4$
|
|
689
|
-
_hoisted_2$
|
|
690
|
-
_hoisted_3$
|
|
688
|
+
const _hoisted_4$A = [
|
|
689
|
+
_hoisted_2$1a,
|
|
690
|
+
_hoisted_3$19
|
|
691
691
|
];
|
|
692
|
-
function _sfc_render$
|
|
692
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
693
693
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
694
694
|
viewBox: "0 0 16 16",
|
|
695
695
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -697,10 +697,10 @@
|
|
|
697
697
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy`],
|
|
698
698
|
width: "1em",
|
|
699
699
|
height: "1em"
|
|
700
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
700
|
+
}, _ctx.$attrs), _hoisted_4$A, 16, _hoisted_1$1a);
|
|
701
701
|
}
|
|
702
|
-
var index$
|
|
703
|
-
const _sfc_main$
|
|
702
|
+
var index$1a = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
|
|
703
|
+
const _sfc_main$19 = {
|
|
704
704
|
name: "IconDatabaseobject",
|
|
705
705
|
props: {
|
|
706
706
|
prefix: {
|
|
@@ -713,22 +713,22 @@
|
|
|
713
713
|
}
|
|
714
714
|
}
|
|
715
715
|
};
|
|
716
|
-
const _hoisted_1$
|
|
717
|
-
const _hoisted_2$
|
|
716
|
+
const _hoisted_1$19 = ["fill"];
|
|
717
|
+
const _hoisted_2$19 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
718
718
|
d: "M13 9.59998C13 11.1187 11.7688 12.35 10.25 12.35C9.7575 12.35 9.29523 12.2205 8.89538 11.9937C8.19143 11.5945 7.68092 10.8937 7.53949 10.067C7.51353 9.91521 7.5 9.75917 7.5 9.59998C7.5 8.89386 7.76615 8.24989 8.20359 7.76292C8.70703 7.20247 9.43735 6.84998 10.25 6.84998C11.7688 6.84998 13 8.08121 13 9.59998Z",
|
|
719
719
|
stroke: "#434343",
|
|
720
720
|
"stroke-width": "1.5",
|
|
721
721
|
"stroke-linecap": "round",
|
|
722
722
|
"stroke-linejoin": "round"
|
|
723
723
|
}, null, -1);
|
|
724
|
-
const _hoisted_3$
|
|
724
|
+
const _hoisted_3$18 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
725
725
|
d: "M10.25 4.375V6.575V6.85C9.43735 6.85 8.70703 7.20249 8.20359 7.76294C7.76615 8.24991 7.5 8.89388 7.5 9.6C7.5 9.7592 7.51353 9.91523 7.53949 10.067C7.68092 10.8938 8.19143 11.5945 8.89538 11.9938C8.16319 12.2151 7.19134 12.35 6.125 12.35C3.84682 12.35 2 11.7344 2 10.975V8.775V6.575V4.375",
|
|
726
726
|
stroke: "#434343",
|
|
727
727
|
"stroke-width": "1.5",
|
|
728
728
|
"stroke-linecap": "round",
|
|
729
729
|
"stroke-linejoin": "round"
|
|
730
730
|
}, null, -1);
|
|
731
|
-
const _hoisted_4$
|
|
731
|
+
const _hoisted_4$z = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
732
732
|
d: "M10.25 4.375C10.25 5.13439 8.40318 5.75 6.125 5.75 3.84682 5.75 2 5.13439 2 4.375 2 3.61561 3.84682 3 6.125 3 8.40318 3 10.25 3.61561 10.25 4.375zM2 8.77502C2 9.53441 3.84682 10.15 6.125 10.15 6.62193 10.15 7.09831 10.1207 7.53949 10.0671M2 6.57507C2 7.33446 3.84682 7.95007 6.125 7.95007 6.88298 7.95007 7.59323 7.88193 8.20359 7.76302M11.625 9.6L10.525 8.5M11.625 9.6L10.525 10.7M11.625 9.6H8.875",
|
|
733
733
|
stroke: "#434343",
|
|
734
734
|
"stroke-width": "1.5",
|
|
@@ -736,11 +736,11 @@
|
|
|
736
736
|
"stroke-linejoin": "round"
|
|
737
737
|
}, null, -1);
|
|
738
738
|
const _hoisted_5$6 = [
|
|
739
|
-
_hoisted_2$
|
|
740
|
-
_hoisted_3$
|
|
741
|
-
_hoisted_4$
|
|
739
|
+
_hoisted_2$19,
|
|
740
|
+
_hoisted_3$18,
|
|
741
|
+
_hoisted_4$z
|
|
742
742
|
];
|
|
743
|
-
function _sfc_render$
|
|
743
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
744
744
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
745
745
|
viewBox: "0 0 16 16",
|
|
746
746
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -748,10 +748,10 @@
|
|
|
748
748
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Databaseobject`],
|
|
749
749
|
width: "1em",
|
|
750
750
|
height: "1em"
|
|
751
|
-
}, _ctx.$attrs), _hoisted_5$6, 16, _hoisted_1$
|
|
751
|
+
}, _ctx.$attrs), _hoisted_5$6, 16, _hoisted_1$19);
|
|
752
752
|
}
|
|
753
|
-
var index$
|
|
754
|
-
const _sfc_main$
|
|
753
|
+
var index$19 = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
|
|
754
|
+
const _sfc_main$18 = {
|
|
755
755
|
name: "IconDelete",
|
|
756
756
|
props: {
|
|
757
757
|
prefix: {
|
|
@@ -764,18 +764,18 @@
|
|
|
764
764
|
}
|
|
765
765
|
}
|
|
766
766
|
};
|
|
767
|
-
const _hoisted_1$
|
|
768
|
-
const _hoisted_2$
|
|
767
|
+
const _hoisted_1$18 = ["fill"];
|
|
768
|
+
const _hoisted_2$18 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
769
769
|
d: "M3.83337 5.16663L4.39414 11.6155C4.45406 12.3045 5.03085 12.8333 5.72246 12.8333H9.61095C10.3026 12.8333 10.8794 12.3045 10.9393 11.6155L11.5 5.16663H3.83337zM6.5 7.16663V10.8333M8.83337 7.16663V10.8333M5.83337 5.16663V4.49996C5.83337 3.76358 6.43033 3.16663 7.16671 3.16663H8.16671C8.90309 3.16663 9.50004 3.76358 9.50004 4.49996V5.16663M3.16663 5.16663H12.1666",
|
|
770
770
|
stroke: "#434343",
|
|
771
771
|
"stroke-width": "1.5",
|
|
772
772
|
"stroke-linecap": "round",
|
|
773
773
|
"stroke-linejoin": "round"
|
|
774
774
|
}, null, -1);
|
|
775
|
-
const _hoisted_3
|
|
776
|
-
_hoisted_2$
|
|
775
|
+
const _hoisted_3$17 = [
|
|
776
|
+
_hoisted_2$18
|
|
777
777
|
];
|
|
778
|
-
function _sfc_render$
|
|
778
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
779
779
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
780
780
|
viewBox: "0 0 16 16",
|
|
781
781
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -783,10 +783,10 @@
|
|
|
783
783
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete`],
|
|
784
784
|
width: "1em",
|
|
785
785
|
height: "1em"
|
|
786
|
-
}, _ctx.$attrs), _hoisted_3
|
|
786
|
+
}, _ctx.$attrs), _hoisted_3$17, 16, _hoisted_1$18);
|
|
787
787
|
}
|
|
788
|
-
var index$
|
|
789
|
-
const _sfc_main
|
|
788
|
+
var index$18 = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
789
|
+
const _sfc_main$17 = {
|
|
790
790
|
name: "IconDetails",
|
|
791
791
|
props: {
|
|
792
792
|
prefix: {
|
|
@@ -799,26 +799,26 @@
|
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
};
|
|
802
|
-
const _hoisted_1
|
|
803
|
-
const _hoisted_2
|
|
802
|
+
const _hoisted_1$17 = ["fill"];
|
|
803
|
+
const _hoisted_2$17 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
804
804
|
d: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
|
|
805
805
|
stroke: "#434343",
|
|
806
806
|
"stroke-width": "1.5",
|
|
807
807
|
"stroke-linecap": "round",
|
|
808
808
|
"stroke-linejoin": "round"
|
|
809
809
|
}, null, -1);
|
|
810
|
-
const _hoisted_3$
|
|
810
|
+
const _hoisted_3$16 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
811
811
|
d: "M12.8 6.3H9.5V3M6.20007 10.7001H9.50007M6.20007 8.5H9.50007",
|
|
812
812
|
stroke: "#434343",
|
|
813
813
|
"stroke-width": "1.5",
|
|
814
814
|
"stroke-linecap": "round",
|
|
815
815
|
"stroke-linejoin": "round"
|
|
816
816
|
}, null, -1);
|
|
817
|
-
const _hoisted_4$
|
|
818
|
-
_hoisted_2
|
|
819
|
-
_hoisted_3$
|
|
817
|
+
const _hoisted_4$y = [
|
|
818
|
+
_hoisted_2$17,
|
|
819
|
+
_hoisted_3$16
|
|
820
820
|
];
|
|
821
|
-
function _sfc_render
|
|
821
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
822
822
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
823
823
|
viewBox: "0 0 16 16",
|
|
824
824
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -826,10 +826,10 @@
|
|
|
826
826
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-details`],
|
|
827
827
|
width: "1em",
|
|
828
828
|
height: "1em"
|
|
829
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
829
|
+
}, _ctx.$attrs), _hoisted_4$y, 16, _hoisted_1$17);
|
|
830
830
|
}
|
|
831
|
-
var index
|
|
832
|
-
const _sfc_main$
|
|
831
|
+
var index$17 = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17]]);
|
|
832
|
+
const _sfc_main$16 = {
|
|
833
833
|
name: "IconCheck",
|
|
834
834
|
props: {
|
|
835
835
|
prefix: {
|
|
@@ -842,18 +842,18 @@
|
|
|
842
842
|
}
|
|
843
843
|
}
|
|
844
844
|
};
|
|
845
|
-
const _hoisted_1$
|
|
846
|
-
const _hoisted_2$
|
|
845
|
+
const _hoisted_1$16 = ["fill"];
|
|
846
|
+
const _hoisted_2$16 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
847
847
|
d: "M12 4C12 4 6.97059 7.97059 5.64706 13L3 9.29412",
|
|
848
848
|
stroke: "#434343",
|
|
849
849
|
"stroke-width": "1.5",
|
|
850
850
|
"stroke-linecap": "round",
|
|
851
851
|
"stroke-linejoin": "round"
|
|
852
852
|
}, null, -1);
|
|
853
|
-
const _hoisted_3$
|
|
854
|
-
_hoisted_2$
|
|
853
|
+
const _hoisted_3$15 = [
|
|
854
|
+
_hoisted_2$16
|
|
855
855
|
];
|
|
856
|
-
function _sfc_render$
|
|
856
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
857
857
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
858
858
|
viewBox: "0 0 16 16",
|
|
859
859
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -861,10 +861,10 @@
|
|
|
861
861
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-check`],
|
|
862
862
|
width: "1em",
|
|
863
863
|
height: "1em"
|
|
864
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
864
|
+
}, _ctx.$attrs), _hoisted_3$15, 16, _hoisted_1$16);
|
|
865
865
|
}
|
|
866
|
-
var index$
|
|
867
|
-
const _sfc_main$
|
|
866
|
+
var index$16 = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16]]);
|
|
867
|
+
const _sfc_main$15 = {
|
|
868
868
|
name: "IconDispatch",
|
|
869
869
|
props: {
|
|
870
870
|
prefix: {
|
|
@@ -877,26 +877,26 @@
|
|
|
877
877
|
}
|
|
878
878
|
}
|
|
879
879
|
};
|
|
880
|
-
const _hoisted_1$
|
|
881
|
-
const _hoisted_2$
|
|
880
|
+
const _hoisted_1$15 = ["fill"];
|
|
881
|
+
const _hoisted_2$15 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
882
882
|
d: "M5.23694 12.308C5.99767 12.9062 6.95722 13.2631 8.00009 13.2631 9.04295 13.2631 10.0025 12.9062 10.7632 12.308M6.68425 4.51233C4.85565 5.0742 3.52637 6.77654 3.52637 8.78937 3.52637 9.2959 3.61055 9.78277 3.76568 10.2367M9.3158 4.51233C11.1444 5.0742 12.4737 6.77654 12.4737 8.78937 12.4737 9.2959 12.3895 9.78277 12.2344 10.2367",
|
|
883
883
|
stroke: "#434343",
|
|
884
884
|
"stroke-width": "1.5",
|
|
885
885
|
"stroke-linecap": "round",
|
|
886
886
|
"stroke-linejoin": "round"
|
|
887
887
|
}, null, -1);
|
|
888
|
-
const _hoisted_3$
|
|
888
|
+
const _hoisted_3$14 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
889
889
|
d: "M13.0001 11.421C13.0001 11.7741 12.861 12.0946 12.6348 12.3309 12.3952 12.5811 12.058 12.7368 11.6843 12.7368 10.9576 12.7368 10.3685 12.1477 10.3685 11.421 10.3685 10.892 10.6807 10.436 11.1308 10.227 11.2991 10.1488 11.4866 10.1052 11.6843 10.1052 12.411 10.1052 13.0001 10.6943 13.0001 11.421zM5.63157 11.421C5.63157 11.7741 5.49252 12.0946 5.26623 12.3309 5.0267 12.5811 4.68944 12.7368 4.31578 12.7368 3.5891 12.7368 3 12.1477 3 11.421 3 10.892 3.31214 10.436 3.76228 10.227 3.93053 10.1488 4.11807 10.1052 4.31578 10.1052 5.04247 10.1052 5.63157 10.6943 5.63157 11.421zM9.31577 4.31578C9.31577 4.66884 9.17672 4.98939 8.95043 5.2257 8.71091 5.47583 8.37365 5.63157 7.99999 5.63157 7.27331 5.63157 6.6842 5.04247 6.6842 4.31578 6.6842 3.78682 6.99633 3.33075 7.44649 3.12174 7.61473 3.04361 7.80228 3 7.99999 3 8.72667 3 9.31577 3.5891 9.31577 4.31578z",
|
|
890
890
|
stroke: "#434343",
|
|
891
891
|
"stroke-width": "1.5",
|
|
892
892
|
"stroke-linecap": "round",
|
|
893
893
|
"stroke-linejoin": "round"
|
|
894
894
|
}, null, -1);
|
|
895
|
-
const _hoisted_4$
|
|
896
|
-
_hoisted_2$
|
|
897
|
-
_hoisted_3$
|
|
895
|
+
const _hoisted_4$x = [
|
|
896
|
+
_hoisted_2$15,
|
|
897
|
+
_hoisted_3$14
|
|
898
898
|
];
|
|
899
|
-
function _sfc_render$
|
|
899
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
900
900
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
901
901
|
viewBox: "0 0 16 16",
|
|
902
902
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -904,10 +904,10 @@
|
|
|
904
904
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dispatch`],
|
|
905
905
|
width: "1em",
|
|
906
906
|
height: "1em"
|
|
907
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
907
|
+
}, _ctx.$attrs), _hoisted_4$x, 16, _hoisted_1$15);
|
|
908
908
|
}
|
|
909
|
-
var index$
|
|
910
|
-
const _sfc_main$
|
|
909
|
+
var index$15 = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
|
|
910
|
+
const _sfc_main$14 = {
|
|
911
911
|
name: "IconAdvance",
|
|
912
912
|
props: {
|
|
913
913
|
prefix: {
|
|
@@ -920,26 +920,26 @@
|
|
|
920
920
|
}
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
|
-
const _hoisted_1$
|
|
924
|
-
const _hoisted_2$
|
|
923
|
+
const _hoisted_1$14 = ["fill"];
|
|
924
|
+
const _hoisted_2$14 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
925
925
|
d: "M11.0556 4L13 5.66666L11.0556 7.61111",
|
|
926
926
|
stroke: "#434343",
|
|
927
927
|
"stroke-width": "1.5",
|
|
928
928
|
"stroke-linecap": "round",
|
|
929
929
|
"stroke-linejoin": "round"
|
|
930
930
|
}, null, -1);
|
|
931
|
-
const _hoisted_3$
|
|
931
|
+
const _hoisted_3$13 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
932
932
|
d: "M13 5.66675H6.61284C4.7009 5.66675 3.07721 7.22797 3.00268 9.13897C2.92393 11.1583 4.59248 12.889 6.61284 12.889H11.3338",
|
|
933
933
|
stroke: "#434343",
|
|
934
934
|
"stroke-width": "1.5",
|
|
935
935
|
"stroke-linecap": "round",
|
|
936
936
|
"stroke-linejoin": "round"
|
|
937
937
|
}, null, -1);
|
|
938
|
-
const _hoisted_4$
|
|
939
|
-
_hoisted_2$
|
|
940
|
-
_hoisted_3$
|
|
938
|
+
const _hoisted_4$w = [
|
|
939
|
+
_hoisted_2$14,
|
|
940
|
+
_hoisted_3$13
|
|
941
941
|
];
|
|
942
|
-
function _sfc_render$
|
|
942
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
943
943
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
944
944
|
viewBox: "0 0 16 16",
|
|
945
945
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -947,10 +947,10 @@
|
|
|
947
947
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-advance`],
|
|
948
948
|
width: "1em",
|
|
949
949
|
height: "1em"
|
|
950
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
950
|
+
}, _ctx.$attrs), _hoisted_4$w, 16, _hoisted_1$14);
|
|
951
951
|
}
|
|
952
|
-
var index$
|
|
953
|
-
const _sfc_main$
|
|
952
|
+
var index$14 = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
|
|
953
|
+
const _sfc_main$13 = {
|
|
954
954
|
name: "IconDisposition",
|
|
955
955
|
props: {
|
|
956
956
|
prefix: {
|
|
@@ -963,18 +963,18 @@
|
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
};
|
|
966
|
-
const _hoisted_1$
|
|
967
|
-
const _hoisted_2$
|
|
966
|
+
const _hoisted_1$13 = ["fill"];
|
|
967
|
+
const _hoisted_2$13 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
968
968
|
d: "M3.16663 3.83337H7.49996M3.16663 12.1666H7.49996M3.16663 8H4.83329M10 3.83337H12.8333M10 12.1666H12.8333M7.33337 8H12.8334M9.83337 3.16663V4.83329M9.83337 11.1666V12.8333M7.16663 7.16663V8.83329",
|
|
969
969
|
stroke: "#434343",
|
|
970
970
|
"stroke-width": "1.5",
|
|
971
971
|
"stroke-linecap": "round",
|
|
972
972
|
"stroke-linejoin": "round"
|
|
973
973
|
}, null, -1);
|
|
974
|
-
const _hoisted_3$
|
|
975
|
-
_hoisted_2$
|
|
974
|
+
const _hoisted_3$12 = [
|
|
975
|
+
_hoisted_2$13
|
|
976
976
|
];
|
|
977
|
-
function _sfc_render$
|
|
977
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
978
978
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
979
979
|
viewBox: "0 0 16 16",
|
|
980
980
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -982,10 +982,10 @@
|
|
|
982
982
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-disposition`],
|
|
983
983
|
width: "1em",
|
|
984
984
|
height: "1em"
|
|
985
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
985
|
+
}, _ctx.$attrs), _hoisted_3$12, 16, _hoisted_1$13);
|
|
986
986
|
}
|
|
987
|
-
var index$
|
|
988
|
-
const _sfc_main$
|
|
987
|
+
var index$13 = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13]]);
|
|
988
|
+
const _sfc_main$12 = {
|
|
989
989
|
name: "IconActivate",
|
|
990
990
|
props: {
|
|
991
991
|
prefix: {
|
|
@@ -998,8 +998,8 @@
|
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
1000
|
};
|
|
1001
|
-
const _hoisted_1$
|
|
1002
|
-
const _hoisted_2$
|
|
1001
|
+
const _hoisted_1$12 = ["fill"];
|
|
1002
|
+
const _hoisted_2$12 = /* @__PURE__ */ vue.createElementVNode("circle", {
|
|
1003
1003
|
cx: "8",
|
|
1004
1004
|
cy: "8",
|
|
1005
1005
|
r: "5",
|
|
@@ -1008,18 +1008,18 @@
|
|
|
1008
1008
|
"stroke-linecap": "round",
|
|
1009
1009
|
"stroke-linejoin": "round"
|
|
1010
1010
|
}, null, -1);
|
|
1011
|
-
const _hoisted_3$
|
|
1011
|
+
const _hoisted_3$11 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1012
1012
|
d: "M11.8334 7.58337L6.33337 4.33337V10.8334L11.8334 7.58337Z",
|
|
1013
1013
|
stroke: "#434343",
|
|
1014
1014
|
"stroke-width": "1.5",
|
|
1015
1015
|
"stroke-linecap": "round",
|
|
1016
1016
|
"stroke-linejoin": "round"
|
|
1017
1017
|
}, null, -1);
|
|
1018
|
-
const _hoisted_4$
|
|
1019
|
-
_hoisted_2$
|
|
1020
|
-
_hoisted_3$
|
|
1018
|
+
const _hoisted_4$v = [
|
|
1019
|
+
_hoisted_2$12,
|
|
1020
|
+
_hoisted_3$11
|
|
1021
1021
|
];
|
|
1022
|
-
function _sfc_render$
|
|
1022
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1023
1023
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1024
1024
|
viewBox: "0 0 16 16",
|
|
1025
1025
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1027,10 +1027,10 @@
|
|
|
1027
1027
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-activate`],
|
|
1028
1028
|
width: "1em",
|
|
1029
1029
|
height: "1em"
|
|
1030
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
1030
|
+
}, _ctx.$attrs), _hoisted_4$v, 16, _hoisted_1$12);
|
|
1031
1031
|
}
|
|
1032
|
-
var index$
|
|
1033
|
-
const _sfc_main$
|
|
1032
|
+
var index$12 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
1033
|
+
const _sfc_main$11 = {
|
|
1034
1034
|
name: "IconEdit",
|
|
1035
1035
|
props: {
|
|
1036
1036
|
prefix: {
|
|
@@ -1043,18 +1043,18 @@
|
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
|
-
const _hoisted_1$
|
|
1047
|
-
const _hoisted_2$
|
|
1046
|
+
const _hoisted_1$11 = ["fill"];
|
|
1047
|
+
const _hoisted_2$11 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1048
1048
|
d: "M3.16663 12.8334L5.99996 12.1667 12.1952 5.97142C12.4556 5.71108 12.4556 5.28897 12.1952 5.02862L10.9714 3.80476C10.711 3.54441 10.2889 3.54441 10.0286 3.80476L3.83329 10 3.16663 12.8334zM12.8333 12.8334H9.16663",
|
|
1049
1049
|
stroke: "#434343",
|
|
1050
1050
|
"stroke-width": "1.5",
|
|
1051
1051
|
"stroke-linecap": "round",
|
|
1052
1052
|
"stroke-linejoin": "round"
|
|
1053
1053
|
}, null, -1);
|
|
1054
|
-
const _hoisted_3$
|
|
1055
|
-
_hoisted_2$
|
|
1054
|
+
const _hoisted_3$10 = [
|
|
1055
|
+
_hoisted_2$11
|
|
1056
1056
|
];
|
|
1057
|
-
function _sfc_render$
|
|
1057
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1058
1058
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1059
1059
|
viewBox: "0 0 16 16",
|
|
1060
1060
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1062,10 +1062,10 @@
|
|
|
1062
1062
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-edit`],
|
|
1063
1063
|
width: "1em",
|
|
1064
1064
|
height: "1em"
|
|
1065
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1065
|
+
}, _ctx.$attrs), _hoisted_3$10, 16, _hoisted_1$11);
|
|
1066
1066
|
}
|
|
1067
|
-
var index$
|
|
1068
|
-
const _sfc_main$
|
|
1067
|
+
var index$11 = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
1068
|
+
const _sfc_main$10 = {
|
|
1069
1069
|
name: "IconFile",
|
|
1070
1070
|
props: {
|
|
1071
1071
|
prefix: {
|
|
@@ -1078,26 +1078,26 @@
|
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
1080
|
};
|
|
1081
|
-
const _hoisted_1$
|
|
1082
|
-
const _hoisted_2$
|
|
1081
|
+
const _hoisted_1$10 = ["fill"];
|
|
1082
|
+
const _hoisted_2$10 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1083
1083
|
d: "M12.8333 11.5V6.49996C12.8333 5.76358 12.2363 5.16663 11.5 5.16663H3.16663V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5Z",
|
|
1084
1084
|
stroke: "#434343",
|
|
1085
1085
|
"stroke-width": "1.5",
|
|
1086
1086
|
"stroke-linecap": "round",
|
|
1087
1087
|
"stroke-linejoin": "round"
|
|
1088
1088
|
}, null, -1);
|
|
1089
|
-
const _hoisted_3
|
|
1089
|
+
const _hoisted_3$$ = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1090
1090
|
d: "M8.99996 4.99996L8.37898 3.86149C8.14533 3.43314 7.69637 3.16663 7.20845 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V7.33329",
|
|
1091
1091
|
stroke: "#434343",
|
|
1092
1092
|
"stroke-width": "1.5",
|
|
1093
1093
|
"stroke-linecap": "round",
|
|
1094
1094
|
"stroke-linejoin": "round"
|
|
1095
1095
|
}, null, -1);
|
|
1096
|
-
const _hoisted_4$
|
|
1097
|
-
_hoisted_2$
|
|
1098
|
-
_hoisted_3
|
|
1096
|
+
const _hoisted_4$u = [
|
|
1097
|
+
_hoisted_2$10,
|
|
1098
|
+
_hoisted_3$$
|
|
1099
1099
|
];
|
|
1100
|
-
function _sfc_render$
|
|
1100
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1101
1101
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1102
1102
|
viewBox: "0 0 16 16",
|
|
1103
1103
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1105,10 +1105,10 @@
|
|
|
1105
1105
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file`],
|
|
1106
1106
|
width: "1em",
|
|
1107
1107
|
height: "1em"
|
|
1108
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
1108
|
+
}, _ctx.$attrs), _hoisted_4$u, 16, _hoisted_1$10);
|
|
1109
1109
|
}
|
|
1110
|
-
var index$
|
|
1111
|
-
const _sfc_main
|
|
1110
|
+
var index$10 = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
1111
|
+
const _sfc_main$$ = {
|
|
1112
1112
|
name: "IconEmbellish",
|
|
1113
1113
|
props: {
|
|
1114
1114
|
prefix: {
|
|
@@ -1121,18 +1121,18 @@
|
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
1123
|
};
|
|
1124
|
-
const _hoisted_1
|
|
1125
|
-
const _hoisted_2
|
|
1124
|
+
const _hoisted_1$$ = ["fill"];
|
|
1125
|
+
const _hoisted_2$$ = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1126
1126
|
d: "M11.5 3C11.5 3.7647 10.7647 4.5 10 4.5 10.7647 4.5 11.5 5.2353 11.5 6 11.5 5.2353 12.2353 4.5 13 4.5 12.2353 4.5 11.5 3.7647 11.5 3zM11.5 10C11.5 10.7647 10.7647 11.5 10 11.5 10.7647 11.5 11.5 12.2353 11.5 13 11.5 12.2353 12.2353 11.5 13 11.5 12.2353 11.5 11.5 10.7647 11.5 10zM6 5C6 6.5294 4.5294 8 3 8 4.5294 8 6 9.4706 6 11 6 9.4706 7.4706 8 9 8 7.4706 8 6 6.5294 6 5z",
|
|
1127
1127
|
stroke: "#434343",
|
|
1128
1128
|
"stroke-width": "1.5",
|
|
1129
1129
|
"stroke-linecap": "round",
|
|
1130
1130
|
"stroke-linejoin": "round"
|
|
1131
1131
|
}, null, -1);
|
|
1132
|
-
const _hoisted_3$
|
|
1133
|
-
_hoisted_2
|
|
1132
|
+
const _hoisted_3$_ = [
|
|
1133
|
+
_hoisted_2$$
|
|
1134
1134
|
];
|
|
1135
|
-
function _sfc_render
|
|
1135
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1136
1136
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1137
1137
|
viewBox: "0 0 16 16",
|
|
1138
1138
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1140,10 +1140,10 @@
|
|
|
1140
1140
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-embellish`],
|
|
1141
1141
|
width: "1em",
|
|
1142
1142
|
height: "1em"
|
|
1143
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1143
|
+
}, _ctx.$attrs), _hoisted_3$_, 16, _hoisted_1$$);
|
|
1144
1144
|
}
|
|
1145
|
-
var index
|
|
1146
|
-
const _sfc_main$
|
|
1145
|
+
var index$$ = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
1146
|
+
const _sfc_main$_ = {
|
|
1147
1147
|
name: "IconFormula",
|
|
1148
1148
|
props: {
|
|
1149
1149
|
prefix: {
|
|
@@ -1156,18 +1156,18 @@
|
|
|
1156
1156
|
}
|
|
1157
1157
|
}
|
|
1158
1158
|
};
|
|
1159
|
-
const _hoisted_1$
|
|
1160
|
-
const _hoisted_2$
|
|
1159
|
+
const _hoisted_1$_ = ["fill"];
|
|
1160
|
+
const _hoisted_2$_ = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1161
1161
|
d: "M12 3.83333L11.25 3H4L8.5 8L4 13H11.25L12 12.1667",
|
|
1162
1162
|
stroke: "#434343",
|
|
1163
1163
|
"stroke-width": "1.5",
|
|
1164
1164
|
"stroke-linecap": "round",
|
|
1165
1165
|
"stroke-linejoin": "round"
|
|
1166
1166
|
}, null, -1);
|
|
1167
|
-
const _hoisted_3$
|
|
1168
|
-
_hoisted_2$
|
|
1167
|
+
const _hoisted_3$Z = [
|
|
1168
|
+
_hoisted_2$_
|
|
1169
1169
|
];
|
|
1170
|
-
function _sfc_render$
|
|
1170
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1171
1171
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1172
1172
|
viewBox: "0 0 16 16",
|
|
1173
1173
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1175,10 +1175,10 @@
|
|
|
1175
1175
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-formula`],
|
|
1176
1176
|
width: "1em",
|
|
1177
1177
|
height: "1em"
|
|
1178
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1178
|
+
}, _ctx.$attrs), _hoisted_3$Z, 16, _hoisted_1$_);
|
|
1179
1179
|
}
|
|
1180
|
-
var index$
|
|
1181
|
-
const _sfc_main$
|
|
1180
|
+
var index$_ = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
1181
|
+
const _sfc_main$Z = {
|
|
1182
1182
|
name: "IconFields",
|
|
1183
1183
|
props: {
|
|
1184
1184
|
prefix: {
|
|
@@ -1191,25 +1191,25 @@
|
|
|
1191
1191
|
}
|
|
1192
1192
|
}
|
|
1193
1193
|
};
|
|
1194
|
-
const _hoisted_1$
|
|
1195
|
-
const _hoisted_2$
|
|
1194
|
+
const _hoisted_1$Z = ["fill"];
|
|
1195
|
+
const _hoisted_2$Z = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1196
1196
|
d: "M5.85714 6.14282L3 8.73286 5.85714 11.1428M10.1428 6.14282L13 8.73286 10.1428 11.1428",
|
|
1197
1197
|
stroke: "#434343",
|
|
1198
1198
|
"stroke-width": "1.5",
|
|
1199
1199
|
"stroke-linecap": "round",
|
|
1200
1200
|
"stroke-linejoin": "round"
|
|
1201
1201
|
}, null, -1);
|
|
1202
|
-
const _hoisted_3$
|
|
1202
|
+
const _hoisted_3$Y = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1203
1203
|
d: "M8.71434 4L7.28577 12.5714",
|
|
1204
1204
|
stroke: "#434343",
|
|
1205
1205
|
"stroke-width": "1.5",
|
|
1206
1206
|
"stroke-linecap": "round"
|
|
1207
1207
|
}, null, -1);
|
|
1208
|
-
const _hoisted_4$
|
|
1209
|
-
_hoisted_2$
|
|
1210
|
-
_hoisted_3$
|
|
1208
|
+
const _hoisted_4$t = [
|
|
1209
|
+
_hoisted_2$Z,
|
|
1210
|
+
_hoisted_3$Y
|
|
1211
1211
|
];
|
|
1212
|
-
function _sfc_render$
|
|
1212
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1213
1213
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1214
1214
|
viewBox: "0 0 16 16",
|
|
1215
1215
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1217,10 +1217,10 @@
|
|
|
1217
1217
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fields`],
|
|
1218
1218
|
width: "1em",
|
|
1219
1219
|
height: "1em"
|
|
1220
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
1220
|
+
}, _ctx.$attrs), _hoisted_4$t, 16, _hoisted_1$Z);
|
|
1221
1221
|
}
|
|
1222
|
-
var index$
|
|
1223
|
-
const _sfc_main$
|
|
1222
|
+
var index$Z = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
1223
|
+
const _sfc_main$Y = {
|
|
1224
1224
|
name: "IconFold",
|
|
1225
1225
|
props: {
|
|
1226
1226
|
prefix: {
|
|
@@ -1233,18 +1233,18 @@
|
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
1235
1235
|
};
|
|
1236
|
-
const _hoisted_1$
|
|
1237
|
-
const _hoisted_2$
|
|
1236
|
+
const _hoisted_1$Y = ["fill"];
|
|
1237
|
+
const _hoisted_2$Y = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1238
1238
|
d: "M3.16663 3.83337H8.83329M3.16663 6.5H6.83329M12.8333 5.83337L10.5 8.00004 12.8333 10.1667M3.16663 12.1666H8.83329M3.16663 9.5H6.83329",
|
|
1239
1239
|
stroke: "#434343",
|
|
1240
1240
|
"stroke-width": "1.5",
|
|
1241
1241
|
"stroke-linecap": "round",
|
|
1242
1242
|
"stroke-linejoin": "round"
|
|
1243
1243
|
}, null, -1);
|
|
1244
|
-
const _hoisted_3$
|
|
1245
|
-
_hoisted_2$
|
|
1244
|
+
const _hoisted_3$X = [
|
|
1245
|
+
_hoisted_2$Y
|
|
1246
1246
|
];
|
|
1247
|
-
function _sfc_render$
|
|
1247
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1248
1248
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1249
1249
|
viewBox: "0 0 16 16",
|
|
1250
1250
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1252,10 +1252,10 @@
|
|
|
1252
1252
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fold`],
|
|
1253
1253
|
width: "1em",
|
|
1254
1254
|
height: "1em"
|
|
1255
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1255
|
+
}, _ctx.$attrs), _hoisted_3$X, 16, _hoisted_1$Y);
|
|
1256
1256
|
}
|
|
1257
|
-
var index$
|
|
1258
|
-
const _sfc_main$
|
|
1257
|
+
var index$Y = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
1258
|
+
const _sfc_main$X = {
|
|
1259
1259
|
name: "IconGoBack",
|
|
1260
1260
|
props: {
|
|
1261
1261
|
prefix: {
|
|
@@ -1268,18 +1268,18 @@
|
|
|
1268
1268
|
}
|
|
1269
1269
|
}
|
|
1270
1270
|
};
|
|
1271
|
-
const _hoisted_1$
|
|
1272
|
-
const _hoisted_2$
|
|
1271
|
+
const _hoisted_1$X = ["fill"];
|
|
1272
|
+
const _hoisted_2$X = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1273
1273
|
d: "M5.99996 7.99996H10.1666M7.33329 9.49996L5.83329 7.99996L7.33329 6.49996M12.8333 7.99996C12.8333 10.6694 10.6694 12.8333 7.99996 12.8333C5.33059 12.8333 3.16663 10.6694 3.16663 7.99996C3.16663 5.33059 5.33059 3.16663 7.99996 3.16663C10.6694 3.16663 12.8333 5.33059 12.8333 7.99996Z",
|
|
1274
1274
|
stroke: "#434343",
|
|
1275
1275
|
"stroke-width": "1.5",
|
|
1276
1276
|
"stroke-linecap": "round",
|
|
1277
1277
|
"stroke-linejoin": "round"
|
|
1278
1278
|
}, null, -1);
|
|
1279
|
-
const _hoisted_3$
|
|
1280
|
-
_hoisted_2$
|
|
1279
|
+
const _hoisted_3$W = [
|
|
1280
|
+
_hoisted_2$X
|
|
1281
1281
|
];
|
|
1282
|
-
function _sfc_render$
|
|
1282
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1283
1283
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1284
1284
|
viewBox: "0 0 16 16",
|
|
1285
1285
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1287,10 +1287,10 @@
|
|
|
1287
1287
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-goBack`],
|
|
1288
1288
|
width: "1em",
|
|
1289
1289
|
height: "1em"
|
|
1290
|
-
}, _ctx.$attrs), _hoisted_3$
|
|
1290
|
+
}, _ctx.$attrs), _hoisted_3$W, 16, _hoisted_1$X);
|
|
1291
1291
|
}
|
|
1292
|
-
var index$
|
|
1293
|
-
const _sfc_main$
|
|
1292
|
+
var index$X = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
1293
|
+
const _sfc_main$W = {
|
|
1294
1294
|
name: "IconHelp",
|
|
1295
1295
|
props: {
|
|
1296
1296
|
prefix: {
|
|
@@ -1303,22 +1303,22 @@
|
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
1305
|
};
|
|
1306
|
-
const _hoisted_1$
|
|
1307
|
-
const _hoisted_2$
|
|
1306
|
+
const _hoisted_1$W = ["fill"];
|
|
1307
|
+
const _hoisted_2$W = /* @__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$V = /* @__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$s = ["fill"];
|
|
1321
|
+
function _sfc_render$W(_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$W,
|
|
1331
|
+
_hoisted_3$V,
|
|
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$s)
|
|
1338
|
+
], 16, _hoisted_1$W);
|
|
1339
1339
|
}
|
|
1340
|
-
var index$
|
|
1341
|
-
const _sfc_main$
|
|
1340
|
+
var index$W = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
1341
|
+
const _sfc_main$V = {
|
|
1342
1342
|
name: "IconHistory",
|
|
1343
1343
|
props: {
|
|
1344
1344
|
prefix: {
|
|
@@ -1351,22 +1351,22 @@
|
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
1353
1353
|
};
|
|
1354
|
-
const _hoisted_1$
|
|
1355
|
-
const _hoisted_2$
|
|
1354
|
+
const _hoisted_1$V = ["fill"];
|
|
1355
|
+
const _hoisted_2$V = /* @__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$U = /* @__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$r = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1370
1370
|
d: "M8.00035 4.66663L8 8.08573L10.5 10.5",
|
|
1371
1371
|
stroke: "#434343",
|
|
1372
1372
|
"stroke-width": "1.5",
|
|
@@ -1374,11 +1374,11 @@
|
|
|
1374
1374
|
"stroke-linejoin": "round"
|
|
1375
1375
|
}, null, -1);
|
|
1376
1376
|
const _hoisted_5$5 = [
|
|
1377
|
-
_hoisted_2$
|
|
1378
|
-
_hoisted_3$
|
|
1379
|
-
_hoisted_4$
|
|
1377
|
+
_hoisted_2$V,
|
|
1378
|
+
_hoisted_3$U,
|
|
1379
|
+
_hoisted_4$r
|
|
1380
1380
|
];
|
|
1381
|
-
function _sfc_render$
|
|
1381
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1382
1382
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1383
1383
|
viewBox: "0 0 16 16",
|
|
1384
1384
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1386,10 +1386,10 @@
|
|
|
1386
1386
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-history`],
|
|
1387
1387
|
width: "1em",
|
|
1388
1388
|
height: "1em"
|
|
1389
|
-
}, _ctx.$attrs), _hoisted_5$5, 16, _hoisted_1$
|
|
1389
|
+
}, _ctx.$attrs), _hoisted_5$5, 16, _hoisted_1$V);
|
|
1390
1390
|
}
|
|
1391
|
-
var index$
|
|
1392
|
-
const _sfc_main$
|
|
1391
|
+
var index$V = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
1392
|
+
const _sfc_main$U = {
|
|
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$U = ["fill"];
|
|
1406
|
+
const _hoisted_2$U = /* @__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$T = [
|
|
1414
|
+
_hoisted_2$U
|
|
1415
1415
|
];
|
|
1416
|
-
function _sfc_render$
|
|
1416
|
+
function _sfc_render$U(_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$T, 16, _hoisted_1$U);
|
|
1425
1425
|
}
|
|
1426
|
-
var index$
|
|
1427
|
-
const _sfc_main$
|
|
1426
|
+
var index$U = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
1427
|
+
const _sfc_main$T = {
|
|
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$T = ["fill"];
|
|
1441
|
+
const _hoisted_2$T = /* @__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$S = [
|
|
1449
|
+
_hoisted_2$T
|
|
1450
1450
|
];
|
|
1451
|
-
function _sfc_render$
|
|
1451
|
+
function _sfc_render$T(_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$S, 16, _hoisted_1$T);
|
|
1460
1460
|
}
|
|
1461
|
-
var index$
|
|
1462
|
-
const _sfc_main$
|
|
1461
|
+
var index$T = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
|
|
1462
|
+
const _sfc_main$S = {
|
|
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$S = ["fill"];
|
|
1476
|
+
const _hoisted_2$S = /* @__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$R = /* @__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$q = [
|
|
1490
|
+
_hoisted_2$S,
|
|
1491
|
+
_hoisted_3$R
|
|
1492
1492
|
];
|
|
1493
|
-
function _sfc_render$
|
|
1493
|
+
function _sfc_render$S(_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$q, 16, _hoisted_1$S);
|
|
1502
1502
|
}
|
|
1503
|
-
var index$
|
|
1504
|
-
const _sfc_main$
|
|
1503
|
+
var index$S = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
1504
|
+
const _sfc_main$R = {
|
|
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$R = ["fill"];
|
|
1518
|
+
const _hoisted_2$R = /* @__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$Q = [
|
|
1526
|
+
_hoisted_2$R
|
|
1527
1527
|
];
|
|
1528
|
-
function _sfc_render$
|
|
1528
|
+
function _sfc_render$R(_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$Q, 16, _hoisted_1$R);
|
|
1537
1537
|
}
|
|
1538
|
-
var index$
|
|
1539
|
-
const _sfc_main$
|
|
1538
|
+
var index$R = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R]]);
|
|
1539
|
+
const _sfc_main$Q = {
|
|
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$Q = ["fill"];
|
|
1553
|
+
const _hoisted_2$Q = ["fill"];
|
|
1554
|
+
function _sfc_render$Q(_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$Q)
|
|
1567
|
+
], 16, _hoisted_1$Q);
|
|
1568
1568
|
}
|
|
1569
|
-
var index$
|
|
1570
|
-
const _sfc_main$
|
|
1569
|
+
var index$Q = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q]]);
|
|
1570
|
+
const _sfc_main$P = {
|
|
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$P = ["fill"];
|
|
1584
|
+
const _hoisted_2$P = /* @__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$P = [
|
|
1592
|
+
_hoisted_2$P
|
|
1593
1593
|
];
|
|
1594
|
-
function _sfc_render$
|
|
1594
|
+
function _sfc_render$P(_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$P, 16, _hoisted_1$P);
|
|
1603
1603
|
}
|
|
1604
|
-
var index$
|
|
1605
|
-
const _sfc_main$
|
|
1604
|
+
var index$P = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P]]);
|
|
1605
|
+
const _sfc_main$O = {
|
|
1606
1606
|
name: "IconMail",
|
|
1607
1607
|
props: {
|
|
1608
1608
|
prefix: {
|
|
@@ -1615,21 +1615,21 @@
|
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
1617
|
};
|
|
1618
|
-
const _hoisted_1$
|
|
1619
|
-
const _hoisted_2$
|
|
1618
|
+
const _hoisted_1$O = ["fill"];
|
|
1619
|
+
const _hoisted_2$O = /* @__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$O = /* @__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$p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
1633
1633
|
d: "M7.5 4H2V8.125M13 8.125V4H7.5",
|
|
1634
1634
|
stroke: "#434343",
|
|
1635
1635
|
"stroke-width": "1.5",
|
|
@@ -1637,11 +1637,11 @@
|
|
|
1637
1637
|
"stroke-linejoin": "round"
|
|
1638
1638
|
}, null, -1);
|
|
1639
1639
|
const _hoisted_5$4 = [
|
|
1640
|
-
_hoisted_2$
|
|
1641
|
-
_hoisted_3$
|
|
1642
|
-
_hoisted_4$
|
|
1640
|
+
_hoisted_2$O,
|
|
1641
|
+
_hoisted_3$O,
|
|
1642
|
+
_hoisted_4$p
|
|
1643
1643
|
];
|
|
1644
|
-
function _sfc_render$
|
|
1644
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1645
1645
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
1646
1646
|
viewBox: "0 0 16 16",
|
|
1647
1647
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
@@ -1649,10 +1649,10 @@
|
|
|
1649
1649
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mail`],
|
|
1650
1650
|
width: "1em",
|
|
1651
1651
|
height: "1em"
|
|
1652
|
-
}, _ctx.$attrs), _hoisted_5$4, 16, _hoisted_1$
|
|
1652
|
+
}, _ctx.$attrs), _hoisted_5$4, 16, _hoisted_1$O);
|
|
1653
1653
|
}
|
|
1654
|
-
var index$
|
|
1655
|
-
const _sfc_main$
|
|
1654
|
+
var index$O = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
|
|
1655
|
+
const _sfc_main$N = {
|
|
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$N = ["fill"];
|
|
1669
|
+
const _hoisted_2$N = /* @__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$N = [
|
|
1677
|
+
_hoisted_2$N
|
|
1678
1678
|
];
|
|
1679
|
-
function _sfc_render$
|
|
1679
|
+
function _sfc_render$N(_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$N, 16, _hoisted_1$N);
|
|
1688
1688
|
}
|
|
1689
|
-
var index$
|
|
1690
|
-
const _sfc_main$
|
|
1689
|
+
var index$N = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
|
|
1690
|
+
const _sfc_main$M = {
|
|
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$M = ["fill"];
|
|
1704
|
+
const _hoisted_2$M = /* @__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$M = { id: "svg_2403def508__clip0_3108_101192" };
|
|
1714
|
+
const _hoisted_4$o = ["fill"];
|
|
1715
|
+
function _sfc_render$M(_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$M,
|
|
1725
1725
|
vue.createElementVNode("defs", null, [
|
|
1726
|
-
vue.createElementVNode("clipPath", _hoisted_3$
|
|
1726
|
+
vue.createElementVNode("clipPath", _hoisted_3$M, [
|
|
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$o)
|
|
1732
1732
|
])
|
|
1733
1733
|
])
|
|
1734
|
-
], 16, _hoisted_1$
|
|
1734
|
+
], 16, _hoisted_1$M);
|
|
1735
1735
|
}
|
|
1736
|
-
var index$
|
|
1737
|
-
const _sfc_main$
|
|
1736
|
+
var index$M = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
1737
|
+
const _sfc_main$L = {
|
|
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$L = ["fill"];
|
|
1751
|
+
const _hoisted_2$L = /* @__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$L = [
|
|
1759
|
+
_hoisted_2$L
|
|
1760
1760
|
];
|
|
1761
|
-
function _sfc_render$
|
|
1761
|
+
function _sfc_render$L(_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$L, 16, _hoisted_1$L);
|
|
1770
1770
|
}
|
|
1771
|
-
var index$
|
|
1772
|
-
const _sfc_main$
|
|
1771
|
+
var index$L = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
|
|
1772
|
+
const _sfc_main$K = {
|
|
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$K = ["fill"];
|
|
1786
|
+
const _hoisted_2$K = /* @__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$K = [
|
|
1794
|
+
_hoisted_2$K
|
|
1795
1795
|
];
|
|
1796
|
-
function _sfc_render$
|
|
1796
|
+
function _sfc_render$K(_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$K, 16, _hoisted_1$K);
|
|
1805
1805
|
}
|
|
1806
|
-
var index$
|
|
1807
|
-
const _sfc_main$
|
|
1806
|
+
var index$K = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
1807
|
+
const _sfc_main$J = {
|
|
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$J = ["fill"];
|
|
1821
|
+
const _hoisted_2$J = /* @__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$J = [
|
|
1829
|
+
_hoisted_2$J
|
|
1830
1830
|
];
|
|
1831
|
-
function _sfc_render$
|
|
1831
|
+
function _sfc_render$J(_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$J, 16, _hoisted_1$J);
|
|
1840
1840
|
}
|
|
1841
|
-
var index$
|
|
1842
|
-
const _sfc_main$
|
|
1841
|
+
var index$J = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J]]);
|
|
1842
|
+
const _sfc_main$I = {
|
|
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$I = ["fill"];
|
|
1856
|
+
const _hoisted_2$I = /* @__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$I = { id: "svg_7fa3b767c4__clip0_2215_736150" };
|
|
1866
|
+
const _hoisted_4$n = ["fill"];
|
|
1867
|
+
function _sfc_render$I(_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$I,
|
|
1877
1877
|
vue.createElementVNode("defs", null, [
|
|
1878
|
-
vue.createElementVNode("clipPath", _hoisted_3$
|
|
1878
|
+
vue.createElementVNode("clipPath", _hoisted_3$I, [
|
|
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$n)
|
|
1883
1883
|
])
|
|
1884
1884
|
])
|
|
1885
|
-
], 16, _hoisted_1$
|
|
1885
|
+
], 16, _hoisted_1$I);
|
|
1886
1886
|
}
|
|
1887
|
-
var index$
|
|
1888
|
-
const _sfc_main$
|
|
1887
|
+
var index$I = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
|
|
1888
|
+
const _sfc_main$H = {
|
|
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$H = ["fill"];
|
|
1902
|
+
const _hoisted_2$H = /* @__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$H = [
|
|
1910
|
+
_hoisted_2$H
|
|
1911
1911
|
];
|
|
1912
|
-
function _sfc_render$
|
|
1912
|
+
function _sfc_render$H(_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$H, 16, _hoisted_1$H);
|
|
1921
1921
|
}
|
|
1922
|
-
var index$
|
|
1923
|
-
const _sfc_main$
|
|
1922
|
+
var index$H = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
|
|
1923
|
+
const _sfc_main$G = {
|
|
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$G = ["fill"];
|
|
1937
|
+
const _hoisted_2$G = /* @__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$G = [
|
|
1945
|
+
_hoisted_2$G
|
|
1946
1946
|
];
|
|
1947
|
-
function _sfc_render$
|
|
1947
|
+
function _sfc_render$G(_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$G, 16, _hoisted_1$G);
|
|
1956
1956
|
}
|
|
1957
|
-
var index$
|
|
1958
|
-
const _sfc_main$
|
|
1957
|
+
var index$G = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
|
|
1958
|
+
const _sfc_main$F = {
|
|
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$F = ["fill"];
|
|
1972
|
+
const _hoisted_2$F = /* @__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$F = [
|
|
1980
|
+
_hoisted_2$F
|
|
1981
1981
|
];
|
|
1982
|
-
function _sfc_render$
|
|
1982
|
+
function _sfc_render$F(_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$F, 16, _hoisted_1$F);
|
|
1991
1991
|
}
|
|
1992
|
-
var index$
|
|
1993
|
-
const _sfc_main$
|
|
1992
|
+
var index$F = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F]]);
|
|
1993
|
+
const _sfc_main$E = {
|
|
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$E = ["fill"];
|
|
2007
|
+
const _hoisted_2$E = /* @__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$E = [
|
|
2015
|
+
_hoisted_2$E
|
|
2016
2016
|
];
|
|
2017
|
-
function _sfc_render$
|
|
2017
|
+
function _sfc_render$E(_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$E, 16, _hoisted_1$E);
|
|
2026
2026
|
}
|
|
2027
|
-
var index$
|
|
2028
|
-
const _sfc_main$
|
|
2027
|
+
var index$E = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E]]);
|
|
2028
|
+
const _sfc_main$D = {
|
|
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$D = ["fill"];
|
|
2042
|
+
const _hoisted_2$D = /* @__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$D = /* @__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$m = [
|
|
2057
|
+
_hoisted_2$D,
|
|
2058
|
+
_hoisted_3$D
|
|
2059
2059
|
];
|
|
2060
|
-
function _sfc_render$
|
|
2060
|
+
function _sfc_render$D(_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$m, 16, _hoisted_1$D);
|
|
2069
2069
|
}
|
|
2070
|
-
var index$
|
|
2071
|
-
const _sfc_main$
|
|
2070
|
+
var index$D = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D]]);
|
|
2071
|
+
const _sfc_main$C = {
|
|
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$C = ["fill"];
|
|
2085
|
+
const _hoisted_2$C = /* @__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$C = [
|
|
2093
|
+
_hoisted_2$C
|
|
2094
2094
|
];
|
|
2095
|
-
function _sfc_render$
|
|
2095
|
+
function _sfc_render$C(_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$C, 16, _hoisted_1$C);
|
|
2104
2104
|
}
|
|
2105
|
-
var index$
|
|
2106
|
-
const _sfc_main$
|
|
2105
|
+
var index$C = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C]]);
|
|
2106
|
+
const _sfc_main$B = {
|
|
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$B = ["fill"];
|
|
2120
|
+
const _hoisted_2$B = /* @__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$B = /* @__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$l = [
|
|
2135
|
+
_hoisted_2$B,
|
|
2136
|
+
_hoisted_3$B
|
|
2137
2137
|
];
|
|
2138
|
-
function _sfc_render$
|
|
2138
|
+
function _sfc_render$B(_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$l, 16, _hoisted_1$B);
|
|
2147
2147
|
}
|
|
2148
|
-
var index$
|
|
2149
|
-
const _sfc_main$
|
|
2148
|
+
var index$B = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
|
|
2149
|
+
const _sfc_main$A = {
|
|
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$A = ["fill"];
|
|
2163
|
+
const _hoisted_2$A = /* @__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$A = /* @__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$k = [
|
|
2178
|
+
_hoisted_2$A,
|
|
2179
|
+
_hoisted_3$A
|
|
2180
2180
|
];
|
|
2181
|
-
function _sfc_render$
|
|
2181
|
+
function _sfc_render$A(_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$k, 16, _hoisted_1$A);
|
|
2190
2190
|
}
|
|
2191
|
-
var index$
|
|
2192
|
-
const _sfc_main$
|
|
2191
|
+
var index$A = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
2192
|
+
const _sfc_main$z = {
|
|
2193
2193
|
name: "IconReflection",
|
|
2194
2194
|
props: {
|
|
2195
2195
|
prefix: {
|
|
@@ -2202,16 +2202,16 @@
|
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
2204
|
};
|
|
2205
|
-
const _hoisted_1$
|
|
2206
|
-
const _hoisted_2$
|
|
2205
|
+
const _hoisted_1$z = ["fill"];
|
|
2206
|
+
const _hoisted_2$z = /* @__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$
|
|
2213
|
+
const _hoisted_3$z = ["fill"];
|
|
2214
|
+
const _hoisted_4$j = ["fill"];
|
|
2215
2215
|
const _hoisted_5$3 = /* @__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",
|
|
@@ -2219,7 +2219,7 @@
|
|
|
2219
2219
|
"stroke-linecap": "round",
|
|
2220
2220
|
"stroke-linejoin": "round"
|
|
2221
2221
|
}, null, -1);
|
|
2222
|
-
function _sfc_render$
|
|
2222
|
+
function _sfc_render$z(_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$z,
|
|
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$z),
|
|
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$
|
|
2239
|
+
}, null, 8, _hoisted_4$j),
|
|
2240
2240
|
_hoisted_5$3
|
|
2241
|
-
], 16, _hoisted_1$
|
|
2241
|
+
], 16, _hoisted_1$z);
|
|
2242
2242
|
}
|
|
2243
|
-
var index$
|
|
2244
|
-
const _sfc_main$
|
|
2243
|
+
var index$z = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
2244
|
+
const _sfc_main$y = {
|
|
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$y = ["fill"];
|
|
2258
|
+
const _hoisted_2$y = /* @__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$y = /* @__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$i = [
|
|
2275
|
+
_hoisted_2$y,
|
|
2276
|
+
_hoisted_3$y
|
|
2277
2277
|
];
|
|
2278
|
-
function _sfc_render$
|
|
2278
|
+
function _sfc_render$y(_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$i, 16, _hoisted_1$y);
|
|
2287
2287
|
}
|
|
2288
|
-
var index$
|
|
2289
|
-
const _sfc_main$
|
|
2288
|
+
var index$y = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
2289
|
+
const _sfc_main$x = {
|
|
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$x = ["fill"];
|
|
2303
|
+
const _hoisted_2$x = /* @__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$x = [
|
|
2311
|
+
_hoisted_2$x
|
|
2312
2312
|
];
|
|
2313
|
-
function _sfc_render$
|
|
2313
|
+
function _sfc_render$x(_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$x, 16, _hoisted_1$x);
|
|
2322
2322
|
}
|
|
2323
|
-
var index$
|
|
2324
|
-
const _sfc_main$
|
|
2323
|
+
var index$x = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
|
|
2324
|
+
const _sfc_main$w = {
|
|
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$w = ["fill"];
|
|
2338
|
+
const _hoisted_2$w = /* @__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$w = /* @__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$h = [
|
|
2350
|
+
_hoisted_2$w,
|
|
2351
|
+
_hoisted_3$w
|
|
2352
2352
|
];
|
|
2353
|
-
function _sfc_render$
|
|
2353
|
+
function _sfc_render$w(_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$h, 16, _hoisted_1$w);
|
|
2362
2362
|
}
|
|
2363
|
-
var index$
|
|
2364
|
-
const _sfc_main$
|
|
2363
|
+
var index$w = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
|
|
2364
|
+
const _sfc_main$v = {
|
|
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$v = ["fill"];
|
|
2378
|
+
const _hoisted_2$v = /* @__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$v = [
|
|
2386
|
+
_hoisted_2$v
|
|
2387
2387
|
];
|
|
2388
|
-
function _sfc_render$
|
|
2388
|
+
function _sfc_render$v(_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$v, 16, _hoisted_1$v);
|
|
2397
2397
|
}
|
|
2398
|
-
var index$
|
|
2399
|
-
const _sfc_main$
|
|
2398
|
+
var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
|
|
2399
|
+
const _sfc_main$u = {
|
|
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$u = ["fill"];
|
|
2413
|
+
const _hoisted_2$u = /* @__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$u = /* @__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$g = [
|
|
2428
|
+
_hoisted_2$u,
|
|
2429
|
+
_hoisted_3$u
|
|
2430
2430
|
];
|
|
2431
|
-
function _sfc_render$
|
|
2431
|
+
function _sfc_render$u(_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,358 @@
|
|
|
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$g, 16, _hoisted_1$u);
|
|
2440
|
+
}
|
|
2441
|
+
var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
|
|
2442
|
+
const _sfc_main$t = {
|
|
2443
|
+
name: "IconGather",
|
|
2444
|
+
props: {
|
|
2445
|
+
prefix: {
|
|
2446
|
+
type: String,
|
|
2447
|
+
default: "update-line-icon"
|
|
2448
|
+
},
|
|
2449
|
+
useCurrentColor: {
|
|
2450
|
+
type: Boolean,
|
|
2451
|
+
default: true
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
};
|
|
2455
|
+
const _hoisted_1$t = ["fill"];
|
|
2456
|
+
const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2457
|
+
d: "M12.1667 8.225V5.75L9.58854 3H3.57292C3.2565 3 3 3.24624 3 3.55V13.45C3 13.7538 3.2565 14 3.57292 14H7.01042M8.5 10.3334H10.3333 12.1667M8.5 12.1666H10.3333 12.1667M9.41663 9.41663V13.0833M11.25 9.41663V13.0833",
|
|
2458
|
+
stroke: "#434343",
|
|
2459
|
+
"stroke-width": "1.5",
|
|
2460
|
+
"stroke-linecap": "round",
|
|
2461
|
+
"stroke-linejoin": "round"
|
|
2462
|
+
}, null, -1);
|
|
2463
|
+
const _hoisted_3$t = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2464
|
+
d: "M9.41663 3V5.75H12.1666",
|
|
2465
|
+
stroke: "#434343",
|
|
2466
|
+
"stroke-width": "1.5",
|
|
2467
|
+
"stroke-linejoin": "round"
|
|
2468
|
+
}, null, -1);
|
|
2469
|
+
const _hoisted_4$f = [
|
|
2470
|
+
_hoisted_2$t,
|
|
2471
|
+
_hoisted_3$t
|
|
2472
|
+
];
|
|
2473
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2474
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2475
|
+
viewBox: "0 0 16 16",
|
|
2476
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2477
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2478
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-gather`],
|
|
2479
|
+
width: "1em",
|
|
2480
|
+
height: "1em"
|
|
2481
|
+
}, _ctx.$attrs), _hoisted_4$f, 16, _hoisted_1$t);
|
|
2482
|
+
}
|
|
2483
|
+
var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
|
|
2484
|
+
const _sfc_main$s = {
|
|
2485
|
+
name: "IconIndex",
|
|
2486
|
+
props: {
|
|
2487
|
+
prefix: {
|
|
2488
|
+
type: String,
|
|
2489
|
+
default: "update-line-icon"
|
|
2490
|
+
},
|
|
2491
|
+
useCurrentColor: {
|
|
2492
|
+
type: Boolean,
|
|
2493
|
+
default: true
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
};
|
|
2497
|
+
const _hoisted_1$s = ["fill"];
|
|
2498
|
+
const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2499
|
+
d: "M8 13C10.7614 13 13 10.7614 13 8 13 5.23857 10.7614 3 8 3 5.23857 3 3 5.23857 3 8 3 10.7614 5.23857 13 8 13zM5.75 8H10.25M6.87488 6.05139L9.12488 9.94849M9.12488 6.05139L6.87488 9.94849",
|
|
2500
|
+
stroke: "#434343",
|
|
2501
|
+
"stroke-width": "1.5",
|
|
2502
|
+
"stroke-linecap": "round",
|
|
2503
|
+
"stroke-linejoin": "round"
|
|
2504
|
+
}, null, -1);
|
|
2505
|
+
const _hoisted_3$s = [
|
|
2506
|
+
_hoisted_2$s
|
|
2507
|
+
];
|
|
2508
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2509
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2510
|
+
viewBox: "0 0 16 16",
|
|
2511
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2512
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2513
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-index`],
|
|
2514
|
+
width: "1em",
|
|
2515
|
+
height: "1em"
|
|
2516
|
+
}, _ctx.$attrs), _hoisted_3$s, 16, _hoisted_1$s);
|
|
2517
|
+
}
|
|
2518
|
+
var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
|
|
2519
|
+
const _sfc_main$r = {
|
|
2520
|
+
name: "IconRole",
|
|
2521
|
+
props: {
|
|
2522
|
+
prefix: {
|
|
2523
|
+
type: String,
|
|
2524
|
+
default: "update-line-icon"
|
|
2525
|
+
},
|
|
2526
|
+
useCurrentColor: {
|
|
2527
|
+
type: Boolean,
|
|
2528
|
+
default: true
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2531
|
+
};
|
|
2532
|
+
const _hoisted_1$r = ["fill"];
|
|
2533
|
+
const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2534
|
+
d: "M10.1667 5.33329C10.1667 6.52991 9.19666 7.49996 8.00004 7.49996 6.80342 7.49996 5.83337 6.52991 5.83337 5.33329 5.83337 4.13668 6.80342 3.16663 8.00004 3.16663 9.19666 3.16663 10.1667 4.13668 10.1667 5.33329zM4.56498 12.8334H11.435C12.1963 12.8334 12.7827 12.1788 12.4272 11.5056 11.9042 10.5154 10.712 9.33337 7.99998 9.33337 5.28799 9.33337 4.09576 10.5154 3.57281 11.5056 3.21729 12.1788 3.8037 12.8334 4.56498 12.8334z",
|
|
2535
|
+
stroke: "#434343",
|
|
2536
|
+
"stroke-width": "1.5",
|
|
2537
|
+
"stroke-linecap": "round",
|
|
2538
|
+
"stroke-linejoin": "round"
|
|
2539
|
+
}, null, -1);
|
|
2540
|
+
const _hoisted_3$r = [
|
|
2541
|
+
_hoisted_2$r
|
|
2542
|
+
];
|
|
2543
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2544
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2545
|
+
viewBox: "0 0 16 16",
|
|
2546
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2547
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2548
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-role`],
|
|
2549
|
+
width: "1em",
|
|
2550
|
+
height: "1em"
|
|
2551
|
+
}, _ctx.$attrs), _hoisted_3$r, 16, _hoisted_1$r);
|
|
2552
|
+
}
|
|
2553
|
+
var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
2554
|
+
const _sfc_main$q = {
|
|
2555
|
+
name: "IconScheduling",
|
|
2556
|
+
props: {
|
|
2557
|
+
prefix: {
|
|
2558
|
+
type: String,
|
|
2559
|
+
default: "update-line-icon"
|
|
2560
|
+
},
|
|
2561
|
+
useCurrentColor: {
|
|
2562
|
+
type: Boolean,
|
|
2563
|
+
default: true
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
};
|
|
2567
|
+
const _hoisted_1$q = ["fill"];
|
|
2568
|
+
const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2569
|
+
d: "M13 3L3 6.72061L8.26316 7.73903L9.58032 13L13 3Z",
|
|
2570
|
+
stroke: "#434343",
|
|
2571
|
+
"stroke-width": "1.5",
|
|
2572
|
+
"stroke-linejoin": "round"
|
|
2573
|
+
}, null, -1);
|
|
2574
|
+
const _hoisted_3$q = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2575
|
+
d: "M8.45459 7.54548L10.2728 5.72729",
|
|
2576
|
+
stroke: "#434343",
|
|
2577
|
+
"stroke-width": "1.5",
|
|
2578
|
+
"stroke-linecap": "round",
|
|
2579
|
+
"stroke-linejoin": "round"
|
|
2580
|
+
}, null, -1);
|
|
2581
|
+
const _hoisted_4$e = [
|
|
2582
|
+
_hoisted_2$q,
|
|
2583
|
+
_hoisted_3$q
|
|
2584
|
+
];
|
|
2585
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2586
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2587
|
+
viewBox: "0 0 16 16",
|
|
2588
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2590
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-scheduling`],
|
|
2591
|
+
width: "1em",
|
|
2592
|
+
height: "1em"
|
|
2593
|
+
}, _ctx.$attrs), _hoisted_4$e, 16, _hoisted_1$q);
|
|
2594
|
+
}
|
|
2595
|
+
var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
|
|
2596
|
+
const _sfc_main$p = {
|
|
2597
|
+
name: "IconResources",
|
|
2598
|
+
props: {
|
|
2599
|
+
prefix: {
|
|
2600
|
+
type: String,
|
|
2601
|
+
default: "update-line-icon"
|
|
2602
|
+
},
|
|
2603
|
+
useCurrentColor: {
|
|
2604
|
+
type: Boolean,
|
|
2605
|
+
default: true
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
};
|
|
2609
|
+
const _hoisted_1$p = ["fill"];
|
|
2610
|
+
const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2611
|
+
d: "M6.5 3H3.5C3.22386 3 3 3.22386 3 3.5V6.5C3 6.77615 3.22386 7 3.5 7H6.5C6.77615 7 7 6.77615 7 6.5V3.5C7 3.22386 6.77615 3 6.5 3zM6.5 9H3.5C3.22386 9 3 9.22385 3 9.5V12.5C3 12.7761 3.22386 13 3.5 13H6.5C6.77615 13 7 12.7761 7 12.5V9.5C7 9.22385 6.77615 9 6.5 9zM12.5 3H9.5C9.22385 3 9 3.22386 9 3.5V6.5C9 6.77615 9.22385 7 9.5 7H12.5C12.7761 7 13 6.77615 13 6.5V3.5C13 3.22386 12.7761 3 12.5 3z",
|
|
2612
|
+
stroke: "#434343",
|
|
2613
|
+
"stroke-width": "1.5",
|
|
2614
|
+
"stroke-linejoin": "round"
|
|
2615
|
+
}, null, -1);
|
|
2616
|
+
const _hoisted_3$p = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2617
|
+
d: "M9 9H13M10.9999 10.9999H12.9999M9 12.9999H13",
|
|
2618
|
+
stroke: "#434343",
|
|
2619
|
+
"stroke-width": "1.5",
|
|
2620
|
+
"stroke-linecap": "round",
|
|
2621
|
+
"stroke-linejoin": "round"
|
|
2622
|
+
}, null, -1);
|
|
2623
|
+
const _hoisted_4$d = [
|
|
2624
|
+
_hoisted_2$p,
|
|
2625
|
+
_hoisted_3$p
|
|
2626
|
+
];
|
|
2627
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2628
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2629
|
+
viewBox: "0 0 16 16",
|
|
2630
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2631
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2632
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-resources`],
|
|
2633
|
+
width: "1em",
|
|
2634
|
+
height: "1em"
|
|
2635
|
+
}, _ctx.$attrs), _hoisted_4$d, 16, _hoisted_1$p);
|
|
2636
|
+
}
|
|
2637
|
+
var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
|
|
2638
|
+
const _sfc_main$o = {
|
|
2639
|
+
name: "IconScript",
|
|
2640
|
+
props: {
|
|
2641
|
+
prefix: {
|
|
2642
|
+
type: String,
|
|
2643
|
+
default: "update-line-icon"
|
|
2644
|
+
},
|
|
2645
|
+
useCurrentColor: {
|
|
2646
|
+
type: Boolean,
|
|
2647
|
+
default: true
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2650
|
+
};
|
|
2651
|
+
const _hoisted_1$o = ["fill"];
|
|
2652
|
+
const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2653
|
+
d: "M5.37497 13H3.75C3.33579 13 3 12.6223 3 12.1563V4.84375C3 4.37776 3.33579 4 3.75 4H12.25C12.6642 4 13 4.37776 13 4.84375V8.23529",
|
|
2654
|
+
stroke: "#434343",
|
|
2655
|
+
"stroke-width": "1.5",
|
|
2656
|
+
"stroke-linecap": "round"
|
|
2657
|
+
}, null, -1);
|
|
2658
|
+
const _hoisted_3$o = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2659
|
+
d: "M3 4.675C3 4.30221 3.33579 4 3.75 4H12.25C12.6642 4 13 4.30221 13 4.675V6.7H3V4.675Z",
|
|
2660
|
+
stroke: "#434343",
|
|
2661
|
+
"stroke-width": "1.5",
|
|
2662
|
+
"stroke-linecap": "round"
|
|
2663
|
+
}, null, -1);
|
|
2664
|
+
const _hoisted_4$c = ["fill"];
|
|
2665
|
+
const _hoisted_5$2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2666
|
+
d: "M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1",
|
|
2667
|
+
stroke: "#434343",
|
|
2668
|
+
"stroke-width": "1.5",
|
|
2669
|
+
"stroke-linecap": "round",
|
|
2670
|
+
"stroke-linejoin": "round"
|
|
2671
|
+
}, null, -1);
|
|
2672
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2673
|
+
d: "M10.5 9.40002L9.66663 13",
|
|
2674
|
+
stroke: "#434343",
|
|
2675
|
+
"stroke-width": "1.5",
|
|
2676
|
+
"stroke-linecap": "round"
|
|
2677
|
+
}, null, -1);
|
|
2678
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2679
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2680
|
+
viewBox: "0 0 16 16",
|
|
2681
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2682
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2683
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-script`],
|
|
2684
|
+
width: "1em",
|
|
2685
|
+
height: "1em"
|
|
2686
|
+
}, _ctx.$attrs), [
|
|
2687
|
+
_hoisted_2$o,
|
|
2688
|
+
_hoisted_3$o,
|
|
2689
|
+
vue.createElementVNode("path", {
|
|
2690
|
+
d: "M4.66667 5.35005C4.66667 5.10152 4.85321 4.90005 5.08333 4.90005 5.31345 4.90005 5.5 5.10152 5.5 5.35005 5.5 5.59858 5.31345 5.80005 5.08333 5.80005 4.85321 5.80005 4.66667 5.59858 4.66667 5.35005zM6.33329 5.35005C6.33329 5.10152 6.51984 4.90005 6.74996 4.90005 6.98008 4.90005 7.16663 5.10152 7.16663 5.35005 7.16663 5.59858 6.98008 5.80005 6.74996 5.80005 6.51984 5.80005 6.33329 5.59858 6.33329 5.35005z",
|
|
2691
|
+
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2692
|
+
}, null, 8, _hoisted_4$c),
|
|
2693
|
+
_hoisted_5$2,
|
|
2694
|
+
_hoisted_6
|
|
2695
|
+
], 16, _hoisted_1$o);
|
|
2696
|
+
}
|
|
2697
|
+
var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
|
|
2698
|
+
const _sfc_main$n = {
|
|
2699
|
+
name: "IconSettings",
|
|
2700
|
+
props: {
|
|
2701
|
+
prefix: {
|
|
2702
|
+
type: String,
|
|
2703
|
+
default: "update-line-icon"
|
|
2704
|
+
},
|
|
2705
|
+
useCurrentColor: {
|
|
2706
|
+
type: Boolean,
|
|
2707
|
+
default: true
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
};
|
|
2711
|
+
const _hoisted_1$n = ["fill"];
|
|
2712
|
+
const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2713
|
+
d: "M3.74741 9.97509L4.48128 10.09C5.02301 10.1749 5.4099 10.671 5.37 11.23L5.31593 11.9877C5.30018 12.2084 5.41777 12.4162 5.61252 12.5124L6.15531 12.7798C6.35007 12.8759 6.58262 12.8399 6.74167 12.6901L7.28709 12.1746C7.68919 11.7944 8.30967 11.7944 8.7123 12.1746L9.25772 12.6901C9.41678 12.8405 9.6488 12.8759 9.84408 12.7798L10.3879 12.5118C10.5821 12.4162 10.6992 12.209 10.6835 11.9888L10.6294 11.23C10.5895 10.671 10.9764 10.1749 11.5181 10.09L12.252 9.97509C12.4656 9.9418 12.6378 9.77802 12.6861 9.56215L12.82 8.9618C12.8683 8.74593 12.7827 8.52201 12.6042 8.39742L11.9916 7.96837C11.5396 7.65155 11.4016 7.03294 11.6745 6.54696L12.0446 5.88862C12.1522 5.69691 12.1344 5.45688 11.9995 5.28397L11.6242 4.80229C11.4892 4.62938 11.2646 4.55796 11.0577 4.62294L10.348 4.84525C9.82361 5.00957 9.26454 4.73409 9.06297 4.21268L8.79105 3.50761C8.71126 3.30141 8.5165 3.16609 8.2997 3.16663L7.69812 3.16824C7.48132 3.16878 7.28709 3.30517 7.20835 3.51191L6.94325 4.20892C6.74377 4.73356 6.18209 5.01118 5.65609 4.84579L4.91698 4.61381C4.70962 4.5483 4.4839 4.62025 4.34899 4.79424L3.97628 5.27645C3.84137 5.45097 3.8251 5.69154 3.93481 5.88325L4.31329 6.54321C4.59204 7.02972 4.45555 7.65423 4.00095 7.97267L3.3957 8.39689C3.21722 8.52201 3.13165 8.74593 3.17994 8.96126L3.3138 9.56161C3.36157 9.77802 3.53376 9.9418 3.74741 9.97509Z",
|
|
2714
|
+
stroke: "#434343",
|
|
2715
|
+
"stroke-width": "1.5",
|
|
2716
|
+
"stroke-linecap": "round",
|
|
2717
|
+
"stroke-linejoin": "round"
|
|
2718
|
+
}, null, -1);
|
|
2719
|
+
const _hoisted_3$n = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2720
|
+
d: "M9.06071 6.93929C9.64643 7.525 9.64643 8.475 9.06071 9.06071C8.475 9.64643 7.525 9.64643 6.93929 9.06071C6.35357 8.475 6.35357 7.525 6.93929 6.93929C7.525 6.35357 8.475 6.35357 9.06071 6.93929Z",
|
|
2721
|
+
stroke: "#434343",
|
|
2722
|
+
"stroke-width": "1.5",
|
|
2723
|
+
"stroke-linecap": "round",
|
|
2724
|
+
"stroke-linejoin": "round"
|
|
2725
|
+
}, null, -1);
|
|
2726
|
+
const _hoisted_4$b = [
|
|
2727
|
+
_hoisted_2$n,
|
|
2728
|
+
_hoisted_3$n
|
|
2729
|
+
];
|
|
2730
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2731
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2732
|
+
viewBox: "0 0 16 16",
|
|
2733
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2735
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Settings`],
|
|
2736
|
+
width: "1em",
|
|
2737
|
+
height: "1em"
|
|
2738
|
+
}, _ctx.$attrs), _hoisted_4$b, 16, _hoisted_1$n);
|
|
2739
|
+
}
|
|
2740
|
+
var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
2741
|
+
const _sfc_main$m = {
|
|
2742
|
+
name: "IconNotice2",
|
|
2743
|
+
props: {
|
|
2744
|
+
prefix: {
|
|
2745
|
+
type: String,
|
|
2746
|
+
default: "update-line-icon"
|
|
2747
|
+
},
|
|
2748
|
+
useCurrentColor: {
|
|
2749
|
+
type: Boolean,
|
|
2750
|
+
default: true
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
};
|
|
2754
|
+
const _hoisted_1$m = ["fill"];
|
|
2755
|
+
const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2756
|
+
d: "M8 13C9.3807 13 10.6307 12.4404 11.5355 11.5355C12.4404 10.6307 13 9.3807 13 8C13 6.6193 12.4404 5.3693 11.5355 4.46446C10.6307 3.55964 9.3807 3 8 3C6.6193 3 5.3693 3.55964 4.46446 4.46446C3.55964 5.3693 3 6.6193 3 8C3 9.3807 3.55964 10.6307 4.46446 11.5355C5.3693 12.4404 6.6193 13 8 13Z",
|
|
2757
|
+
stroke: "#434343",
|
|
2758
|
+
"stroke-width": "1.5",
|
|
2759
|
+
"stroke-linejoin": "round"
|
|
2760
|
+
}, null, -1);
|
|
2761
|
+
const _hoisted_3$m = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2762
|
+
d: "M8 9.25004V5.08337",
|
|
2763
|
+
stroke: "#434343",
|
|
2764
|
+
"stroke-width": "1.5",
|
|
2765
|
+
"stroke-linecap": "round",
|
|
2766
|
+
"stroke-linejoin": "round"
|
|
2767
|
+
}, null, -1);
|
|
2768
|
+
const _hoisted_4$a = ["fill"];
|
|
2769
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2770
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2771
|
+
viewBox: "0 0 16 16",
|
|
2772
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2773
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2774
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-notice2`],
|
|
2775
|
+
width: "1em",
|
|
2776
|
+
height: "1em"
|
|
2777
|
+
}, _ctx.$attrs), [
|
|
2778
|
+
_hoisted_2$m,
|
|
2779
|
+
_hoisted_3$m,
|
|
2780
|
+
vue.createElementVNode("path", {
|
|
2781
|
+
"fill-rule": "evenodd",
|
|
2782
|
+
"clip-rule": "evenodd",
|
|
2783
|
+
d: "M7.99996 11.75C8.46019 11.75 8.83329 11.3769 8.83329 10.9167C8.83329 10.4565 8.46019 10.0834 7.99996 10.0834C7.53973 10.0834 7.16663 10.4565 7.16663 10.9167C7.16663 11.3769 7.53973 11.75 7.99996 11.75Z",
|
|
2784
|
+
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2785
|
+
}, null, 8, _hoisted_4$a)
|
|
2786
|
+
], 16, _hoisted_1$m);
|
|
2440
2787
|
}
|
|
2441
2788
|
var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
|
|
2442
2789
|
const _sfc_main$l = {
|
|
2443
|
-
name: "
|
|
2790
|
+
name: "IconUnfold",
|
|
2444
2791
|
props: {
|
|
2445
2792
|
prefix: {
|
|
2446
2793
|
type: String,
|
|
@@ -2454,35 +2801,28 @@
|
|
|
2454
2801
|
};
|
|
2455
2802
|
const _hoisted_1$l = ["fill"];
|
|
2456
2803
|
const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2457
|
-
d: "
|
|
2804
|
+
d: "M4.5 10.5L6.66667 12.8333M9.33337 3.16663L11.5 5.49996M6.66663 2.83337V12.8334M9.33337 3.16663V13.1666",
|
|
2458
2805
|
stroke: "#434343",
|
|
2459
2806
|
"stroke-width": "1.5",
|
|
2460
2807
|
"stroke-linecap": "round",
|
|
2461
2808
|
"stroke-linejoin": "round"
|
|
2462
2809
|
}, null, -1);
|
|
2463
|
-
const _hoisted_3$l =
|
|
2464
|
-
|
|
2465
|
-
stroke: "#434343",
|
|
2466
|
-
"stroke-width": "1.5",
|
|
2467
|
-
"stroke-linejoin": "round"
|
|
2468
|
-
}, null, -1);
|
|
2469
|
-
const _hoisted_4$9 = [
|
|
2470
|
-
_hoisted_2$l,
|
|
2471
|
-
_hoisted_3$l
|
|
2810
|
+
const _hoisted_3$l = [
|
|
2811
|
+
_hoisted_2$l
|
|
2472
2812
|
];
|
|
2473
2813
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2474
2814
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2475
2815
|
viewBox: "0 0 16 16",
|
|
2476
2816
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2477
2817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2478
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2818
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold`],
|
|
2479
2819
|
width: "1em",
|
|
2480
2820
|
height: "1em"
|
|
2481
|
-
}, _ctx.$attrs),
|
|
2821
|
+
}, _ctx.$attrs), _hoisted_3$l, 16, _hoisted_1$l);
|
|
2482
2822
|
}
|
|
2483
2823
|
var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
2484
2824
|
const _sfc_main$k = {
|
|
2485
|
-
name: "
|
|
2825
|
+
name: "IconZoomout",
|
|
2486
2826
|
props: {
|
|
2487
2827
|
prefix: {
|
|
2488
2828
|
type: String,
|
|
@@ -2496,7 +2836,7 @@
|
|
|
2496
2836
|
};
|
|
2497
2837
|
const _hoisted_1$k = ["fill"];
|
|
2498
2838
|
const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2499
|
-
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",
|
|
2500
2840
|
stroke: "#434343",
|
|
2501
2841
|
"stroke-width": "1.5",
|
|
2502
2842
|
"stroke-linecap": "round",
|
|
@@ -2510,14 +2850,14 @@
|
|
|
2510
2850
|
viewBox: "0 0 16 16",
|
|
2511
2851
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2512
2852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2513
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2853
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Zoomout`],
|
|
2514
2854
|
width: "1em",
|
|
2515
2855
|
height: "1em"
|
|
2516
2856
|
}, _ctx.$attrs), _hoisted_3$k, 16, _hoisted_1$k);
|
|
2517
2857
|
}
|
|
2518
2858
|
var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
|
|
2519
2859
|
const _sfc_main$j = {
|
|
2520
|
-
name: "
|
|
2860
|
+
name: "IconZoomin",
|
|
2521
2861
|
props: {
|
|
2522
2862
|
prefix: {
|
|
2523
2863
|
type: String,
|
|
@@ -2531,7 +2871,7 @@
|
|
|
2531
2871
|
};
|
|
2532
2872
|
const _hoisted_1$j = ["fill"];
|
|
2533
2873
|
const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2534
|
-
d: "
|
|
2874
|
+
d: "M11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5 5.03211 11.5 3.16663 9.63448 3.16663 7.33329 3.16663 5.03211 5.03211 3.16663 7.33329 3.16663 9.63448 3.16663 11.5 5.03211 11.5 7.33329zM10.3334 10.3334L12.8334 12.8334M7.33337 5.83337V8.83337M8.83337 7.33337L5.83337 7.33337",
|
|
2535
2875
|
stroke: "#434343",
|
|
2536
2876
|
"stroke-width": "1.5",
|
|
2537
2877
|
"stroke-linecap": "round",
|
|
@@ -2545,14 +2885,14 @@
|
|
|
2545
2885
|
viewBox: "0 0 16 16",
|
|
2546
2886
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2547
2887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2548
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2888
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Zoomin`],
|
|
2549
2889
|
width: "1em",
|
|
2550
2890
|
height: "1em"
|
|
2551
2891
|
}, _ctx.$attrs), _hoisted_3$j, 16, _hoisted_1$j);
|
|
2552
2892
|
}
|
|
2553
2893
|
var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
|
|
2554
2894
|
const _sfc_main$i = {
|
|
2555
|
-
name: "
|
|
2895
|
+
name: "IconUnfold2",
|
|
2556
2896
|
props: {
|
|
2557
2897
|
prefix: {
|
|
2558
2898
|
type: String,
|
|
@@ -2566,35 +2906,28 @@
|
|
|
2566
2906
|
};
|
|
2567
2907
|
const _hoisted_1$i = ["fill"];
|
|
2568
2908
|
const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2569
|
-
d: "
|
|
2570
|
-
stroke: "#434343",
|
|
2571
|
-
"stroke-width": "1.5",
|
|
2572
|
-
"stroke-linejoin": "round"
|
|
2573
|
-
}, null, -1);
|
|
2574
|
-
const _hoisted_3$i = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2575
|
-
d: "M8.45459 7.54548L10.2728 5.72729",
|
|
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",
|
|
2576
2910
|
stroke: "#434343",
|
|
2577
2911
|
"stroke-width": "1.5",
|
|
2578
2912
|
"stroke-linecap": "round",
|
|
2579
2913
|
"stroke-linejoin": "round"
|
|
2580
2914
|
}, null, -1);
|
|
2581
|
-
const
|
|
2582
|
-
_hoisted_2$i
|
|
2583
|
-
_hoisted_3$i
|
|
2915
|
+
const _hoisted_3$i = [
|
|
2916
|
+
_hoisted_2$i
|
|
2584
2917
|
];
|
|
2585
2918
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2586
2919
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2587
2920
|
viewBox: "0 0 16 16",
|
|
2588
2921
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2589
2922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2590
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2923
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Unfold2`],
|
|
2591
2924
|
width: "1em",
|
|
2592
2925
|
height: "1em"
|
|
2593
|
-
}, _ctx.$attrs),
|
|
2926
|
+
}, _ctx.$attrs), _hoisted_3$i, 16, _hoisted_1$i);
|
|
2594
2927
|
}
|
|
2595
2928
|
var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
2596
2929
|
const _sfc_main$h = {
|
|
2597
|
-
name: "
|
|
2930
|
+
name: "IconTest",
|
|
2598
2931
|
props: {
|
|
2599
2932
|
prefix: {
|
|
2600
2933
|
type: String,
|
|
@@ -2608,19 +2941,20 @@
|
|
|
2608
2941
|
};
|
|
2609
2942
|
const _hoisted_1$h = ["fill"];
|
|
2610
2943
|
const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2611
|
-
d: "
|
|
2944
|
+
d: "M7.16665 3H3.83333C3.3731 3 3 3.3731 3 3.83333V9.94442C3 10.4047 3.3731 10.7778 3.83333 10.7778H12.1666C12.6269 10.7778 13 10.4047 13 9.94442V7.16665M8 10.7778V13",
|
|
2612
2945
|
stroke: "#434343",
|
|
2613
2946
|
"stroke-width": "1.5",
|
|
2947
|
+
"stroke-linecap": "round",
|
|
2614
2948
|
"stroke-linejoin": "round"
|
|
2615
2949
|
}, null, -1);
|
|
2616
2950
|
const _hoisted_3$h = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2617
|
-
d: "
|
|
2951
|
+
d: "M10.2222 3L9.11108 4.11111 10.2222 5.22221M11.8888 3L12.9999 4.11111 11.8888 5.22221M5.22217 13H10.7777",
|
|
2618
2952
|
stroke: "#434343",
|
|
2619
2953
|
"stroke-width": "1.5",
|
|
2620
2954
|
"stroke-linecap": "round",
|
|
2621
2955
|
"stroke-linejoin": "round"
|
|
2622
2956
|
}, null, -1);
|
|
2623
|
-
const _hoisted_4$
|
|
2957
|
+
const _hoisted_4$9 = [
|
|
2624
2958
|
_hoisted_2$h,
|
|
2625
2959
|
_hoisted_3$h
|
|
2626
2960
|
];
|
|
@@ -2629,14 +2963,14 @@
|
|
|
2629
2963
|
viewBox: "0 0 16 16",
|
|
2630
2964
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2631
2965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2632
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2966
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-test`],
|
|
2633
2967
|
width: "1em",
|
|
2634
2968
|
height: "1em"
|
|
2635
|
-
}, _ctx.$attrs), _hoisted_4$
|
|
2969
|
+
}, _ctx.$attrs), _hoisted_4$9, 16, _hoisted_1$h);
|
|
2636
2970
|
}
|
|
2637
2971
|
var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
2638
2972
|
const _sfc_main$g = {
|
|
2639
|
-
name: "
|
|
2973
|
+
name: "IconText",
|
|
2640
2974
|
props: {
|
|
2641
2975
|
prefix: {
|
|
2642
2976
|
type: String,
|
|
@@ -2650,53 +2984,28 @@
|
|
|
2650
2984
|
};
|
|
2651
2985
|
const _hoisted_1$g = ["fill"];
|
|
2652
2986
|
const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2653
|
-
d: "
|
|
2654
|
-
stroke: "#434343",
|
|
2655
|
-
"stroke-width": "1.5",
|
|
2656
|
-
"stroke-linecap": "round"
|
|
2657
|
-
}, null, -1);
|
|
2658
|
-
const _hoisted_3$g = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2659
|
-
d: "M3 4.675C3 4.30221 3.33579 4 3.75 4H12.25C12.6642 4 13 4.30221 13 4.675V6.7H3V4.675Z",
|
|
2660
|
-
stroke: "#434343",
|
|
2661
|
-
"stroke-width": "1.5",
|
|
2662
|
-
"stroke-linecap": "round"
|
|
2663
|
-
}, null, -1);
|
|
2664
|
-
const _hoisted_4$6 = ["fill"];
|
|
2665
|
-
const _hoisted_5$2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2666
|
-
d: "M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1",
|
|
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",
|
|
2667
2988
|
stroke: "#434343",
|
|
2668
2989
|
"stroke-width": "1.5",
|
|
2669
2990
|
"stroke-linecap": "round",
|
|
2670
2991
|
"stroke-linejoin": "round"
|
|
2671
2992
|
}, null, -1);
|
|
2672
|
-
const
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
"stroke-width": "1.5",
|
|
2676
|
-
"stroke-linecap": "round"
|
|
2677
|
-
}, null, -1);
|
|
2993
|
+
const _hoisted_3$g = [
|
|
2994
|
+
_hoisted_2$g
|
|
2995
|
+
];
|
|
2678
2996
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2679
2997
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2680
2998
|
viewBox: "0 0 16 16",
|
|
2681
2999
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2682
3000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2683
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3001
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text`],
|
|
2684
3002
|
width: "1em",
|
|
2685
3003
|
height: "1em"
|
|
2686
|
-
}, _ctx.$attrs),
|
|
2687
|
-
_hoisted_2$g,
|
|
2688
|
-
_hoisted_3$g,
|
|
2689
|
-
vue.createElementVNode("path", {
|
|
2690
|
-
d: "M4.66667 5.35005C4.66667 5.10152 4.85321 4.90005 5.08333 4.90005 5.31345 4.90005 5.5 5.10152 5.5 5.35005 5.5 5.59858 5.31345 5.80005 5.08333 5.80005 4.85321 5.80005 4.66667 5.59858 4.66667 5.35005zM6.33329 5.35005C6.33329 5.10152 6.51984 4.90005 6.74996 4.90005 6.98008 4.90005 7.16663 5.10152 7.16663 5.35005 7.16663 5.59858 6.98008 5.80005 6.74996 5.80005 6.51984 5.80005 6.33329 5.59858 6.33329 5.35005z",
|
|
2691
|
-
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2692
|
-
}, null, 8, _hoisted_4$6),
|
|
2693
|
-
_hoisted_5$2,
|
|
2694
|
-
_hoisted_6
|
|
2695
|
-
], 16, _hoisted_1$g);
|
|
3004
|
+
}, _ctx.$attrs), _hoisted_3$g, 16, _hoisted_1$g);
|
|
2696
3005
|
}
|
|
2697
3006
|
var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
|
|
2698
3007
|
const _sfc_main$f = {
|
|
2699
|
-
name: "
|
|
3008
|
+
name: "IconStats",
|
|
2700
3009
|
props: {
|
|
2701
3010
|
prefix: {
|
|
2702
3011
|
type: String,
|
|
@@ -2710,36 +3019,41 @@
|
|
|
2710
3019
|
};
|
|
2711
3020
|
const _hoisted_1$f = ["fill"];
|
|
2712
3021
|
const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2713
|
-
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",
|
|
2714
3023
|
stroke: "#434343",
|
|
2715
|
-
"stroke-width": "1.5"
|
|
2716
|
-
"stroke-linecap": "round",
|
|
2717
|
-
"stroke-linejoin": "round"
|
|
3024
|
+
"stroke-width": "1.5"
|
|
2718
3025
|
}, null, -1);
|
|
2719
3026
|
const _hoisted_3$f = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2720
|
-
d: "
|
|
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$8 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3033
|
+
d: "M13 12.7223L5.5 12.7223",
|
|
2721
3034
|
stroke: "#434343",
|
|
2722
3035
|
"stroke-width": "1.5",
|
|
2723
3036
|
"stroke-linecap": "round",
|
|
2724
3037
|
"stroke-linejoin": "round"
|
|
2725
3038
|
}, null, -1);
|
|
2726
|
-
const
|
|
3039
|
+
const _hoisted_5$1 = [
|
|
2727
3040
|
_hoisted_2$f,
|
|
2728
|
-
_hoisted_3$f
|
|
3041
|
+
_hoisted_3$f,
|
|
3042
|
+
_hoisted_4$8
|
|
2729
3043
|
];
|
|
2730
3044
|
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2731
3045
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2732
3046
|
viewBox: "0 0 16 16",
|
|
2733
3047
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2734
3048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2735
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3049
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Stats`],
|
|
2736
3050
|
width: "1em",
|
|
2737
3051
|
height: "1em"
|
|
2738
|
-
}, _ctx.$attrs),
|
|
3052
|
+
}, _ctx.$attrs), _hoisted_5$1, 16, _hoisted_1$f);
|
|
2739
3053
|
}
|
|
2740
3054
|
var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
|
|
2741
3055
|
const _sfc_main$e = {
|
|
2742
|
-
name: "
|
|
3056
|
+
name: "IconUpload",
|
|
2743
3057
|
props: {
|
|
2744
3058
|
prefix: {
|
|
2745
3059
|
type: String,
|
|
@@ -2753,41 +3067,28 @@
|
|
|
2753
3067
|
};
|
|
2754
3068
|
const _hoisted_1$e = ["fill"];
|
|
2755
3069
|
const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2756
|
-
d: "
|
|
2757
|
-
stroke: "#434343",
|
|
2758
|
-
"stroke-width": "1.5",
|
|
2759
|
-
"stroke-linejoin": "round"
|
|
2760
|
-
}, null, -1);
|
|
2761
|
-
const _hoisted_3$e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2762
|
-
d: "M8 9.25004V5.08337",
|
|
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",
|
|
2763
3071
|
stroke: "#434343",
|
|
2764
3072
|
"stroke-width": "1.5",
|
|
2765
3073
|
"stroke-linecap": "round",
|
|
2766
3074
|
"stroke-linejoin": "round"
|
|
2767
3075
|
}, null, -1);
|
|
2768
|
-
const
|
|
3076
|
+
const _hoisted_3$e = [
|
|
3077
|
+
_hoisted_2$e
|
|
3078
|
+
];
|
|
2769
3079
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2770
3080
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2771
3081
|
viewBox: "0 0 16 16",
|
|
2772
3082
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2773
3083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2774
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3084
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-upload`],
|
|
2775
3085
|
width: "1em",
|
|
2776
3086
|
height: "1em"
|
|
2777
|
-
}, _ctx.$attrs),
|
|
2778
|
-
_hoisted_2$e,
|
|
2779
|
-
_hoisted_3$e,
|
|
2780
|
-
vue.createElementVNode("path", {
|
|
2781
|
-
"fill-rule": "evenodd",
|
|
2782
|
-
"clip-rule": "evenodd",
|
|
2783
|
-
d: "M7.99996 11.75C8.46019 11.75 8.83329 11.3769 8.83329 10.9167C8.83329 10.4565 8.46019 10.0834 7.99996 10.0834C7.53973 10.0834 7.16663 10.4565 7.16663 10.9167C7.16663 11.3769 7.53973 11.75 7.99996 11.75Z",
|
|
2784
|
-
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
2785
|
-
}, null, 8, _hoisted_4$4)
|
|
2786
|
-
], 16, _hoisted_1$e);
|
|
3087
|
+
}, _ctx.$attrs), _hoisted_3$e, 16, _hoisted_1$e);
|
|
2787
3088
|
}
|
|
2788
3089
|
var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
2789
3090
|
const _sfc_main$d = {
|
|
2790
|
-
name: "
|
|
3091
|
+
name: "IconTable",
|
|
2791
3092
|
props: {
|
|
2792
3093
|
prefix: {
|
|
2793
3094
|
type: String,
|
|
@@ -2801,7 +3102,7 @@
|
|
|
2801
3102
|
};
|
|
2802
3103
|
const _hoisted_1$d = ["fill"];
|
|
2803
3104
|
const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2804
|
-
d: "
|
|
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",
|
|
2805
3106
|
stroke: "#434343",
|
|
2806
3107
|
"stroke-width": "1.5",
|
|
2807
3108
|
"stroke-linecap": "round",
|
|
@@ -2815,14 +3116,14 @@
|
|
|
2815
3116
|
viewBox: "0 0 16 16",
|
|
2816
3117
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2817
3118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2818
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3119
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table`],
|
|
2819
3120
|
width: "1em",
|
|
2820
3121
|
height: "1em"
|
|
2821
3122
|
}, _ctx.$attrs), _hoisted_3$d, 16, _hoisted_1$d);
|
|
2822
3123
|
}
|
|
2823
3124
|
var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
2824
3125
|
const _sfc_main$c = {
|
|
2825
|
-
name: "
|
|
3126
|
+
name: "IconUpdatemode",
|
|
2826
3127
|
props: {
|
|
2827
3128
|
prefix: {
|
|
2828
3129
|
type: String,
|
|
@@ -2836,7 +3137,7 @@
|
|
|
2836
3137
|
};
|
|
2837
3138
|
const _hoisted_1$c = ["fill"];
|
|
2838
3139
|
const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2839
|
-
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",
|
|
2840
3141
|
stroke: "#434343",
|
|
2841
3142
|
"stroke-width": "1.5",
|
|
2842
3143
|
"stroke-linecap": "round",
|
|
@@ -2850,14 +3151,14 @@
|
|
|
2850
3151
|
viewBox: "0 0 16 16",
|
|
2851
3152
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2852
3153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2853
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3154
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Updatemode`],
|
|
2854
3155
|
width: "1em",
|
|
2855
3156
|
height: "1em"
|
|
2856
3157
|
}, _ctx.$attrs), _hoisted_3$c, 16, _hoisted_1$c);
|
|
2857
3158
|
}
|
|
2858
3159
|
var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
2859
3160
|
const _sfc_main$b = {
|
|
2860
|
-
name: "
|
|
3161
|
+
name: "IconSwitch",
|
|
2861
3162
|
props: {
|
|
2862
3163
|
prefix: {
|
|
2863
3164
|
type: String,
|
|
@@ -2871,7 +3172,7 @@
|
|
|
2871
3172
|
};
|
|
2872
3173
|
const _hoisted_1$b = ["fill"];
|
|
2873
3174
|
const _hoisted_2$b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2874
|
-
d: "
|
|
3175
|
+
d: "M12.0909 6.63635H3M9.36365 3L12.0909 6.63636M3 8.45459H13M3 8.45459L5.72727 12.091",
|
|
2875
3176
|
stroke: "#434343",
|
|
2876
3177
|
"stroke-width": "1.5",
|
|
2877
3178
|
"stroke-linecap": "round",
|
|
@@ -2885,14 +3186,14 @@
|
|
|
2885
3186
|
viewBox: "0 0 16 16",
|
|
2886
3187
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2887
3188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2888
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3189
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Switch`],
|
|
2889
3190
|
width: "1em",
|
|
2890
3191
|
height: "1em"
|
|
2891
3192
|
}, _ctx.$attrs), _hoisted_3$b, 16, _hoisted_1$b);
|
|
2892
3193
|
}
|
|
2893
3194
|
var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
|
|
2894
3195
|
const _sfc_main$a = {
|
|
2895
|
-
name: "
|
|
3196
|
+
name: "IconTerminate",
|
|
2896
3197
|
props: {
|
|
2897
3198
|
prefix: {
|
|
2898
3199
|
type: String,
|
|
@@ -2906,7 +3207,7 @@
|
|
|
2906
3207
|
};
|
|
2907
3208
|
const _hoisted_1$a = ["fill"];
|
|
2908
3209
|
const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2909
|
-
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",
|
|
2910
3211
|
stroke: "#434343",
|
|
2911
3212
|
"stroke-width": "1.5",
|
|
2912
3213
|
"stroke-linecap": "round",
|
|
@@ -2920,14 +3221,14 @@
|
|
|
2920
3221
|
viewBox: "0 0 16 16",
|
|
2921
3222
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2922
3223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2923
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3224
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Terminate`],
|
|
2924
3225
|
width: "1em",
|
|
2925
3226
|
height: "1em"
|
|
2926
3227
|
}, _ctx.$attrs), _hoisted_3$a, 16, _hoisted_1$a);
|
|
2927
3228
|
}
|
|
2928
3229
|
var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
2929
3230
|
const _sfc_main$9 = {
|
|
2930
|
-
name: "
|
|
3231
|
+
name: "IconSubjectarea",
|
|
2931
3232
|
props: {
|
|
2932
3233
|
prefix: {
|
|
2933
3234
|
type: String,
|
|
@@ -2941,36 +3242,42 @@
|
|
|
2941
3242
|
};
|
|
2942
3243
|
const _hoisted_1$9 = ["fill"];
|
|
2943
3244
|
const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2944
|
-
d: "M7.
|
|
3245
|
+
d: "M7.50001 4.65002L11.35 6.85001V11.25L7.50001 13.45L3.65002 11.25V6.85001L7.50001 4.65002Z",
|
|
2945
3246
|
stroke: "#434343",
|
|
2946
3247
|
"stroke-width": "1.5",
|
|
2947
|
-
"stroke-linecap": "round",
|
|
2948
3248
|
"stroke-linejoin": "round"
|
|
2949
3249
|
}, null, -1);
|
|
2950
3250
|
const _hoisted_3$9 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2951
|
-
d: "
|
|
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",
|
|
2952
3252
|
stroke: "#434343",
|
|
2953
3253
|
"stroke-width": "1.5",
|
|
2954
3254
|
"stroke-linecap": "round",
|
|
2955
3255
|
"stroke-linejoin": "round"
|
|
2956
3256
|
}, null, -1);
|
|
2957
|
-
const _hoisted_4$
|
|
3257
|
+
const _hoisted_4$7 = /* @__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 = [
|
|
2958
3264
|
_hoisted_2$9,
|
|
2959
|
-
_hoisted_3$9
|
|
3265
|
+
_hoisted_3$9,
|
|
3266
|
+
_hoisted_4$7
|
|
2960
3267
|
];
|
|
2961
3268
|
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2962
3269
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2963
3270
|
viewBox: "0 0 16 16",
|
|
2964
3271
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
2965
3272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2966
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3273
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subjectarea`],
|
|
2967
3274
|
width: "1em",
|
|
2968
3275
|
height: "1em"
|
|
2969
|
-
}, _ctx.$attrs),
|
|
3276
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1$9);
|
|
2970
3277
|
}
|
|
2971
3278
|
var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
|
|
2972
3279
|
const _sfc_main$8 = {
|
|
2973
|
-
name: "
|
|
3280
|
+
name: "IconSubscribe",
|
|
2974
3281
|
props: {
|
|
2975
3282
|
prefix: {
|
|
2976
3283
|
type: String,
|
|
@@ -2984,28 +3291,35 @@
|
|
|
2984
3291
|
};
|
|
2985
3292
|
const _hoisted_1$8 = ["fill"];
|
|
2986
3293
|
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
2987
|
-
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",
|
|
3295
|
+
stroke: "#434343",
|
|
3296
|
+
"stroke-width": "1.5",
|
|
3297
|
+
"stroke-linejoin": "round"
|
|
3298
|
+
}, null, -1);
|
|
3299
|
+
const _hoisted_3$8 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3300
|
+
d: "M7.54541 5.72729V9.36366M5.72729 7.54541H9.36366",
|
|
2988
3301
|
stroke: "#434343",
|
|
2989
3302
|
"stroke-width": "1.5",
|
|
2990
3303
|
"stroke-linecap": "round",
|
|
2991
3304
|
"stroke-linejoin": "round"
|
|
2992
3305
|
}, null, -1);
|
|
2993
|
-
const
|
|
2994
|
-
_hoisted_2$8
|
|
3306
|
+
const _hoisted_4$6 = [
|
|
3307
|
+
_hoisted_2$8,
|
|
3308
|
+
_hoisted_3$8
|
|
2995
3309
|
];
|
|
2996
3310
|
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2997
3311
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
2998
3312
|
viewBox: "0 0 16 16",
|
|
2999
3313
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3000
3314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3001
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3315
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Subscribe`],
|
|
3002
3316
|
width: "1em",
|
|
3003
3317
|
height: "1em"
|
|
3004
|
-
}, _ctx.$attrs),
|
|
3318
|
+
}, _ctx.$attrs), _hoisted_4$6, 16, _hoisted_1$8);
|
|
3005
3319
|
}
|
|
3006
3320
|
var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
|
|
3007
3321
|
const _sfc_main$7 = {
|
|
3008
|
-
name: "
|
|
3322
|
+
name: "IconInOperation",
|
|
3009
3323
|
props: {
|
|
3010
3324
|
prefix: {
|
|
3011
3325
|
type: String,
|
|
@@ -3019,41 +3333,36 @@
|
|
|
3019
3333
|
};
|
|
3020
3334
|
const _hoisted_1$7 = ["fill"];
|
|
3021
3335
|
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3022
|
-
d: "
|
|
3023
|
-
stroke: "#
|
|
3024
|
-
"stroke-width": "1.5"
|
|
3025
|
-
}, null, -1);
|
|
3026
|
-
const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3027
|
-
d: "M3 8.55554H3.27778",
|
|
3028
|
-
stroke: "#434343",
|
|
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",
|
|
3029
3338
|
"stroke-width": "1.5",
|
|
3030
|
-
"stroke-linecap": "round"
|
|
3339
|
+
"stroke-linecap": "round",
|
|
3340
|
+
"stroke-linejoin": "round"
|
|
3031
3341
|
}, null, -1);
|
|
3032
|
-
const
|
|
3033
|
-
d: "
|
|
3034
|
-
stroke: "#
|
|
3342
|
+
const _hoisted_3$7 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3343
|
+
d: "M11.2341 11.084L9.73413 12.584L11.2341 14.084",
|
|
3344
|
+
stroke: "#1269FF",
|
|
3035
3345
|
"stroke-width": "1.5",
|
|
3036
3346
|
"stroke-linecap": "round",
|
|
3037
3347
|
"stroke-linejoin": "round"
|
|
3038
3348
|
}, null, -1);
|
|
3039
|
-
const
|
|
3349
|
+
const _hoisted_4$5 = [
|
|
3040
3350
|
_hoisted_2$7,
|
|
3041
|
-
_hoisted_3$7
|
|
3042
|
-
_hoisted_4$2
|
|
3351
|
+
_hoisted_3$7
|
|
3043
3352
|
];
|
|
3044
3353
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3045
3354
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3046
|
-
viewBox: "0 0
|
|
3355
|
+
viewBox: "0 0 21 20",
|
|
3047
3356
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3048
3357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3049
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3358
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-In_operation`],
|
|
3050
3359
|
width: "1em",
|
|
3051
3360
|
height: "1em"
|
|
3052
|
-
}, _ctx.$attrs),
|
|
3361
|
+
}, _ctx.$attrs), _hoisted_4$5, 16, _hoisted_1$7);
|
|
3053
3362
|
}
|
|
3054
3363
|
var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
3055
3364
|
const _sfc_main$6 = {
|
|
3056
|
-
name: "
|
|
3365
|
+
name: "IconLose",
|
|
3057
3366
|
props: {
|
|
3058
3367
|
prefix: {
|
|
3059
3368
|
type: String,
|
|
@@ -3067,8 +3376,8 @@
|
|
|
3067
3376
|
};
|
|
3068
3377
|
const _hoisted_1$6 = ["fill"];
|
|
3069
3378
|
const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3070
|
-
d: "
|
|
3071
|
-
stroke: "#
|
|
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",
|
|
3072
3381
|
"stroke-width": "1.5",
|
|
3073
3382
|
"stroke-linecap": "round",
|
|
3074
3383
|
"stroke-linejoin": "round"
|
|
@@ -3078,17 +3387,17 @@
|
|
|
3078
3387
|
];
|
|
3079
3388
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3080
3389
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3081
|
-
viewBox: "0 0
|
|
3390
|
+
viewBox: "0 0 20 20",
|
|
3082
3391
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3083
3392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3084
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3393
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Lose`],
|
|
3085
3394
|
width: "1em",
|
|
3086
3395
|
height: "1em"
|
|
3087
3396
|
}, _ctx.$attrs), _hoisted_3$6, 16, _hoisted_1$6);
|
|
3088
3397
|
}
|
|
3089
3398
|
var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
|
|
3090
3399
|
const _sfc_main$5 = {
|
|
3091
|
-
name: "
|
|
3400
|
+
name: "IconSuccessful",
|
|
3092
3401
|
props: {
|
|
3093
3402
|
prefix: {
|
|
3094
3403
|
type: String,
|
|
@@ -3102,28 +3411,36 @@
|
|
|
3102
3411
|
};
|
|
3103
3412
|
const _hoisted_1$5 = ["fill"];
|
|
3104
3413
|
const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3105
|
-
d: "
|
|
3106
|
-
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$5 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3421
|
+
d: "M8.26758 9.99922L10.0676 11.7992L13.6676 8.19922",
|
|
3422
|
+
stroke: "#52C41A",
|
|
3107
3423
|
"stroke-width": "1.5",
|
|
3108
3424
|
"stroke-linecap": "round",
|
|
3109
3425
|
"stroke-linejoin": "round"
|
|
3110
3426
|
}, null, -1);
|
|
3111
|
-
const
|
|
3112
|
-
_hoisted_2$5
|
|
3427
|
+
const _hoisted_4$4 = [
|
|
3428
|
+
_hoisted_2$5,
|
|
3429
|
+
_hoisted_3$5
|
|
3113
3430
|
];
|
|
3114
3431
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3115
3432
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3116
|
-
viewBox: "0 0
|
|
3433
|
+
viewBox: "0 0 21 20",
|
|
3117
3434
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3118
3435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3119
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3436
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Successful`],
|
|
3120
3437
|
width: "1em",
|
|
3121
3438
|
height: "1em"
|
|
3122
|
-
}, _ctx.$attrs),
|
|
3439
|
+
}, _ctx.$attrs), _hoisted_4$4, 16, _hoisted_1$5);
|
|
3123
3440
|
}
|
|
3124
3441
|
var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
3125
3442
|
const _sfc_main$4 = {
|
|
3126
|
-
name: "
|
|
3443
|
+
name: "IconLivingExample",
|
|
3127
3444
|
props: {
|
|
3128
3445
|
prefix: {
|
|
3129
3446
|
type: String,
|
|
@@ -3137,8 +3454,8 @@
|
|
|
3137
3454
|
};
|
|
3138
3455
|
const _hoisted_1$4 = ["fill"];
|
|
3139
3456
|
const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3140
|
-
d: "
|
|
3141
|
-
stroke: "#
|
|
3457
|
+
d: "M15.401 5.89453H4.60098C4.26961 5.89453 4.00098 6.21056 4.00098 6.60041V15.7768C4.00098 16.1667 4.26961 16.4827 4.60098 16.4827H15.401C15.7323 16.4827 16.001 16.1667 16.001 15.7768V6.60041C16.001 6.21056 15.7323 5.89453 15.401 5.89453zM7.00098 4.48242V7.30594M10.301 10.4824H7.00098M13.001 13.3066H7.00098M13.001 4.48242V7.30594",
|
|
3458
|
+
stroke: "#F84031",
|
|
3142
3459
|
"stroke-width": "1.5",
|
|
3143
3460
|
"stroke-linecap": "round",
|
|
3144
3461
|
"stroke-linejoin": "round"
|
|
@@ -3148,17 +3465,17 @@
|
|
|
3148
3465
|
];
|
|
3149
3466
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3150
3467
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3151
|
-
viewBox: "0 0
|
|
3468
|
+
viewBox: "0 0 20 20",
|
|
3152
3469
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3153
3470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3154
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3471
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Living_example`],
|
|
3155
3472
|
width: "1em",
|
|
3156
3473
|
height: "1em"
|
|
3157
3474
|
}, _ctx.$attrs), _hoisted_3$4, 16, _hoisted_1$4);
|
|
3158
3475
|
}
|
|
3159
3476
|
var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
|
|
3160
3477
|
const _sfc_main$3 = {
|
|
3161
|
-
name: "
|
|
3478
|
+
name: "IconOfflineWorkflow",
|
|
3162
3479
|
props: {
|
|
3163
3480
|
prefix: {
|
|
3164
3481
|
type: String,
|
|
@@ -3172,28 +3489,36 @@
|
|
|
3172
3489
|
};
|
|
3173
3490
|
const _hoisted_1$3 = ["fill"];
|
|
3174
3491
|
const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3175
|
-
d: "
|
|
3176
|
-
stroke: "#
|
|
3492
|
+
d: "M15.3984 4.14844H5.39844C4.84615 4.14844 4.39844 4.59615 4.39844 5.14844V15.1484C4.39844 15.7007 4.84615 16.1484 5.39844 16.1484H15.3984C15.9507 16.1484 16.3984 15.7007 16.3984 15.1484V5.14844C16.3984 4.59615 15.9507 4.14844 15.3984 4.14844Z",
|
|
3493
|
+
stroke: "#717171",
|
|
3494
|
+
"stroke-width": "1.5",
|
|
3495
|
+
"stroke-linecap": "round",
|
|
3496
|
+
"stroke-linejoin": "round"
|
|
3497
|
+
}, null, -1);
|
|
3498
|
+
const _hoisted_3$3 = /* @__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",
|
|
3177
3501
|
"stroke-width": "1.5",
|
|
3178
3502
|
"stroke-linecap": "round",
|
|
3179
3503
|
"stroke-linejoin": "round"
|
|
3180
3504
|
}, null, -1);
|
|
3181
|
-
const
|
|
3182
|
-
_hoisted_2$3
|
|
3505
|
+
const _hoisted_4$3 = [
|
|
3506
|
+
_hoisted_2$3,
|
|
3507
|
+
_hoisted_3$3
|
|
3183
3508
|
];
|
|
3184
3509
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3185
3510
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3186
|
-
viewBox: "0 0
|
|
3511
|
+
viewBox: "0 0 21 20",
|
|
3187
3512
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3188
3513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3189
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3514
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Offline_workflow`],
|
|
3190
3515
|
width: "1em",
|
|
3191
3516
|
height: "1em"
|
|
3192
|
-
}, _ctx.$attrs),
|
|
3517
|
+
}, _ctx.$attrs), _hoisted_4$3, 16, _hoisted_1$3);
|
|
3193
3518
|
}
|
|
3194
3519
|
var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
|
|
3195
3520
|
const _sfc_main$2 = {
|
|
3196
|
-
name: "
|
|
3521
|
+
name: "IconOnlineWorkflow",
|
|
3197
3522
|
props: {
|
|
3198
3523
|
prefix: {
|
|
3199
3524
|
type: String,
|
|
@@ -3207,28 +3532,36 @@
|
|
|
3207
3532
|
};
|
|
3208
3533
|
const _hoisted_1$2 = ["fill"];
|
|
3209
3534
|
const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3210
|
-
d: "
|
|
3211
|
-
stroke: "#
|
|
3535
|
+
d: "M15.8984 4.14844H5.89844C5.34615 4.14844 4.89844 4.59615 4.89844 5.14844V15.1484C4.89844 15.7007 5.34615 16.1484 5.89844 16.1484H15.8984C16.4507 16.1484 16.8984 15.7007 16.8984 15.1484V5.14844C16.8984 4.59615 16.4507 4.14844 15.8984 4.14844Z",
|
|
3536
|
+
stroke: "#52C41A",
|
|
3537
|
+
"stroke-width": "1.5",
|
|
3538
|
+
"stroke-linecap": "round",
|
|
3539
|
+
"stroke-linejoin": "round"
|
|
3540
|
+
}, null, -1);
|
|
3541
|
+
const _hoisted_3$2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3542
|
+
d: "M13.5648 11.4811L10.8981 8.81445 8.23145 11.4811M10.8984 14.1491V8.98242M8.23145 6.81445H13.5648",
|
|
3543
|
+
stroke: "#52C41A",
|
|
3212
3544
|
"stroke-width": "1.5",
|
|
3213
3545
|
"stroke-linecap": "round",
|
|
3214
3546
|
"stroke-linejoin": "round"
|
|
3215
3547
|
}, null, -1);
|
|
3216
|
-
const
|
|
3217
|
-
_hoisted_2$2
|
|
3548
|
+
const _hoisted_4$2 = [
|
|
3549
|
+
_hoisted_2$2,
|
|
3550
|
+
_hoisted_3$2
|
|
3218
3551
|
];
|
|
3219
3552
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3220
3553
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3221
|
-
viewBox: "0 0
|
|
3554
|
+
viewBox: "0 0 21 20",
|
|
3222
3555
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3223
3556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3224
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3557
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-Online_workflow`],
|
|
3225
3558
|
width: "1em",
|
|
3226
3559
|
height: "1em"
|
|
3227
|
-
}, _ctx.$attrs),
|
|
3560
|
+
}, _ctx.$attrs), _hoisted_4$2, 16, _hoisted_1$2);
|
|
3228
3561
|
}
|
|
3229
3562
|
var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
3230
3563
|
const _sfc_main$1 = {
|
|
3231
|
-
name: "
|
|
3564
|
+
name: "IconSubmit",
|
|
3232
3565
|
props: {
|
|
3233
3566
|
prefix: {
|
|
3234
3567
|
type: String,
|
|
@@ -3242,42 +3575,36 @@
|
|
|
3242
3575
|
};
|
|
3243
3576
|
const _hoisted_1$1 = ["fill"];
|
|
3244
3577
|
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3245
|
-
d: "
|
|
3246
|
-
stroke: "#
|
|
3578
|
+
d: "M13.375 16L15 16C15.5523 16 16 15.5523 16 15L16 5C16 4.44772 15.5523 4 15 4L5 4C4.4477 4 4 4.44772 4 5L4 15C4 15.5523 4.4477 16 5 16L6.4375 16M10 16L10 10",
|
|
3579
|
+
stroke: "#52C41A",
|
|
3247
3580
|
"stroke-width": "1.5",
|
|
3581
|
+
"stroke-linecap": "round",
|
|
3248
3582
|
"stroke-linejoin": "round"
|
|
3249
3583
|
}, null, -1);
|
|
3250
3584
|
const _hoisted_3$1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3251
|
-
d: "
|
|
3252
|
-
stroke: "#
|
|
3585
|
+
d: "M8 12L10 10L12 12",
|
|
3586
|
+
stroke: "#52C41A",
|
|
3253
3587
|
"stroke-width": "1.5",
|
|
3254
3588
|
"stroke-linecap": "round",
|
|
3255
3589
|
"stroke-linejoin": "round"
|
|
3256
3590
|
}, null, -1);
|
|
3257
|
-
const _hoisted_4$1 =
|
|
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 = [
|
|
3591
|
+
const _hoisted_4$1 = [
|
|
3264
3592
|
_hoisted_2$1,
|
|
3265
|
-
_hoisted_3$1
|
|
3266
|
-
_hoisted_4$1
|
|
3593
|
+
_hoisted_3$1
|
|
3267
3594
|
];
|
|
3268
3595
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3269
3596
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3270
|
-
viewBox: "0 0
|
|
3597
|
+
viewBox: "0 0 20 20",
|
|
3271
3598
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3272
3599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3273
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3600
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-submit`],
|
|
3274
3601
|
width: "1em",
|
|
3275
3602
|
height: "1em"
|
|
3276
|
-
}, _ctx.$attrs),
|
|
3603
|
+
}, _ctx.$attrs), _hoisted_4$1, 16, _hoisted_1$1);
|
|
3277
3604
|
}
|
|
3278
3605
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
3279
3606
|
const _sfc_main = {
|
|
3280
|
-
name: "
|
|
3607
|
+
name: "IconWorkflow",
|
|
3281
3608
|
props: {
|
|
3282
3609
|
prefix: {
|
|
3283
3610
|
type: String,
|
|
@@ -3290,117 +3617,130 @@
|
|
|
3290
3617
|
}
|
|
3291
3618
|
};
|
|
3292
3619
|
const _hoisted_1 = ["fill"];
|
|
3293
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("
|
|
3294
|
-
|
|
3295
|
-
stroke: "#
|
|
3296
|
-
"stroke-width": "1.5",
|
|
3297
|
-
"stroke-linejoin": "round"
|
|
3298
|
-
}, null, -1);
|
|
3299
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3300
|
-
d: "M7.54541 5.72729V9.36366M5.72729 7.54541H9.36366",
|
|
3301
|
-
stroke: "#434343",
|
|
3620
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
|
|
3621
|
+
"clip-path": "url(#svg_2e2e2d35a1__clip0_5625_45280)",
|
|
3622
|
+
stroke: "#52C41A",
|
|
3302
3623
|
"stroke-width": "1.5",
|
|
3303
3624
|
"stroke-linecap": "round",
|
|
3304
3625
|
"stroke-linejoin": "round"
|
|
3305
|
-
},
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
];
|
|
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 = { id: "svg_2e2e2d35a1__clip0_5625_45280" };
|
|
3630
|
+
const _hoisted_4 = ["fill"];
|
|
3310
3631
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3311
3632
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3312
|
-
viewBox: "0 0
|
|
3633
|
+
viewBox: "0 0 20 20",
|
|
3313
3634
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3314
3635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3315
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3636
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-workflow`],
|
|
3316
3637
|
width: "1em",
|
|
3317
3638
|
height: "1em"
|
|
3318
|
-
}, _ctx.$attrs),
|
|
3639
|
+
}, _ctx.$attrs), [
|
|
3640
|
+
_hoisted_2,
|
|
3641
|
+
vue.createElementVNode("defs", null, [
|
|
3642
|
+
vue.createElementVNode("clipPath", _hoisted_3, [
|
|
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)
|
|
3648
|
+
])
|
|
3649
|
+
])
|
|
3650
|
+
], 16, _hoisted_1);
|
|
3319
3651
|
}
|
|
3320
3652
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
3321
|
-
exports2.Icon3d = index$
|
|
3322
|
-
exports2.IconActivate = index$
|
|
3323
|
-
exports2.IconAdd = index$
|
|
3324
|
-
exports2.IconAdvance = index$
|
|
3325
|
-
exports2.IconAnalysisdetails = index$
|
|
3326
|
-
exports2.IconAnalyze = index$
|
|
3327
|
-
exports2.IconApi = index$
|
|
3328
|
-
exports2.IconAppend = index$
|
|
3329
|
-
exports2.IconApply = index$
|
|
3330
|
-
exports2.IconAssembly = index$
|
|
3331
|
-
exports2.IconBasics = index$
|
|
3332
|
-
exports2.IconBloodanalysis = index$
|
|
3333
|
-
exports2.IconBusinessprocess = index$
|
|
3334
|
-
exports2.IconCharts = index$
|
|
3335
|
-
exports2.IconCheck = index$
|
|
3336
|
-
exports2.IconCollect = index$
|
|
3337
|
-
exports2.IconCopy = index$
|
|
3338
|
-
exports2.IconDatabase = index$
|
|
3339
|
-
exports2.IconDatabaseobject = index$
|
|
3340
|
-
exports2.IconDatabasesource = index$
|
|
3341
|
-
exports2.IconDelete = index$
|
|
3342
|
-
exports2.IconDetails = index
|
|
3343
|
-
exports2.IconDispatch = index$
|
|
3344
|
-
exports2.IconDisposition = index$
|
|
3345
|
-
exports2.IconDown = index$
|
|
3346
|
-
exports2.IconDownline = index$
|
|
3347
|
-
exports2.IconDownload = index$
|
|
3348
|
-
exports2.IconEdit = index$
|
|
3349
|
-
exports2.IconEmbellish = index
|
|
3350
|
-
exports2.IconEndtime = index$
|
|
3351
|
-
exports2.IconFields = index$
|
|
3352
|
-
exports2.IconFile = index$
|
|
3353
|
-
exports2.IconFold = index$
|
|
3354
|
-
exports2.IconFoldmore = index$
|
|
3355
|
-
exports2.IconFormula = index$
|
|
3356
|
-
exports2.IconFrame = index$
|
|
3357
|
-
exports2.IconGather = index$
|
|
3358
|
-
exports2.IconGoBack = index$
|
|
3359
|
-
exports2.IconHelp = index$
|
|
3360
|
-
exports2.IconHistory = index$
|
|
3361
|
-
exports2.IconHyposensitization = index$
|
|
3362
|
-
exports2.
|
|
3363
|
-
exports2.
|
|
3364
|
-
exports2.
|
|
3365
|
-
exports2.
|
|
3366
|
-
exports2.
|
|
3367
|
-
exports2.
|
|
3368
|
-
exports2.
|
|
3369
|
-
exports2.
|
|
3370
|
-
exports2.
|
|
3371
|
-
exports2.
|
|
3372
|
-
exports2.
|
|
3373
|
-
exports2.
|
|
3374
|
-
exports2.
|
|
3375
|
-
exports2.
|
|
3376
|
-
exports2.
|
|
3377
|
-
exports2.
|
|
3378
|
-
exports2.
|
|
3379
|
-
exports2.
|
|
3380
|
-
exports2.
|
|
3381
|
-
exports2.
|
|
3382
|
-
exports2.
|
|
3383
|
-
exports2.
|
|
3384
|
-
exports2.
|
|
3385
|
-
exports2.
|
|
3386
|
-
exports2.
|
|
3387
|
-
exports2.
|
|
3388
|
-
exports2.
|
|
3389
|
-
exports2.
|
|
3390
|
-
exports2.
|
|
3391
|
-
exports2.
|
|
3392
|
-
exports2.
|
|
3393
|
-
exports2.
|
|
3394
|
-
exports2.
|
|
3395
|
-
exports2.
|
|
3396
|
-
exports2.
|
|
3397
|
-
exports2.
|
|
3398
|
-
exports2.
|
|
3399
|
-
exports2.
|
|
3400
|
-
exports2.
|
|
3401
|
-
exports2.
|
|
3402
|
-
exports2.
|
|
3403
|
-
exports2.
|
|
3653
|
+
exports2.Icon3d = index$1q;
|
|
3654
|
+
exports2.IconActivate = index$12;
|
|
3655
|
+
exports2.IconAdd = index$1k;
|
|
3656
|
+
exports2.IconAdvance = index$14;
|
|
3657
|
+
exports2.IconAnalysisdetails = index$1p;
|
|
3658
|
+
exports2.IconAnalyze = index$1n;
|
|
3659
|
+
exports2.IconApi = index$1l;
|
|
3660
|
+
exports2.IconAppend = index$1h;
|
|
3661
|
+
exports2.IconApply = index$1m;
|
|
3662
|
+
exports2.IconAssembly = index$1i;
|
|
3663
|
+
exports2.IconBasics = index$1g;
|
|
3664
|
+
exports2.IconBloodanalysis = index$1j;
|
|
3665
|
+
exports2.IconBusinessprocess = index$1o;
|
|
3666
|
+
exports2.IconCharts = index$1b;
|
|
3667
|
+
exports2.IconCheck = index$16;
|
|
3668
|
+
exports2.IconCollect = index$1d;
|
|
3669
|
+
exports2.IconCopy = index$1a;
|
|
3670
|
+
exports2.IconDatabase = index$1c;
|
|
3671
|
+
exports2.IconDatabaseobject = index$19;
|
|
3672
|
+
exports2.IconDatabasesource = index$1f;
|
|
3673
|
+
exports2.IconDelete = index$18;
|
|
3674
|
+
exports2.IconDetails = index$17;
|
|
3675
|
+
exports2.IconDispatch = index$15;
|
|
3676
|
+
exports2.IconDisposition = index$13;
|
|
3677
|
+
exports2.IconDown = index$1e;
|
|
3678
|
+
exports2.IconDownline = index$T;
|
|
3679
|
+
exports2.IconDownload = index$U;
|
|
3680
|
+
exports2.IconEdit = index$11;
|
|
3681
|
+
exports2.IconEmbellish = index$$;
|
|
3682
|
+
exports2.IconEndtime = index$v;
|
|
3683
|
+
exports2.IconFields = index$Z;
|
|
3684
|
+
exports2.IconFile = index$10;
|
|
3685
|
+
exports2.IconFold = index$Y;
|
|
3686
|
+
exports2.IconFoldmore = index$Q;
|
|
3687
|
+
exports2.IconFormula = index$_;
|
|
3688
|
+
exports2.IconFrame = index$P;
|
|
3689
|
+
exports2.IconGather = index$t;
|
|
3690
|
+
exports2.IconGoBack = index$X;
|
|
3691
|
+
exports2.IconHelp = index$W;
|
|
3692
|
+
exports2.IconHistory = index$V;
|
|
3693
|
+
exports2.IconHyposensitization = index$N;
|
|
3694
|
+
exports2.IconInOperation = index$7;
|
|
3695
|
+
exports2.IconIndex = index$s;
|
|
3696
|
+
exports2.IconLatesttime = index$x;
|
|
3697
|
+
exports2.IconLayer = index$S;
|
|
3698
|
+
exports2.IconLimits = index$R;
|
|
3699
|
+
exports2.IconLivingExample = index$4;
|
|
3700
|
+
exports2.IconLose = index$6;
|
|
3701
|
+
exports2.IconMail = index$O;
|
|
3702
|
+
exports2.IconMirror = index$M;
|
|
3703
|
+
exports2.IconMode = index$L;
|
|
3704
|
+
exports2.IconModule = index$K;
|
|
3705
|
+
exports2.IconNo = index$I;
|
|
3706
|
+
exports2.IconNotice = index$J;
|
|
3707
|
+
exports2.IconNotice2 = index$m;
|
|
3708
|
+
exports2.IconOfflineWorkflow = index$3;
|
|
3709
|
+
exports2.IconOnlineWorkflow = index$2;
|
|
3710
|
+
exports2.IconPackup = index$F;
|
|
3711
|
+
exports2.IconPassword = index$w;
|
|
3712
|
+
exports2.IconPause = index$y;
|
|
3713
|
+
exports2.IconPicture = index$D;
|
|
3714
|
+
exports2.IconPublish = index$C;
|
|
3715
|
+
exports2.IconReflection = index$z;
|
|
3716
|
+
exports2.IconRefresh = index$A;
|
|
3717
|
+
exports2.IconResources = index$p;
|
|
3718
|
+
exports2.IconRevocation = index$u;
|
|
3719
|
+
exports2.IconRole = index$r;
|
|
3720
|
+
exports2.IconSave = index$B;
|
|
3721
|
+
exports2.IconScheduling = index$q;
|
|
3722
|
+
exports2.IconScript = index$o;
|
|
3723
|
+
exports2.IconSearch = index$G;
|
|
3724
|
+
exports2.IconSettings = index$n;
|
|
3725
|
+
exports2.IconSort = index$E;
|
|
3726
|
+
exports2.IconStarttime = index$H;
|
|
3727
|
+
exports2.IconStats = index$f;
|
|
3728
|
+
exports2.IconSubjectarea = index$9;
|
|
3729
|
+
exports2.IconSubmit = index$1;
|
|
3730
|
+
exports2.IconSubscribe = index$8;
|
|
3731
|
+
exports2.IconSuccessful = index$5;
|
|
3732
|
+
exports2.IconSwitch = index$b;
|
|
3733
|
+
exports2.IconTable = index$d;
|
|
3734
|
+
exports2.IconTerminate = index$a;
|
|
3735
|
+
exports2.IconTest = index$h;
|
|
3736
|
+
exports2.IconText = index$g;
|
|
3737
|
+
exports2.IconUnfold = index$l;
|
|
3738
|
+
exports2.IconUnfold2 = index$i;
|
|
3739
|
+
exports2.IconUpdatemode = index$c;
|
|
3740
|
+
exports2.IconUpload = index$e;
|
|
3741
|
+
exports2.IconWorkflow = index;
|
|
3742
|
+
exports2.IconZoomin = index$j;
|
|
3743
|
+
exports2.IconZoomout = index$k;
|
|
3404
3744
|
Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3405
3745
|
});
|
|
3406
3746
|
//# sourceMappingURL=icon.js.map
|