@opentiny/tiny-robot-svgs 0.3.0-rc.0 → 0.3.0-rc.1
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/tiny-robot-svgs.js +228 -239
- package/package.json +2 -2
package/dist/tiny-robot-svgs.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createElementBlock as l, openBlock as o, createStaticVNode as c, createElementVNode as e } from "vue";
|
|
2
2
|
const A = {
|
|
3
3
|
name: "IconAccessory"
|
|
4
|
-
},
|
|
4
|
+
}, s = (n, t) => {
|
|
5
5
|
const i = n.__vccOpts || n;
|
|
6
6
|
for (const [r, d] of t)
|
|
7
7
|
i[r] = d;
|
|
@@ -14,12 +14,12 @@ const A = {
|
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
15
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
16
16
|
};
|
|
17
|
-
function p(n, t, i, r, d,
|
|
18
|
-
return o(), l("svg", C, t[0] || (t[0] = [
|
|
17
|
+
function p(n, t, i, r, d, f) {
|
|
18
|
+
return o(), l("svg", C, [...t[0] || (t[0] = [
|
|
19
19
|
c('<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="currentColor" stroke-opacity="1.000000" stroke-width="1.200000" stroke-linecap="round"></path>', 7)
|
|
20
|
-
]));
|
|
20
|
+
])]);
|
|
21
21
|
}
|
|
22
|
-
const u3 = /* @__PURE__ */
|
|
22
|
+
const u3 = /* @__PURE__ */ s(A, [["render", p]]), v = {
|
|
23
23
|
name: "IconAi"
|
|
24
24
|
}, u = {
|
|
25
25
|
width: "1em",
|
|
@@ -29,8 +29,8 @@ const u3 = /* @__PURE__ */ f(A, [["render", p]]), v = {
|
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
30
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
31
31
|
};
|
|
32
|
-
function w(n, t, i, r, d,
|
|
33
|
-
return o(), l("svg", u, t[0] || (t[0] = [
|
|
32
|
+
function w(n, t, i, r, d, f) {
|
|
33
|
+
return o(), l("svg", u, [...t[0] || (t[0] = [
|
|
34
34
|
e("defs", null, [
|
|
35
35
|
e("pattern", {
|
|
36
36
|
id: "pattern_442_313640",
|
|
@@ -57,9 +57,9 @@ function w(n, t, i, r, d, s) {
|
|
|
57
57
|
fill: "url(#pattern_442_313640)",
|
|
58
58
|
"fill-opacity": "1.000000"
|
|
59
59
|
}, null, -1)
|
|
60
|
-
]));
|
|
60
|
+
])]);
|
|
61
61
|
}
|
|
62
|
-
const w3 = /* @__PURE__ */
|
|
62
|
+
const w3 = /* @__PURE__ */ s(v, [["render", w]]), a = {
|
|
63
63
|
name: "IconArrowDown"
|
|
64
64
|
}, h = {
|
|
65
65
|
width: "1em",
|
|
@@ -69,8 +69,8 @@ const w3 = /* @__PURE__ */ f(v, [["render", w]]), a = {
|
|
|
69
69
|
xmlns: "http://www.w3.org/2000/svg",
|
|
70
70
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
71
71
|
};
|
|
72
|
-
function L(n, t, i, r, d,
|
|
73
|
-
return o(), l("svg", h, t[0] || (t[0] = [
|
|
72
|
+
function L(n, t, i, r, d, f) {
|
|
73
|
+
return o(), l("svg", h, [...t[0] || (t[0] = [
|
|
74
74
|
e("defs", null, null, -1),
|
|
75
75
|
e("path", {
|
|
76
76
|
id: "路径",
|
|
@@ -80,9 +80,9 @@ function L(n, t, i, r, d, s) {
|
|
|
80
80
|
"stroke-linejoin": "round",
|
|
81
81
|
"stroke-linecap": "round"
|
|
82
82
|
}, null, -1)
|
|
83
|
-
]));
|
|
83
|
+
])]);
|
|
84
84
|
}
|
|
85
|
-
const a3 = /* @__PURE__ */
|
|
85
|
+
const a3 = /* @__PURE__ */ s(a, [["render", L]]), g = {
|
|
86
86
|
name: "IconArrowLeft"
|
|
87
87
|
}, z = {
|
|
88
88
|
width: "1em",
|
|
@@ -92,8 +92,8 @@ const a3 = /* @__PURE__ */ f(a, [["render", L]]), g = {
|
|
|
92
92
|
xmlns: "http://www.w3.org/2000/svg",
|
|
93
93
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
94
94
|
};
|
|
95
|
-
function m(n, t, i, r, d,
|
|
96
|
-
return o(), l("svg", z, t[0] || (t[0] = [
|
|
95
|
+
function m(n, t, i, r, d, f) {
|
|
96
|
+
return o(), l("svg", z, [...t[0] || (t[0] = [
|
|
97
97
|
e("defs", null, null, -1),
|
|
98
98
|
e("path", {
|
|
99
99
|
id: "路径",
|
|
@@ -103,9 +103,9 @@ function m(n, t, i, r, d, s) {
|
|
|
103
103
|
"stroke-linejoin": "round",
|
|
104
104
|
"stroke-linecap": "round"
|
|
105
105
|
}, null, -1)
|
|
106
|
-
]));
|
|
106
|
+
])]);
|
|
107
107
|
}
|
|
108
|
-
const h3 = /* @__PURE__ */
|
|
108
|
+
const h3 = /* @__PURE__ */ s(g, [["render", m]]), P = {
|
|
109
109
|
name: "IconArrowRight"
|
|
110
110
|
}, x = {
|
|
111
111
|
width: "1em",
|
|
@@ -115,8 +115,8 @@ const h3 = /* @__PURE__ */ f(g, [["render", m]]), P = {
|
|
|
115
115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
116
116
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
117
117
|
};
|
|
118
|
-
function O(n, t, i, r, d,
|
|
119
|
-
return o(), l("svg", x, t[0] || (t[0] = [
|
|
118
|
+
function O(n, t, i, r, d, f) {
|
|
119
|
+
return o(), l("svg", x, [...t[0] || (t[0] = [
|
|
120
120
|
e("defs", null, null, -1),
|
|
121
121
|
e("path", {
|
|
122
122
|
id: "路径",
|
|
@@ -126,9 +126,9 @@ function O(n, t, i, r, d, s) {
|
|
|
126
126
|
"stroke-linejoin": "round",
|
|
127
127
|
"stroke-linecap": "round"
|
|
128
128
|
}, null, -1)
|
|
129
|
-
]));
|
|
129
|
+
])]);
|
|
130
130
|
}
|
|
131
|
-
const L3 = /* @__PURE__ */
|
|
131
|
+
const L3 = /* @__PURE__ */ s(P, [["render", O]]), X = {
|
|
132
132
|
name: "IconArrowUp"
|
|
133
133
|
}, b = {
|
|
134
134
|
width: "1em",
|
|
@@ -138,8 +138,8 @@ const L3 = /* @__PURE__ */ f(P, [["render", O]]), X = {
|
|
|
138
138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
139
139
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
140
140
|
};
|
|
141
|
-
function k(n, t, i, r, d,
|
|
142
|
-
return o(), l("svg", b, t[0] || (t[0] = [
|
|
141
|
+
function k(n, t, i, r, d, f) {
|
|
142
|
+
return o(), l("svg", b, [...t[0] || (t[0] = [
|
|
143
143
|
e("defs", null, null, -1),
|
|
144
144
|
e("path", {
|
|
145
145
|
id: "路径",
|
|
@@ -149,9 +149,9 @@ function k(n, t, i, r, d, s) {
|
|
|
149
149
|
"stroke-linejoin": "round",
|
|
150
150
|
"stroke-linecap": "round"
|
|
151
151
|
}, null, -1)
|
|
152
|
-
]));
|
|
152
|
+
])]);
|
|
153
153
|
}
|
|
154
|
-
const g3 = /* @__PURE__ */
|
|
154
|
+
const g3 = /* @__PURE__ */ s(X, [["render", k]]), y = {
|
|
155
155
|
name: "IconAssociate"
|
|
156
156
|
}, B = {
|
|
157
157
|
width: "1em",
|
|
@@ -161,8 +161,8 @@ const g3 = /* @__PURE__ */ f(X, [["render", k]]), y = {
|
|
|
161
161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
162
162
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
163
163
|
};
|
|
164
|
-
function F(n, t, i, r, d,
|
|
165
|
-
return o(), l("svg", B, t[0] || (t[0] = [
|
|
164
|
+
function F(n, t, i, r, d, f) {
|
|
165
|
+
return o(), l("svg", B, [...t[0] || (t[0] = [
|
|
166
166
|
e("rect", {
|
|
167
167
|
id: "矩形",
|
|
168
168
|
width: "16.000000",
|
|
@@ -194,9 +194,9 @@ function F(n, t, i, r, d, s) {
|
|
|
194
194
|
"fill-opacity": "1.000000",
|
|
195
195
|
"fill-rule": "evenodd"
|
|
196
196
|
}, null, -1)
|
|
197
|
-
]));
|
|
197
|
+
])]);
|
|
198
198
|
}
|
|
199
|
-
const z3 = /* @__PURE__ */
|
|
199
|
+
const z3 = /* @__PURE__ */ s(y, [["render", F]]), Z = {
|
|
200
200
|
name: "IconCancelFullScreen"
|
|
201
201
|
}, H = {
|
|
202
202
|
width: "1em",
|
|
@@ -211,8 +211,8 @@ const z3 = /* @__PURE__ */ f(y, [["render", F]]), Z = {
|
|
|
211
211
|
style: { "enable-background": "new 0 0 132 132" },
|
|
212
212
|
"xml:space": "preserve"
|
|
213
213
|
};
|
|
214
|
-
function N(n, t, i, r, d,
|
|
215
|
-
return o(), l("svg", H, t[0] || (t[0] = [
|
|
214
|
+
function N(n, t, i, r, d, f) {
|
|
215
|
+
return o(), l("svg", H, [...t[0] || (t[0] = [
|
|
216
216
|
e("rect", {
|
|
217
217
|
style: { fill: "none" },
|
|
218
218
|
width: "132",
|
|
@@ -228,9 +228,9 @@ function N(n, t, i, r, d, s) {
|
|
|
228
228
|
c-6.8,0-12.4-5.5-12.4-12.4V33C20.6,26.2,26.2,20.6,33,20.6z M33,12.4c-11.4,0-20.6,9.2-20.6,20.6v66c0,11.4,9.2,20.6,20.6,20.6h66
|
|
229
229
|
c11.4,0,20.6-9.2,20.6-20.6V33c0-11.4-9.2-20.6-20.6-20.6H33z`
|
|
230
230
|
}, null, -1)
|
|
231
|
-
]));
|
|
231
|
+
])]);
|
|
232
232
|
}
|
|
233
|
-
const m3 = /* @__PURE__ */
|
|
233
|
+
const m3 = /* @__PURE__ */ s(Z, [["render", N]]), D = {
|
|
234
234
|
name: "IconCancelled"
|
|
235
235
|
}, M = {
|
|
236
236
|
width: "1em",
|
|
@@ -240,8 +240,8 @@ const m3 = /* @__PURE__ */ f(Z, [["render", N]]), D = {
|
|
|
240
240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
241
241
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
242
242
|
};
|
|
243
|
-
function T(n, t, i, r, d,
|
|
244
|
-
return o(), l("svg", M, t[0] || (t[0] = [
|
|
243
|
+
function T(n, t, i, r, d, f) {
|
|
244
|
+
return o(), l("svg", M, [...t[0] || (t[0] = [
|
|
245
245
|
e("path", {
|
|
246
246
|
d: "M0.84 7.95C0.69 8.61 0.62 9.3 0.62 10C0.62 10.69 0.69 11.38 0.84 12.04C0.96 12.59 1.14 13.12 1.36 13.64C1.58 14.17 1.85 14.67 2.16 15.14C2.51 15.67 2.91 16.17 3.37 16.62C3.82 17.08 4.32 17.48 4.85 17.83C5.32 18.14 5.82 18.41 6.35 18.63C6.87 18.85 7.4 19.03 7.95 19.15C8.61 19.3 9.3 19.37 10 19.37C10.69 19.37 11.38 19.3 12.04 19.15C12.59 19.03 13.12 18.85 13.64 18.63C14.17 18.41 14.67 18.14 15.14 17.83C15.67 17.48 16.17 17.08 16.62 16.62C17.08 16.17 17.48 15.67 17.83 15.14C18.14 14.67 18.41 14.17 18.63 13.64C18.85 13.12 19.03 12.59 19.15 12.04C19.3 11.38 19.37 10.69 19.37 10C19.37 9.3 19.3 8.61 19.15 7.95C19.03 7.4 18.85 6.87 18.63 6.35C18.41 5.82 18.14 5.32 17.83 4.85C17.48 4.32 17.08 3.82 16.62 3.37C16.17 2.91 15.67 2.51 15.14 2.16C14.67 1.85 14.17 1.58 13.64 1.36C13.12 1.14 12.59 0.96 12.04 0.84C11.38 0.69 10.69 0.62 10 0.62C9.3 0.62 8.61 0.69 7.95 0.84C7.4 0.96 6.87 1.14 6.35 1.36C5.82 1.58 5.32 1.85 4.85 2.16C4.32 2.51 3.82 2.91 3.37 3.37C2.91 3.82 2.51 4.32 2.16 4.85C1.85 5.32 1.58 5.82 1.36 6.35C1.14 6.87 0.96 7.4 0.84 7.95ZM2.07 11.79C1.94 11.21 1.87 10.61 1.87 10C1.87 9.38 1.94 8.78 2.07 8.2C2.17 7.73 2.32 7.28 2.51 6.83C2.7 6.38 2.93 5.95 3.19 5.55C3.5 5.08 3.85 4.65 4.25 4.25C4.65 3.85 5.08 3.5 5.55 3.19C5.95 2.93 6.38 2.7 6.83 2.51C7.28 2.32 7.73 2.17 8.2 2.07C8.78 1.94 9.38 1.87 10 1.87C10.61 1.87 11.21 1.94 11.79 2.07C12.26 2.17 12.71 2.32 13.16 2.51C13.61 2.7 14.04 2.93 14.44 3.19C14.91 3.5 15.34 3.85 15.74 4.25C16.14 4.65 16.49 5.08 16.8 5.55C17.06 5.95 17.29 6.38 17.48 6.83C17.67 7.28 17.82 7.73 17.92 8.2C18.05 8.78 18.12 9.38 18.12 10C18.12 10.61 18.05 11.21 17.92 11.79C17.82 12.26 17.67 12.71 17.48 13.16C17.29 13.61 17.06 14.04 16.8 14.44C16.49 14.91 16.14 15.34 15.74 15.74C15.34 16.14 14.91 16.49 14.44 16.8C14.04 17.06 13.61 17.29 13.16 17.48C12.71 17.67 12.26 17.82 11.79 17.92C11.21 18.05 10.61 18.12 10 18.12C9.38 18.12 8.78 18.05 8.2 17.92C7.73 17.82 7.28 17.67 6.83 17.48C6.38 17.29 5.95 17.06 5.55 16.8C5.08 16.49 4.65 16.14 4.25 15.74C3.85 15.34 3.5 14.91 3.19 14.44C2.93 14.04 2.7 13.61 2.51 13.16C2.32 12.71 2.17 12.26 2.07 11.79Z",
|
|
247
247
|
fill: "currentColor",
|
|
@@ -256,9 +256,9 @@ function T(n, t, i, r, d, s) {
|
|
|
256
256
|
"fill-opacity": "1.000000",
|
|
257
257
|
"fill-rule": "evenodd"
|
|
258
258
|
}, null, -1)
|
|
259
|
-
]));
|
|
259
|
+
])]);
|
|
260
260
|
}
|
|
261
|
-
const P3 = /* @__PURE__ */
|
|
261
|
+
const P3 = /* @__PURE__ */ s(D, [["render", T]]), j = {
|
|
262
262
|
name: "IconClose"
|
|
263
263
|
}, Y = {
|
|
264
264
|
width: "1em",
|
|
@@ -268,8 +268,8 @@ const P3 = /* @__PURE__ */ f(D, [["render", T]]), j = {
|
|
|
268
268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
269
269
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
270
270
|
};
|
|
271
|
-
function Q(n, t, i, r, d,
|
|
272
|
-
return o(), l("svg", Y, t[0] || (t[0] = [
|
|
271
|
+
function Q(n, t, i, r, d, f) {
|
|
272
|
+
return o(), l("svg", Y, [...t[0] || (t[0] = [
|
|
273
273
|
e("defs", null, null, -1),
|
|
274
274
|
e("path", {
|
|
275
275
|
id: "路径 2",
|
|
@@ -289,9 +289,9 @@ function Q(n, t, i, r, d, s) {
|
|
|
289
289
|
"stroke-linejoin": "round",
|
|
290
290
|
"stroke-linecap": "round"
|
|
291
291
|
}, null, -1)
|
|
292
|
-
]));
|
|
292
|
+
])]);
|
|
293
293
|
}
|
|
294
|
-
const x3 = /* @__PURE__ */
|
|
294
|
+
const x3 = /* @__PURE__ */ s(j, [["render", Q]]), G = {
|
|
295
295
|
name: "IconCopy"
|
|
296
296
|
}, q = {
|
|
297
297
|
width: "1em",
|
|
@@ -301,8 +301,8 @@ const x3 = /* @__PURE__ */ f(j, [["render", Q]]), G = {
|
|
|
301
301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
302
302
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
303
303
|
};
|
|
304
|
-
function E(n, t, i, r, d,
|
|
305
|
-
return o(), l("svg", q, t[0] || (t[0] = [
|
|
304
|
+
function E(n, t, i, r, d, f) {
|
|
305
|
+
return o(), l("svg", q, [...t[0] || (t[0] = [
|
|
306
306
|
e("defs", null, null, -1),
|
|
307
307
|
e("path", {
|
|
308
308
|
id: "矢量 22",
|
|
@@ -312,9 +312,9 @@ function E(n, t, i, r, d, s) {
|
|
|
312
312
|
"stroke-width": "1.000000",
|
|
313
313
|
"stroke-linecap": "round"
|
|
314
314
|
}, null, -1)
|
|
315
|
-
]));
|
|
315
|
+
])]);
|
|
316
316
|
}
|
|
317
|
-
const O3 = /* @__PURE__ */
|
|
317
|
+
const O3 = /* @__PURE__ */ s(G, [["render", E]]), W = {
|
|
318
318
|
name: "IconDelete"
|
|
319
319
|
}, J = {
|
|
320
320
|
width: "1em",
|
|
@@ -324,8 +324,8 @@ const O3 = /* @__PURE__ */ f(G, [["render", E]]), W = {
|
|
|
324
324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
325
325
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
326
326
|
};
|
|
327
|
-
function I(n, t, i, r, d,
|
|
328
|
-
return o(), l("svg", J, t[0] || (t[0] = [
|
|
327
|
+
function I(n, t, i, r, d, f) {
|
|
328
|
+
return o(), l("svg", J, [...t[0] || (t[0] = [
|
|
329
329
|
e("desc", null, " Created with Pixso. ", -1),
|
|
330
330
|
e("defs", null, null, -1),
|
|
331
331
|
e("path", {
|
|
@@ -350,9 +350,9 @@ function I(n, t, i, r, d, s) {
|
|
|
350
350
|
"fill-opacity": "1.000000",
|
|
351
351
|
"fill-rule": "evenodd"
|
|
352
352
|
}, null, -1)
|
|
353
|
-
]));
|
|
353
|
+
])]);
|
|
354
354
|
}
|
|
355
|
-
const X3 = /* @__PURE__ */
|
|
355
|
+
const X3 = /* @__PURE__ */ s(W, [["render", I]]), V = {
|
|
356
356
|
name: "IconDislike"
|
|
357
357
|
}, S = {
|
|
358
358
|
width: "1em",
|
|
@@ -362,8 +362,8 @@ const X3 = /* @__PURE__ */ f(W, [["render", I]]), V = {
|
|
|
362
362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
363
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
364
364
|
};
|
|
365
|
-
function R(n, t, i, r, d,
|
|
366
|
-
return o(), l("svg", S, t[0] || (t[0] = [
|
|
365
|
+
function R(n, t, i, r, d, f) {
|
|
366
|
+
return o(), l("svg", S, [...t[0] || (t[0] = [
|
|
367
367
|
e("defs", null, [
|
|
368
368
|
e("clipPath", { id: "clip597_81528" }, [
|
|
369
369
|
e("rect", {
|
|
@@ -385,9 +385,9 @@ function R(n, t, i, r, d, s) {
|
|
|
385
385
|
"fill-rule": "nonzero"
|
|
386
386
|
})
|
|
387
387
|
], -1)
|
|
388
|
-
]));
|
|
388
|
+
])]);
|
|
389
389
|
}
|
|
390
|
-
const b3 = /* @__PURE__ */
|
|
390
|
+
const b3 = /* @__PURE__ */ s(V, [["render", R]]), U = {
|
|
391
391
|
name: "IconEditPen"
|
|
392
392
|
}, K = {
|
|
393
393
|
width: "1em",
|
|
@@ -397,8 +397,8 @@ const b3 = /* @__PURE__ */ f(V, [["render", R]]), U = {
|
|
|
397
397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
398
398
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
399
399
|
};
|
|
400
|
-
function _(n, t, i, r, d,
|
|
401
|
-
return o(), l("svg", K, t[0] || (t[0] = [
|
|
400
|
+
function _(n, t, i, r, d, f) {
|
|
401
|
+
return o(), l("svg", K, [...t[0] || (t[0] = [
|
|
402
402
|
e("desc", null, " Created with Pixso. ", -1),
|
|
403
403
|
e("defs", null, null, -1),
|
|
404
404
|
e("path", {
|
|
@@ -408,9 +408,9 @@ function _(n, t, i, r, d, s) {
|
|
|
408
408
|
"fill-opacity": "1.000000",
|
|
409
409
|
"fill-rule": "evenodd"
|
|
410
410
|
}, null, -1)
|
|
411
|
-
]));
|
|
411
|
+
])]);
|
|
412
412
|
}
|
|
413
|
-
const k3 = /* @__PURE__ */
|
|
413
|
+
const k3 = /* @__PURE__ */ s(U, [["render", _]]), $ = {
|
|
414
414
|
name: "IconEdit"
|
|
415
415
|
}, t1 = {
|
|
416
416
|
width: "1em",
|
|
@@ -420,12 +420,12 @@ const k3 = /* @__PURE__ */ f(U, [["render", _]]), $ = {
|
|
|
420
420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
421
421
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
422
422
|
};
|
|
423
|
-
function e1(n, t, i, r, d,
|
|
424
|
-
return o(), l("svg", t1, t[0] || (t[0] = [
|
|
423
|
+
function e1(n, t, i, r, d, f) {
|
|
424
|
+
return o(), l("svg", t1, [...t[0] || (t[0] = [
|
|
425
425
|
c('<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)
|
|
426
|
-
]));
|
|
426
|
+
])]);
|
|
427
427
|
}
|
|
428
|
-
const y3 = /* @__PURE__ */
|
|
428
|
+
const y3 = /* @__PURE__ */ s($, [["render", e1]]), n1 = {
|
|
429
429
|
name: "IconEmptySearch"
|
|
430
430
|
}, i1 = {
|
|
431
431
|
width: "7em",
|
|
@@ -435,12 +435,12 @@ const y3 = /* @__PURE__ */ f($, [["render", e1]]), n1 = {
|
|
|
435
435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
436
436
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
437
437
|
};
|
|
438
|
-
function r1(n, t, i, r, d,
|
|
439
|
-
return o(), l("svg", i1, t[0] || (t[0] = [
|
|
438
|
+
function r1(n, t, i, r, d, f) {
|
|
439
|
+
return o(), l("svg", i1, [...t[0] || (t[0] = [
|
|
440
440
|
c('<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)
|
|
441
|
-
]));
|
|
441
|
+
])]);
|
|
442
442
|
}
|
|
443
|
-
const B3 = /* @__PURE__ */
|
|
443
|
+
const B3 = /* @__PURE__ */ s(n1, [["render", r1]]), d1 = {
|
|
444
444
|
name: "IconError"
|
|
445
445
|
}, l1 = {
|
|
446
446
|
width: "1em",
|
|
@@ -450,8 +450,8 @@ const B3 = /* @__PURE__ */ f(n1, [["render", r1]]), d1 = {
|
|
|
450
450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
451
451
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
452
452
|
};
|
|
453
|
-
function o1(n, t, i, r, d,
|
|
454
|
-
return o(), l("svg", l1, t[0] || (t[0] = [
|
|
453
|
+
function o1(n, t, i, r, d, f) {
|
|
454
|
+
return o(), l("svg", l1, [...t[0] || (t[0] = [
|
|
455
455
|
e("path", {
|
|
456
456
|
id: "路径 (边框)",
|
|
457
457
|
d: "M0.84 7.95C0.69 8.61 0.62 9.3 0.62 10C0.62 10.69 0.69 11.38 0.84 12.04C0.96 12.59 1.14 13.12 1.36 13.64C1.58 14.17 1.85 14.67 2.16 15.14C2.51 15.67 2.91 16.17 3.37 16.62C3.82 17.08 4.32 17.48 4.85 17.83C5.32 18.14 5.82 18.41 6.35 18.63C6.87 18.85 7.4 19.03 7.95 19.15C8.61 19.3 9.3 19.37 10 19.37C10.69 19.37 11.38 19.3 12.04 19.15C12.59 19.03 13.12 18.85 13.64 18.63C14.17 18.41 14.67 18.14 15.14 17.83C15.67 17.48 16.17 17.08 16.62 16.62C17.08 16.17 17.48 15.67 17.83 15.14C18.14 14.67 18.41 14.17 18.63 13.64C18.85 13.12 19.03 12.59 19.15 12.04C19.3 11.38 19.37 10.69 19.37 10C19.37 9.3 19.3 8.61 19.15 7.95C19.03 7.4 18.85 6.87 18.63 6.35C18.41 5.82 18.14 5.32 17.83 4.85C17.48 4.32 17.08 3.82 16.62 3.37C16.17 2.91 15.67 2.51 15.14 2.16C14.67 1.85 14.17 1.58 13.64 1.36C13.12 1.14 12.59 0.96 12.04 0.84C11.38 0.69 10.69 0.62 10 0.62C8.72 0.62 7.51 0.87 6.35 1.36C5.82 1.58 5.32 1.85 4.85 2.16C4.32 2.51 3.82 2.91 3.37 3.37C2.91 3.82 2.51 4.32 2.16 4.85C1.85 5.32 1.58 5.82 1.36 6.35C1.14 6.87 0.96 7.4 0.84 7.95ZM2.07 11.79C1.94 11.21 1.87 10.61 1.87 10C1.87 9.38 1.94 8.78 2.07 8.2C2.17 7.73 2.32 7.28 2.51 6.83C2.7 6.38 2.93 5.95 3.19 5.55C3.5 5.08 3.85 4.65 4.25 4.25C4.65 3.85 5.08 3.5 5.55 3.19C5.95 2.93 6.38 2.7 6.83 2.51C7.28 2.32 7.73 2.17 8.2 2.07C8.78 1.94 9.38 1.87 10 1.87C10.61 1.87 11.21 1.94 11.79 2.07C12.26 2.17 12.71 2.32 13.16 2.51C13.61 2.7 14.04 2.93 14.44 3.19C14.91 3.5 15.34 3.85 15.74 4.25C16.14 4.65 16.49 5.08 16.8 5.55C17.06 5.95 17.29 6.38 17.48 6.83C17.67 7.28 17.82 7.73 17.92 8.2C18.05 8.78 18.12 9.38 18.12 10C18.12 10.61 18.05 11.21 17.92 11.79C17.82 12.26 17.67 12.71 17.48 13.16C17.07 14.13 16.49 14.99 15.74 15.74C14.99 16.49 14.13 17.07 13.16 17.48C12.71 17.67 12.26 17.82 11.79 17.92C11.21 18.05 10.61 18.12 10 18.12C9.38 18.12 8.78 18.05 8.2 17.92C7.73 17.82 7.28 17.67 6.83 17.48C5.86 17.07 5 16.49 4.25 15.74C3.85 15.34 3.5 14.91 3.19 14.44C2.93 14.04 2.7 13.61 2.51 13.16C2.32 12.71 2.17 12.26 2.07 11.79Z",
|
|
@@ -468,11 +468,11 @@ function o1(n, t, i, r, d, s) {
|
|
|
468
468
|
"fill-rule": "evenodd",
|
|
469
469
|
mask: "url(#mask_922_195863)"
|
|
470
470
|
}, null, -1)
|
|
471
|
-
]));
|
|
471
|
+
])]);
|
|
472
472
|
}
|
|
473
|
-
const F3 = /* @__PURE__ */
|
|
473
|
+
const F3 = /* @__PURE__ */ s(d1, [["render", o1]]), s1 = {
|
|
474
474
|
name: "IconFileExcel"
|
|
475
|
-
},
|
|
475
|
+
}, f1 = {
|
|
476
476
|
width: "1em",
|
|
477
477
|
height: "1em",
|
|
478
478
|
viewBox: "0 0 20 20",
|
|
@@ -480,8 +480,8 @@ const F3 = /* @__PURE__ */ f(d1, [["render", o1]]), f1 = {
|
|
|
480
480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
481
481
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
482
482
|
};
|
|
483
|
-
function c1(n, t, i, r, d,
|
|
484
|
-
return o(), l("svg",
|
|
483
|
+
function c1(n, t, i, r, d, f) {
|
|
484
|
+
return o(), l("svg", f1, [...t[0] || (t[0] = [
|
|
485
485
|
e("path", {
|
|
486
486
|
id: "矩形备份-77",
|
|
487
487
|
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",
|
|
@@ -514,9 +514,9 @@ function c1(n, t, i, r, d, s) {
|
|
|
514
514
|
"stroke-linejoin": "round",
|
|
515
515
|
"stroke-linecap": "round"
|
|
516
516
|
}, null, -1)
|
|
517
|
-
]));
|
|
517
|
+
])]);
|
|
518
518
|
}
|
|
519
|
-
const Z3 = /* @__PURE__ */
|
|
519
|
+
const Z3 = /* @__PURE__ */ s(s1, [["render", c1]]), A1 = {
|
|
520
520
|
name: "IconFileFolder"
|
|
521
521
|
}, C1 = {
|
|
522
522
|
width: "1em",
|
|
@@ -526,8 +526,8 @@ const Z3 = /* @__PURE__ */ f(f1, [["render", c1]]), A1 = {
|
|
|
526
526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
527
527
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
528
528
|
};
|
|
529
|
-
function p1(n, t, i, r, d,
|
|
530
|
-
return o(), l("svg", C1, t[0] || (t[0] = [
|
|
529
|
+
function p1(n, t, i, r, d, f) {
|
|
530
|
+
return o(), l("svg", C1, [...t[0] || (t[0] = [
|
|
531
531
|
e("path", {
|
|
532
532
|
id: "形状结合",
|
|
533
533
|
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",
|
|
@@ -556,9 +556,9 @@ function p1(n, t, i, r, d, s) {
|
|
|
556
556
|
"fill-opacity": "1.000000",
|
|
557
557
|
"fill-rule": "evenodd"
|
|
558
558
|
}, null, -1)
|
|
559
|
-
]));
|
|
559
|
+
])]);
|
|
560
560
|
}
|
|
561
|
-
const H3 = /* @__PURE__ */
|
|
561
|
+
const H3 = /* @__PURE__ */ s(A1, [["render", p1]]), v1 = {
|
|
562
562
|
name: "IconFileImage"
|
|
563
563
|
}, u1 = {
|
|
564
564
|
width: "1em",
|
|
@@ -568,12 +568,12 @@ const H3 = /* @__PURE__ */ f(A1, [["render", p1]]), v1 = {
|
|
|
568
568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
569
569
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
570
570
|
};
|
|
571
|
-
function w1(n, t, i, r, d,
|
|
572
|
-
return o(), l("svg", u1, t[0] || (t[0] = [
|
|
571
|
+
function w1(n, t, i, r, d, f) {
|
|
572
|
+
return o(), l("svg", u1, [...t[0] || (t[0] = [
|
|
573
573
|
c('<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)
|
|
574
|
-
]));
|
|
574
|
+
])]);
|
|
575
575
|
}
|
|
576
|
-
const N3 = /* @__PURE__ */
|
|
576
|
+
const N3 = /* @__PURE__ */ s(v1, [["render", w1]]), a1 = {
|
|
577
577
|
name: "IconFileNone"
|
|
578
578
|
}, h1 = {
|
|
579
579
|
width: "1em",
|
|
@@ -583,12 +583,12 @@ const N3 = /* @__PURE__ */ f(v1, [["render", w1]]), a1 = {
|
|
|
583
583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
584
584
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
585
585
|
};
|
|
586
|
-
function L1(n, t, i, r, d,
|
|
587
|
-
return o(), l("svg", h1, t[0] || (t[0] = [
|
|
586
|
+
function L1(n, t, i, r, d, f) {
|
|
587
|
+
return o(), l("svg", h1, [...t[0] || (t[0] = [
|
|
588
588
|
c('<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)
|
|
589
|
-
]));
|
|
589
|
+
])]);
|
|
590
590
|
}
|
|
591
|
-
const D3 = /* @__PURE__ */
|
|
591
|
+
const D3 = /* @__PURE__ */ s(a1, [["render", L1]]), g1 = {
|
|
592
592
|
name: "IconFileOther"
|
|
593
593
|
}, z1 = {
|
|
594
594
|
width: "1em",
|
|
@@ -598,12 +598,12 @@ const D3 = /* @__PURE__ */ f(a1, [["render", L1]]), g1 = {
|
|
|
598
598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
599
599
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
600
600
|
};
|
|
601
|
-
function m1(n, t, i, r, d,
|
|
602
|
-
return o(), l("svg", z1, t[0] || (t[0] = [
|
|
601
|
+
function m1(n, t, i, r, d, f) {
|
|
602
|
+
return o(), l("svg", z1, [...t[0] || (t[0] = [
|
|
603
603
|
c('<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)
|
|
604
|
-
]));
|
|
604
|
+
])]);
|
|
605
605
|
}
|
|
606
|
-
const M3 = /* @__PURE__ */
|
|
606
|
+
const M3 = /* @__PURE__ */ s(g1, [["render", m1]]), P1 = {
|
|
607
607
|
name: "IconFilePdf"
|
|
608
608
|
}, x1 = {
|
|
609
609
|
width: "1em",
|
|
@@ -613,12 +613,12 @@ const M3 = /* @__PURE__ */ f(g1, [["render", m1]]), P1 = {
|
|
|
613
613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
614
614
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
615
615
|
};
|
|
616
|
-
function O1(n, t, i, r, d,
|
|
617
|
-
return o(), l("svg", x1, t[0] || (t[0] = [
|
|
616
|
+
function O1(n, t, i, r, d, f) {
|
|
617
|
+
return o(), l("svg", x1, [...t[0] || (t[0] = [
|
|
618
618
|
c('<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)
|
|
619
|
-
]));
|
|
619
|
+
])]);
|
|
620
620
|
}
|
|
621
|
-
const T3 = /* @__PURE__ */
|
|
621
|
+
const T3 = /* @__PURE__ */ s(P1, [["render", O1]]), X1 = {
|
|
622
622
|
name: "IconFilePpt"
|
|
623
623
|
}, b1 = {
|
|
624
624
|
width: "1em",
|
|
@@ -628,8 +628,8 @@ const T3 = /* @__PURE__ */ f(P1, [["render", O1]]), X1 = {
|
|
|
628
628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
629
629
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
630
630
|
};
|
|
631
|
-
function k1(n, t, i, r, d,
|
|
632
|
-
return o(), l("svg", b1, t[0] || (t[0] = [
|
|
631
|
+
function k1(n, t, i, r, d, f) {
|
|
632
|
+
return o(), l("svg", b1, [...t[0] || (t[0] = [
|
|
633
633
|
e("path", {
|
|
634
634
|
id: "矩形备份-24",
|
|
635
635
|
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",
|
|
@@ -662,9 +662,9 @@ function k1(n, t, i, r, d, s) {
|
|
|
662
662
|
"stroke-linejoin": "round",
|
|
663
663
|
"stroke-linecap": "round"
|
|
664
664
|
}, null, -1)
|
|
665
|
-
]));
|
|
665
|
+
])]);
|
|
666
666
|
}
|
|
667
|
-
const j3 = /* @__PURE__ */
|
|
667
|
+
const j3 = /* @__PURE__ */ s(X1, [["render", k1]]), y1 = {
|
|
668
668
|
name: "IconFileRemove"
|
|
669
669
|
}, B1 = {
|
|
670
670
|
width: "16.000000",
|
|
@@ -674,12 +674,12 @@ const j3 = /* @__PURE__ */ f(X1, [["render", k1]]), y1 = {
|
|
|
674
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
675
675
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
676
676
|
};
|
|
677
|
-
function F1(n, t, i, r, d,
|
|
678
|
-
return o(), l("svg", B1, t[0] || (t[0] = [
|
|
677
|
+
function F1(n, t, i, r, d, f) {
|
|
678
|
+
return o(), l("svg", B1, [...t[0] || (t[0] = [
|
|
679
679
|
c('<path id="路径" d="M8 1C4.13 1 1 4.13 1 8C1 11.86 4.13 15 8 15C11.86 15 15 11.86 15 8C15 4.13 11.86 1 8 1Z" fill="#C2C2C2" fill-opacity="1.000000" fill-rule="evenodd"></path><mask id="mask_971_59183" fill="white"><path id="形状结合备份" d="M10.6249 10.9999C10.5289 10.9999 10.433 10.9631 10.3597 10.89L8 8.53027L5.64026 10.89C5.56702 10.9631 5.47107 10.9999 5.37512 10.9999C5.27905 10.9999 5.18311 10.9631 5.10999 10.89C4.96338 10.7434 4.96338 10.5065 5.10999 10.3597L7.46973 8L5.10999 5.64026C4.96338 5.49353 4.96338 5.25659 5.10999 5.10999C5.25659 4.96338 5.49353 4.96338 5.64026 5.10999L8 7.46973L10.3597 5.10999C10.5065 4.96338 10.7434 4.96338 10.89 5.10999C11.0366 5.25659 11.0366 5.49353 10.89 5.64026L8.53027 8L10.89 10.3597C11.0366 10.5065 11.0366 10.7434 10.89 10.89C10.8169 10.9631 10.7209 10.9999 10.6249 10.9999Z" clip-rule="evenodd" fill="" fill-opacity="1.000000" fill-rule="evenodd"></path></mask><path id="形状结合备份" d="M10.6249 10.9999C10.5289 10.9999 10.433 10.9631 10.3597 10.89L8 8.53027L5.64026 10.89C5.56702 10.9631 5.47107 10.9999 5.37512 10.9999C5.27905 10.9999 5.18311 10.9631 5.10999 10.89C4.96338 10.7434 4.96338 10.5065 5.10999 10.3597L7.46973 8L5.10999 5.64026C4.96338 5.49353 4.96338 5.25659 5.10999 5.10999C5.25659 4.96338 5.49353 4.96338 5.64026 5.10999L8 7.46973L10.3597 5.10999C10.5065 4.96338 10.7434 4.96338 10.89 5.10999C11.0366 5.25659 11.0366 5.49353 10.89 5.64026L8.53027 8L10.89 10.3597C11.0366 10.5065 11.0366 10.7434 10.89 10.89C10.8169 10.9631 10.7209 10.9999 10.6249 10.9999Z" clip-rule="evenodd" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd" mask="url(#mask_971_59183)"></path><path id="形状结合备份" d="M10.6249 11.0999C10.4938 11.0999 10.3818 11.0535 10.2891 10.9607L7.92932 8.60095L8 8.53027L8.07068 8.60095L5.71094 10.9607C5.61816 11.0535 5.50623 11.0999 5.37512 11.0999C5.24402 11.0999 5.13208 11.0535 5.03931 10.9607C4.94641 10.8679 4.90002 10.756 4.90002 10.6249C4.90002 10.4939 4.94641 10.382 5.03931 10.2891L7.39905 7.92932L7.46973 8L7.39905 8.07068L5.03931 5.71094C4.94641 5.61804 4.90002 5.5061 4.90002 5.37512C4.90002 5.24402 4.94641 5.13208 5.03931 5.03931C5.13208 4.94641 5.24402 4.90002 5.37512 4.90002C5.5061 4.90002 5.61804 4.94641 5.71094 5.03931L8.07068 7.39905L8 7.46973L7.92932 7.39905L10.2891 5.03931C10.382 4.94641 10.4939 4.90002 10.6249 4.90002C10.756 4.90002 10.8679 4.94641 10.9607 5.03931C11.0536 5.13208 11.1 5.24402 11.1 5.37512C11.1 5.5061 11.0536 5.61804 10.9607 5.71094L8.60095 8.07068L8.53027 8L8.60095 7.92932L10.9607 10.2891C11.0536 10.382 11.1 10.4939 11.1 10.6249C11.1 10.756 11.0536 10.8679 10.9607 10.9607C10.8679 11.0535 10.756 11.0999 10.6249 11.0999ZM10.6249 10.8999C10.7008 10.8999 10.7656 10.873 10.8193 10.8193C10.873 10.7655 10.9 10.7007 10.9 10.6249C10.9 10.5491 10.8732 10.4843 10.8193 10.4305L8.38879 8L10.8193 5.56946C10.873 5.51575 10.9 5.45093 10.9 5.37512C10.9 5.29932 10.873 5.2345 10.8193 5.18066C10.7655 5.12683 10.7007 5.09998 10.6249 5.09998C10.5491 5.09998 10.4843 5.12683 10.4305 5.18066L8 7.61121L5.56946 5.18066C5.51575 5.12683 5.45093 5.09998 5.37512 5.09998C5.29932 5.09998 5.2345 5.12683 5.18066 5.18066C5.12683 5.2345 5.09998 5.29932 5.09998 5.37512C5.09998 5.45093 5.12683 5.51575 5.18066 5.56946L7.61121 8L5.18066 10.4305C5.12683 10.4843 5.09998 10.5491 5.09998 10.6249C5.09998 10.7007 5.12683 10.7655 5.18066 10.8193C5.23438 10.873 5.29919 10.8999 5.37512 10.8999C5.45093 10.8999 5.51575 10.873 5.56946 10.8193L8 8.38879L10.4305 10.8193C10.4843 10.873 10.5491 10.8999 10.6249 10.8999Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="nonzero"></path>', 4)
|
|
680
|
-
]));
|
|
680
|
+
])]);
|
|
681
681
|
}
|
|
682
|
-
const Y3 = /* @__PURE__ */
|
|
682
|
+
const Y3 = /* @__PURE__ */ s(y1, [["render", F1]]), Z1 = {
|
|
683
683
|
name: "IconFileWord"
|
|
684
684
|
}, H1 = {
|
|
685
685
|
width: "1em",
|
|
@@ -689,8 +689,8 @@ const Y3 = /* @__PURE__ */ f(y1, [["render", F1]]), Z1 = {
|
|
|
689
689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
690
690
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
691
691
|
};
|
|
692
|
-
function N1(n, t, i, r, d,
|
|
693
|
-
return o(), l("svg", H1, t[0] || (t[0] = [
|
|
692
|
+
function N1(n, t, i, r, d, f) {
|
|
693
|
+
return o(), l("svg", H1, [...t[0] || (t[0] = [
|
|
694
694
|
e("path", {
|
|
695
695
|
id: "矩形备份-6",
|
|
696
696
|
d: "M16.74 5.62L17.16 5.62L17.16 6.04L16.74 6.04L16.74 5.62Z",
|
|
@@ -721,9 +721,9 @@ function N1(n, t, i, r, d, s) {
|
|
|
721
721
|
"stroke-linejoin": "round",
|
|
722
722
|
"stroke-linecap": "round"
|
|
723
723
|
}, null, -1)
|
|
724
|
-
]));
|
|
724
|
+
])]);
|
|
725
725
|
}
|
|
726
|
-
const Q3 = /* @__PURE__ */
|
|
726
|
+
const Q3 = /* @__PURE__ */ s(Z1, [["render", N1]]), D1 = {
|
|
727
727
|
name: "IconFullScreen"
|
|
728
728
|
}, M1 = {
|
|
729
729
|
width: "1em",
|
|
@@ -738,8 +738,8 @@ const Q3 = /* @__PURE__ */ f(Z1, [["render", N1]]), D1 = {
|
|
|
738
738
|
style: { "enable-background": "new 0 0 132 132" },
|
|
739
739
|
"xml:space": "preserve"
|
|
740
740
|
};
|
|
741
|
-
function T1(n, t, i, r, d,
|
|
742
|
-
return o(), l("svg", M1, t[0] || (t[0] = [
|
|
741
|
+
function T1(n, t, i, r, d, f) {
|
|
742
|
+
return o(), l("svg", M1, [...t[0] || (t[0] = [
|
|
743
743
|
e("rect", {
|
|
744
744
|
style: { fill: "none" },
|
|
745
745
|
width: "132",
|
|
@@ -754,9 +754,9 @@ function T1(n, t, i, r, d, s) {
|
|
|
754
754
|
c0,6.8-5.5,12.4-12.4,12.4H33c-6.8,0-12.4-5.5-12.4-12.4V33C20.6,26.2,26.2,20.6,33,20.6z M33,12.4c-11.4,0-20.6,9.2-20.6,20.6v66
|
|
755
755
|
c0,11.4,9.2,20.6,20.6,20.6h66c11.4,0,20.6-9.2,20.6-20.6V33c0-11.4-9.2-20.6-20.6-20.6H33z`
|
|
756
756
|
}, null, -1)
|
|
757
|
-
]));
|
|
757
|
+
])]);
|
|
758
758
|
}
|
|
759
|
-
const G3 = /* @__PURE__ */
|
|
759
|
+
const G3 = /* @__PURE__ */ s(D1, [["render", T1]]), j1 = {
|
|
760
760
|
name: "IconHistory"
|
|
761
761
|
}, Y1 = {
|
|
762
762
|
width: "1em",
|
|
@@ -766,12 +766,12 @@ const G3 = /* @__PURE__ */ f(D1, [["render", T1]]), j1 = {
|
|
|
766
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
767
767
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
768
768
|
};
|
|
769
|
-
function Q1(n, t, i, r, d,
|
|
770
|
-
return o(), l("svg", Y1, t[0] || (t[0] = [
|
|
769
|
+
function Q1(n, t, i, r, d, f) {
|
|
770
|
+
return o(), l("svg", Y1, [...t[0] || (t[0] = [
|
|
771
771
|
c('<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)
|
|
772
|
-
]));
|
|
772
|
+
])]);
|
|
773
773
|
}
|
|
774
|
-
const q3 = /* @__PURE__ */
|
|
774
|
+
const q3 = /* @__PURE__ */ s(j1, [["render", Q1]]), G1 = {
|
|
775
775
|
name: "IconImageLoading"
|
|
776
776
|
}, q1 = {
|
|
777
777
|
viewBox: "0 0 20 20",
|
|
@@ -782,8 +782,8 @@ const q3 = /* @__PURE__ */ f(j1, [["render", Q1]]), G1 = {
|
|
|
782
782
|
fill: "none",
|
|
783
783
|
customFrame: "#000000"
|
|
784
784
|
};
|
|
785
|
-
function E1(n, t, i, r, d,
|
|
786
|
-
return o(), l("svg", q1, t[0] || (t[0] = [
|
|
785
|
+
function E1(n, t, i, r, d, f) {
|
|
786
|
+
return o(), l("svg", q1, [...t[0] || (t[0] = [
|
|
787
787
|
c('<defs><clipPath id="clipPath_0"><rect width="16" height="16" x="2" y="2" fill="rgb(255,255,255)"></rect></clipPath><linearGradient id="paint_linear_0" x1="21.5809536" x2="6.56828499" y1="9.9996109" y2="2.59961891" gradientUnits="userSpaceOnUse"><stop stop-color="rgb(255,255,255)" offset="0.000956000003" stop-opacity="0"></stop><stop stop-color="rgb(255,255,255)" offset="1" stop-opacity="1"></stop></linearGradient></defs><rect id="附件状态" width="20" height="20" x="0" y="0"></rect><rect id="矩形" width="20" height="20" x="0" y="0" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形" width="18" height="18" x="1" y="1" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="2"></rect>', 4),
|
|
788
788
|
e("g", {
|
|
789
789
|
id: "编组备份 21",
|
|
@@ -819,9 +819,9 @@ function E1(n, t, i, r, d, s) {
|
|
|
819
819
|
dur: "1s",
|
|
820
820
|
repeatCount: "indefinite"
|
|
821
821
|
}, null, -1)
|
|
822
|
-
]));
|
|
822
|
+
])]);
|
|
823
823
|
}
|
|
824
|
-
const E3 = /* @__PURE__ */
|
|
824
|
+
const E3 = /* @__PURE__ */ s(G1, [["render", E1]]), W1 = {
|
|
825
825
|
name: "IconImageWarning"
|
|
826
826
|
}, J1 = {
|
|
827
827
|
viewBox: "0 0 16 16",
|
|
@@ -831,12 +831,12 @@ const E3 = /* @__PURE__ */ f(G1, [["render", E1]]), W1 = {
|
|
|
831
831
|
height: "16",
|
|
832
832
|
fill: "none"
|
|
833
833
|
};
|
|
834
|
-
function I1(n, t, i, r, d,
|
|
835
|
-
return o(), l("svg", J1, t[0] || (t[0] = [
|
|
834
|
+
function I1(n, t, i, r, d, f) {
|
|
835
|
+
return o(), l("svg", J1, [...t[0] || (t[0] = [
|
|
836
836
|
c('<rect id="提示" width="16" height="16" x="0" y="0"></rect><rect id="矩形" width="16" height="16" x="0" y="0" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形" width="14.999999" height="15" x="0.5" y="0.5" fill="rgb(0,0,0)" fill-opacity="0"></rect><rect id="矩形" width="14.999999" height="15" x="0.5" y="0.5" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><path id="路径" d="M8 1C4.13 1 1 4.13 1 8C1 11.86 4.13 15 8 15C11.86 15 15 11.86 15 8C15 4.13 11.86 1 8 1Z" fill="rgb(255,136,2)" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M1 8C1 11.86 4.13 15 8 15C11.86 15 15 11.86 15 8C15 4.13 11.86 1 8 1C4.13 1 1 4.13 1 8Z" fill-rule="evenodd" stroke="rgb(255,254.745,254.745)" stroke-width="1"></path><path id="路径" d="M8.00014 5.71C7.52014 5.71 7.14014 5.33 7.14014 4.85C7.14014 4.38 7.52014 4 8.00014 4C8.47014 4 8.85014 4.38 8.85014 4.85C8.85014 5.33 8.47014 5.71 8.00014 5.71Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path><rect id="矩形" width="1.1428566" height="5.14285707" x="7.42822266" y="6.85742188" rx="0.071428299" fill="rgb(255,255,255)"></rect>', 8)
|
|
837
|
-
]));
|
|
837
|
+
])]);
|
|
838
838
|
}
|
|
839
|
-
const W3 = /* @__PURE__ */
|
|
839
|
+
const W3 = /* @__PURE__ */ s(W1, [["render", I1]]), V1 = {
|
|
840
840
|
name: "IconLike"
|
|
841
841
|
}, S1 = {
|
|
842
842
|
width: "16",
|
|
@@ -846,8 +846,8 @@ const W3 = /* @__PURE__ */ f(W1, [["render", I1]]), V1 = {
|
|
|
846
846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
847
847
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
848
848
|
};
|
|
849
|
-
function R1(n, t, i, r, d,
|
|
850
|
-
return o(), l("svg", S1, t[0] || (t[0] = [
|
|
849
|
+
function R1(n, t, i, r, d, f) {
|
|
850
|
+
return o(), l("svg", S1, [...t[0] || (t[0] = [
|
|
851
851
|
e("defs", null, [
|
|
852
852
|
e("clipPath", { id: "clip597_81525" }, [
|
|
853
853
|
e("rect", {
|
|
@@ -868,9 +868,9 @@ function R1(n, t, i, r, d, s) {
|
|
|
868
868
|
"fill-rule": "nonzero"
|
|
869
869
|
})
|
|
870
870
|
], -1)
|
|
871
|
-
]));
|
|
871
|
+
])]);
|
|
872
872
|
}
|
|
873
|
-
const J3 = /* @__PURE__ */
|
|
873
|
+
const J3 = /* @__PURE__ */ s(V1, [["render", R1]]), U1 = {
|
|
874
874
|
name: "IconLoadingSpeech"
|
|
875
875
|
}, K1 = {
|
|
876
876
|
width: "152.343506",
|
|
@@ -880,12 +880,12 @@ const J3 = /* @__PURE__ */ f(V1, [["render", R1]]), U1 = {
|
|
|
880
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
881
881
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
882
882
|
};
|
|
883
|
-
function _1(n, t, i, r, d,
|
|
884
|
-
return o(), l("svg", K1, t[0] || (t[0] = [
|
|
883
|
+
function _1(n, t, i, r, d, f) {
|
|
884
|
+
return o(), l("svg", K1, [...t[0] || (t[0] = [
|
|
885
885
|
c('<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)
|
|
886
|
-
]));
|
|
886
|
+
])]);
|
|
887
887
|
}
|
|
888
|
-
const I3 = /* @__PURE__ */
|
|
888
|
+
const I3 = /* @__PURE__ */ s(U1, [["render", _1]]), $1 = {
|
|
889
889
|
name: "IconLoading"
|
|
890
890
|
}, t0 = {
|
|
891
891
|
width: "1em",
|
|
@@ -895,8 +895,8 @@ const I3 = /* @__PURE__ */ f(U1, [["render", _1]]), $1 = {
|
|
|
895
895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
896
896
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
897
897
|
};
|
|
898
|
-
function e0(n, t, i, r, d,
|
|
899
|
-
return o(), l("svg", t0, t[0] || (t[0] = [
|
|
898
|
+
function e0(n, t, i, r, d, f) {
|
|
899
|
+
return o(), l("svg", t0, [...t[0] || (t[0] = [
|
|
900
900
|
e("defs", null, [
|
|
901
901
|
e("linearGradient", {
|
|
902
902
|
x1: "20.954775",
|
|
@@ -926,9 +926,9 @@ function e0(n, t, i, r, d, s) {
|
|
|
926
926
|
"stroke-linejoin": "round",
|
|
927
927
|
"stroke-linecap": "round"
|
|
928
928
|
}, null, -1)
|
|
929
|
-
]));
|
|
929
|
+
])]);
|
|
930
930
|
}
|
|
931
|
-
const V3 = /* @__PURE__ */
|
|
931
|
+
const V3 = /* @__PURE__ */ s($1, [["render", e0]]), n0 = {
|
|
932
932
|
name: "IconLogo"
|
|
933
933
|
}, i0 = {
|
|
934
934
|
width: "1em",
|
|
@@ -938,8 +938,8 @@ const V3 = /* @__PURE__ */ f($1, [["render", e0]]), n0 = {
|
|
|
938
938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
939
939
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
940
940
|
};
|
|
941
|
-
function r0(n, t, i, r, d,
|
|
942
|
-
return o(), l("svg", i0, t[0] || (t[0] = [
|
|
941
|
+
function r0(n, t, i, r, d, f) {
|
|
942
|
+
return o(), l("svg", i0, [...t[0] || (t[0] = [
|
|
943
943
|
e("defs", null, [
|
|
944
944
|
e("pattern", {
|
|
945
945
|
id: "pattern_545_65480",
|
|
@@ -966,9 +966,9 @@ function r0(n, t, i, r, d, s) {
|
|
|
966
966
|
fill: "url(#pattern_545_65480)",
|
|
967
967
|
"fill-opacity": "1.000000"
|
|
968
968
|
}, null, -1)
|
|
969
|
-
]));
|
|
969
|
+
])]);
|
|
970
970
|
}
|
|
971
|
-
const S3 = /* @__PURE__ */
|
|
971
|
+
const S3 = /* @__PURE__ */ s(n0, [["render", r0]]), d0 = {
|
|
972
972
|
name: "IconMenu"
|
|
973
973
|
}, l0 = {
|
|
974
974
|
width: "1em",
|
|
@@ -978,14 +978,14 @@ const S3 = /* @__PURE__ */ f(n0, [["render", r0]]), d0 = {
|
|
|
978
978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
979
979
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
980
980
|
};
|
|
981
|
-
function o0(n, t, i, r, d,
|
|
982
|
-
return o(), l("svg", l0, t[0] || (t[0] = [
|
|
981
|
+
function o0(n, t, i, r, d, f) {
|
|
982
|
+
return o(), l("svg", l0, [...t[0] || (t[0] = [
|
|
983
983
|
c('<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)
|
|
984
|
-
]));
|
|
984
|
+
])]);
|
|
985
985
|
}
|
|
986
|
-
const R3 = /* @__PURE__ */
|
|
986
|
+
const R3 = /* @__PURE__ */ s(d0, [["render", o0]]), s0 = {
|
|
987
987
|
name: "IconNewSession"
|
|
988
|
-
},
|
|
988
|
+
}, f0 = {
|
|
989
989
|
width: "1em",
|
|
990
990
|
height: "1em",
|
|
991
991
|
viewBox: "0 0 20 20",
|
|
@@ -993,12 +993,12 @@ const R3 = /* @__PURE__ */ f(d0, [["render", o0]]), f0 = {
|
|
|
993
993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
994
994
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
995
995
|
};
|
|
996
|
-
function c0(n, t, i, r, d,
|
|
997
|
-
return o(), l("svg",
|
|
996
|
+
function c0(n, t, i, r, d, f) {
|
|
997
|
+
return o(), l("svg", f0, [...t[0] || (t[0] = [
|
|
998
998
|
c('<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)
|
|
999
|
-
]));
|
|
999
|
+
])]);
|
|
1000
1000
|
}
|
|
1001
|
-
const U3 = /* @__PURE__ */
|
|
1001
|
+
const U3 = /* @__PURE__ */ s(s0, [["render", c0]]), A0 = {
|
|
1002
1002
|
name: "IconPin"
|
|
1003
1003
|
}, C0 = {
|
|
1004
1004
|
width: "1em",
|
|
@@ -1008,8 +1008,8 @@ const U3 = /* @__PURE__ */ f(f0, [["render", c0]]), A0 = {
|
|
|
1008
1008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1009
1009
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1010
1010
|
};
|
|
1011
|
-
function p0(n, t, i, r, d,
|
|
1012
|
-
return o(), l("svg", C0, t[0] || (t[0] = [
|
|
1011
|
+
function p0(n, t, i, r, d, f) {
|
|
1012
|
+
return o(), l("svg", C0, [...t[0] || (t[0] = [
|
|
1013
1013
|
e("defs", null, null, -1),
|
|
1014
1014
|
e("path", {
|
|
1015
1015
|
id: "形状结合",
|
|
@@ -1018,9 +1018,9 @@ function p0(n, t, i, r, d, s) {
|
|
|
1018
1018
|
fill: "currentColor",
|
|
1019
1019
|
"fill-rule": "evenodd"
|
|
1020
1020
|
}, null, -1)
|
|
1021
|
-
]));
|
|
1021
|
+
])]);
|
|
1022
1022
|
}
|
|
1023
|
-
const K3 = /* @__PURE__ */
|
|
1023
|
+
const K3 = /* @__PURE__ */ s(A0, [["render", p0]]), v0 = {
|
|
1024
1024
|
name: "IconPlugin"
|
|
1025
1025
|
}, u0 = {
|
|
1026
1026
|
width: "1em",
|
|
@@ -1030,12 +1030,12 @@ const K3 = /* @__PURE__ */ f(A0, [["render", p0]]), v0 = {
|
|
|
1030
1030
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1031
1031
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1032
1032
|
};
|
|
1033
|
-
function w0(n, t, i, r, d,
|
|
1034
|
-
return o(), l("svg", u0, t[0] || (t[0] = [
|
|
1033
|
+
function w0(n, t, i, r, d, f) {
|
|
1034
|
+
return o(), l("svg", u0, [...t[0] || (t[0] = [
|
|
1035
1035
|
c('<defs><clipPath id="clip657_188316"><rect id="接口调用执行 (1)" width="20.000000" height="20.000000" transform="translate(20.000000 0.000000) rotate(90.000000)" fill="white" fill-opacity="0"></rect></clipPath></defs><g clip-path="url(#clip657_188316)"><path id="path" d="M11.87 17.5L11.87 2.53C11.87 2.19 12.15 1.91 12.49 1.91C12.84 1.91 13.12 2.19 13.12 2.53L13.12 17.5C13.12 17.84 12.84 18.12 12.49 18.12C12.15 18.12 11.87 17.84 11.87 17.5Z" fill="currentColor" fill-opacity="1.000000" fill-rule="nonzero"></path><path id="path" d="M3.76 9.99C3.76 9.16 3.92 8.36 4.25 7.61C4.56 6.89 5.01 6.23 5.58 5.67C6.75 4.53 8.3 3.89 9.96 3.89L12.2 3.89L12.2 5.14L9.96 5.14C7.23 5.14 5.01 7.32 5.01 9.99C5.01 12.66 7.23 14.83 9.96 14.83L12.2 14.83L12.2 16.08L9.96 16.08C8.3 16.08 6.75 15.45 5.58 14.3C5.01 13.74 4.56 13.09 4.25 12.36C3.92 11.61 3.76 10.81 3.76 9.99Z" fill="currentColor" fill-opacity="1.000000" fill-rule="nonzero"></path><path id="path" d="M1.25 9.97C1.25 9.63 1.53 9.35 1.87 9.35L4.37 9.35C4.72 9.35 5 9.63 5 9.97C5 10.32 4.72 10.6 4.37 10.6L1.87 10.6C1.53 10.6 1.25 10.32 1.25 9.97ZM12.5 6.25C12.5 5.9 12.78 5.62 13.12 5.62L17.46 5.62C17.8 5.62 18.08 5.9 18.08 6.25C18.08 6.59 17.8 6.87 17.46 6.87L13.12 6.87C12.78 6.87 12.5 6.59 12.5 6.25ZM12.5 13.73C12.5 13.39 12.78 13.11 13.12 13.11L17.46 13.11C17.8 13.11 18.08 13.39 18.08 13.73C18.08 14.08 17.8 14.36 17.46 14.36L13.12 14.36C12.78 14.36 12.5 14.08 12.5 13.73Z" fill="currentColor" fill-opacity="1.000000" fill-rule="nonzero"></path></g>', 2)
|
|
1036
|
-
]));
|
|
1036
|
+
])]);
|
|
1037
1037
|
}
|
|
1038
|
-
const _3 = /* @__PURE__ */
|
|
1038
|
+
const _3 = /* @__PURE__ */ s(v0, [["render", w0]]), a0 = {
|
|
1039
1039
|
name: "IconPlus"
|
|
1040
1040
|
}, h0 = {
|
|
1041
1041
|
width: "16.000000",
|
|
@@ -1045,8 +1045,8 @@ const _3 = /* @__PURE__ */ f(v0, [["render", w0]]), a0 = {
|
|
|
1045
1045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1046
1046
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1047
1047
|
};
|
|
1048
|
-
function L0(n, t, i, r, d,
|
|
1049
|
-
return o(), l("svg", h0, t[0] || (t[0] = [
|
|
1048
|
+
function L0(n, t, i, r, d, f) {
|
|
1049
|
+
return o(), l("svg", h0, [...t[0] || (t[0] = [
|
|
1050
1050
|
e("defs", null, [
|
|
1051
1051
|
e("clipPath", { id: "clip596_185312" }, [
|
|
1052
1052
|
e("rect", {
|
|
@@ -1086,9 +1086,9 @@ function L0(n, t, i, r, d, s) {
|
|
|
1086
1086
|
})
|
|
1087
1087
|
])
|
|
1088
1088
|
], -1)
|
|
1089
|
-
]));
|
|
1089
|
+
])]);
|
|
1090
1090
|
}
|
|
1091
|
-
const $3 = /* @__PURE__ */
|
|
1091
|
+
const $3 = /* @__PURE__ */ s(a0, [["render", L0]]), g0 = {
|
|
1092
1092
|
name: "IconRefresh"
|
|
1093
1093
|
}, z0 = {
|
|
1094
1094
|
width: "1em",
|
|
@@ -1098,31 +1098,20 @@ const $3 = /* @__PURE__ */ f(a0, [["render", L0]]), g0 = {
|
|
|
1098
1098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1099
1099
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1100
1100
|
};
|
|
1101
|
-
function m0(n, t, i, r, d,
|
|
1102
|
-
return o(), l("svg", z0, t[0] || (t[0] = [
|
|
1103
|
-
e("
|
|
1104
|
-
e("clipPath", { id: "clip521_64343" }, [
|
|
1105
|
-
e("rect", {
|
|
1106
|
-
id: "刷新-refresh",
|
|
1107
|
-
width: "16.000000",
|
|
1108
|
-
height: "16.000000",
|
|
1109
|
-
fill: "white",
|
|
1110
|
-
"fill-opacity": "0"
|
|
1111
|
-
})
|
|
1112
|
-
])
|
|
1113
|
-
], -1),
|
|
1114
|
-
e("g", { "clip-path": "url(#clip521_64343)" }, [
|
|
1101
|
+
function m0(n, t, i, r, d, f) {
|
|
1102
|
+
return o(), l("svg", z0, [...t[0] || (t[0] = [
|
|
1103
|
+
e("g", null, [
|
|
1115
1104
|
e("path", {
|
|
1116
1105
|
id: "形状结合",
|
|
1117
1106
|
d: "M11.8 2.75C14.55 4.73 15.27 8.46 13.54 11.3L15.24 10.84C15.47 10.78 15.7 10.9 15.8 11.1L15.83 11.18C15.9 11.44 15.75 11.7 15.49 11.77L12.59 12.54C12.34 12.61 12.08 12.46 12.01 12.2L11.23 9.31C11.16 9.06 11.31 8.79 11.57 8.72C11.82 8.65 12.08 8.81 12.16 9.06L12.65 10.91C14.21 8.49 13.62 5.24 11.24 3.52C8.77 1.74 5.32 2.28 3.53 4.73C1.74 7.18 2.29 10.61 4.76 12.39C6.42 13.59 8.28 13.84 10.39 13.16C10.64 13.08 10.91 13.22 10.99 13.47C11.07 13.72 10.94 13.99 10.68 14.07C8.29 14.85 6.11 14.55 4.19 13.16C1.3 11.07 0.65 7.04 2.75 4.16C4.85 1.29 8.91 0.66 11.8 2.75Z",
|
|
1118
|
-
fill: "
|
|
1107
|
+
fill: "currentColor",
|
|
1119
1108
|
"fill-opacity": "1.000000",
|
|
1120
1109
|
"fill-rule": "nonzero"
|
|
1121
1110
|
})
|
|
1122
1111
|
], -1)
|
|
1123
|
-
]));
|
|
1112
|
+
])]);
|
|
1124
1113
|
}
|
|
1125
|
-
const t2 = /* @__PURE__ */
|
|
1114
|
+
const t2 = /* @__PURE__ */ s(g0, [["render", m0]]), P0 = {
|
|
1126
1115
|
name: "IconSearch"
|
|
1127
1116
|
}, x0 = {
|
|
1128
1117
|
width: "1em",
|
|
@@ -1132,8 +1121,8 @@ const t2 = /* @__PURE__ */ f(g0, [["render", m0]]), P0 = {
|
|
|
1132
1121
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1133
1122
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1134
1123
|
};
|
|
1135
|
-
function O0(n, t, i, r, d,
|
|
1136
|
-
return o(), l("svg", x0, t[0] || (t[0] = [
|
|
1124
|
+
function O0(n, t, i, r, d, f) {
|
|
1125
|
+
return o(), l("svg", x0, [...t[0] || (t[0] = [
|
|
1137
1126
|
e("desc", null, " Created with Pixso. ", -1),
|
|
1138
1127
|
e("defs", null, null, -1),
|
|
1139
1128
|
e("path", {
|
|
@@ -1143,9 +1132,9 @@ function O0(n, t, i, r, d, s) {
|
|
|
1143
1132
|
"fill-opacity": "1.000000",
|
|
1144
1133
|
"fill-rule": "evenodd"
|
|
1145
1134
|
}, null, -1)
|
|
1146
|
-
]));
|
|
1135
|
+
])]);
|
|
1147
1136
|
}
|
|
1148
|
-
const e2 = /* @__PURE__ */
|
|
1137
|
+
const e2 = /* @__PURE__ */ s(P0, [["render", O0]]), X0 = {
|
|
1149
1138
|
name: "IconSelected"
|
|
1150
1139
|
}, b0 = {
|
|
1151
1140
|
width: "16.000000",
|
|
@@ -1155,8 +1144,8 @@ const e2 = /* @__PURE__ */ f(P0, [["render", O0]]), X0 = {
|
|
|
1155
1144
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1156
1145
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1157
1146
|
};
|
|
1158
|
-
function k0(n, t, i, r, d,
|
|
1159
|
-
return o(), l("svg", b0, t[0] || (t[0] = [
|
|
1147
|
+
function k0(n, t, i, r, d, f) {
|
|
1148
|
+
return o(), l("svg", b0, [...t[0] || (t[0] = [
|
|
1160
1149
|
e("path", {
|
|
1161
1150
|
id: "矢量",
|
|
1162
1151
|
d: "M0 8C0 3.58 3.58 0 8 0C12.41 0 16 3.58 16 8C16 12.41 12.41 16 8 16C3.58 16 0 12.41 0 8ZM1 8C1 4.13 4.13 1 8 1C11.86 1 15 4.13 15 8C15 11.86 11.86 15 8 15C4.13 15 1 11.86 1 8ZM8 12C10.2 12 12 10.2 12 8C12 5.79 10.2 4 8 4C5.79 4 4 5.79 4 8C4 10.2 5.79 12 8 12Z",
|
|
@@ -1164,9 +1153,9 @@ function k0(n, t, i, r, d, s) {
|
|
|
1164
1153
|
"fill-opacity": "1.000000",
|
|
1165
1154
|
"fill-rule": "evenodd"
|
|
1166
1155
|
}, null, -1)
|
|
1167
|
-
]));
|
|
1156
|
+
])]);
|
|
1168
1157
|
}
|
|
1169
|
-
const n2 = /* @__PURE__ */
|
|
1158
|
+
const n2 = /* @__PURE__ */ s(X0, [["render", k0]]), y0 = {
|
|
1170
1159
|
name: "IconSend"
|
|
1171
1160
|
}, B0 = {
|
|
1172
1161
|
width: "1em",
|
|
@@ -1176,12 +1165,12 @@ const n2 = /* @__PURE__ */ f(X0, [["render", k0]]), y0 = {
|
|
|
1176
1165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1177
1166
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1178
1167
|
};
|
|
1179
|
-
function F0(n, t, i, r, d,
|
|
1180
|
-
return o(), l("svg", B0, t[0] || (t[0] = [
|
|
1168
|
+
function F0(n, t, i, r, d, f) {
|
|
1169
|
+
return o(), l("svg", B0, [...t[0] || (t[0] = [
|
|
1181
1170
|
c('<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)
|
|
1182
|
-
]));
|
|
1171
|
+
])]);
|
|
1183
1172
|
}
|
|
1184
|
-
const i2 = /* @__PURE__ */
|
|
1173
|
+
const i2 = /* @__PURE__ */ s(y0, [["render", F0]]), Z0 = {
|
|
1185
1174
|
name: "IconShell"
|
|
1186
1175
|
}, H0 = {
|
|
1187
1176
|
width: "24.000000",
|
|
@@ -1191,8 +1180,8 @@ const i2 = /* @__PURE__ */ f(y0, [["render", F0]]), Z0 = {
|
|
|
1191
1180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1192
1181
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1193
1182
|
};
|
|
1194
|
-
function N0(n, t, i, r, d,
|
|
1195
|
-
return o(), l("svg", H0, t[0] || (t[0] = [
|
|
1183
|
+
function N0(n, t, i, r, d, f) {
|
|
1184
|
+
return o(), l("svg", H0, [...t[0] || (t[0] = [
|
|
1196
1185
|
e("defs", null, [
|
|
1197
1186
|
e("clipPath", { id: "clip596_185466" }, [
|
|
1198
1187
|
e("rect", {
|
|
@@ -1232,9 +1221,9 @@ function N0(n, t, i, r, d, s) {
|
|
|
1232
1221
|
})
|
|
1233
1222
|
])
|
|
1234
1223
|
], -1)
|
|
1235
|
-
]));
|
|
1224
|
+
])]);
|
|
1236
1225
|
}
|
|
1237
|
-
const r2 = /* @__PURE__ */
|
|
1226
|
+
const r2 = /* @__PURE__ */ s(Z0, [["render", N0]]), D0 = {
|
|
1238
1227
|
name: "IconSparkles"
|
|
1239
1228
|
}, M0 = {
|
|
1240
1229
|
width: "1em",
|
|
@@ -1244,8 +1233,8 @@ const r2 = /* @__PURE__ */ f(Z0, [["render", N0]]), D0 = {
|
|
|
1244
1233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1245
1234
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1246
1235
|
};
|
|
1247
|
-
function T0(n, t, i, r, d,
|
|
1248
|
-
return o(), l("svg", M0, t[0] || (t[0] = [
|
|
1236
|
+
function T0(n, t, i, r, d, f) {
|
|
1237
|
+
return o(), l("svg", M0, [...t[0] || (t[0] = [
|
|
1249
1238
|
e("path", {
|
|
1250
1239
|
id: "形状结合",
|
|
1251
1240
|
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",
|
|
@@ -1254,9 +1243,9 @@ function T0(n, t, i, r, d, s) {
|
|
|
1254
1243
|
"fill-opacity": "1.000000",
|
|
1255
1244
|
"fill-rule": "evenodd"
|
|
1256
1245
|
}, null, -1)
|
|
1257
|
-
]));
|
|
1246
|
+
])]);
|
|
1258
1247
|
}
|
|
1259
|
-
const d2 = /* @__PURE__ */
|
|
1248
|
+
const d2 = /* @__PURE__ */ s(D0, [["render", T0]]), j0 = {
|
|
1260
1249
|
name: "IconStop"
|
|
1261
1250
|
}, Y0 = {
|
|
1262
1251
|
width: "1em",
|
|
@@ -1266,12 +1255,12 @@ const d2 = /* @__PURE__ */ f(D0, [["render", T0]]), j0 = {
|
|
|
1266
1255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1267
1256
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1268
1257
|
};
|
|
1269
|
-
function Q0(n, t, i, r, d,
|
|
1270
|
-
return o(), l("svg", Y0, t[0] || (t[0] = [
|
|
1258
|
+
function Q0(n, t, i, r, d, f) {
|
|
1259
|
+
return o(), l("svg", Y0, [...t[0] || (t[0] = [
|
|
1271
1260
|
c('<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="currentColor" 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="currentColor" 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="currentColor" stroke-opacity="1.000000" stroke-width="1.500000" stroke-linecap="round"></path>', 8)
|
|
1272
|
-
]));
|
|
1261
|
+
])]);
|
|
1273
1262
|
}
|
|
1274
|
-
const l2 = /* @__PURE__ */
|
|
1263
|
+
const l2 = /* @__PURE__ */ s(j0, [["render", Q0]]), G0 = {
|
|
1275
1264
|
name: "IconSuccess"
|
|
1276
1265
|
}, q0 = {
|
|
1277
1266
|
width: "1em",
|
|
@@ -1281,8 +1270,8 @@ const l2 = /* @__PURE__ */ f(j0, [["render", Q0]]), G0 = {
|
|
|
1281
1270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1282
1271
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1283
1272
|
};
|
|
1284
|
-
function E0(n, t, i, r, d,
|
|
1285
|
-
return o(), l("svg", q0, t[0] || (t[0] = [
|
|
1273
|
+
function E0(n, t, i, r, d, f) {
|
|
1274
|
+
return o(), l("svg", q0, [...t[0] || (t[0] = [
|
|
1286
1275
|
e("defs", null, [
|
|
1287
1276
|
e("clipPath", { id: "clip666_189861" }, [
|
|
1288
1277
|
e("rect", {
|
|
@@ -1322,9 +1311,9 @@ function E0(n, t, i, r, d, s) {
|
|
|
1322
1311
|
})
|
|
1323
1312
|
])
|
|
1324
1313
|
], -1)
|
|
1325
|
-
]));
|
|
1314
|
+
])]);
|
|
1326
1315
|
}
|
|
1327
|
-
const o2 = /* @__PURE__ */
|
|
1316
|
+
const o2 = /* @__PURE__ */ s(G0, [["render", E0]]), W0 = {
|
|
1328
1317
|
name: "IconThink"
|
|
1329
1318
|
}, J0 = {
|
|
1330
1319
|
width: "1em",
|
|
@@ -1334,12 +1323,12 @@ const o2 = /* @__PURE__ */ f(G0, [["render", E0]]), W0 = {
|
|
|
1334
1323
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1335
1324
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1336
1325
|
};
|
|
1337
|
-
function I0(n, t, i, r, d,
|
|
1338
|
-
return o(), l("svg", J0, t[0] || (t[0] = [
|
|
1326
|
+
function I0(n, t, i, r, d, f) {
|
|
1327
|
+
return o(), l("svg", J0, [...t[0] || (t[0] = [
|
|
1339
1328
|
c('<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)
|
|
1340
|
-
]));
|
|
1329
|
+
])]);
|
|
1341
1330
|
}
|
|
1342
|
-
const
|
|
1331
|
+
const s2 = /* @__PURE__ */ s(W0, [["render", I0]]), V0 = {
|
|
1343
1332
|
name: "IconTypeAll"
|
|
1344
1333
|
}, S0 = {
|
|
1345
1334
|
width: "1em",
|
|
@@ -1349,12 +1338,12 @@ const f2 = /* @__PURE__ */ f(W0, [["render", I0]]), V0 = {
|
|
|
1349
1338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1350
1339
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1351
1340
|
};
|
|
1352
|
-
function R0(n, t, i, r, d,
|
|
1353
|
-
return o(), l("svg", S0, t[0] || (t[0] = [
|
|
1341
|
+
function R0(n, t, i, r, d, f) {
|
|
1342
|
+
return o(), l("svg", S0, [...t[0] || (t[0] = [
|
|
1354
1343
|
c('<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)
|
|
1355
|
-
]));
|
|
1344
|
+
])]);
|
|
1356
1345
|
}
|
|
1357
|
-
const
|
|
1346
|
+
const f2 = /* @__PURE__ */ s(V0, [["render", R0]]), U0 = {
|
|
1358
1347
|
name: "IconUnselected"
|
|
1359
1348
|
}, K0 = {
|
|
1360
1349
|
width: "16.000000",
|
|
@@ -1364,8 +1353,8 @@ const s2 = /* @__PURE__ */ f(V0, [["render", R0]]), U0 = {
|
|
|
1364
1353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1365
1354
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1366
1355
|
};
|
|
1367
|
-
function _0(n, t, i, r, d,
|
|
1368
|
-
return o(), l("svg", K0, t[0] || (t[0] = [
|
|
1356
|
+
function _0(n, t, i, r, d, f) {
|
|
1357
|
+
return o(), l("svg", K0, [...t[0] || (t[0] = [
|
|
1369
1358
|
e("rect", {
|
|
1370
1359
|
id: "是否选中=未选,状态=默认",
|
|
1371
1360
|
rx: "7.500000",
|
|
@@ -1376,9 +1365,9 @@ function _0(n, t, i, r, d, s) {
|
|
|
1376
1365
|
"stroke-opacity": "1.000000",
|
|
1377
1366
|
"stroke-width": "1.000000"
|
|
1378
1367
|
}, null, -1)
|
|
1379
|
-
]));
|
|
1368
|
+
])]);
|
|
1380
1369
|
}
|
|
1381
|
-
const c2 = /* @__PURE__ */
|
|
1370
|
+
const c2 = /* @__PURE__ */ s(U0, [["render", _0]]), $0 = {
|
|
1382
1371
|
name: "IconUploadFailed"
|
|
1383
1372
|
}, t3 = {
|
|
1384
1373
|
width: "20.000000",
|
|
@@ -1388,12 +1377,12 @@ const c2 = /* @__PURE__ */ f(U0, [["render", _0]]), $0 = {
|
|
|
1388
1377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1389
1378
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1390
1379
|
};
|
|
1391
|
-
function e3(n, t, i, r, d,
|
|
1392
|
-
return o(), l("svg", t3, t[0] || (t[0] = [
|
|
1380
|
+
function e3(n, t, i, r, d, f) {
|
|
1381
|
+
return o(), l("svg", t3, [...t[0] || (t[0] = [
|
|
1393
1382
|
c('<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)
|
|
1394
|
-
]));
|
|
1383
|
+
])]);
|
|
1395
1384
|
}
|
|
1396
|
-
const A2 = /* @__PURE__ */
|
|
1385
|
+
const A2 = /* @__PURE__ */ s($0, [["render", e3]]), n3 = {
|
|
1397
1386
|
name: "IconUploadLoading"
|
|
1398
1387
|
}, i3 = {
|
|
1399
1388
|
width: "20.000000",
|
|
@@ -1403,8 +1392,8 @@ const A2 = /* @__PURE__ */ f($0, [["render", e3]]), n3 = {
|
|
|
1403
1392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1404
1393
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1405
1394
|
};
|
|
1406
|
-
function r3(n, t, i, r, d,
|
|
1407
|
-
return o(), l("svg", i3, t[0] || (t[0] = [
|
|
1395
|
+
function r3(n, t, i, r, d, f) {
|
|
1396
|
+
return o(), l("svg", i3, [...t[0] || (t[0] = [
|
|
1408
1397
|
e("defs", null, null, -1),
|
|
1409
1398
|
e("circle", {
|
|
1410
1399
|
id: "椭圆形",
|
|
@@ -1438,9 +1427,9 @@ function r3(n, t, i, r, d, s) {
|
|
|
1438
1427
|
"stroke-width": "2.500000",
|
|
1439
1428
|
"stroke-linecap": "round"
|
|
1440
1429
|
}, null, -1)
|
|
1441
|
-
]));
|
|
1430
|
+
])]);
|
|
1442
1431
|
}
|
|
1443
|
-
const C2 = /* @__PURE__ */
|
|
1432
|
+
const C2 = /* @__PURE__ */ s(n3, [["render", r3]]), d3 = {
|
|
1444
1433
|
name: "IconUpload"
|
|
1445
1434
|
}, l3 = {
|
|
1446
1435
|
width: "1em",
|
|
@@ -1450,8 +1439,8 @@ const C2 = /* @__PURE__ */ f(n3, [["render", r3]]), d3 = {
|
|
|
1450
1439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1451
1440
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1452
1441
|
};
|
|
1453
|
-
function o3(n, t, i, r, d,
|
|
1454
|
-
return o(), l("svg", l3, t[0] || (t[0] = [
|
|
1442
|
+
function o3(n, t, i, r, d, f) {
|
|
1443
|
+
return o(), l("svg", l3, [...t[0] || (t[0] = [
|
|
1455
1444
|
e("defs", null, [
|
|
1456
1445
|
e("clipPath", { id: "clip141_56332" }, [
|
|
1457
1446
|
e("rect", {
|
|
@@ -1470,11 +1459,11 @@ function o3(n, t, i, r, d, s) {
|
|
|
1470
1459
|
"fill-rule": "nonzero"
|
|
1471
1460
|
})
|
|
1472
1461
|
], -1)
|
|
1473
|
-
]));
|
|
1462
|
+
])]);
|
|
1474
1463
|
}
|
|
1475
|
-
const p2 = /* @__PURE__ */
|
|
1464
|
+
const p2 = /* @__PURE__ */ s(d3, [["render", o3]]), s3 = {
|
|
1476
1465
|
name: "IconUser"
|
|
1477
|
-
},
|
|
1466
|
+
}, f3 = {
|
|
1478
1467
|
width: "1em",
|
|
1479
1468
|
height: "1em",
|
|
1480
1469
|
viewBox: "0 0 32 32",
|
|
@@ -1482,8 +1471,8 @@ const p2 = /* @__PURE__ */ f(d3, [["render", o3]]), f3 = {
|
|
|
1482
1471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1483
1472
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1484
1473
|
};
|
|
1485
|
-
function c3(n, t, i, r, d,
|
|
1486
|
-
return o(), l("svg",
|
|
1474
|
+
function c3(n, t, i, r, d, f) {
|
|
1475
|
+
return o(), l("svg", f3, [...t[0] || (t[0] = [
|
|
1487
1476
|
c('<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),
|
|
1488
1477
|
e("mask", {
|
|
1489
1478
|
id: "mask485_19483",
|
|
@@ -1529,9 +1518,9 @@ function c3(n, t, i, r, d, s) {
|
|
|
1529
1518
|
"stroke-opacity": "0",
|
|
1530
1519
|
"stroke-width": "0.842105"
|
|
1531
1520
|
}, null, -1)
|
|
1532
|
-
]));
|
|
1521
|
+
])]);
|
|
1533
1522
|
}
|
|
1534
|
-
const v2 = /* @__PURE__ */
|
|
1523
|
+
const v2 = /* @__PURE__ */ s(s3, [["render", c3]]), A3 = {
|
|
1535
1524
|
name: "IconVoice"
|
|
1536
1525
|
}, C3 = {
|
|
1537
1526
|
width: "1em",
|
|
@@ -1541,12 +1530,12 @@ const v2 = /* @__PURE__ */ f(f3, [["render", c3]]), A3 = {
|
|
|
1541
1530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1542
1531
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
1543
1532
|
};
|
|
1544
|
-
function p3(n, t, i, r, d,
|
|
1545
|
-
return o(), l("svg", C3, t[0] || (t[0] = [
|
|
1533
|
+
function p3(n, t, i, r, d, f) {
|
|
1534
|
+
return o(), l("svg", C3, [...t[0] || (t[0] = [
|
|
1546
1535
|
c('<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)
|
|
1547
|
-
]));
|
|
1536
|
+
])]);
|
|
1548
1537
|
}
|
|
1549
|
-
const u2 = /* @__PURE__ */
|
|
1538
|
+
const u2 = /* @__PURE__ */ s(A3, [["render", p3]]);
|
|
1550
1539
|
export {
|
|
1551
1540
|
u3 as IconAccessory,
|
|
1552
1541
|
w3 as IconAi,
|
|
@@ -1595,8 +1584,8 @@ export {
|
|
|
1595
1584
|
d2 as IconSparkles,
|
|
1596
1585
|
l2 as IconStop,
|
|
1597
1586
|
o2 as IconSuccess,
|
|
1598
|
-
|
|
1599
|
-
|
|
1587
|
+
s2 as IconThink,
|
|
1588
|
+
f2 as IconTypeAll,
|
|
1600
1589
|
c2 as IconUnselected,
|
|
1601
1590
|
p2 as IconUpload,
|
|
1602
1591
|
A2 as IconUploadFailed,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-robot-svgs",
|
|
3
|
-
"version": "0.3.0-rc.
|
|
3
|
+
"version": "0.3.0-rc.1",
|
|
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": "b13a1f0beb7148d219a590f00521246dfcc69a55"
|
|
43
43
|
}
|