@opentiny/tiny-robot-svgs 0.2.1 → 0.3.0-alpha.0
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/index.d.ts +24 -0
- package/dist/tiny-robot-svgs.js +495 -153
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -29,6 +29,22 @@ export declare const IconEditPen: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
29
29
|
|
|
30
30
|
export declare const IconEmptySearch: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
|
|
32
|
+
export declare const IconFileExcel: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
33
|
+
|
|
34
|
+
export declare const IconFileFolder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
|
|
36
|
+
export declare const IconFileImage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
|
|
38
|
+
export declare const IconFileNone: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
|
|
40
|
+
export declare const IconFileOther: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
|
|
42
|
+
export declare const IconFilePdf: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
|
|
44
|
+
export declare const IconFilePpt: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
|
|
46
|
+
export declare const IconFileWord: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
|
|
32
48
|
export declare const IconFullScreen: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
33
49
|
|
|
34
50
|
export declare const IconHistory: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -59,6 +75,14 @@ export declare const IconThink: DefineComponent< {}, {}, {}, {}, {}, Componen
|
|
|
59
75
|
|
|
60
76
|
export declare const IconTypeAll: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
61
77
|
|
|
78
|
+
export declare const IconUploadCloud: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
79
|
+
|
|
80
|
+
export declare const IconUploadFailed: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
|
|
82
|
+
export declare const IconUploadLoading: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
83
|
+
|
|
84
|
+
export declare const IconUploadLocal: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
85
|
+
|
|
62
86
|
export declare const IconUser: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
63
87
|
|
|
64
88
|
export declare const IconVoice: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
package/dist/tiny-robot-svgs.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
const
|
|
1
|
+
import { createElementBlock as l, openBlock as f, createStaticVNode as u, createElementVNode as e } from "vue";
|
|
2
|
+
const s = {
|
|
3
3
|
name: "IconAccessory"
|
|
4
|
-
},
|
|
4
|
+
}, o = (n, t) => {
|
|
5
5
|
const d = n.__vccOpts || n;
|
|
6
|
-
for (const [r,
|
|
7
|
-
d[r] =
|
|
6
|
+
for (const [r, i] of t)
|
|
7
|
+
d[r] = i;
|
|
8
8
|
return d;
|
|
9
|
-
},
|
|
9
|
+
}, c = {
|
|
10
10
|
width: "1em",
|
|
11
11
|
height: "1em",
|
|
12
12
|
viewBox: "0 0 32 32",
|
|
@@ -14,14 +14,14 @@ const v = {
|
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
15
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
16
16
|
};
|
|
17
|
-
function
|
|
18
|
-
return
|
|
17
|
+
function v(n, t, d, r, i, A) {
|
|
18
|
+
return f(), l("svg", c, t[0] || (t[0] = [
|
|
19
19
|
u('<defs></defs><rect id="矩形" rx="8.000000" width="32.000000" height="32.000000" fill="#000000" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" rx="8.000000" width="31.000000" height="31.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="4.000000" y="4.000000" width="24.000000" height="24.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="4.500000" y="4.500000" width="23.000000" height="23.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><path id="路径 3" d="M13.37 10.32L13.23 10.26L15.44 11.19L12.61 18.98C12.2 20.11 12.81 21.36 13.95 21.72C15.04 22.07 16.2 21.5 16.59 20.43L19.35 12.85L18.8 12.65L18.79 12.62C18.79 12.61 18.8 12.61 18.8 12.6L15.44 11.19L15.83 10.14C16.49 8.31 18.52 7.37 20.35 8.03C22.18 8.7 23.12 10.72 22.46 12.55L19.15 21.65C18.21 24.21 15.38 25.54 12.82 24.6C10.25 23.67 8.93 20.83 9.86 18.27L12.83 10.12L12.28 9.92L12.27 9.9C12.39 9.58 12.73 9.42 13.04 9.54C13.36 9.65 13.52 9.99 13.4 10.31L13.37 10.32Z" fill="#D8D8D8" fill-opacity="0" fill-rule="evenodd"></path><path id="路径 3" d="M12.84 10.1L9.86 18.27C8.93 20.83 10.25 23.67 12.82 24.6C15.38 25.54 18.21 24.21 19.15 21.65L22.46 12.55C23.12 10.72 22.18 8.7 20.35 8.03C18.52 7.37 16.49 8.31 15.83 10.14L12.61 18.98C12.2 20.11 12.81 21.36 13.95 21.72C15.04 22.07 16.2 21.5 16.59 20.43L19.35 12.83" stroke="#595959" stroke-opacity="1.000000" stroke-width="1.200000" stroke-linecap="round"></path>', 7)
|
|
20
20
|
]));
|
|
21
21
|
}
|
|
22
|
-
const
|
|
22
|
+
const y0 = /* @__PURE__ */ o(s, [["render", v]]), p = {
|
|
23
23
|
name: "IconAi"
|
|
24
|
-
},
|
|
24
|
+
}, C = {
|
|
25
25
|
width: "1em",
|
|
26
26
|
height: "1em",
|
|
27
27
|
viewBox: "0 0 32 32",
|
|
@@ -29,8 +29,8 @@ const I1 = /* @__PURE__ */ l(v, [["render", c]]), C = {
|
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
30
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
31
31
|
};
|
|
32
|
-
function
|
|
33
|
-
return
|
|
32
|
+
function w(n, t, d, r, i, A) {
|
|
33
|
+
return f(), l("svg", C, t[0] || (t[0] = [
|
|
34
34
|
e("defs", null, [
|
|
35
35
|
e("pattern", {
|
|
36
36
|
id: "pattern_442_313640",
|
|
@@ -59,9 +59,9 @@ function z(n, t, d, r, A, s) {
|
|
|
59
59
|
}, null, -1)
|
|
60
60
|
]));
|
|
61
61
|
}
|
|
62
|
-
const
|
|
62
|
+
const k0 = /* @__PURE__ */ o(p, [["render", w]]), a = {
|
|
63
63
|
name: "IconArrowDown"
|
|
64
|
-
},
|
|
64
|
+
}, z = {
|
|
65
65
|
width: "1em",
|
|
66
66
|
height: "1em",
|
|
67
67
|
viewBox: "0 0 16 16",
|
|
@@ -69,8 +69,8 @@ const R1 = /* @__PURE__ */ l(C, [["render", z]]), w = {
|
|
|
69
69
|
xmlns: "http://www.w3.org/2000/svg",
|
|
70
70
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
71
71
|
};
|
|
72
|
-
function
|
|
73
|
-
return
|
|
72
|
+
function L(n, t, d, r, i, A) {
|
|
73
|
+
return f(), l("svg", z, t[0] || (t[0] = [
|
|
74
74
|
e("defs", null, null, -1),
|
|
75
75
|
e("path", {
|
|
76
76
|
id: "路径",
|
|
@@ -82,9 +82,9 @@ function P(n, t, d, r, A, s) {
|
|
|
82
82
|
}, null, -1)
|
|
83
83
|
]));
|
|
84
84
|
}
|
|
85
|
-
const
|
|
85
|
+
const B0 = /* @__PURE__ */ o(a, [["render", L]]), h = {
|
|
86
86
|
name: "IconArrowUp"
|
|
87
|
-
},
|
|
87
|
+
}, F = {
|
|
88
88
|
width: "1em",
|
|
89
89
|
height: "1em",
|
|
90
90
|
viewBox: "0 0 16 16",
|
|
@@ -92,8 +92,8 @@ const U1 = /* @__PURE__ */ l(w, [["render", P]]), X = {
|
|
|
92
92
|
xmlns: "http://www.w3.org/2000/svg",
|
|
93
93
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
94
94
|
};
|
|
95
|
-
function g(n, t, d, r,
|
|
96
|
-
return
|
|
95
|
+
function g(n, t, d, r, i, A) {
|
|
96
|
+
return f(), l("svg", F, t[0] || (t[0] = [
|
|
97
97
|
e("defs", null, null, -1),
|
|
98
98
|
e("path", {
|
|
99
99
|
id: "路径",
|
|
@@ -105,9 +105,9 @@ function g(n, t, d, r, A, s) {
|
|
|
105
105
|
}, null, -1)
|
|
106
106
|
]));
|
|
107
107
|
}
|
|
108
|
-
const
|
|
108
|
+
const H0 = /* @__PURE__ */ o(h, [["render", g]]), P = {
|
|
109
109
|
name: "IconAssociate"
|
|
110
|
-
},
|
|
110
|
+
}, X = {
|
|
111
111
|
width: "1em",
|
|
112
112
|
height: "1em",
|
|
113
113
|
viewBox: "0 0 16 16",
|
|
@@ -115,8 +115,8 @@ const K1 = /* @__PURE__ */ l(X, [["render", g]]), L = {
|
|
|
115
115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
116
116
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
117
117
|
};
|
|
118
|
-
function
|
|
119
|
-
return
|
|
118
|
+
function O(n, t, d, r, i, A) {
|
|
119
|
+
return f(), l("svg", X, t[0] || (t[0] = [
|
|
120
120
|
e("rect", {
|
|
121
121
|
id: "矩形",
|
|
122
122
|
width: "16.000000",
|
|
@@ -150,9 +150,9 @@ function m(n, t, d, r, A, s) {
|
|
|
150
150
|
}, null, -1)
|
|
151
151
|
]));
|
|
152
152
|
}
|
|
153
|
-
const
|
|
153
|
+
const Z0 = /* @__PURE__ */ o(P, [["render", O]]), m = {
|
|
154
154
|
name: "IconCancelFullScreen"
|
|
155
|
-
},
|
|
155
|
+
}, b = {
|
|
156
156
|
width: "1em",
|
|
157
157
|
height: "1em",
|
|
158
158
|
version: "1.1",
|
|
@@ -165,8 +165,8 @@ const _1 = /* @__PURE__ */ l(L, [["render", m]]), h = {
|
|
|
165
165
|
style: { "enable-background": "new 0 0 132 132" },
|
|
166
166
|
"xml:space": "preserve"
|
|
167
167
|
};
|
|
168
|
-
function
|
|
169
|
-
return
|
|
168
|
+
function x(n, t, d, r, i, A) {
|
|
169
|
+
return f(), l("svg", b, t[0] || (t[0] = [
|
|
170
170
|
e("rect", {
|
|
171
171
|
style: { fill: "none" },
|
|
172
172
|
width: "132",
|
|
@@ -184,17 +184,17 @@ function D(n, t, d, r, A, s) {
|
|
|
184
184
|
}, null, -1)
|
|
185
185
|
]));
|
|
186
186
|
}
|
|
187
|
-
const
|
|
187
|
+
const N0 = /* @__PURE__ */ o(m, [["render", x]]), D = {
|
|
188
188
|
name: "IconClose"
|
|
189
|
-
},
|
|
189
|
+
}, y = {
|
|
190
190
|
width: "1em",
|
|
191
191
|
height: "1em",
|
|
192
192
|
viewBox: "0 0 20 20",
|
|
193
193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
194
194
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
195
195
|
};
|
|
196
|
-
function
|
|
197
|
-
return
|
|
196
|
+
function k(n, t, d, r, i, A) {
|
|
197
|
+
return f(), l("svg", y, t[0] || (t[0] = [
|
|
198
198
|
e("defs", null, null, -1),
|
|
199
199
|
e("rect", {
|
|
200
200
|
id: "矩形 757",
|
|
@@ -221,9 +221,9 @@ function y(n, t, d, r, A, s) {
|
|
|
221
221
|
}, null, -1)
|
|
222
222
|
]));
|
|
223
223
|
}
|
|
224
|
-
const
|
|
224
|
+
const T0 = /* @__PURE__ */ o(D, [["render", k]]), B = {
|
|
225
225
|
name: "IconCopy"
|
|
226
|
-
},
|
|
226
|
+
}, H = {
|
|
227
227
|
width: "1em",
|
|
228
228
|
height: "1em",
|
|
229
229
|
viewBox: "0 0 16 16",
|
|
@@ -231,8 +231,8 @@ const t0 = /* @__PURE__ */ l(H, [["render", y]]), N = {
|
|
|
231
231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
232
232
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
233
233
|
};
|
|
234
|
-
function
|
|
235
|
-
return
|
|
234
|
+
function Z(n, t, d, r, i, A) {
|
|
235
|
+
return f(), l("svg", H, t[0] || (t[0] = [
|
|
236
236
|
e("defs", null, null, -1),
|
|
237
237
|
e("path", {
|
|
238
238
|
id: "矢量 22",
|
|
@@ -244,9 +244,9 @@ function T(n, t, d, r, A, s) {
|
|
|
244
244
|
}, null, -1)
|
|
245
245
|
]));
|
|
246
246
|
}
|
|
247
|
-
const
|
|
247
|
+
const j0 = /* @__PURE__ */ o(B, [["render", Z]]), N = {
|
|
248
248
|
name: "IconDelete"
|
|
249
|
-
},
|
|
249
|
+
}, T = {
|
|
250
250
|
width: "1em",
|
|
251
251
|
height: "1em",
|
|
252
252
|
fill: "currentColor",
|
|
@@ -254,8 +254,8 @@ const e0 = /* @__PURE__ */ l(N, [["render", T]]), Z = {
|
|
|
254
254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
255
255
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
256
256
|
};
|
|
257
|
-
function j(n, t, d, r,
|
|
258
|
-
return
|
|
257
|
+
function j(n, t, d, r, i, A) {
|
|
258
|
+
return f(), l("svg", T, t[0] || (t[0] = [
|
|
259
259
|
e("desc", null, " Created with Pixso. ", -1),
|
|
260
260
|
e("defs", null, null, -1),
|
|
261
261
|
e("path", {
|
|
@@ -282,9 +282,9 @@ function j(n, t, d, r, A, s) {
|
|
|
282
282
|
}, null, -1)
|
|
283
283
|
]));
|
|
284
284
|
}
|
|
285
|
-
const
|
|
285
|
+
const M0 = /* @__PURE__ */ o(N, [["render", j]]), M = {
|
|
286
286
|
name: "IconDislike"
|
|
287
|
-
},
|
|
287
|
+
}, E = {
|
|
288
288
|
width: "1em",
|
|
289
289
|
height: "1em",
|
|
290
290
|
viewBox: "0 0 16 16",
|
|
@@ -292,8 +292,8 @@ const n0 = /* @__PURE__ */ l(Z, [["render", j]]), M = {
|
|
|
292
292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
293
293
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
294
294
|
};
|
|
295
|
-
function
|
|
296
|
-
return
|
|
295
|
+
function Y(n, t, d, r, i, A) {
|
|
296
|
+
return f(), l("svg", E, t[0] || (t[0] = [
|
|
297
297
|
e("defs", null, [
|
|
298
298
|
e("clipPath", { id: "clip597_81528" }, [
|
|
299
299
|
e("rect", {
|
|
@@ -317,7 +317,7 @@ function Q(n, t, d, r, A, s) {
|
|
|
317
317
|
], -1)
|
|
318
318
|
]));
|
|
319
319
|
}
|
|
320
|
-
const
|
|
320
|
+
const E0 = /* @__PURE__ */ o(M, [["render", Y]]), Q = {
|
|
321
321
|
name: "IconEditPen"
|
|
322
322
|
}, G = {
|
|
323
323
|
width: "1em",
|
|
@@ -327,8 +327,8 @@ const d0 = /* @__PURE__ */ l(M, [["render", Q]]), E = {
|
|
|
327
327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
328
328
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
329
329
|
};
|
|
330
|
-
function q(n, t, d, r,
|
|
331
|
-
return
|
|
330
|
+
function q(n, t, d, r, i, A) {
|
|
331
|
+
return f(), l("svg", G, t[0] || (t[0] = [
|
|
332
332
|
e("desc", null, " Created with Pixso. ", -1),
|
|
333
333
|
e("defs", null, null, -1),
|
|
334
334
|
e("path", {
|
|
@@ -340,7 +340,7 @@ function q(n, t, d, r, A, s) {
|
|
|
340
340
|
}, null, -1)
|
|
341
341
|
]));
|
|
342
342
|
}
|
|
343
|
-
const
|
|
343
|
+
const Y0 = /* @__PURE__ */ o(Q, [["render", q]]), W = {
|
|
344
344
|
name: "IconEdit"
|
|
345
345
|
}, J = {
|
|
346
346
|
width: "1em",
|
|
@@ -350,14 +350,14 @@ const r0 = /* @__PURE__ */ l(E, [["render", q]]), W = {
|
|
|
350
350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
351
351
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
352
352
|
};
|
|
353
|
-
function V(n, t, d, r,
|
|
354
|
-
return
|
|
353
|
+
function V(n, t, d, r, i, A) {
|
|
354
|
+
return f(), l("svg", J, t[0] || (t[0] = [
|
|
355
355
|
u('<defs></defs><rect id="矩形" width="16.000000" height="16.000000" fill="#FF8800" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" width="15.000000" height="15.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><path id="路径" d="M4.57 14L12.71 5.85C13.42 5.14 13.42 3.99 12.71 3.28C12 2.57 10.85 2.57 10.14 3.28L2 11.42L2 14L4.57 14Z" stroke="#1476ff" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"></path><path id="Fill 1" d="M12.85 12.75C12.27 13.29 12 14.14 12 15C12 14.15 11.7 13.29 11.14 12.75C10.6 12.22 9.81 12 9 12C9.78 12 10.6 11.73 11.14 11.25C11.74 10.7 12 9.87 12 9C12 9.87 12.26 10.7 12.85 11.25C13.39 11.74 14.21 12 15 12C14.2 12 13.39 12.24 12.85 12.75Z" fill="#1476ff" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill 1" d="" fill="#F2F2F2" fill-opacity="0" fill-rule="evenodd"></path><path id="Fill 1备份" d="M3.57 3.5C3.18 3.86 3 4.42 3 5C3 4.43 2.8 3.86 2.42 3.5C2.06 3.15 1.54 3 1 3C1.52 3 2.07 2.82 2.42 2.5C2.82 2.13 3 1.58 3 1C3 1.58 3.17 2.13 3.57 2.5C3.92 2.82 4.47 3 5 3C4.46 3 3.92 3.16 3.57 3.5Z" fill="#1476ff" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill 1备份" d="" fill="#F2F2F2" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M8.85 4.57L11.42 7.14" stroke="#1476ff" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"></path>', 9)
|
|
356
356
|
]));
|
|
357
357
|
}
|
|
358
|
-
const
|
|
358
|
+
const Q0 = /* @__PURE__ */ o(W, [["render", V]]), I = {
|
|
359
359
|
name: "IconEmptySearch"
|
|
360
|
-
},
|
|
360
|
+
}, S = {
|
|
361
361
|
width: "7em",
|
|
362
362
|
height: "7em",
|
|
363
363
|
viewBox: "0 0 112 112",
|
|
@@ -365,14 +365,252 @@ const A0 = /* @__PURE__ */ l(W, [["render", V]]), S = {
|
|
|
365
365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
366
366
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
367
367
|
};
|
|
368
|
-
function R(n, t, d, r,
|
|
369
|
-
return
|
|
368
|
+
function R(n, t, d, r, i, A) {
|
|
369
|
+
return f(), l("svg", S, t[0] || (t[0] = [
|
|
370
370
|
u('<defs></defs><path id="矩形备份-2" d="M77.18 14L88.67 14C91.82 14 94.37 16.55 94.37 19.7L94.37 32.17C94.37 32.96 93.73 33.6 92.95 33.6L77.18 33.6L77.18 14Z" fill="#EEEEEE" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形备份-2" d="M94.3774 19.6016C94.3774 16.5088 91.8123 14.0016 88.6477 14.0016L77.1885 14.0016L77.1885 33.6016L92.9451 33.6016C93.7361 33.6016 94.3774 32.9748 94.3774 32.2016L94.3774 19.6016ZM78.4785 15.2609L88.6475 15.2609C91.0991 15.2609 93.0867 17.2034 93.0867 19.5996L93.0867 32.1996C93.0867 32.2762 93.0229 32.3383 92.9446 32.3383L78.4785 32.3383L78.4785 15.2609Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形" d="M20.33 13.99L88.62 13.99L88.62 13.99C88.88 14.79 89 15.19 89 15.19C82.79 15.19 83.59 19.05 83.59 31C83.59 37.03 83.59 41.87 83.59 45.5C83.59 45.5 83.59 45.5 83.59 45.5L83.59 94.62C83.59 98.03 80.83 100.8 77.41 100.8L20.33 100.8C16.92 100.8 14.16 98.03 14.16 94.62L14.16 20.17C14.16 16.76 16.92 13.99 20.33 13.99Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形" d="M20.3701 13.9999L88.624 13.9999L89.01 15.1953L88.6494 15.1998C83.4832 15.3343 83.5078 18.4558 83.5784 27.3533C83.5864 28.3734 83.595 29.4695 83.5964 30.6457L83.5967 94.7332C83.5967 98.0837 80.8176 100.8 77.3896 100.8L20.3701 100.8C16.9421 100.8 14.1631 98.0837 14.1631 94.7332L14.1631 20.0665C14.1631 16.716 16.9421 13.9999 20.3701 13.9999ZM15.4531 20.0665C15.4531 17.4126 17.6543 15.2611 20.3699 15.2611L84.3958 15.2628C83.7549 15.819 83.281 16.5607 82.9536 17.5081C82.47 18.9081 82.3086 20.2378 82.2808 23.616L82.2769 25.3833L82.3035 29.7987L82.3059 94.7332C82.3059 97.3871 80.1045 99.5386 77.3892 99.5386L20.3699 99.5386C17.6543 99.5386 15.4531 97.3871 15.4531 94.7332L15.4531 20.0665Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径备份-3" d="M77.7 100.8C79.61 100.8 58.99 100.8 15.86 100.8C10.96 100.8 7 96.83 7 91.93L7 84.01C7 83.49 7.42 83.06 7.95 83.06L70.63 83.06C71.16 83.06 71.58 83.49 71.58 84.01C71.58 87.49 71.58 90.96 71.58 94.44C71.58 96.72 73.17 99.55 76.55 99.55C78.68 99.55 76.67 100.8 77.7 100.8Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径备份-3" d="M70.6318 83.0671C71.1594 83.0671 71.5869 83.485 71.5869 84.0005L71.5869 94.4444C71.5869 96.6768 73.1042 99.436 76.3428 99.5524L76.5564 99.5562C77.8093 99.5562 77.626 99.9882 77.4756 100.343C77.3706 100.59 77.2815 100.8 77.7061 100.8L16.0715 100.8C11.0613 100.8 6.99951 96.8307 6.99951 91.9338L6.99951 84.0005C6.99951 83.485 7.427 83.0671 7.95435 83.0671L70.6318 83.0671ZM8.29053 84.3267L70.2966 84.3267L70.2969 94.4427L70.2991 94.6143C70.3472 96.5544 71.2087 98.3509 72.6643 99.5056L72.7053 99.5375L16.072 99.5375L15.8772 99.5352C11.6697 99.4342 8.29053 96.0688 8.29053 91.9321L8.29053 84.3267Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill-1" d="M34.07 22.19C27.83 22.19 22.75 27.16 22.75 33.25C22.75 39.35 27.83 44.32 34.07 44.32C40.3 44.32 45.38 39.35 45.38 33.25C45.38 27.16 40.3 22.19 34.07 22.19Z" fill="#1476FF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="形状结合" d="M38.31 28.84C38.71 29.24 38.65 29.93 38.18 30.39L35.57 32.95L38.18 35.51C38.63 35.94 38.7 36.58 38.37 36.99L38.31 37.06C37.9 37.46 37.19 37.4 36.72 36.94L34.1 34.38L31.49 36.94C31.01 37.4 30.3 37.46 29.9 37.06C29.49 36.66 29.55 35.97 30.02 35.51L32.64 32.95L30.02 30.39C29.57 29.96 29.5 29.32 29.83 28.91L29.9 28.84C30.3 28.44 31.01 28.5 31.49 28.96L34.1 31.52L36.72 28.96C37.19 28.5 37.9 28.44 38.31 28.84Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="形状结合" d="M38.3096 28.8433C38.7144 29.239 38.6594 29.9346 38.1875 30.3961L35.5718 32.9534L38.1875 35.5113C38.6301 35.944 38.7058 36.5825 38.3801 36.9866L38.3096 37.0641C37.905 37.4597 37.1936 37.4062 36.7214 36.9447L34.1057 34.3871L31.4895 36.9447C31.0176 37.4062 30.3059 37.4597 29.9014 37.0641C29.4968 36.6685 29.5515 35.9729 30.0237 35.5113L32.6389 32.9534L30.0237 30.3961C29.5811 29.9635 29.5051 29.325 29.8308 28.9209L29.9014 28.8434C30.3059 28.4477 31.0176 28.5013 31.4895 28.9628L34.1057 31.5197L36.7214 28.9628C37.1936 28.5013 37.905 28.4477 38.3096 28.8433ZM30.4766 29.3516C30.5288 29.3024 30.7583 29.3196 30.9463 29.5035L34.106 32.5916L37.2651 29.5035C37.4531 29.3196 37.6829 29.3023 37.7664 29.384C37.8457 29.4616 37.8289 29.6747 37.6443 29.8554L34.4756 32.9533L37.644 36.052C37.8184 36.2222 37.8445 36.4279 37.7759 36.5128L37.7351 36.5559C37.6829 36.6051 37.4531 36.5878 37.2651 36.4039L34.106 33.3149L30.9463 36.4039C30.7583 36.5878 30.5286 36.6051 30.4451 36.5234C30.3657 36.4458 30.3826 36.2327 30.5674 36.052L33.7356 32.9533L30.5674 29.8554C30.3933 29.6852 30.3672 29.4795 30.4355 29.3947L30.4766 29.3516Z" clip-rule="evenodd" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill-1" d="M91.98 78.09L88.4 74.59C88.09 74.29 88.09 73.8 88.4 73.5C88.7 73.2 89.2 73.2 89.51 73.5L93.09 77.01C93.4 77.31 93.4 77.79 93.09 78.09C92.94 78.24 92.74 78.32 92.54 78.32C92.34 78.32 92.14 78.24 91.98 78.09Z" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill-1" d="M89.51 73.5L93.09 77.01C93.4 77.31 93.4 77.79 93.09 78.09C92.94 78.24 92.74 78.32 92.54 78.32C92.34 78.32 92.14 78.24 91.98 78.09L88.4 74.59C88.09 74.29 88.09 73.8 88.4 73.5C88.7 73.2 89.2 73.2 89.51 73.5Z" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形" d="M92.3589 77.3622C93.3684 76.3616 94.9844 76.3504 95.98 77.3371L103.173 84.4643C104.123 85.4058 104.152 86.9293 103.263 87.9314L103.148 88.0529C102.139 89.0535 100.522 89.0647 99.5269 88.078L92.334 80.9508C91.3838 80.0092 91.3545 78.4858 92.2437 77.4837L92.3589 77.3622ZM93.4229 78.4483L93.4292 78.4419C93.8369 78.0378 94.4895 78.0333 94.8916 78.4318L102.084 85.559C102.471 85.9422 102.47 86.5707 102.081 86.9629L101.996 87.0405C101.591 87.3725 100.991 87.3544 100.612 86.9794L93.4194 79.8522C93.0327 79.4689 93.0342 78.8404 93.4229 78.4483Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形" d="M96.01 77.3232C95.0259 76.3391 93.4119 76.3575 92.405 77.3645L92.3042 77.4707C91.3979 78.4819 91.4136 80.0193 92.3638 80.9695L99.4912 88.0972C100.475 89.0813 102.09 89.0628 103.096 88.0559L103.197 87.9496C104.104 86.9384 104.088 85.401 103.138 84.4508L96.01 77.3232ZM93.2761 80.0538C92.7842 79.5617 92.7932 78.7547 93.2969 78.2513C93.8003 77.7478 94.6072 77.7386 95.0994 78.2306L102.227 85.3583C102.719 85.8503 102.71 86.6573 102.206 87.1608C101.703 87.6643 100.896 87.6735 100.404 87.1814L93.2761 80.0538Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="M77.32 43.41C87.27 43.41 95.37 51.33 95.37 61.05C95.37 70.78 87.27 78.69 77.32 78.69C67.37 78.69 59.27 70.78 59.27 61.05C59.27 51.33 67.37 43.41 77.32 43.41Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="M95.3748 61.0587C95.3748 51.3318 87.2783 43.4187 77.3262 43.4187C67.3743 43.4187 59.2778 51.3318 59.2778 61.0587C59.2778 70.7856 67.3743 78.6987 77.3262 78.6987C87.2783 78.6987 95.3748 70.7856 95.3748 61.0587ZM60.8206 61.0573C60.8206 52.1745 68.2224 44.9401 77.325 44.9401C86.4275 44.9401 93.8293 52.1745 93.8293 61.0573C93.8293 69.94 86.4275 77.1745 77.325 77.1745C68.2224 77.1745 60.8206 69.94 60.8206 61.0573Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="M95.3748 61.0587C95.3748 51.3318 87.2783 43.4187 77.3262 43.4187C67.3743 43.4187 59.2778 51.3318 59.2778 61.0587C59.2778 70.7856 67.3743 78.6987 77.3262 78.6987C87.2783 78.6987 95.3748 70.7856 95.3748 61.0587ZM60.5659 61.0587C60.5659 52.0277 68.085 44.6787 77.3252 44.6787C86.5652 44.6787 94.0845 52.0277 94.0845 61.0587C94.0845 70.0897 86.5652 77.4387 77.3252 77.4387C68.085 77.4387 60.5659 70.0897 60.5659 61.0587Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="M95.3748 61.0587C95.3748 51.3318 87.2783 43.4187 77.3262 43.4187L77.0283 43.4211C67.2131 43.5771 59.2778 51.4291 59.2778 61.0587C59.2778 70.7856 67.3743 78.6987 77.3262 78.6987L77.6243 78.6963C87.4395 78.5403 95.3748 70.6883 95.3748 61.0587ZM60.5659 61.0587C60.5659 52.0277 68.085 44.6787 77.3252 44.6787C86.5652 44.6787 94.0845 52.0277 94.0845 61.0587C94.0845 70.0897 86.5652 77.4387 77.3252 77.4387C68.085 77.4387 60.5659 70.0897 60.5659 61.0587Z" clip-rule="evenodd" fill="#818181" fill-opacity="1.000000" fill-rule="evenodd"></path><circle id="椭圆形备份" cx="33.599854" cy="33.599899" r="11.200000" fill="#1576FF" fill-opacity="1.000000"></circle><path id="路径-20" d="M38.12 37C38.42 37.3 38.43 37.78 38.13 38.09C37.83 38.39 37.34 38.39 37.04 38.09L29.13 30.26C28.83 29.96 28.83 29.47 29.13 29.17C29.43 28.87 29.92 28.87 30.22 29.17L38.12 37Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径-20" d="M38.09 29.13C38.39 29.43 38.39 29.92 38.09 30.22L30.26 38.12C29.96 38.42 29.47 38.43 29.17 38.13C28.87 37.83 28.86 37.34 29.16 37.04L37 29.13C37.3 28.83 37.78 28.83 38.09 29.13Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path>', 21)
|
|
371
371
|
]));
|
|
372
372
|
}
|
|
373
|
-
const
|
|
374
|
-
name: "
|
|
373
|
+
const G0 = /* @__PURE__ */ o(I, [["render", R]]), U = {
|
|
374
|
+
name: "IconFileExcel"
|
|
375
375
|
}, K = {
|
|
376
|
+
width: "1em",
|
|
377
|
+
height: "1em",
|
|
378
|
+
viewBox: "0 0 20 20",
|
|
379
|
+
fill: "none",
|
|
380
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
381
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
382
|
+
};
|
|
383
|
+
function _(n, t, d, r, i, A) {
|
|
384
|
+
return f(), l("svg", K, t[0] || (t[0] = [
|
|
385
|
+
e("path", {
|
|
386
|
+
id: "矩形备份-77",
|
|
387
|
+
d: "M12.91 1.66L17.29 6.04L13.86 6.04C13.34 6.04 12.91 5.61 12.91 5.09L12.91 1.66L12.91 1.66Z",
|
|
388
|
+
fill: "#7EEDC1",
|
|
389
|
+
"fill-opacity": "1.000000",
|
|
390
|
+
"fill-rule": "evenodd"
|
|
391
|
+
}, null, -1),
|
|
392
|
+
e("path", {
|
|
393
|
+
id: "矩形备份-23",
|
|
394
|
+
d: "M12.97 1.66L12.97 5.08C12.96 5.61 13.39 6.04 13.92 6.04L17.34 6.04L17.34 16.66C17.34 17.58 16.59 18.33 15.67 18.33L4.42 18.33C3.5 18.33 2.76 17.58 2.76 16.66L2.76 3.33C2.76 2.41 3.5 1.66 4.42 1.66L12.97 1.66L12.97 1.66Z",
|
|
395
|
+
fill: "#06BB73",
|
|
396
|
+
"fill-opacity": "1.000000",
|
|
397
|
+
"fill-rule": "evenodd"
|
|
398
|
+
}, null, -1),
|
|
399
|
+
e("path", {
|
|
400
|
+
id: "路径-5",
|
|
401
|
+
d: "M8.22 9.21L11.73 14.21",
|
|
402
|
+
stroke: "#FFFFFF",
|
|
403
|
+
"stroke-opacity": "1.000000",
|
|
404
|
+
"stroke-width": "0.722222",
|
|
405
|
+
"stroke-linejoin": "round",
|
|
406
|
+
"stroke-linecap": "round"
|
|
407
|
+
}, null, -1),
|
|
408
|
+
e("path", {
|
|
409
|
+
id: "路径-5",
|
|
410
|
+
d: "M11.79 9.23L8.29 14.24",
|
|
411
|
+
stroke: "#FFFFFF",
|
|
412
|
+
"stroke-opacity": "1.000000",
|
|
413
|
+
"stroke-width": "0.722222",
|
|
414
|
+
"stroke-linejoin": "round",
|
|
415
|
+
"stroke-linecap": "round"
|
|
416
|
+
}, null, -1)
|
|
417
|
+
]));
|
|
418
|
+
}
|
|
419
|
+
const q0 = /* @__PURE__ */ o(U, [["render", _]]), $ = {
|
|
420
|
+
name: "IconFileFolder"
|
|
421
|
+
}, t1 = {
|
|
422
|
+
width: "1em",
|
|
423
|
+
height: "1em",
|
|
424
|
+
viewBox: "0 0 20 20",
|
|
425
|
+
fill: "none",
|
|
426
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
427
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
428
|
+
};
|
|
429
|
+
function e1(n, t, d, r, i, A) {
|
|
430
|
+
return f(), l("svg", t1, t[0] || (t[0] = [
|
|
431
|
+
e("path", {
|
|
432
|
+
id: "形状结合",
|
|
433
|
+
d: "M1.66 4.58C1.66 3.66 2.41 2.91 3.33 2.91L9.28 2.91C9.81 2.91 10.3 3.16 10.61 3.58L11.05 4.16L16.66 4.16C17.58 4.16 18.33 4.91 18.33 5.83L18.33 15C18.33 15.92 17.58 16.66 16.66 16.66L3.33 16.66C2.41 16.66 1.66 15.92 1.66 15L1.66 4.58Z",
|
|
434
|
+
fill: "#FFB321",
|
|
435
|
+
"fill-opacity": "1.000000",
|
|
436
|
+
"fill-rule": "evenodd"
|
|
437
|
+
}, null, -1),
|
|
438
|
+
e("path", {
|
|
439
|
+
id: "path-1",
|
|
440
|
+
d: "M10.61 3.58L11.66 4.98L11.66 4.98L11.66 7.5L1.66 7.5L1.66 4.58C1.66 3.66 2.41 2.91 3.33 2.91L9.28 2.91C9.81 2.91 10.3 3.16 10.61 3.58Z",
|
|
441
|
+
fill: "#F4A407",
|
|
442
|
+
"fill-opacity": "1.000000",
|
|
443
|
+
"fill-rule": "evenodd"
|
|
444
|
+
}, null, -1),
|
|
445
|
+
e("path", {
|
|
446
|
+
id: "矩形",
|
|
447
|
+
d: "M3.33 4.16L16.66 4.16C17.12 4.16 17.49 4.54 17.49 5L17.49 15C17.49 15.46 17.12 15.83 16.66 15.83L3.33 15.83C2.87 15.83 2.49 15.46 2.49 15L2.49 5C2.49 4.54 2.87 4.16 3.33 4.16Z",
|
|
448
|
+
fill: "#FFFFFF",
|
|
449
|
+
"fill-opacity": "1.000000",
|
|
450
|
+
"fill-rule": "evenodd"
|
|
451
|
+
}, null, -1),
|
|
452
|
+
e("path", {
|
|
453
|
+
id: "矩形",
|
|
454
|
+
d: "M3.33 5.41L6.67 5.41C7.07 5.41 7.45 5.27 7.75 5.01L8.28 4.56C8.58 4.3 8.96 4.16 9.36 4.16L10.83 4.16L10.83 4.16L16.66 4.16C17.58 4.16 18.33 4.91 18.33 5.83L18.33 15C18.33 15.92 17.58 16.66 16.66 16.66L3.33 16.66C2.41 16.66 1.66 15.92 1.66 15L1.66 7.08C1.66 6.16 2.41 5.41 3.33 5.41Z",
|
|
455
|
+
fill: "#FFB219",
|
|
456
|
+
"fill-opacity": "1.000000",
|
|
457
|
+
"fill-rule": "evenodd"
|
|
458
|
+
}, null, -1)
|
|
459
|
+
]));
|
|
460
|
+
}
|
|
461
|
+
const W0 = /* @__PURE__ */ o($, [["render", e1]]), n1 = {
|
|
462
|
+
name: "IconFileImage"
|
|
463
|
+
}, d1 = {
|
|
464
|
+
width: "1em",
|
|
465
|
+
height: "1em",
|
|
466
|
+
viewBox: "0 0 20 20",
|
|
467
|
+
fill: "none",
|
|
468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
469
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
470
|
+
};
|
|
471
|
+
function r1(n, t, d, r, i, A) {
|
|
472
|
+
return f(), l("svg", d1, t[0] || (t[0] = [
|
|
473
|
+
u('<g opacity="0.000000"><rect id="Rectangle" width="20.000000" height="20.000000" fill="#000000" fill-opacity="1.000000"></rect></g><path id="Path" d="M17.61 6.14L17.61 16.66C17.61 17.71 16.76 18.57 15.71 18.57L4.28 18.57C3.23 18.57 2.38 17.71 2.38 16.66L2.38 3.33C2.38 2.28 3.23 1.42 4.28 1.42L12.9 1.42L17.61 6.14Z" fill="#FF8800" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="M12.63 9.87C12.73 9.95 12.82 10.03 12.89 10.13L14.81 12.64C15.06 12.97 14.83 13.44 14.41 13.44L5.72 13.44C5.31 13.44 5.07 12.97 5.32 12.64L6.25 11.43C6.48 11.13 6.92 11.07 7.22 11.3C7.27 11.34 7.31 11.38 7.35 11.43L7.73 11.93C8.13 12.45 8.92 12.45 9.32 11.93L10.69 10.13C11.15 9.52 12.02 9.41 12.63 9.87Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="" fill="#979797" fill-opacity="0" fill-rule="evenodd"></path><circle id="椭圆形" cx="8.214355" cy="8.928375" r="1.071429" fill="#FFFFFF" fill-opacity="1.000000"></circle><circle id="椭圆形" cx="8.214355" cy="8.928375" r="0.571429" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></circle><path id="Path" d="M12.9 5.19L12.9 1.42L17.61 6.14L13.85 6.14C13.33 6.14 12.9 5.71 12.9 5.19L12.9 5.19Z" fill="#FFC693" fill-opacity="1.000000" fill-rule="evenodd"></path>', 7)
|
|
474
|
+
]));
|
|
475
|
+
}
|
|
476
|
+
const J0 = /* @__PURE__ */ o(n1, [["render", r1]]), i1 = {
|
|
477
|
+
name: "IconFileNone"
|
|
478
|
+
}, l1 = {
|
|
479
|
+
width: "1em",
|
|
480
|
+
height: "1em",
|
|
481
|
+
viewBox: "0 0 20 20",
|
|
482
|
+
fill: "none",
|
|
483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
485
|
+
};
|
|
486
|
+
function f1(n, t, d, r, i, A) {
|
|
487
|
+
return f(), l("svg", l1, t[0] || (t[0] = [
|
|
488
|
+
u('<g opacity="0.000000"><rect id="Rectangle" width="20.000000" height="20.000000" fill="#000000" fill-opacity="1.000000"></rect></g><path id="Path" d="M17.61 6.14L17.61 16.66C17.61 17.71 16.76 18.57 15.71 18.57L4.28 18.57C3.23 18.57 2.38 17.71 2.38 16.66L2.38 3.33C2.38 2.28 3.23 1.42 4.28 1.42L12.9 1.42L17.61 6.14Z" fill="#FE4A4A" fill-opacity="1.000000" fill-rule="evenodd"></path><circle id="椭圆形" cx="10.000153" cy="10.833160" r="4.166667" fill="#D8D8D8" fill-opacity="0"></circle><circle id="椭圆形" cx="10.000153" cy="10.833160" r="3.766667" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.800000"></circle><path id="直线 5" d="M8.25 13.96L8 14.3L7.35 13.84L7.6 13.5L8.25 13.96ZM11.74 7.7L11.99 7.35L12.64 7.82L12.39 8.16L11.74 7.7Z" fill="#D8D8D8" fill-opacity="0" fill-rule="nonzero"></path><path id="直线 5" d="M7.91 13.75L12.08 7.91" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.800000" stroke-linecap="square"></path><path id="Path" d="M12.9 5.19L12.9 1.42L17.61 6.14L13.85 6.14C13.33 6.14 12.9 5.71 12.9 5.19L12.9 5.19Z" fill="#FF8383" fill-opacity="1.000000" fill-rule="evenodd"></path>', 7)
|
|
489
|
+
]));
|
|
490
|
+
}
|
|
491
|
+
const V0 = /* @__PURE__ */ o(i1, [["render", f1]]), o1 = {
|
|
492
|
+
name: "IconFileOther"
|
|
493
|
+
}, A1 = {
|
|
494
|
+
width: "1em",
|
|
495
|
+
height: "1em",
|
|
496
|
+
viewBox: "0 0 20 20",
|
|
497
|
+
fill: "none",
|
|
498
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
499
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
500
|
+
};
|
|
501
|
+
function u1(n, t, d, r, i, A) {
|
|
502
|
+
return f(), l("svg", A1, t[0] || (t[0] = [
|
|
503
|
+
u('<path id="矩形备份-77" d="M12.91 1.66L17.29 6.04L13.86 6.04C13.34 6.04 12.91 5.61 12.91 5.08L12.91 1.66L12.91 1.66Z" fill="#DBDBDB" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形备份-23" d="M12.97 1.66L12.97 5.08C12.96 5.61 13.39 6.04 13.92 6.04L17.34 6.04L17.34 16.66C17.34 17.58 16.59 18.33 15.67 18.33L4.42 18.33C3.5 18.33 2.76 17.58 2.76 16.66L2.76 3.33C2.76 2.41 3.5 1.66 4.42 1.66L12.97 1.66L12.97 1.66Z" fill="#C2C2C2" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="多边形 1" d="M6.8 8.95L6.8 12.7L10.05 14.58L13.29 12.7L13.29 8.95L10.05 7.08L6.8 8.95Z" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.666667" stroke-linejoin="round"></path><path id="多边形 2" d="M6.8 8.75L10.05 10.62L13.29 8.75" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.666667" stroke-linejoin="round"></path><path id="矢量 3" d="M10.05 10.75L10.05 14.58" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.666667" stroke-linejoin="round" stroke-linecap="round"></path>', 5)
|
|
504
|
+
]));
|
|
505
|
+
}
|
|
506
|
+
const I0 = /* @__PURE__ */ o(o1, [["render", u1]]), s1 = {
|
|
507
|
+
name: "IconFilePdf"
|
|
508
|
+
}, c1 = {
|
|
509
|
+
width: "1em",
|
|
510
|
+
height: "1em",
|
|
511
|
+
viewBox: "0 0 20 20",
|
|
512
|
+
fill: "none",
|
|
513
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
514
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
515
|
+
};
|
|
516
|
+
function v1(n, t, d, r, i, A) {
|
|
517
|
+
return f(), l("svg", c1, t[0] || (t[0] = [
|
|
518
|
+
u('<path id="矩形备份-47" d="M12.91 1.66L17.29 6.04L13.86 6.04C13.34 6.04 12.91 5.61 12.91 5.09L12.91 1.66L12.91 1.66Z" fill="#FFBFBE" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="矩形备份-23" d="M12.97 1.66L12.97 5.08C12.96 5.61 13.39 6.04 13.92 6.04L17.34 6.04L17.34 16.66C17.34 17.58 16.59 18.33 15.67 18.33L4.42 18.33C3.5 18.33 2.76 17.58 2.76 16.66L2.76 3.33C2.76 2.41 3.5 1.66 4.42 1.66L12.97 1.66L12.97 1.66Z" fill="#FF4C48" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="多边形" d="M11.67 13.81L8.38 13.81L10.02 10.96L11.67 13.81Z" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.541667" stroke-linejoin="round"></path><path id="路径" d="M10.07 10.71C10.48 10.23 10.68 9.87 10.68 9.63C10.68 9.26 10.38 8.95 10.02 8.95C9.66 8.95 9.36 9.26 9.36 9.63C9.36 9.87 9.57 10.23 9.97 10.71" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.541667" stroke-linejoin="round" stroke-linecap="round"></path><path id="路径备份" d="M11.87 13.96C12.08 14.55 12.29 14.91 12.49 15.03C12.82 15.22 13.23 15.11 13.41 14.8C13.59 14.48 13.48 14.08 13.15 13.89C12.94 13.77 12.53 13.77 11.92 13.88" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.541667" stroke-linejoin="round" stroke-linecap="round"></path><path id="路径备份-2" d="M8.13 13.88C7.51 13.77 7.1 13.77 6.89 13.89C6.57 14.08 6.45 14.48 6.63 14.8C6.81 15.11 7.22 15.22 7.55 15.03C7.76 14.91 7.97 14.55 8.17 13.96" stroke="#FFFFFF" stroke-opacity="1.000000" stroke-width="0.541667" stroke-linejoin="round" stroke-linecap="round"></path>', 6)
|
|
519
|
+
]));
|
|
520
|
+
}
|
|
521
|
+
const S0 = /* @__PURE__ */ o(s1, [["render", v1]]), p1 = {
|
|
522
|
+
name: "IconFilePpt"
|
|
523
|
+
}, C1 = {
|
|
524
|
+
width: "1em",
|
|
525
|
+
height: "1em",
|
|
526
|
+
viewBox: "0 0 20 20",
|
|
527
|
+
fill: "none",
|
|
528
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
529
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
530
|
+
};
|
|
531
|
+
function w1(n, t, d, r, i, A) {
|
|
532
|
+
return f(), l("svg", C1, t[0] || (t[0] = [
|
|
533
|
+
e("path", {
|
|
534
|
+
id: "矩形备份-24",
|
|
535
|
+
d: "M12.91 1.66L17.29 6.04L13.86 6.04C13.34 6.04 12.91 5.61 12.91 5.09L12.91 1.66L12.91 1.66Z",
|
|
536
|
+
fill: "#FEC9B0",
|
|
537
|
+
"fill-opacity": "1.000000",
|
|
538
|
+
"fill-rule": "evenodd"
|
|
539
|
+
}, null, -1),
|
|
540
|
+
e("path", {
|
|
541
|
+
id: "矩形备份-23",
|
|
542
|
+
d: "M12.97 1.66L12.97 5.08C12.96 5.61 13.39 6.04 13.92 6.04L17.34 6.04L17.34 16.66C17.34 17.58 16.59 18.33 15.67 18.33L4.42 18.33C3.5 18.33 2.76 17.58 2.76 16.66L2.76 3.33C2.76 2.41 3.5 1.66 4.42 1.66L12.97 1.66L12.97 1.66Z",
|
|
543
|
+
fill: "#FF7737",
|
|
544
|
+
"fill-opacity": "1.000000",
|
|
545
|
+
"fill-rule": "evenodd"
|
|
546
|
+
}, null, -1),
|
|
547
|
+
e("path", {
|
|
548
|
+
id: "路径-7",
|
|
549
|
+
d: "M10.27 9.27L8.35 9.27C8.22 9.27 8.12 9.37 8.12 9.5L8.12 14.94",
|
|
550
|
+
stroke: "#FFFFFF",
|
|
551
|
+
"stroke-opacity": "1.000000",
|
|
552
|
+
"stroke-width": "0.767361",
|
|
553
|
+
"stroke-linejoin": "round",
|
|
554
|
+
"stroke-linecap": "round"
|
|
555
|
+
}, null, -1),
|
|
556
|
+
e("path", {
|
|
557
|
+
id: "路径",
|
|
558
|
+
d: "M8.47 12.46L10.29 12.46C11.17 12.46 11.88 11.75 11.88 10.87C11.88 9.99 11.17 9.27 10.29 9.27",
|
|
559
|
+
stroke: "#FFFFFF",
|
|
560
|
+
"stroke-opacity": "1.000000",
|
|
561
|
+
"stroke-width": "0.767361",
|
|
562
|
+
"stroke-linejoin": "round",
|
|
563
|
+
"stroke-linecap": "round"
|
|
564
|
+
}, null, -1)
|
|
565
|
+
]));
|
|
566
|
+
}
|
|
567
|
+
const R0 = /* @__PURE__ */ o(p1, [["render", w1]]), a1 = {
|
|
568
|
+
name: "IconFileWord"
|
|
569
|
+
}, z1 = {
|
|
570
|
+
width: "1em",
|
|
571
|
+
height: "1em",
|
|
572
|
+
viewBox: "0 0 20 20",
|
|
573
|
+
fill: "none",
|
|
574
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
575
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
576
|
+
};
|
|
577
|
+
function L1(n, t, d, r, i, A) {
|
|
578
|
+
return f(), l("svg", z1, t[0] || (t[0] = [
|
|
579
|
+
e("path", {
|
|
580
|
+
id: "矩形备份-6",
|
|
581
|
+
d: "M16.74 5.62L17.16 5.62L17.16 6.04L16.74 6.04L16.74 5.62Z",
|
|
582
|
+
fill: "#FFFFFF",
|
|
583
|
+
"fill-opacity": "1.000000",
|
|
584
|
+
"fill-rule": "evenodd"
|
|
585
|
+
}, null, -1),
|
|
586
|
+
e("path", {
|
|
587
|
+
id: "矩形备份-23",
|
|
588
|
+
d: "M12.97 1.66L12.97 5.08C12.96 5.61 13.39 6.04 13.92 6.04L17.34 6.04L17.34 16.66C17.34 17.58 16.59 18.33 15.67 18.33L4.42 18.33C3.5 18.33 2.76 17.58 2.76 16.66L2.76 3.33C2.76 2.41 3.5 1.66 4.42 1.66L12.97 1.66L12.97 1.66Z",
|
|
589
|
+
fill: "#3B8CFA",
|
|
590
|
+
"fill-opacity": "1.000000",
|
|
591
|
+
"fill-rule": "evenodd"
|
|
592
|
+
}, null, -1),
|
|
593
|
+
e("path", {
|
|
594
|
+
id: "矩形备份-24",
|
|
595
|
+
d: "M12.91 1.66L17.29 6.04L13.86 6.04C13.34 6.04 12.91 5.61 12.91 5.09L12.91 1.66L12.91 1.66Z",
|
|
596
|
+
fill: "#ADCDF9",
|
|
597
|
+
"fill-opacity": "1.000000",
|
|
598
|
+
"fill-rule": "evenodd"
|
|
599
|
+
}, null, -1),
|
|
600
|
+
e("path", {
|
|
601
|
+
id: "路径-4",
|
|
602
|
+
d: "M7.39 10L8.45 14.24C8.48 14.34 8.61 14.34 8.65 14.25L9.92 10.29C9.95 10.2 10.08 10.2 10.11 10.29L11.37 14.24C11.4 14.34 11.54 14.33 11.57 14.23L12.6 10",
|
|
603
|
+
stroke: "#FFFFFF",
|
|
604
|
+
"stroke-opacity": "1.000000",
|
|
605
|
+
"stroke-width": "0.722222",
|
|
606
|
+
"stroke-linejoin": "round",
|
|
607
|
+
"stroke-linecap": "round"
|
|
608
|
+
}, null, -1)
|
|
609
|
+
]));
|
|
610
|
+
}
|
|
611
|
+
const U0 = /* @__PURE__ */ o(a1, [["render", L1]]), h1 = {
|
|
612
|
+
name: "IconFullScreen"
|
|
613
|
+
}, F1 = {
|
|
376
614
|
width: "1em",
|
|
377
615
|
height: "1em",
|
|
378
616
|
version: "1.1",
|
|
@@ -385,8 +623,8 @@ const f0 = /* @__PURE__ */ l(S, [["render", R]]), U = {
|
|
|
385
623
|
style: { "enable-background": "new 0 0 132 132" },
|
|
386
624
|
"xml:space": "preserve"
|
|
387
625
|
};
|
|
388
|
-
function
|
|
389
|
-
return
|
|
626
|
+
function g1(n, t, d, r, i, A) {
|
|
627
|
+
return f(), l("svg", F1, t[0] || (t[0] = [
|
|
390
628
|
e("rect", {
|
|
391
629
|
style: { fill: "none" },
|
|
392
630
|
width: "132",
|
|
@@ -403,9 +641,9 @@ function _(n, t, d, r, A, s) {
|
|
|
403
641
|
}, null, -1)
|
|
404
642
|
]));
|
|
405
643
|
}
|
|
406
|
-
const
|
|
644
|
+
const K0 = /* @__PURE__ */ o(h1, [["render", g1]]), P1 = {
|
|
407
645
|
name: "IconHistory"
|
|
408
|
-
},
|
|
646
|
+
}, X1 = {
|
|
409
647
|
width: "1em",
|
|
410
648
|
height: "1em",
|
|
411
649
|
viewBox: "0 0 20 20",
|
|
@@ -413,14 +651,14 @@ const i0 = /* @__PURE__ */ l(U, [["render", _]]), $ = {
|
|
|
413
651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
414
652
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
415
653
|
};
|
|
416
|
-
function
|
|
417
|
-
return
|
|
654
|
+
function O1(n, t, d, r, i, A) {
|
|
655
|
+
return f(), l("svg", X1, t[0] || (t[0] = [
|
|
418
656
|
u('<desc> Created with Pixso. </desc><defs></defs><rect id="矩形" width="20.000000" height="20.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="0.416748" y="0.416626" width="19.166666" height="19.166666" stroke="#979797" stroke-opacity="0" stroke-width="0.833333"></rect><path id="路径" d="M2.12 4.17L2.12 6.86C2.12 6.93 2.18 6.99 2.25 6.99L4.93 6.99" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path><path id="路径" d="M1.97 10.09C1.97 14.58 5.6 18.22 10.09 18.22L10.09 18.22C14.58 18.22 18.22 14.58 18.22 10.09C18.22 5.6 14.58 1.97 10.09 1.97C7.08 1.97 4.46 3.6 3.05 6.03" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path><path id="路径" d="M10.09 5.45L10.09 10.04C10.09 10.08 10.11 10.11 10.13 10.13L13.37 13.37" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path>', 7)
|
|
419
657
|
]));
|
|
420
658
|
}
|
|
421
|
-
const
|
|
659
|
+
const _0 = /* @__PURE__ */ o(P1, [["render", O1]]), m1 = {
|
|
422
660
|
name: "IconLike"
|
|
423
|
-
},
|
|
661
|
+
}, b1 = {
|
|
424
662
|
width: "16",
|
|
425
663
|
height: "16",
|
|
426
664
|
viewBox: "0 0 16 16",
|
|
@@ -428,8 +666,8 @@ const l0 = /* @__PURE__ */ l($, [["render", e1]]), n1 = {
|
|
|
428
666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
429
667
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
430
668
|
};
|
|
431
|
-
function
|
|
432
|
-
return
|
|
669
|
+
function x1(n, t, d, r, i, A) {
|
|
670
|
+
return f(), l("svg", b1, t[0] || (t[0] = [
|
|
433
671
|
e("defs", null, [
|
|
434
672
|
e("clipPath", { id: "clip597_81525" }, [
|
|
435
673
|
e("rect", {
|
|
@@ -452,9 +690,9 @@ function r1(n, t, d, r, A, s) {
|
|
|
452
690
|
], -1)
|
|
453
691
|
]));
|
|
454
692
|
}
|
|
455
|
-
const
|
|
693
|
+
const $0 = /* @__PURE__ */ o(m1, [["render", x1]]), D1 = {
|
|
456
694
|
name: "IconLoadingSpeech"
|
|
457
|
-
},
|
|
695
|
+
}, y1 = {
|
|
458
696
|
width: "152.343506",
|
|
459
697
|
height: "18.000000",
|
|
460
698
|
viewBox: "0 0 152.344 18",
|
|
@@ -462,14 +700,14 @@ const s0 = /* @__PURE__ */ l(n1, [["render", r1]]), A1 = {
|
|
|
462
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
463
701
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
464
702
|
};
|
|
465
|
-
function
|
|
466
|
-
return
|
|
703
|
+
function k1(n, t, d, r, i, A) {
|
|
704
|
+
return f(), l("svg", y1, t[0] || (t[0] = [
|
|
467
705
|
u('<defs><linearGradient x1="159.655945" y1="6.532532" x2="-2.217805" y2="3.665466" id="paint_linear_498_7491_0" gradientUnits="userSpaceOnUse"><stop stop-color="#E6FF7D" stop-opacity="0.200000"></stop><stop offset="0.264015" stop-color="#FFB22E" stop-opacity="0.200000"></stop><stop offset="0.522782" stop-color="#97A7FF" stop-opacity="0.258824"></stop><stop offset="0.702223" stop-color="#76ADFF" stop-opacity="0.400000"></stop><stop offset="0.830214" stop-color="#67D1FF" stop-opacity="0.301961"></stop><stop offset="1.000000" stop-color="#D27EFF" stop-opacity="0.090196"></stop></linearGradient></defs><path id="Fill 3" d="M9.52 9.61C12.69 9.9 15.86 10.31 19.04 10.74C20.63 10.94 22.21 11.28 23.8 11.78C25.39 12.26 26.97 12.84 28.56 13.26C30.15 13.67 31.73 13.89 33.32 13.89C34.11 13.88 34.91 13.69 35.7 13.33C36.49 12.98 37.29 12.49 38.08 12.06C38.87 11.63 39.67 11.29 40.46 11.19C40.86 11.13 41.25 11.13 41.65 11.17C42.05 11.22 42.45 11.31 42.84 11.39C44.43 11.75 46.02 12.36 47.6 13.19C50.78 14.81 53.95 16.29 57.12 17.28C60.3 18.29 63.47 18.26 66.65 16.96C69.82 15.68 72.99 14.04 76.17 12.73C79.34 11.4 82.51 11.19 85.69 11.85C88.86 12.53 92.04 14.04 95.21 14.41C96 14.51 96.8 14.56 97.59 14.56C98.38 14.55 99.18 14.5 99.97 14.46C101.56 14.35 103.14 14.18 104.73 13.94C107.91 13.45 111.08 12.64 114.25 11.93C117.43 11.19 120.6 10.62 123.77 10.26C126.95 9.88 130.12 9.49 133.3 9.28C136.47 9.06 139.64 9 142.82 9L152.34 9L142.82 9C139.64 8.99 136.47 8.93 133.3 8.71C130.12 8.5 126.95 8.11 123.77 7.73C120.6 7.37 117.43 6.8 114.25 6.06C111.08 5.35 107.91 4.54 104.73 4.05C103.14 3.81 101.56 3.64 99.97 3.53C99.18 3.49 98.38 3.44 97.59 3.43C96.8 3.43 96 3.48 95.21 3.58C92.04 3.95 88.86 5.46 85.69 6.14C82.51 6.8 79.34 6.59 76.17 5.26C72.99 3.95 69.82 2.31 66.65 1.03C63.47 -0.27 60.3 -0.31 57.12 0.71C53.95 1.7 50.78 3.18 47.6 4.8C46.02 5.63 44.43 6.24 42.84 6.6C42.45 6.68 42.05 6.77 41.65 6.82C41.25 6.86 40.86 6.86 40.46 6.8C39.67 6.7 38.87 6.36 38.08 5.93C37.29 5.51 36.49 5.01 35.7 4.66C34.91 4.3 34.11 4.11 33.32 4.1C31.73 4.1 30.15 4.32 28.56 4.73C26.97 5.15 25.39 5.73 23.8 6.21C22.21 6.71 20.63 7.05 19.04 7.25C15.86 7.68 12.69 8.09 9.52 8.38C6.34 8.69 3.17 8.94 0 9C3.17 9.05 6.34 9.3 9.52 9.61Z" fill="url(#paint_linear_498_7491_0)" fill-opacity="1.000000" fill-rule="evenodd"></path>', 2)
|
|
468
706
|
]));
|
|
469
707
|
}
|
|
470
|
-
const
|
|
708
|
+
const t3 = /* @__PURE__ */ o(D1, [["render", k1]]), B1 = {
|
|
471
709
|
name: "IconLogo"
|
|
472
|
-
},
|
|
710
|
+
}, H1 = {
|
|
473
711
|
width: "1em",
|
|
474
712
|
height: "1em",
|
|
475
713
|
viewBox: "0 0 24 24",
|
|
@@ -477,8 +715,8 @@ const u0 = /* @__PURE__ */ l(A1, [["render", i1]]), l1 = {
|
|
|
477
715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
478
716
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
479
717
|
};
|
|
480
|
-
function
|
|
481
|
-
return
|
|
718
|
+
function Z1(n, t, d, r, i, A) {
|
|
719
|
+
return f(), l("svg", H1, t[0] || (t[0] = [
|
|
482
720
|
e("defs", null, [
|
|
483
721
|
e("pattern", {
|
|
484
722
|
id: "pattern_545_65480",
|
|
@@ -507,9 +745,9 @@ function u1(n, t, d, r, A, s) {
|
|
|
507
745
|
}, null, -1)
|
|
508
746
|
]));
|
|
509
747
|
}
|
|
510
|
-
const
|
|
748
|
+
const e3 = /* @__PURE__ */ o(B1, [["render", Z1]]), N1 = {
|
|
511
749
|
name: "IconMenu"
|
|
512
|
-
},
|
|
750
|
+
}, T1 = {
|
|
513
751
|
width: "1em",
|
|
514
752
|
height: "1em",
|
|
515
753
|
viewBox: "0 0 20 20",
|
|
@@ -517,14 +755,14 @@ const v0 = /* @__PURE__ */ l(l1, [["render", u1]]), v1 = {
|
|
|
517
755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
518
756
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
519
757
|
};
|
|
520
|
-
function
|
|
521
|
-
return
|
|
758
|
+
function j1(n, t, d, r, i, A) {
|
|
759
|
+
return f(), l("svg", T1, t[0] || (t[0] = [
|
|
522
760
|
u('<defs><clipPath id="clip545_56691"><rect id="更多-more" width="20.000000" height="20.000000" fill="white" fill-opacity="0"></rect></clipPath></defs><rect id="组件集 2" width="20.000000" height="20.000000" fill="#FFFFFF" fill-opacity="0"></rect><g clip-path="url(#clip545_56691)"><path id="形状结合" d="M10 1.25C14.83 1.25 18.75 5.16 18.75 10C18.75 14.83 14.83 18.75 10 18.75C5.16 18.75 1.25 14.83 1.25 10C1.25 5.16 5.16 1.25 10 1.25ZM10 2.5C5.85 2.5 2.5 5.85 2.5 10C2.5 14.14 5.85 17.5 10 17.5C14.14 17.5 17.5 14.14 17.5 10C17.5 5.85 14.14 2.5 10 2.5ZM6.06 8.87C6.68 8.87 7.18 9.37 7.18 10C7.18 10.62 6.68 11.12 6.06 11.12C5.44 11.12 4.93 10.62 4.93 10C4.93 9.37 5.44 8.87 6.06 8.87ZM10 8.87C10.62 8.87 11.12 9.37 11.12 10C11.12 10.62 10.62 11.12 10 11.12C9.37 11.12 8.87 10.62 8.87 10C8.87 9.37 9.37 8.87 10 8.87ZM13.93 8.87C14.55 8.87 15.06 9.37 15.06 10C15.06 10.62 14.55 11.12 13.93 11.12C13.31 11.12 12.81 10.62 12.81 10C12.81 9.37 13.31 8.87 13.93 8.87Z" fill="#191919" fill-opacity="1.000000" fill-rule="nonzero"></path></g>', 3)
|
|
523
761
|
]));
|
|
524
762
|
}
|
|
525
|
-
const
|
|
763
|
+
const n3 = /* @__PURE__ */ o(N1, [["render", j1]]), M1 = {
|
|
526
764
|
name: "IconNewSession"
|
|
527
|
-
},
|
|
765
|
+
}, E1 = {
|
|
528
766
|
width: "1em",
|
|
529
767
|
height: "1em",
|
|
530
768
|
viewBox: "0 0 20 20",
|
|
@@ -532,14 +770,14 @@ const o0 = /* @__PURE__ */ l(v1, [["render", c1]]), C1 = {
|
|
|
532
770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
533
771
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
534
772
|
};
|
|
535
|
-
function
|
|
536
|
-
return
|
|
773
|
+
function Y1(n, t, d, r, i, A) {
|
|
774
|
+
return f(), l("svg", E1, t[0] || (t[0] = [
|
|
537
775
|
u('<defs></defs><rect id="组件集 2" width="20.000000" height="20.000000" fill="#FFFFFF" fill-opacity="0"></rect><rect id="新建对话" width="20.000000" height="20.000000" fill="#FFFFFF" fill-opacity="0"></rect><mask id="mask_545_56667" fill="white"><path id="形状结合" d="M10 1.87488C5.5127 1.87488 1.875 5.51257 1.875 9.99988C1.875 12.1185 2.68579 14.0477 4.01416 15.4941L2.82544 17.5499C2.68091 17.7999 2.86133 18.1125 3.15015 18.1125L9.54956 18.1125C9.69873 18.1207 9.84888 18.1249 10 18.1249C14.4873 18.1249 18.125 14.4872 18.125 9.99988C18.125 5.51257 14.4873 1.87488 10 1.87488Z" clip-rule="evenodd" fill="" fill-opacity="1.000000" fill-rule="evenodd"></path></mask><path id="形状结合" d="M10 2.49988C8.98242 2.49988 8.00952 2.69629 7.08081 3.08899C6.18359 3.46851 5.38892 4.00439 4.69678 4.69653C4.00439 5.38879 3.46851 6.18347 3.08911 7.08069C2.69629 8.00928 2.5 8.9823 2.5 9.99988C2.5 10.9609 2.67578 11.8837 3.02734 12.7683C3.36694 13.6229 3.84937 14.3906 4.47461 15.0714C4.68164 15.2969 4.7085 15.5421 4.55542 15.8071L3.36646 17.8628C3.38916 17.8234 3.40015 17.78 3.39941 17.7327C3.39868 17.6893 3.3877 17.6494 3.3667 17.6127C3.34546 17.576 3.31641 17.5465 3.2793 17.5242C3.23853 17.4998 3.19556 17.4875 3.15015 17.4875L9.54956 17.4875C9.56104 17.4875 9.57227 17.4879 9.58374 17.4885C9.72217 17.4961 9.86084 17.4999 10 17.4999C11.0176 17.4999 11.9905 17.3035 12.9192 16.9108C13.8164 16.5312 14.6111 15.9954 15.3032 15.3032C15.9956 14.611 16.5315 13.8163 16.9109 12.9191C17.3037 11.9905 17.5 11.0175 17.5 9.99988C17.5 8.9823 17.3037 8.00928 16.9109 7.08069C16.5315 6.18347 15.9956 5.38879 15.3032 4.69653C14.6111 4.00439 13.8164 3.46851 12.9192 3.08899C11.9905 2.69629 11.0176 2.49988 10 2.49988ZM10 1.24988C11.1865 1.24988 12.3218 1.47913 13.406 1.93774C14.4529 2.38062 15.3801 3.00549 16.1873 3.81274C16.9944 4.61987 17.6194 5.54688 18.062 6.59375C18.5208 7.67798 18.75 8.81335 18.75 9.99988C18.75 11.1864 18.5208 12.3218 18.062 13.406C17.6194 14.4529 16.9944 15.3799 16.1873 16.187C15.3801 16.9943 14.4529 17.6191 13.406 18.062C12.3218 18.5206 11.1865 18.7499 10 18.7499C9.83813 18.7499 9.67651 18.7455 9.51538 18.7367L9.54956 18.1125L9.54956 18.7375L3.15015 18.7375C2.96436 18.7375 2.79272 18.6902 2.63525 18.5955C2.48755 18.5067 2.37036 18.3873 2.28394 18.2373C2.19727 18.0873 2.15259 17.9261 2.14966 17.7539C2.14648 17.5701 2.19141 17.3977 2.28442 17.2369L3.47314 15.1813L4.01416 15.4941L3.55396 15.917C2.82471 15.123 2.26196 14.2273 1.86572 13.23C1.45532 12.1971 1.25 11.1204 1.25 9.99988C1.25 8.81335 1.47925 7.67798 1.93799 6.59375C2.38062 5.54688 3.00562 4.61987 3.81274 3.81274C4.61987 3.00549 5.54712 2.38062 6.59399 1.93774C7.67822 1.47913 8.81348 1.24988 10 1.24988Z" fill="#191919" fill-opacity="1.000000" fill-rule="nonzero"></path><path id="路径 6" d="M6.87 9.99L13.12 9.99" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path><path id="路径 6" d="M10 6.87L10 13.12" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path>', 7)
|
|
538
776
|
]));
|
|
539
777
|
}
|
|
540
|
-
const
|
|
778
|
+
const d3 = /* @__PURE__ */ o(M1, [["render", Y1]]), Q1 = {
|
|
541
779
|
name: "IconPin"
|
|
542
|
-
},
|
|
780
|
+
}, G1 = {
|
|
543
781
|
width: "1em",
|
|
544
782
|
height: "1em",
|
|
545
783
|
viewBox: "0 0 16 16",
|
|
@@ -547,8 +785,8 @@ const c0 = /* @__PURE__ */ l(C1, [["render", z1]]), w1 = {
|
|
|
547
785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
548
786
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
549
787
|
};
|
|
550
|
-
function
|
|
551
|
-
return
|
|
788
|
+
function q1(n, t, d, r, i, A) {
|
|
789
|
+
return f(), l("svg", G1, t[0] || (t[0] = [
|
|
552
790
|
e("defs", null, null, -1),
|
|
553
791
|
e("path", {
|
|
554
792
|
id: "形状结合",
|
|
@@ -559,9 +797,9 @@ function P1(n, t, d, r, A, s) {
|
|
|
559
797
|
}, null, -1)
|
|
560
798
|
]));
|
|
561
799
|
}
|
|
562
|
-
const
|
|
800
|
+
const r3 = /* @__PURE__ */ o(Q1, [["render", q1]]), W1 = {
|
|
563
801
|
name: "IconRefresh"
|
|
564
|
-
},
|
|
802
|
+
}, J1 = {
|
|
565
803
|
width: "1em",
|
|
566
804
|
height: "1em",
|
|
567
805
|
viewBox: "0 0 16 16",
|
|
@@ -569,8 +807,8 @@ const C0 = /* @__PURE__ */ l(w1, [["render", P1]]), X1 = {
|
|
|
569
807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
570
808
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
571
809
|
};
|
|
572
|
-
function
|
|
573
|
-
return
|
|
810
|
+
function V1(n, t, d, r, i, A) {
|
|
811
|
+
return f(), l("svg", J1, t[0] || (t[0] = [
|
|
574
812
|
e("defs", null, [
|
|
575
813
|
e("clipPath", { id: "clip521_64343" }, [
|
|
576
814
|
e("rect", {
|
|
@@ -593,9 +831,9 @@ function g1(n, t, d, r, A, s) {
|
|
|
593
831
|
], -1)
|
|
594
832
|
]));
|
|
595
833
|
}
|
|
596
|
-
const
|
|
834
|
+
const i3 = /* @__PURE__ */ o(W1, [["render", V1]]), I1 = {
|
|
597
835
|
name: "IconSearch"
|
|
598
|
-
},
|
|
836
|
+
}, S1 = {
|
|
599
837
|
width: "1em",
|
|
600
838
|
height: "1em",
|
|
601
839
|
fill: "currentColor",
|
|
@@ -603,8 +841,8 @@ const p0 = /* @__PURE__ */ l(X1, [["render", g1]]), L1 = {
|
|
|
603
841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
604
842
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
605
843
|
};
|
|
606
|
-
function
|
|
607
|
-
return
|
|
844
|
+
function R1(n, t, d, r, i, A) {
|
|
845
|
+
return f(), l("svg", S1, t[0] || (t[0] = [
|
|
608
846
|
e("desc", null, " Created with Pixso. ", -1),
|
|
609
847
|
e("defs", null, null, -1),
|
|
610
848
|
e("path", {
|
|
@@ -616,9 +854,9 @@ function m1(n, t, d, r, A, s) {
|
|
|
616
854
|
}, null, -1)
|
|
617
855
|
]));
|
|
618
856
|
}
|
|
619
|
-
const
|
|
857
|
+
const l3 = /* @__PURE__ */ o(I1, [["render", R1]]), U1 = {
|
|
620
858
|
name: "IconSend"
|
|
621
|
-
},
|
|
859
|
+
}, K1 = {
|
|
622
860
|
width: "1em",
|
|
623
861
|
height: "1em",
|
|
624
862
|
viewBox: "0 0 36 36",
|
|
@@ -626,14 +864,14 @@ const z0 = /* @__PURE__ */ l(L1, [["render", m1]]), h1 = {
|
|
|
626
864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
865
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
628
866
|
};
|
|
629
|
-
function
|
|
630
|
-
return
|
|
867
|
+
function _1(n, t, d, r, i, A) {
|
|
868
|
+
return f(), l("svg", K1, t[0] || (t[0] = [
|
|
631
869
|
u('<defs><filter id="filter_447_4247_dd" x="0" y="0" width="36" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dx="0" dy="2"></feOffset><feGaussianBlur stdDeviation="1.66667"></feGaussianBlur><feComposite in2="hardAlpha" operator="out" k2="-1" k3="1"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.039 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect_dropShadow_1"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect_dropShadow_1" result="shape"></feBlend></filter></defs><g filter="url(#filter_447_4247_dd)"><rect id="Rectangle" x="0" y="0" rx="18" width="36" height="36" fill="currentColor" fill-opacity="1"></rect></g><path id="Fill 1" d="M26.38 8.7L7.99 17.45C7.59 17.64 7.58 18.21 7.98 18.4L12.56 20.7C12.78 20.81 13.05 20.77 13.23 20.62L23.54 11.95C23.71 11.81 23.94 12.05 23.78 12.21L14.9 21.42C14.72 21.61 14.63 21.87 14.66 22.14L15.21 26.9C15.26 27.36 15.83 27.54 16.14 27.19L18.36 24.65C18.49 24.5 18.46 24.25 18.29 24.13L16.45 22.88C16.34 22.81 16.44 22.64 16.56 22.7L19 23.92L21.87 25.35C22.17 25.5 22.52 25.35 22.62 25.03L27.44 9.62C27.64 8.98 26.98 8.41 26.38 8.7Z" fill="#FFFFFF" fill-opacity="1" fill-rule="evenodd"></path>', 3)
|
|
632
870
|
]));
|
|
633
871
|
}
|
|
634
|
-
const
|
|
872
|
+
const f3 = /* @__PURE__ */ o(U1, [["render", _1]]), $1 = {
|
|
635
873
|
name: "IconSparkles"
|
|
636
|
-
},
|
|
874
|
+
}, t0 = {
|
|
637
875
|
width: "1em",
|
|
638
876
|
height: "1em",
|
|
639
877
|
viewBox: "0 0 14.7168 15.2383",
|
|
@@ -641,8 +879,8 @@ const w0 = /* @__PURE__ */ l(h1, [["render", D1]]), H1 = {
|
|
|
641
879
|
xmlns: "http://www.w3.org/2000/svg",
|
|
642
880
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
643
881
|
};
|
|
644
|
-
function
|
|
645
|
-
return
|
|
882
|
+
function e0(n, t, d, r, i, A) {
|
|
883
|
+
return f(), l("svg", t0, t[0] || (t[0] = [
|
|
646
884
|
e("path", {
|
|
647
885
|
id: "形状结合",
|
|
648
886
|
d: "M11.9795 0.21582L11.9863 0.187256C12.0508 -0.0610352 12.4033 -0.0627441 12.4697 0.184814L12.4814 0.226318C12.5918 0.610352 12.9014 0.909912 13.29 1.00757C13.542 1.07104 13.542 1.42896 13.29 1.49243C12.8887 1.59351 12.5723 1.90991 12.4707 2.31104C12.4072 2.56299 12.0498 2.56299 11.9863 2.31104C11.8848 1.90991 11.5684 1.59351 11.168 1.49243C10.916 1.42896 10.916 1.07104 11.168 1.00757C11.5605 0.908691 11.873 0.602783 11.9795 0.21582ZM5.94922 2.06641L5.99316 1.89575C6.12207 1.39917 6.82617 1.39575 6.95996 1.89087L7.03125 2.15552C7.79297 4.79102 9.91504 6.84351 12.5771 7.51392C13.0811 7.64062 13.0811 8.35669 12.5771 8.48364C9.82422 9.17725 7.65625 11.3457 6.96289 14.0989C6.83594 14.6025 6.12012 14.6028 5.99316 14.0989C5.2998 11.3457 3.13086 9.17725 0.37793 8.48413C-0.125977 8.35742 -0.125977 7.64136 0.37793 7.5144C3.07422 6.83496 5.21387 4.73926 5.94922 2.06641ZM12.3301 11.5376L12.3174 11.5835C12.1475 12.2029 11.6475 12.6921 11.0195 12.8506C10.6162 12.9521 10.6162 13.5247 11.0195 13.6262C11.6611 13.7878 12.167 14.2942 12.3291 14.936C12.4307 15.3391 13.0029 15.3391 13.1045 14.936C13.2666 14.2942 13.7725 13.7878 14.415 13.626C14.8174 13.5244 14.8174 12.9519 14.415 12.8503C13.7939 12.6941 13.2988 12.2148 13.1211 11.6003L13.1025 11.5339C12.9961 11.1377 12.4326 11.1406 12.3301 11.5376Z",
|
|
@@ -653,9 +891,9 @@ function y1(n, t, d, r, A, s) {
|
|
|
653
891
|
}, null, -1)
|
|
654
892
|
]));
|
|
655
893
|
}
|
|
656
|
-
const
|
|
894
|
+
const o3 = /* @__PURE__ */ o($1, [["render", e0]]), n0 = {
|
|
657
895
|
name: "IconStop"
|
|
658
|
-
},
|
|
896
|
+
}, d0 = {
|
|
659
897
|
width: "1em",
|
|
660
898
|
height: "1em",
|
|
661
899
|
viewBox: "0 0 24 24",
|
|
@@ -663,14 +901,14 @@ const a0 = /* @__PURE__ */ l(H1, [["render", y1]]), N1 = {
|
|
|
663
901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
664
902
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
665
903
|
};
|
|
666
|
-
function
|
|
667
|
-
return
|
|
904
|
+
function r0(n, t, d, r, i, A) {
|
|
905
|
+
return f(), l("svg", d0, t[0] || (t[0] = [
|
|
668
906
|
u('<defs></defs><rect id="矩形" width="24.000000" height="24.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" width="23.000000" height="23.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="8.666504" y="8.666626" rx="1.500000" width="6.666667" height="6.666667" fill="#1476FF" fill-opacity="1.000000"></rect><circle id="椭圆形" cx="12.000000" cy="12.000000" r="8.250000" fill="#D8D8D8" fill-opacity="0"></circle><circle id="椭圆形" cx="12.000000" cy="12.000000" r="8.250000" stroke="#1476FF" stroke-opacity="1.000000" stroke-width="1.500000"></circle><path id="路径" d="M11.8 4.47C11.48 4.39 11.25 4.1 11.25 3.75C11.25 3.33 11.58 3 12 3L12.02 3.02L12.02 3.75C16.56 3.76 20.25 7.45 20.25 12C20.25 16.55 16.55 20.25 12 20.25C10.52 20.25 9.13 19.86 7.93 19.18L7.57 19.81L7.54 19.82C7.18 19.61 7.06 19.16 7.26 18.8C7.44 18.49 7.78 18.35 8.11 18.44L11.8 4.47Z" fill="#595959" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M7.91 19.17C9.12 19.85 10.51 20.25 12 20.25C16.55 20.25 20.25 16.55 20.25 12C20.25 7.44 16.55 3.75 12 3.75" stroke="#1476FF" stroke-opacity="1.000000" stroke-width="1.500000" stroke-linecap="round"></path>', 8)
|
|
669
907
|
]));
|
|
670
908
|
}
|
|
671
|
-
const
|
|
909
|
+
const A3 = /* @__PURE__ */ o(n0, [["render", r0]]), i0 = {
|
|
672
910
|
name: "IconThink"
|
|
673
|
-
},
|
|
911
|
+
}, l0 = {
|
|
674
912
|
width: "1em",
|
|
675
913
|
height: "1em",
|
|
676
914
|
viewBox: "0 0 16 16",
|
|
@@ -678,14 +916,14 @@ const P0 = /* @__PURE__ */ l(N1, [["render", T1]]), Z1 = {
|
|
|
678
916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
679
917
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
680
918
|
};
|
|
681
|
-
function
|
|
682
|
-
return
|
|
919
|
+
function f0(n, t, d, r, i, A) {
|
|
920
|
+
return f(), l("svg", l0, t[0] || (t[0] = [
|
|
683
921
|
u('<path id="path1" d="M0.5 7.99C0.5 6.82 0.49 5.65 0.5 4.47C0.49 3.91 0.56 3.34 0.7 2.79C1.01 1.63 1.77 0.94 2.93 0.67C3.51 0.55 4.11 0.49 4.7 0.5C6.95 0.5 9.2 0.5 11.45 0.5C12.01 0.49 12.58 0.56 13.13 0.69C14.33 0.98 15.05 1.74 15.32 2.93C15.44 3.5 15.5 4.07 15.49 4.65C15.49 6.92 15.49 9.19 15.49 11.46C15.5 12.03 15.43 12.59 15.3 13.13C15.01 14.33 14.25 15.04 13.05 15.32C12.47 15.44 11.88 15.5 11.28 15.49C9.04 15.49 6.81 15.49 4.57 15.49C4 15.5 3.43 15.43 2.87 15.3C1.67 15.01 0.95 14.25 0.67 13.05C0.53 12.44 0.5 11.83 0.5 11.21C0.5 10.14 0.5 9.06 0.5 7.99Z" fill="#FFFFFF" fill-opacity="0" fill-rule="nonzero"></path><path id="path1" d="M0.5 4.47C0.49 3.91 0.56 3.34 0.7 2.79C1.01 1.63 1.77 0.94 2.93 0.67C3.51 0.55 4.11 0.49 4.7 0.5C6.95 0.5 9.2 0.5 11.45 0.5C12.01 0.49 12.58 0.56 13.13 0.69C14.33 0.98 15.05 1.74 15.32 2.93C15.44 3.5 15.5 4.07 15.49 4.65C15.49 6.92 15.49 9.19 15.49 11.46C15.5 12.03 15.43 12.59 15.3 13.13C15.01 14.33 14.25 15.04 13.05 15.32C12.47 15.44 11.88 15.5 11.28 15.49C9.04 15.49 6.81 15.49 4.57 15.49C4 15.5 3.43 15.43 2.87 15.3C1.67 15.01 0.95 14.25 0.67 13.05C0.53 12.44 0.5 11.83 0.5 11.21C0.5 10.14 0.5 9.06 0.5 7.99C0.5 6.82 0.49 5.65 0.5 4.47Z" stroke="#FFFFFF" stroke-opacity="0" stroke-width="1.000000"></path><path id="path2" d="M0.5 7.99C0.5 6.82 0.49 5.65 0.5 4.47C0.49 3.91 0.56 3.34 0.7 2.79C1.01 1.63 1.77 0.94 2.93 0.67C3.51 0.55 4.11 0.49 4.7 0.5C6.95 0.5 9.2 0.5 11.45 0.5C12.01 0.49 12.58 0.56 13.13 0.69C14.33 0.98 15.05 1.74 15.32 2.93C15.44 3.5 15.5 4.07 15.49 4.65C15.49 6.92 15.49 9.19 15.49 11.46C15.5 12.03 15.43 12.59 15.3 13.13C15.01 14.33 14.25 15.04 13.05 15.32C12.47 15.44 11.88 15.5 11.28 15.49C9.04 15.49 6.81 15.49 4.57 15.49C4 15.5 3.43 15.43 2.87 15.3C1.67 15.01 0.95 14.25 0.67 13.05C0.53 12.44 0.5 11.83 0.5 11.21C0.5 10.14 0.5 9.06 0.5 7.99Z" fill="#000000" fill-opacity="0" fill-rule="nonzero"></path><path id="path2" d="M0.5 4.47C0.49 3.91 0.56 3.34 0.7 2.79C1.01 1.63 1.77 0.94 2.93 0.67C3.51 0.55 4.11 0.49 4.7 0.5C6.95 0.5 9.2 0.5 11.45 0.5C12.01 0.49 12.58 0.56 13.13 0.69C14.33 0.98 15.05 1.74 15.32 2.93C15.44 3.5 15.5 4.07 15.49 4.65C15.49 6.92 15.49 9.19 15.49 11.46C15.5 12.03 15.43 12.59 15.3 13.13C15.01 14.33 14.25 15.04 13.05 15.32C12.47 15.44 11.88 15.5 11.28 15.49C9.04 15.49 6.81 15.49 4.57 15.49C4 15.5 3.43 15.43 2.87 15.3C1.67 15.01 0.95 14.25 0.67 13.05C0.53 12.44 0.5 11.83 0.5 11.21C0.5 10.14 0.5 9.06 0.5 7.99C0.5 6.82 0.49 5.65 0.5 4.47Z" stroke="#FFFFFF" stroke-opacity="0" stroke-width="1.000000"></path><circle id="path3" cx="8.000000" cy="8.000000" r="8.000000" fill="#FFFFFF" fill-opacity="0"></circle><circle id="path3" cx="8.000000" cy="8.000000" r="8.000000" stroke="#000000" stroke-opacity="0" stroke-width="1.000000"></circle><path id="path4" d="M8 3.5C10.48 3.5 12.5 5.5 12.5 7.98C12.5 9.58 11.65 10.99 10.38 11.78L10.38 13.38C10.38 13.67 10.14 13.91 9.84 13.91L6.15 13.91C5.85 13.91 5.61 13.67 5.61 13.38L5.61 11.78C4.34 10.99 3.5 9.58 3.5 7.98C3.5 5.5 5.51 3.5 8 3.5Z" fill="#FFFFFF" fill-opacity="0" fill-rule="evenodd"></path><path id="path4" d="M12.5 7.98C12.5 9.58 11.65 10.99 10.38 11.78L10.38 13.38C10.38 13.67 10.14 13.91 9.84 13.91L6.15 13.91C5.85 13.91 5.61 13.67 5.61 13.38L5.61 11.78C4.34 10.99 3.5 9.58 3.5 7.98C3.5 5.5 5.51 3.5 8 3.5C10.48 3.5 12.5 5.5 12.5 7.98Z" stroke="currentColor" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"></path><line id="path5" x1="5.617188" y1="15.368164" x2="10.381836" y2="15.368164" stroke="currentColor" stroke-opacity="1.000000" stroke-width="1.000000"></line><path id="path6" d="M10.24 15.1C10.32 15.1 10.38 15.16 10.38 15.23C10.38 15.31 10.32 15.37 10.24 15.37L5.74 15.37C5.67 15.37 5.61 15.31 5.61 15.23C5.61 15.16 5.67 15.1 5.74 15.1L10.24 15.1Z" fill="#FFFFFF" fill-opacity="0" fill-rule="evenodd"></path><path id="path6" d="M10.38 15.23C10.38 15.31 10.32 15.37 10.24 15.37L5.74 15.37C5.67 15.37 5.61 15.31 5.61 15.23C5.61 15.16 5.67 15.1 5.74 15.1L10.24 15.1C10.32 15.1 10.38 15.16 10.38 15.23Z" stroke="#FFFFFF" stroke-opacity="0" stroke-width="1.000000" stroke-linejoin="round"></path><path id="path7" d="M7.52 0.85L7.5 0.83C7.5 0.55 7.72 0.33 8 0.33C8.28 0.33 8.5 0.55 8.5 0.83L8.48 0.85L7.52 0.85ZM8.48 1.64L8.5 1.66C8.5 1.94 8.28 2.16 8 2.16C7.72 2.16 7.5 1.94 7.5 1.66L7.52 1.64L8.48 1.64ZM12.71 2.6L12.71 2.57C12.91 2.38 13.22 2.38 13.42 2.57C13.61 2.77 13.61 3.08 13.42 3.28L13.39 3.28L12.71 2.6ZM12.83 3.84L12.83 3.87C12.63 4.07 12.32 4.07 12.12 3.87C11.92 3.67 11.92 3.36 12.12 3.16L12.15 3.16L12.83 3.84ZM15.14 7.52L15.16 7.5C15.44 7.5 15.66 7.72 15.66 8C15.66 8.28 15.44 8.5 15.16 8.5L15.14 8.47L15.14 7.52ZM14.35 8.47L14.33 8.5C14.05 8.5 13.83 8.28 13.83 8C13.83 7.72 14.05 7.5 14.33 7.5L14.35 7.52L14.35 8.47ZM0.85 8.47L0.83 8.5C0.55 8.5 0.33 8.28 0.33 8C0.33 7.72 0.55 7.5 0.83 7.5L0.85 7.52L0.85 8.47ZM1.64 7.52L1.66 7.5C1.94 7.5 2.16 7.72 2.16 8C2.16 8.28 1.94 8.5 1.66 8.5L1.64 8.47L1.64 7.52ZM2.6 3.28L2.57 3.28C2.38 3.08 2.38 2.77 2.57 2.57C2.77 2.38 3.08 2.38 3.28 2.57L3.28 2.6L2.6 3.28ZM3.84 3.16L3.87 3.16C4.07 3.36 4.07 3.67 3.87 3.87C3.67 4.07 3.36 4.07 3.16 3.87L3.16 3.84L3.84 3.16Z" fill="#000000" fill-opacity="0" fill-rule="nonzero"></path><path id="path7" d="M8 0.83L8 1.66M13.06 2.93L12.47 3.52M15.16 8L14.33 8M0.83 8L1.66 8M2.93 2.93L3.52 3.52" stroke="currentColor" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"></path><path id="path8" d="M8 0.83C8.18 0.83 8.33 0.98 8.33 1.16L8.33 1.5C8.33 1.68 8.18 1.83 8 1.83C7.81 1.83 7.66 1.68 7.66 1.5L7.66 1.16C7.66 0.98 7.81 0.83 8 0.83ZM13.06 2.93C13.19 3.06 13.19 3.27 13.06 3.4L12.83 3.63C12.7 3.77 12.49 3.77 12.36 3.63C12.23 3.5 12.23 3.29 12.36 3.16L12.59 2.93C12.72 2.8 12.93 2.8 13.06 2.93ZM15.16 8C15.16 8.18 15.01 8.33 14.83 8.33L14.5 8.33C14.31 8.33 14.16 8.18 14.16 8C14.16 7.81 14.31 7.66 14.5 7.66L14.83 7.66C15.01 7.66 15.16 7.81 15.16 8ZM0.83 8C0.83 7.81 0.98 7.66 1.16 7.66L1.5 7.66C1.68 7.66 1.83 7.81 1.83 8C1.83 8.18 1.68 8.33 1.5 8.33L1.16 8.33C0.98 8.33 0.83 8.18 0.83 8ZM2.93 2.93C3.06 2.8 3.27 2.8 3.4 2.93L3.64 3.16C3.77 3.29 3.77 3.5 3.64 3.63C3.51 3.77 3.29 3.77 3.16 3.63L2.93 3.4C2.8 3.27 2.8 3.06 2.93 2.93Z" fill="#FFFFFF" fill-opacity="0" fill-rule="evenodd"></path><path id="path8" d="M8.33 1.16L8.33 1.5C8.33 1.68 8.18 1.83 8 1.83C7.81 1.83 7.66 1.68 7.66 1.5L7.66 1.16C7.66 0.98 7.81 0.83 8 0.83C8.18 0.83 8.33 0.98 8.33 1.16ZM13.06 3.4L12.83 3.63C12.7 3.77 12.49 3.77 12.36 3.63C12.23 3.5 12.23 3.29 12.36 3.16L12.59 2.93C12.72 2.8 12.93 2.8 13.06 2.93C13.19 3.06 13.19 3.27 13.06 3.4ZM14.83 8.33L14.5 8.33C14.31 8.33 14.16 8.18 14.16 8C14.16 7.81 14.31 7.66 14.5 7.66L14.83 7.66C15.01 7.66 15.16 7.81 15.16 8C15.16 8.18 15.01 8.33 14.83 8.33ZM1.16 7.66L1.5 7.66C1.68 7.66 1.83 7.81 1.83 8C1.83 8.18 1.68 8.33 1.5 8.33L1.16 8.33C0.98 8.33 0.83 8.18 0.83 8C0.83 7.81 0.98 7.66 1.16 7.66ZM3.4 2.93L3.64 3.16C3.77 3.29 3.77 3.5 3.64 3.63C3.51 3.77 3.29 3.77 3.16 3.63L2.93 3.4C2.8 3.27 2.8 3.06 2.93 2.93C3.06 2.8 3.27 2.8 3.4 2.93Z" stroke="#FFFFFF" stroke-opacity="0" stroke-width="1.000000" stroke-linejoin="round"></path>', 15)
|
|
684
922
|
]));
|
|
685
923
|
}
|
|
686
|
-
const
|
|
924
|
+
const u3 = /* @__PURE__ */ o(i0, [["render", f0]]), o0 = {
|
|
687
925
|
name: "IconTypeAll"
|
|
688
|
-
},
|
|
926
|
+
}, A0 = {
|
|
689
927
|
width: "1em",
|
|
690
928
|
height: "1em",
|
|
691
929
|
viewBox: "0 0 16 16",
|
|
@@ -693,14 +931,106 @@ const X0 = /* @__PURE__ */ l(Z1, [["render", j1]]), M1 = {
|
|
|
693
931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
694
932
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
695
933
|
};
|
|
696
|
-
function
|
|
697
|
-
return
|
|
934
|
+
function u0(n, t, d, r, i, A) {
|
|
935
|
+
return f(), l("svg", A0, t[0] || (t[0] = [
|
|
698
936
|
u('<defs></defs><rect id="矩形" width="16.000000" height="16.000000" fill="#6598FF" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" width="15.000000" height="15.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="1.667969" y="1.666504" rx="1.000000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形" x="1.667969" y="1.666504" rx="1.000000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect><rect id="矩形备份 6" x="1.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形备份 6" x="1.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect><rect id="矩形备份 5" x="9.500000" y="1.500000" rx="2.500000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形备份 5" x="9.500000" y="1.500000" rx="2.500000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect><rect id="矩形备份 7" x="9.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形备份 7" x="9.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect>', 11)
|
|
699
937
|
]));
|
|
700
938
|
}
|
|
701
|
-
const
|
|
939
|
+
const s3 = /* @__PURE__ */ o(o0, [["render", u0]]), s0 = {
|
|
940
|
+
name: "IconUploadCloud"
|
|
941
|
+
}, c0 = {
|
|
942
|
+
width: "1em",
|
|
943
|
+
height: "1em",
|
|
944
|
+
viewBox: "0 0 16 16",
|
|
945
|
+
fill: "none",
|
|
946
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
947
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
948
|
+
};
|
|
949
|
+
function v0(n, t, d, r, i, A) {
|
|
950
|
+
return f(), l("svg", c0, t[0] || (t[0] = [
|
|
951
|
+
u('<rect id="矩形" rx="4.000000" width="16.000000" height="16.000000" fill="#1476FF" fill-opacity="1.000000"></rect><rect id="矩形" x="0.500000" y="0.500000" rx="4.000000" width="15.000000" height="15.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><path id="路径" d="M9 4C10.33 4 11.42 5.01 11.55 6.3C11.65 6.29 11.75 6.28 11.85 6.28C12.96 6.28 13.85 7.18 13.85 8.28C13.85 9.08 13.38 9.77 12.71 10.09L12.71 10L12.71 10L12.71 9.87C12.65 8.59 11.65 7.55 10.38 7.43L10.31 7.43L10.28 7.33C9.88 6.05 8.68 5.14 7.28 5.14L7.15 5.14C7.04 5.14 6.94 5.15 6.84 5.17C7.29 4.46 8.09 4 9 4Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="" fill="#FFFFFF" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M7.28 5.71C8.61 5.71 9.71 6.72 9.84 8.02C9.94 8 10.04 8 10.14 8C11.24 8 12.14 8.89 12.14 10C12.14 11.06 11.3 11.94 10.25 11.99L10.12 12L10.12 12L5 12C3.93 12 3.05 11.16 3 10.1L3 10C3 8.98 3.75 8.15 4.72 8.01C4.86 6.72 5.95 5.71 7.28 5.71Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径" d="" fill="#FFFFFF" fill-opacity="0" fill-rule="evenodd"></path><path id="路径 5" d="M5.02 10.76L5 10.78C4.71 10.78 4.5 10.56 4.5 10.28C4.5 10 4.71 9.78 5 9.78L5.02 9.8L5.02 10.76ZM7.26 9.8L7.28 9.78C7.56 9.78 7.78 10 7.78 10.28C7.78 10.56 7.56 10.78 7.28 10.78L7.26 10.76L7.26 9.8Z" fill="#7083FD" fill-opacity="0" fill-rule="nonzero"></path><path id="路径 5" d="M5 10.28L7.28 10.28" stroke="#1476FF" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linecap="round"></path>', 8)
|
|
952
|
+
]));
|
|
953
|
+
}
|
|
954
|
+
const c3 = /* @__PURE__ */ o(s0, [["render", v0]]), p0 = {
|
|
955
|
+
name: "IconUploadFailed"
|
|
956
|
+
}, C0 = {
|
|
957
|
+
width: "20.000000",
|
|
958
|
+
height: "20.000000",
|
|
959
|
+
viewBox: "0 0 20 20",
|
|
960
|
+
fill: "none",
|
|
961
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
962
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
963
|
+
};
|
|
964
|
+
function w0(n, t, d, r, i, A) {
|
|
965
|
+
return f(), l("svg", C0, t[0] || (t[0] = [
|
|
966
|
+
u('<defs><clipPath id="clip657_47159"><rect id="附件状态" width="20.000000" height="20.000000" fill="white" fill-opacity="0"></rect></clipPath></defs><rect id="附件状态" width="20.000000" height="20.000000" fill="#FFFFFF" fill-opacity="0"></rect><g clip-path="url(#clip657_47159)"><path id="三角形" d="M10.84 3.99L16.88 15.12C17.13 15.57 16.95 16.14 16.49 16.38C16.35 16.46 16.2 16.5 16.04 16.5L3.95 16.5C3.42 16.5 3 16.08 3 15.56C3 15.4 3.03 15.25 3.11 15.12L9.15 3.99C9.4 3.53 9.98 3.36 10.44 3.61C10.61 3.69 10.75 3.83 10.84 3.99Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="三角形" d="" fill="#979797" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M10 14.5C9.58 14.5 9.25 14.16 9.25 13.75C9.25 13.33 9.58 13 10 13C10.41 13 10.75 13.33 10.75 13.75C10.75 14.16 10.41 14.5 10 14.5Z" fill="#F23030" fill-opacity="1.000000" fill-rule="evenodd"></path><rect id="矩形" x="9.500000" y="7.500000" rx="0.500000" width="1.000000" height="4.500000" fill="#F23030" fill-opacity="1.000000"></rect><rect id="矩形" x="10.000000" y="8.000000" width="0.000000" height="3.500000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect></g>', 3)
|
|
967
|
+
]));
|
|
968
|
+
}
|
|
969
|
+
const v3 = /* @__PURE__ */ o(p0, [["render", w0]]), a0 = {
|
|
970
|
+
name: "IconUploadLoading"
|
|
971
|
+
}, z0 = {
|
|
972
|
+
width: "20.000000",
|
|
973
|
+
height: "20.000000",
|
|
974
|
+
viewBox: "0 0 20 20",
|
|
975
|
+
fill: "none",
|
|
976
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
977
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
978
|
+
};
|
|
979
|
+
function L0(n, t, d, r, i, A) {
|
|
980
|
+
return f(), l("svg", z0, t[0] || (t[0] = [
|
|
981
|
+
e("defs", null, null, -1),
|
|
982
|
+
e("circle", {
|
|
983
|
+
id: "椭圆形",
|
|
984
|
+
cx: "10.000000",
|
|
985
|
+
cy: "10.000000",
|
|
986
|
+
r: "8.750000",
|
|
987
|
+
fill: "#D8D8D8",
|
|
988
|
+
"fill-opacity": "0"
|
|
989
|
+
}, null, -1),
|
|
990
|
+
e("circle", {
|
|
991
|
+
id: "椭圆形",
|
|
992
|
+
cx: "10.000000",
|
|
993
|
+
cy: "10.000000",
|
|
994
|
+
r: "8.750000",
|
|
995
|
+
stroke: "#FFFFFF",
|
|
996
|
+
"stroke-opacity": "0.400000",
|
|
997
|
+
"stroke-width": "2.500000"
|
|
998
|
+
}, null, -1),
|
|
999
|
+
e("path", {
|
|
1000
|
+
id: "路径",
|
|
1001
|
+
d: "M9.67 2.46C9.13 2.32 8.75 1.83 8.75 1.25C8.75 0.54 9.29 0 10 0L10.02 0.02L10.02 1.25C14.84 1.26 18.75 5.17 18.75 10C18.75 14.83 14.83 18.75 10 18.75C8.43 18.75 6.96 18.33 5.69 17.61L5.08 18.68L5.05 18.69C4.44 18.34 4.24 17.59 4.58 16.98C4.87 16.47 5.45 16.24 5.99 16.39L9.67 2.46Z",
|
|
1002
|
+
fill: "#595959",
|
|
1003
|
+
"fill-opacity": "0",
|
|
1004
|
+
"fill-rule": "evenodd"
|
|
1005
|
+
}, null, -1),
|
|
1006
|
+
e("path", {
|
|
1007
|
+
id: "路径",
|
|
1008
|
+
d: "M5.67 17.6C6.94 18.33 8.42 18.75 10 18.75C14.83 18.75 18.75 14.83 18.75 10C18.75 5.16 14.83 1.25 10 1.25",
|
|
1009
|
+
stroke: "#FFFFFF",
|
|
1010
|
+
"stroke-opacity": "1.000000",
|
|
1011
|
+
"stroke-width": "2.500000",
|
|
1012
|
+
"stroke-linecap": "round"
|
|
1013
|
+
}, null, -1)
|
|
1014
|
+
]));
|
|
1015
|
+
}
|
|
1016
|
+
const p3 = /* @__PURE__ */ o(a0, [["render", L0]]), h0 = {
|
|
1017
|
+
name: "IconUploadLocal"
|
|
1018
|
+
}, F0 = {
|
|
1019
|
+
width: "1em",
|
|
1020
|
+
height: "1em",
|
|
1021
|
+
viewBox: "0 0 16 16",
|
|
1022
|
+
fill: "none",
|
|
1023
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1024
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1025
|
+
};
|
|
1026
|
+
function g0(n, t, d, r, i, A) {
|
|
1027
|
+
return f(), l("svg", F0, t[0] || (t[0] = [
|
|
1028
|
+
u('<rect id="矩形" rx="4.000000" width="16.000000" height="16.000000" fill="#FFBB33" fill-opacity="1.000000"></rect><rect id="矩形" x="0.500000" y="0.500000" rx="4.000000" width="15.000000" height="15.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="3.000000" y="3.000000" width="10.000000" height="10.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="3.500000" y="3.500000" width="9.000000" height="9.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><path id="路径" d="M5 3L5.91 3C6.44 3 6.96 3.21 7.33 3.59L8 4.26L11.63 4.26C12.38 4.26 13 4.9 13 5.69L13 10.95C13 11.73 12.38 12.37 11.63 12.37L4.36 12.37C3.61 12.37 3 11.73 3 10.95L3 5C3 3.89 3.89 3 5 3Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="路径 6" d="M5.52 7.64L5.5 7.66C5.21 7.66 5 7.44 5 7.16C5 6.88 5.21 6.66 5.5 6.66L5.52 6.68L5.52 7.64ZM10.48 6.68L10.5 6.66C10.78 6.66 11 6.88 11 7.16C11 7.44 10.78 7.66 10.5 7.66L10.48 7.64L10.48 6.68Z" fill="#D8D8D8" fill-opacity="0" fill-rule="nonzero"></path><path id="路径 6" d="M5.5 7.16L10.5 7.16" stroke="#FFBB33" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"></path>', 7)
|
|
1029
|
+
]));
|
|
1030
|
+
}
|
|
1031
|
+
const C3 = /* @__PURE__ */ o(h0, [["render", g0]]), P0 = {
|
|
702
1032
|
name: "IconUser"
|
|
703
|
-
},
|
|
1033
|
+
}, X0 = {
|
|
704
1034
|
width: "1em",
|
|
705
1035
|
height: "1em",
|
|
706
1036
|
viewBox: "0 0 32 32",
|
|
@@ -708,8 +1038,8 @@ const O0 = /* @__PURE__ */ l(M1, [["render", Q1]]), E1 = {
|
|
|
708
1038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
709
1039
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
710
1040
|
};
|
|
711
|
-
function
|
|
712
|
-
return
|
|
1041
|
+
function O0(n, t, d, r, i, A) {
|
|
1042
|
+
return f(), l("svg", X0, t[0] || (t[0] = [
|
|
713
1043
|
u('<defs><pattern id="pattern_485_194830" patternContentUnits="objectBoundingBox" width="1.000000" height="1.000000"><use xlink:href="#image485_19483_0" transform="matrix(0.014811,0,0,0.014911,-0.184097,-0.15244)"></use></pattern><image id="image485_19483_0" width="94.000000" height="87.000000" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABXCAYAAACN3fKmAAAABHNCSVQICAgIfAhkiAAAB+NJREFUeJztnO1TG8cdx79353vQE7YkhAlIyCYjR7aoHQfbCXYb28k0Uyedpv9r+ypNZlpPMmScNMTFD+KheJAFMQ8CW3DScSfd5oUtjDEC3T7ciUSfGb0ApN/ufdhb7e79diVCCEEP35GDrsDvlZ74gOiJD4ie+IDoiQ+InviA6IkPiJ74gDgRdAUAwHEaME0T22YN5raJWq2OHduGbduwbQe27cBtNgEATdeF67oAAFmWocgv246sKNA09dVLg65pCIVDiEbCiEQiiEbDUFU1sGvcjxTEzNU0a1hZXUOlsoHNjRfYNk1IkiS0TEIIYrEoEvFTSCTiGBhIIhKJCC3zMHwTX69bWCyVUS4vY2tr248ijyQWiyKdfgfZkQxCIcPXsoWLr1a3MDu3gHJ5Gd26LCRJEtLpIeRyozjZF/OnTFHiLWsHDx4WUSqVhXcjvCCEIJvN4A9j56FpYr8PhIhfXn6Gn6am4TgO79C+oGkaLr8/hqGhQWFlcBVPCMHj4hyKxblj08rbQQhBPp/D+XxOyLVwE08Iwf+mH2FhYZFHuK7h7NkRXLpY4C6f2wTq0aOZ35x0AHjypIRHj2e5x+Uifmn5GWZm/88jVFcyMzOPpaVfuMZkFm9ZO5iamj72ffphSJKEqZ+nYVk73GIyi3/wsHhsRy9ecJwGHjwscovHtFZTrW4JHacrioyxsfM4e2bk0DI2N59j6udpvHixJaQeLUqlMs7lRtHHYZLFNKr58b/38fTpEnMlDuKvX3wGVfXeLu7ff4iFJ+K+5DOZYVwZv8Qch1p8rVbHV//6N/dlgC//9hfIMlsPSAjBzMw8HhfnONXqNZIk4bM/30I4HGKKQ32FItZe/v7lHWbpwEs5+XwO+XyOQ63ehBCCcnmZOQ71VS4t8x1efXD5IvfvivMCxAN8rp1KvGnW8Px5lbnwvYyMDHON12Ig1c895ubmC5i1GlMMKvErq2tMhR6EqJHR9etXuceUJAmrK+tMMajEV9Y3mArdz5kzGa7x9iLqH7q+XmH6PJX4jc3nTIXuJz38Dtd4fsDqwLN4x3Fgmmz9236i0SjXeH5Qq9WZZuyexW9tbXO/fQ1D5xrPL1ieHXsWv71tUhfWjuO61sPiwrN4s1anLqwdOzs295h+wOLCs/i6APGNV8lKxw0WF57F79j8W+cm51GSX7Dcqd7F7/B7GNCiUtnkHtMPWFxQDCcb1IW1Q2QWl4g7tIXToHfhWXyTc3+cSQ9hrJDnGnMvuqbh8zufConN4oJqAsWTjQ3x/XutbgmJy3L3B54fb9ZqaDDcsp0wOfmjoMj0zyM8i3dd/qmW//jnV9xjtlhbWxcyIADYXFCId6kLO4yvv/6PkLjffndPSFyAzUXgXU2LLQFLEd2aFg5QiOfxTNQvZgVnt7G4oBAvLmOMZ8IQACE5j3thcdFVzXdubiHoKnjER/Gid85VNvgsH/zww09c4hwGTcJVC8/iFUWhLqwT7t6dRJVxc1qxOIvy0jNONWoPiwuKFi9+a+w339yl/uzLXSnzHGvTHl9bvK7785ju++/pZpvzc/zT9trB4qJrxf/ybNXzONy2bRiGf/tVfRUf9nEj7uTkPdgdLuvW63WUFhfRd/Kk4Fq9hsWF504qHA5TF+aVldUKSouLkGUZw+n0gS2s2WyitLiIZrMJ3cfWDoApY9iz+GjU3/3/fX19qFareFoqdfReP2HJB/Lc1cRiUd/WQGRZhm4YMEKHtyxFUZAaGNj92Y9t8a1DKWihGk760erj8ZO4dXMCABCLxZBIJt9KpFJVFf2pFBLJ5Bu/Hx+/iDPZtND6RaMRpuEk1Sfj8VPc0vhisSgGUkn09ycQibT//lAUBf2pVMdxR0ezyGYzKM7MY2WFf3ZzPH6K6fNU4vuTCaZdEYah48Nrl4XPghVFRuHCORQunDvw72trFUw/oFuY608mWKpGJ/706RQIIZ5zKHVdx43rV2iKFEIqlcQnt2/g2+/uwbY7f5ZMCMHp053ffQdBtToZDoeQoLjVrl1l3y0ngqtX3vf0/kT8VHCbz4Y95rTfujnRVWeC7UXXNdy+db3j93u99oOgFp/JDHXc1dz8+KOuf3IlSRI+uX2jo/dlMkPM5VHbMAwDI5mjN4xNTIwL/xLlyVHyRzLDXNaDmJphLjd66N/fe+9dhHyexvPgsG7nqGvuFCbxsVgU2TYTlVDIwLDAo6VEIkkS/vTHa2/ldGazaabZ6l6YO97ChTw0TXvr9xMfjbOGDhRVVd+4BlVVUbjAL8eTWbyuaxj/4OIb6zc3P55gDds1fHjtMgghuDJ+Cbr+dgOjhctQY3BwAIVXGb+6rkFRunsE44VIJIxCIY/BwYGj3+wBrqfwra2tCz+v0W80TUPoiNVRGrifO2lZFizLOvZHZRFCYBiGsEeJQg78dBwHNcZDFoImHBZ7+rawI24JIajX67Bt+9i0fkIINE2DYRjCZ9rCD3VuNpuwLAuO43TtP4AQAlVVYRiGb7Ns344xd10Xtm3DcRxhOfZekWUZqvryoH+/15ICObjfdV04joNGo4FmswnXdX05uF+WZSiKghMnTkBV1UAX7gIRvx9CCFzX3f0nuK4LQsjua+8dsvcBzP6HMbIsQ5Kk3Zcsy7uyW3/rFrpC/O+R384U85jREx8QPfEB0RMfED3xAdETHxA98QHREx8QPfEB8SsGYc8kRaVMowAAAABJRU5ErkJggg=="></image></defs><rect id="矩形" width="32.000000" height="32.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="0.421143" y="0.421021" width="31.157894" height="31.157894" stroke="#979797" stroke-opacity="0" stroke-width="0.842105"></rect>', 3),
|
|
714
1044
|
e("mask", {
|
|
715
1045
|
id: "mask485_19483",
|
|
@@ -757,9 +1087,9 @@ function q1(n, t, d, r, A, s) {
|
|
|
757
1087
|
}, null, -1)
|
|
758
1088
|
]));
|
|
759
1089
|
}
|
|
760
|
-
const
|
|
1090
|
+
const w3 = /* @__PURE__ */ o(P0, [["render", O0]]), m0 = {
|
|
761
1091
|
name: "IconVoice"
|
|
762
|
-
},
|
|
1092
|
+
}, b0 = {
|
|
763
1093
|
width: "1em",
|
|
764
1094
|
height: "1em",
|
|
765
1095
|
viewBox: "0 0 32 32",
|
|
@@ -767,41 +1097,53 @@ const g0 = /* @__PURE__ */ l(E1, [["render", q1]]), W1 = {
|
|
|
767
1097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
768
1098
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
769
1099
|
};
|
|
770
|
-
function
|
|
771
|
-
return
|
|
1100
|
+
function x0(n, t, d, r, i, A) {
|
|
1101
|
+
return f(), l("svg", b0, t[0] || (t[0] = [
|
|
772
1102
|
u('<defs><linearGradient x1="12.999998" y1="21.128080" x2="20.000002" y2="6.999999" id="paint_linear_447_301_0" gradientUnits="userSpaceOnUse"><stop stop-color="#E280FF"></stop><stop offset="0.517615" stop-color="#6686FF"></stop><stop offset="1.000000" stop-color="#4DDDFF"></stop></linearGradient></defs><rect id="矩形" rx="8.000000" width="32.000000" height="32.000000" fill="#000000" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" rx="8.000000" width="31.000000" height="31.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="4.000000" y="4.000000" width="24.000000" height="24.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="4.500000" y="4.500000" width="23.000000" height="23.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="13.000000" y="7.000000" rx="3.500000" width="7.000000" height="11.000000" fill="url(#paint_linear_447_301_0)" fill-opacity="0"></rect><rect id="矩形" x="13.000000" y="7.000000" rx="3.500000" width="7.000000" height="11.000000" stroke="#595959" stroke-opacity="1.000000" stroke-width="1.200000" stroke-linejoin="round"></rect><path id="路径" d="M8.41 14.02L8.39 14C8.39 13.66 8.66 13.4 9 13.4C9.33 13.4 9.6 13.66 9.6 14L23.39 14C23.39 13.66 23.66 13.4 24 13.4C24.33 13.4 24.6 13.66 24.6 14L24.58 14.02L24 14.02C23.98 18.42 20.63 22 16.5 22C12.36 22 9.01 18.42 9 14.02L8.41 14.02Z" fill="#D8D8D8" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M9 14C9 18.41 12.35 22 16.5 22C20.64 22 24 18.41 24 14" stroke="#595959" stroke-opacity="1.000000" stroke-width="1.200000" stroke-linecap="round"></path><path id="路径 2" d="M15.91 22.6L15.89 22.58C15.89 22.24 16.16 21.98 16.5 21.98C16.83 21.98 17.1 22.24 17.1 22.58L17.08 22.6L15.91 22.6ZM17.08 25.34L17.1 25.36C17.1 25.7 16.83 25.96 16.5 25.96C16.16 25.96 15.89 25.7 15.89 25.36L15.91 25.34L17.08 25.34Z" fill="#D8D8D8" fill-opacity="0" fill-rule="nonzero"></path><path id="路径 2" d="M16.5 22.58L16.5 25.36" stroke="#595959" stroke-opacity="1.000000" stroke-width="1.200000" stroke-linecap="round"></path>', 11)
|
|
773
1103
|
]));
|
|
774
1104
|
}
|
|
775
|
-
const
|
|
1105
|
+
const a3 = /* @__PURE__ */ o(m0, [["render", x0]]);
|
|
776
1106
|
export {
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
1107
|
+
y0 as IconAccessory,
|
|
1108
|
+
k0 as IconAi,
|
|
1109
|
+
B0 as IconArrowDown,
|
|
1110
|
+
H0 as IconArrowUp,
|
|
1111
|
+
Z0 as IconAssociate,
|
|
1112
|
+
N0 as IconCancelFullScreen,
|
|
1113
|
+
T0 as IconClose,
|
|
1114
|
+
j0 as IconCopy,
|
|
1115
|
+
M0 as IconDelete,
|
|
1116
|
+
E0 as IconDislike,
|
|
1117
|
+
Q0 as IconEdit,
|
|
1118
|
+
Y0 as IconEditPen,
|
|
1119
|
+
G0 as IconEmptySearch,
|
|
1120
|
+
q0 as IconFileExcel,
|
|
1121
|
+
W0 as IconFileFolder,
|
|
1122
|
+
J0 as IconFileImage,
|
|
1123
|
+
V0 as IconFileNone,
|
|
1124
|
+
I0 as IconFileOther,
|
|
1125
|
+
S0 as IconFilePdf,
|
|
1126
|
+
R0 as IconFilePpt,
|
|
1127
|
+
U0 as IconFileWord,
|
|
1128
|
+
K0 as IconFullScreen,
|
|
1129
|
+
_0 as IconHistory,
|
|
1130
|
+
$0 as IconLike,
|
|
1131
|
+
t3 as IconLoadingSpeech,
|
|
1132
|
+
e3 as IconLogo,
|
|
1133
|
+
n3 as IconMenu,
|
|
1134
|
+
d3 as IconNewSession,
|
|
1135
|
+
r3 as IconPin,
|
|
1136
|
+
i3 as IconRefresh,
|
|
1137
|
+
l3 as IconSearch,
|
|
1138
|
+
f3 as IconSend,
|
|
1139
|
+
o3 as IconSparkles,
|
|
1140
|
+
A3 as IconStop,
|
|
1141
|
+
u3 as IconThink,
|
|
1142
|
+
s3 as IconTypeAll,
|
|
1143
|
+
c3 as IconUploadCloud,
|
|
1144
|
+
v3 as IconUploadFailed,
|
|
1145
|
+
p3 as IconUploadLoading,
|
|
1146
|
+
C3 as IconUploadLocal,
|
|
1147
|
+
w3 as IconUser,
|
|
1148
|
+
a3 as IconVoice
|
|
807
1149
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-robot-svgs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-alpha.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"vue": ">=3.0.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8c24bfdc876dc4ac8cb9d1ef89bf41643229a183"
|
|
43
43
|
}
|