drizzle-cube 0.1.37 → 0.1.39
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/adapters/{compiler-CiUqnN3l.js → compiler-BNrqoxJZ.js} +2880 -2261
- package/dist/adapters/express/index.js +1 -1
- package/dist/adapters/fastify/index.js +1 -1
- package/dist/adapters/hono/index.js +1 -1
- package/dist/adapters/nextjs/index.js +1 -1
- package/dist/client/charts.js +1 -1
- package/dist/client/chunks/{charts-D4v7aUDh.js → charts-VcPFhxyE.js} +29 -30
- package/dist/client/chunks/{charts-D4v7aUDh.js.map → charts-VcPFhxyE.js.map} +1 -1
- package/dist/client/chunks/{components-BeCaouWH.js → components-D6NT6kRL.js} +3999 -3961
- package/dist/client/chunks/components-D6NT6kRL.js.map +1 -0
- package/dist/client/chunks/{icons-CEfXECaS.js → icons-MNJ50ahP.js} +809 -579
- package/dist/client/chunks/icons-MNJ50ahP.js.map +1 -0
- package/dist/client/components.js +2 -2
- package/dist/client/index.js +2 -2
- package/dist/client/types.d.ts +1 -1
- package/dist/client/utils/index.d.ts +1 -0
- package/dist/client/utils/measureIcons.d.ts +11 -0
- package/dist/client-bundle-stats.html +1 -1
- package/dist/server/index.d.ts +122 -16
- package/dist/server/index.js +2938 -2319
- package/package.json +1 -1
- package/dist/client/chunks/components-BeCaouWH.js.map +0 -1
- package/dist/client/chunks/icons-CEfXECaS.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
function
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
import { forwardRef as le, useState as H, useEffect as G, createElement as V } from "react";
|
|
3
|
+
function xe({
|
|
4
4
|
title: e,
|
|
5
5
|
titleId: t,
|
|
6
6
|
...n
|
|
7
7
|
}, r) {
|
|
8
|
-
return /* @__PURE__ */
|
|
8
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
fill: "none",
|
|
11
11
|
viewBox: "0 0 24 24",
|
|
@@ -15,21 +15,21 @@ function ye({
|
|
|
15
15
|
"data-slot": "icon",
|
|
16
16
|
ref: r,
|
|
17
17
|
"aria-labelledby": t
|
|
18
|
-
}, n), e ? /* @__PURE__ */
|
|
18
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
19
19
|
id: t
|
|
20
|
-
}, e) : null, /* @__PURE__ */
|
|
20
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
21
21
|
strokeLinecap: "round",
|
|
22
22
|
strokeLinejoin: "round",
|
|
23
23
|
d: "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"
|
|
24
24
|
}));
|
|
25
25
|
}
|
|
26
|
-
const
|
|
27
|
-
function
|
|
26
|
+
const dn = /* @__PURE__ */ a.forwardRef(xe);
|
|
27
|
+
function ye({
|
|
28
28
|
title: e,
|
|
29
29
|
titleId: t,
|
|
30
30
|
...n
|
|
31
31
|
}, r) {
|
|
32
|
-
return /* @__PURE__ */
|
|
32
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
34
|
fill: "none",
|
|
35
35
|
viewBox: "0 0 24 24",
|
|
@@ -39,21 +39,21 @@ function xe({
|
|
|
39
39
|
"data-slot": "icon",
|
|
40
40
|
ref: r,
|
|
41
41
|
"aria-labelledby": t
|
|
42
|
-
}, n), e ? /* @__PURE__ */
|
|
42
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
43
43
|
id: t
|
|
44
|
-
}, e) : null, /* @__PURE__ */
|
|
44
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
45
45
|
strokeLinecap: "round",
|
|
46
46
|
strokeLinejoin: "round",
|
|
47
47
|
d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
|
|
48
48
|
}));
|
|
49
49
|
}
|
|
50
|
-
const
|
|
50
|
+
const un = /* @__PURE__ */ a.forwardRef(ye);
|
|
51
51
|
function Ee({
|
|
52
52
|
title: e,
|
|
53
53
|
titleId: t,
|
|
54
54
|
...n
|
|
55
55
|
}, r) {
|
|
56
|
-
return /* @__PURE__ */
|
|
56
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
57
57
|
xmlns: "http://www.w3.org/2000/svg",
|
|
58
58
|
fill: "none",
|
|
59
59
|
viewBox: "0 0 24 24",
|
|
@@ -63,21 +63,21 @@ function Ee({
|
|
|
63
63
|
"data-slot": "icon",
|
|
64
64
|
ref: r,
|
|
65
65
|
"aria-labelledby": t
|
|
66
|
-
}, n), e ? /* @__PURE__ */
|
|
66
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
67
67
|
id: t
|
|
68
|
-
}, e) : null, /* @__PURE__ */
|
|
68
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
69
69
|
strokeLinecap: "round",
|
|
70
70
|
strokeLinejoin: "round",
|
|
71
71
|
d: "M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"
|
|
72
72
|
}));
|
|
73
73
|
}
|
|
74
|
-
const
|
|
75
|
-
function
|
|
74
|
+
const fn = /* @__PURE__ */ a.forwardRef(Ee);
|
|
75
|
+
function Re({
|
|
76
76
|
title: e,
|
|
77
77
|
titleId: t,
|
|
78
78
|
...n
|
|
79
79
|
}, r) {
|
|
80
|
-
return /* @__PURE__ */
|
|
80
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
81
81
|
xmlns: "http://www.w3.org/2000/svg",
|
|
82
82
|
fill: "none",
|
|
83
83
|
viewBox: "0 0 24 24",
|
|
@@ -87,21 +87,21 @@ function Me({
|
|
|
87
87
|
"data-slot": "icon",
|
|
88
88
|
ref: r,
|
|
89
89
|
"aria-labelledby": t
|
|
90
|
-
}, n), e ? /* @__PURE__ */
|
|
90
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
91
91
|
id: t
|
|
92
|
-
}, e) : null, /* @__PURE__ */
|
|
92
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
93
93
|
strokeLinecap: "round",
|
|
94
94
|
strokeLinejoin: "round",
|
|
95
95
|
d: "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"
|
|
96
96
|
}));
|
|
97
97
|
}
|
|
98
|
-
const
|
|
99
|
-
function
|
|
98
|
+
const hn = /* @__PURE__ */ a.forwardRef(Re);
|
|
99
|
+
function Me({
|
|
100
100
|
title: e,
|
|
101
101
|
titleId: t,
|
|
102
102
|
...n
|
|
103
103
|
}, r) {
|
|
104
|
-
return /* @__PURE__ */
|
|
104
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
105
105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
106
106
|
fill: "none",
|
|
107
107
|
viewBox: "0 0 24 24",
|
|
@@ -111,21 +111,21 @@ function je({
|
|
|
111
111
|
"data-slot": "icon",
|
|
112
112
|
ref: r,
|
|
113
113
|
"aria-labelledby": t
|
|
114
|
-
}, n), e ? /* @__PURE__ */
|
|
114
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
115
115
|
id: t
|
|
116
|
-
}, e) : null, /* @__PURE__ */
|
|
116
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
117
117
|
strokeLinecap: "round",
|
|
118
118
|
strokeLinejoin: "round",
|
|
119
119
|
d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
120
120
|
}));
|
|
121
121
|
}
|
|
122
|
-
const
|
|
123
|
-
function
|
|
122
|
+
const pn = /* @__PURE__ */ a.forwardRef(Me);
|
|
123
|
+
function Ce({
|
|
124
124
|
title: e,
|
|
125
125
|
titleId: t,
|
|
126
126
|
...n
|
|
127
127
|
}, r) {
|
|
128
|
-
return /* @__PURE__ */
|
|
128
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
129
129
|
xmlns: "http://www.w3.org/2000/svg",
|
|
130
130
|
fill: "none",
|
|
131
131
|
viewBox: "0 0 24 24",
|
|
@@ -135,21 +135,21 @@ function Le({
|
|
|
135
135
|
"data-slot": "icon",
|
|
136
136
|
ref: r,
|
|
137
137
|
"aria-labelledby": t
|
|
138
|
-
}, n), e ? /* @__PURE__ */
|
|
138
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
139
139
|
id: t
|
|
140
|
-
}, e) : null, /* @__PURE__ */
|
|
140
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
141
141
|
strokeLinecap: "round",
|
|
142
142
|
strokeLinejoin: "round",
|
|
143
143
|
d: "m19.5 8.25-7.5 7.5-7.5-7.5"
|
|
144
144
|
}));
|
|
145
145
|
}
|
|
146
|
-
const
|
|
147
|
-
function
|
|
146
|
+
const mn = /* @__PURE__ */ a.forwardRef(Ce);
|
|
147
|
+
function je({
|
|
148
148
|
title: e,
|
|
149
149
|
titleId: t,
|
|
150
150
|
...n
|
|
151
151
|
}, r) {
|
|
152
|
-
return /* @__PURE__ */
|
|
152
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
153
153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
154
154
|
fill: "none",
|
|
155
155
|
viewBox: "0 0 24 24",
|
|
@@ -159,21 +159,21 @@ function Ce({
|
|
|
159
159
|
"data-slot": "icon",
|
|
160
160
|
ref: r,
|
|
161
161
|
"aria-labelledby": t
|
|
162
|
-
}, n), e ? /* @__PURE__ */
|
|
162
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
163
163
|
id: t
|
|
164
|
-
}, e) : null, /* @__PURE__ */
|
|
164
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
165
165
|
strokeLinecap: "round",
|
|
166
166
|
strokeLinejoin: "round",
|
|
167
167
|
d: "m8.25 4.5 7.5 7.5-7.5 7.5"
|
|
168
168
|
}));
|
|
169
169
|
}
|
|
170
|
-
const
|
|
171
|
-
function
|
|
170
|
+
const wn = /* @__PURE__ */ a.forwardRef(je);
|
|
171
|
+
function Le({
|
|
172
172
|
title: e,
|
|
173
173
|
titleId: t,
|
|
174
174
|
...n
|
|
175
175
|
}, r) {
|
|
176
|
-
return /* @__PURE__ */
|
|
176
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
177
177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
178
178
|
fill: "none",
|
|
179
179
|
viewBox: "0 0 24 24",
|
|
@@ -183,21 +183,21 @@ function Re({
|
|
|
183
183
|
"data-slot": "icon",
|
|
184
184
|
ref: r,
|
|
185
185
|
"aria-labelledby": t
|
|
186
|
-
}, n), e ? /* @__PURE__ */
|
|
186
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
187
187
|
id: t
|
|
188
|
-
}, e) : null, /* @__PURE__ */
|
|
188
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
189
189
|
strokeLinecap: "round",
|
|
190
190
|
strokeLinejoin: "round",
|
|
191
191
|
d: "M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"
|
|
192
192
|
}));
|
|
193
193
|
}
|
|
194
|
-
const
|
|
195
|
-
function
|
|
194
|
+
const gn = /* @__PURE__ */ a.forwardRef(Le);
|
|
195
|
+
function Fe({
|
|
196
196
|
title: e,
|
|
197
197
|
titleId: t,
|
|
198
198
|
...n
|
|
199
199
|
}, r) {
|
|
200
|
-
return /* @__PURE__ */
|
|
200
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
201
201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
202
202
|
fill: "none",
|
|
203
203
|
viewBox: "0 0 24 24",
|
|
@@ -207,21 +207,21 @@ function Ie({
|
|
|
207
207
|
"data-slot": "icon",
|
|
208
208
|
ref: r,
|
|
209
209
|
"aria-labelledby": t
|
|
210
|
-
}, n), e ? /* @__PURE__ */
|
|
210
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
211
211
|
id: t
|
|
212
|
-
}, e) : null, /* @__PURE__ */
|
|
212
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
213
213
|
strokeLinecap: "round",
|
|
214
214
|
strokeLinejoin: "round",
|
|
215
215
|
d: "m4.5 15.75 7.5-7.5 7.5 7.5"
|
|
216
216
|
}));
|
|
217
217
|
}
|
|
218
|
-
const
|
|
219
|
-
function
|
|
218
|
+
const vn = /* @__PURE__ */ a.forwardRef(Fe);
|
|
219
|
+
function Ie({
|
|
220
220
|
title: e,
|
|
221
221
|
titleId: t,
|
|
222
222
|
...n
|
|
223
223
|
}, r) {
|
|
224
|
-
return /* @__PURE__ */
|
|
224
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
225
225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
226
226
|
fill: "none",
|
|
227
227
|
viewBox: "0 0 24 24",
|
|
@@ -231,21 +231,21 @@ function Oe({
|
|
|
231
231
|
"data-slot": "icon",
|
|
232
232
|
ref: r,
|
|
233
233
|
"aria-labelledby": t
|
|
234
|
-
}, n), e ? /* @__PURE__ */
|
|
234
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
235
235
|
id: t
|
|
236
|
-
}, e) : null, /* @__PURE__ */
|
|
236
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
237
237
|
strokeLinecap: "round",
|
|
238
238
|
strokeLinejoin: "round",
|
|
239
239
|
d: "M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"
|
|
240
240
|
}));
|
|
241
241
|
}
|
|
242
|
-
const
|
|
243
|
-
function
|
|
242
|
+
const bn = /* @__PURE__ */ a.forwardRef(Ie);
|
|
243
|
+
function Oe({
|
|
244
244
|
title: e,
|
|
245
245
|
titleId: t,
|
|
246
246
|
...n
|
|
247
247
|
}, r) {
|
|
248
|
-
return /* @__PURE__ */
|
|
248
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
249
249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
250
250
|
fill: "none",
|
|
251
251
|
viewBox: "0 0 24 24",
|
|
@@ -255,21 +255,21 @@ function Fe({
|
|
|
255
255
|
"data-slot": "icon",
|
|
256
256
|
ref: r,
|
|
257
257
|
"aria-labelledby": t
|
|
258
|
-
}, n), e ? /* @__PURE__ */
|
|
258
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
259
259
|
id: t
|
|
260
|
-
}, e) : null, /* @__PURE__ */
|
|
260
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
261
261
|
strokeLinecap: "round",
|
|
262
262
|
strokeLinejoin: "round",
|
|
263
263
|
d: "M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
264
264
|
}));
|
|
265
265
|
}
|
|
266
|
-
const
|
|
267
|
-
function
|
|
266
|
+
const kn = /* @__PURE__ */ a.forwardRef(Oe);
|
|
267
|
+
function Ae({
|
|
268
268
|
title: e,
|
|
269
269
|
titleId: t,
|
|
270
270
|
...n
|
|
271
271
|
}, r) {
|
|
272
|
-
return /* @__PURE__ */
|
|
272
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
273
273
|
xmlns: "http://www.w3.org/2000/svg",
|
|
274
274
|
fill: "none",
|
|
275
275
|
viewBox: "0 0 24 24",
|
|
@@ -279,21 +279,21 @@ function Se({
|
|
|
279
279
|
"data-slot": "icon",
|
|
280
280
|
ref: r,
|
|
281
281
|
"aria-labelledby": t
|
|
282
|
-
}, n), e ? /* @__PURE__ */
|
|
282
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
283
283
|
id: t
|
|
284
|
-
}, e) : null, /* @__PURE__ */
|
|
284
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
285
285
|
strokeLinecap: "round",
|
|
286
286
|
strokeLinejoin: "round",
|
|
287
287
|
d: "M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"
|
|
288
288
|
}));
|
|
289
289
|
}
|
|
290
|
-
const
|
|
291
|
-
function
|
|
290
|
+
const xn = /* @__PURE__ */ a.forwardRef(Ae);
|
|
291
|
+
function $e({
|
|
292
292
|
title: e,
|
|
293
293
|
titleId: t,
|
|
294
294
|
...n
|
|
295
295
|
}, r) {
|
|
296
|
-
return /* @__PURE__ */
|
|
296
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
297
297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
298
298
|
fill: "none",
|
|
299
299
|
viewBox: "0 0 24 24",
|
|
@@ -303,21 +303,21 @@ function Ae({
|
|
|
303
303
|
"data-slot": "icon",
|
|
304
304
|
ref: r,
|
|
305
305
|
"aria-labelledby": t
|
|
306
|
-
}, n), e ? /* @__PURE__ */
|
|
306
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
307
307
|
id: t
|
|
308
|
-
}, e) : null, /* @__PURE__ */
|
|
308
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
309
309
|
strokeLinecap: "round",
|
|
310
310
|
strokeLinejoin: "round",
|
|
311
311
|
d: "M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"
|
|
312
312
|
}));
|
|
313
313
|
}
|
|
314
|
-
const
|
|
315
|
-
function
|
|
314
|
+
const yn = /* @__PURE__ */ a.forwardRef($e);
|
|
315
|
+
function Ze({
|
|
316
316
|
title: e,
|
|
317
317
|
titleId: t,
|
|
318
318
|
...n
|
|
319
319
|
}, r) {
|
|
320
|
-
return /* @__PURE__ */
|
|
320
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
321
321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
322
322
|
fill: "none",
|
|
323
323
|
viewBox: "0 0 24 24",
|
|
@@ -327,21 +327,21 @@ function $e({
|
|
|
327
327
|
"data-slot": "icon",
|
|
328
328
|
ref: r,
|
|
329
329
|
"aria-labelledby": t
|
|
330
|
-
}, n), e ? /* @__PURE__ */
|
|
330
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
331
331
|
id: t
|
|
332
|
-
}, e) : null, /* @__PURE__ */
|
|
332
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
333
333
|
strokeLinecap: "round",
|
|
334
334
|
strokeLinejoin: "round",
|
|
335
335
|
d: "M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"
|
|
336
336
|
}));
|
|
337
337
|
}
|
|
338
|
-
const
|
|
339
|
-
function
|
|
338
|
+
const En = /* @__PURE__ */ a.forwardRef(Ze);
|
|
339
|
+
function Se({
|
|
340
340
|
title: e,
|
|
341
341
|
titleId: t,
|
|
342
342
|
...n
|
|
343
343
|
}, r) {
|
|
344
|
-
return /* @__PURE__ */
|
|
344
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
345
345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
346
346
|
fill: "none",
|
|
347
347
|
viewBox: "0 0 24 24",
|
|
@@ -351,21 +351,21 @@ function Te({
|
|
|
351
351
|
"data-slot": "icon",
|
|
352
352
|
ref: r,
|
|
353
353
|
"aria-labelledby": t
|
|
354
|
-
}, n), e ? /* @__PURE__ */
|
|
354
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
355
355
|
id: t
|
|
356
|
-
}, e) : null, /* @__PURE__ */
|
|
356
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
357
357
|
strokeLinecap: "round",
|
|
358
358
|
strokeLinejoin: "round",
|
|
359
359
|
d: "M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"
|
|
360
360
|
}));
|
|
361
361
|
}
|
|
362
|
-
const
|
|
363
|
-
function
|
|
362
|
+
const Rn = /* @__PURE__ */ a.forwardRef(Se);
|
|
363
|
+
function Be({
|
|
364
364
|
title: e,
|
|
365
365
|
titleId: t,
|
|
366
366
|
...n
|
|
367
367
|
}, r) {
|
|
368
|
-
return /* @__PURE__ */
|
|
368
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
369
369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
370
370
|
fill: "none",
|
|
371
371
|
viewBox: "0 0 24 24",
|
|
@@ -375,21 +375,21 @@ function Pe({
|
|
|
375
375
|
"data-slot": "icon",
|
|
376
376
|
ref: r,
|
|
377
377
|
"aria-labelledby": t
|
|
378
|
-
}, n), e ? /* @__PURE__ */
|
|
378
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
379
379
|
id: t
|
|
380
|
-
}, e) : null, /* @__PURE__ */
|
|
380
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
381
381
|
strokeLinecap: "round",
|
|
382
382
|
strokeLinejoin: "round",
|
|
383
383
|
d: "M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"
|
|
384
384
|
}));
|
|
385
385
|
}
|
|
386
|
-
const
|
|
386
|
+
const Mn = /* @__PURE__ */ a.forwardRef(Be);
|
|
387
387
|
function He({
|
|
388
388
|
title: e,
|
|
389
389
|
titleId: t,
|
|
390
390
|
...n
|
|
391
391
|
}, r) {
|
|
392
|
-
return /* @__PURE__ */
|
|
392
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
393
393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
394
394
|
fill: "none",
|
|
395
395
|
viewBox: "0 0 24 24",
|
|
@@ -399,21 +399,21 @@ function He({
|
|
|
399
399
|
"data-slot": "icon",
|
|
400
400
|
ref: r,
|
|
401
401
|
"aria-labelledby": t
|
|
402
|
-
}, n), e ? /* @__PURE__ */
|
|
402
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
403
403
|
id: t
|
|
404
|
-
}, e) : null, /* @__PURE__ */
|
|
404
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
405
405
|
strokeLinecap: "round",
|
|
406
406
|
strokeLinejoin: "round",
|
|
407
407
|
d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
|
|
408
408
|
}));
|
|
409
409
|
}
|
|
410
|
-
const
|
|
411
|
-
function
|
|
410
|
+
const Cn = /* @__PURE__ */ a.forwardRef(He);
|
|
411
|
+
function Te({
|
|
412
412
|
title: e,
|
|
413
413
|
titleId: t,
|
|
414
414
|
...n
|
|
415
415
|
}, r) {
|
|
416
|
-
return /* @__PURE__ */
|
|
416
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
417
417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
418
418
|
fill: "none",
|
|
419
419
|
viewBox: "0 0 24 24",
|
|
@@ -423,21 +423,21 @@ function Be({
|
|
|
423
423
|
"data-slot": "icon",
|
|
424
424
|
ref: r,
|
|
425
425
|
"aria-labelledby": t
|
|
426
|
-
}, n), e ? /* @__PURE__ */
|
|
426
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
427
427
|
id: t
|
|
428
|
-
}, e) : null, /* @__PURE__ */
|
|
428
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
429
429
|
strokeLinecap: "round",
|
|
430
430
|
strokeLinejoin: "round",
|
|
431
431
|
d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"
|
|
432
432
|
}));
|
|
433
433
|
}
|
|
434
|
-
const
|
|
435
|
-
function
|
|
434
|
+
const jn = /* @__PURE__ */ a.forwardRef(Te);
|
|
435
|
+
function Pe({
|
|
436
436
|
title: e,
|
|
437
437
|
titleId: t,
|
|
438
438
|
...n
|
|
439
439
|
}, r) {
|
|
440
|
-
return /* @__PURE__ */
|
|
440
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
441
441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
442
442
|
fill: "none",
|
|
443
443
|
viewBox: "0 0 24 24",
|
|
@@ -447,21 +447,21 @@ function Ze({
|
|
|
447
447
|
"data-slot": "icon",
|
|
448
448
|
ref: r,
|
|
449
449
|
"aria-labelledby": t
|
|
450
|
-
}, n), e ? /* @__PURE__ */
|
|
450
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
451
451
|
id: t
|
|
452
|
-
}, e) : null, /* @__PURE__ */
|
|
452
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
453
453
|
strokeLinecap: "round",
|
|
454
454
|
strokeLinejoin: "round",
|
|
455
455
|
d: "M12 4.5v15m7.5-7.5h-15"
|
|
456
456
|
}));
|
|
457
457
|
}
|
|
458
|
-
const
|
|
458
|
+
const Ln = /* @__PURE__ */ a.forwardRef(Pe);
|
|
459
459
|
function Ve({
|
|
460
460
|
title: e,
|
|
461
461
|
titleId: t,
|
|
462
462
|
...n
|
|
463
463
|
}, r) {
|
|
464
|
-
return /* @__PURE__ */
|
|
464
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
465
465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
466
466
|
fill: "none",
|
|
467
467
|
viewBox: "0 0 24 24",
|
|
@@ -471,21 +471,21 @@ function Ve({
|
|
|
471
471
|
"data-slot": "icon",
|
|
472
472
|
ref: r,
|
|
473
473
|
"aria-labelledby": t
|
|
474
|
-
}, n), e ? /* @__PURE__ */
|
|
474
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
475
475
|
id: t
|
|
476
|
-
}, e) : null, /* @__PURE__ */
|
|
476
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
477
477
|
strokeLinecap: "round",
|
|
478
478
|
strokeLinejoin: "round",
|
|
479
479
|
d: "M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"
|
|
480
480
|
}));
|
|
481
481
|
}
|
|
482
|
-
const
|
|
482
|
+
const Fn = /* @__PURE__ */ a.forwardRef(Ve);
|
|
483
483
|
function We({
|
|
484
484
|
title: e,
|
|
485
485
|
titleId: t,
|
|
486
486
|
...n
|
|
487
487
|
}, r) {
|
|
488
|
-
return /* @__PURE__ */
|
|
488
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
489
489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
490
490
|
fill: "none",
|
|
491
491
|
viewBox: "0 0 24 24",
|
|
@@ -495,25 +495,25 @@ function We({
|
|
|
495
495
|
"data-slot": "icon",
|
|
496
496
|
ref: r,
|
|
497
497
|
"aria-labelledby": t
|
|
498
|
-
}, n), e ? /* @__PURE__ */
|
|
498
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
499
499
|
id: t
|
|
500
|
-
}, e) : null, /* @__PURE__ */
|
|
500
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
501
501
|
strokeLinecap: "round",
|
|
502
502
|
strokeLinejoin: "round",
|
|
503
503
|
d: "M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"
|
|
504
|
-
}), /* @__PURE__ */
|
|
504
|
+
}), /* @__PURE__ */ a.createElement("path", {
|
|
505
505
|
strokeLinecap: "round",
|
|
506
506
|
strokeLinejoin: "round",
|
|
507
507
|
d: "M6 6h.008v.008H6V6Z"
|
|
508
508
|
}));
|
|
509
509
|
}
|
|
510
|
-
const
|
|
510
|
+
const In = /* @__PURE__ */ a.forwardRef(We);
|
|
511
511
|
function De({
|
|
512
512
|
title: e,
|
|
513
513
|
titleId: t,
|
|
514
514
|
...n
|
|
515
515
|
}, r) {
|
|
516
|
-
return /* @__PURE__ */
|
|
516
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
517
517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
518
518
|
fill: "none",
|
|
519
519
|
viewBox: "0 0 24 24",
|
|
@@ -523,21 +523,21 @@ function De({
|
|
|
523
523
|
"data-slot": "icon",
|
|
524
524
|
ref: r,
|
|
525
525
|
"aria-labelledby": t
|
|
526
|
-
}, n), e ? /* @__PURE__ */
|
|
526
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
527
527
|
id: t
|
|
528
|
-
}, e) : null, /* @__PURE__ */
|
|
528
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
529
529
|
strokeLinecap: "round",
|
|
530
530
|
strokeLinejoin: "round",
|
|
531
531
|
d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"
|
|
532
532
|
}));
|
|
533
533
|
}
|
|
534
|
-
const
|
|
534
|
+
const On = /* @__PURE__ */ a.forwardRef(De);
|
|
535
535
|
function Ne({
|
|
536
536
|
title: e,
|
|
537
537
|
titleId: t,
|
|
538
538
|
...n
|
|
539
539
|
}, r) {
|
|
540
|
-
return /* @__PURE__ */
|
|
540
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
541
541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
542
542
|
fill: "none",
|
|
543
543
|
viewBox: "0 0 24 24",
|
|
@@ -547,40 +547,40 @@ function Ne({
|
|
|
547
547
|
"data-slot": "icon",
|
|
548
548
|
ref: r,
|
|
549
549
|
"aria-labelledby": t
|
|
550
|
-
}, n), e ? /* @__PURE__ */
|
|
550
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
551
551
|
id: t
|
|
552
|
-
}, e) : null, /* @__PURE__ */
|
|
552
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
553
553
|
strokeLinecap: "round",
|
|
554
554
|
strokeLinejoin: "round",
|
|
555
555
|
d: "M6 18 18 6M6 6l12 12"
|
|
556
556
|
}));
|
|
557
557
|
}
|
|
558
|
-
const
|
|
558
|
+
const An = /* @__PURE__ */ a.forwardRef(Ne);
|
|
559
559
|
function ze(e, t) {
|
|
560
560
|
const n = e.icons, r = e.aliases || /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
561
|
-
function
|
|
562
|
-
if (n[
|
|
563
|
-
if (!(
|
|
564
|
-
o[
|
|
565
|
-
const
|
|
566
|
-
|
|
561
|
+
function i(l) {
|
|
562
|
+
if (n[l]) return o[l] = [];
|
|
563
|
+
if (!(l in o)) {
|
|
564
|
+
o[l] = null;
|
|
565
|
+
const c = r[l] && r[l].parent, s = c && i(c);
|
|
566
|
+
s && (o[l] = [c].concat(s));
|
|
567
567
|
}
|
|
568
|
-
return o[
|
|
568
|
+
return o[l];
|
|
569
569
|
}
|
|
570
|
-
return Object.keys(n).concat(Object.keys(r)).forEach(
|
|
570
|
+
return Object.keys(n).concat(Object.keys(r)).forEach(i), o;
|
|
571
571
|
}
|
|
572
|
-
const
|
|
572
|
+
const se = Object.freeze({
|
|
573
573
|
left: 0,
|
|
574
574
|
top: 0,
|
|
575
575
|
width: 16,
|
|
576
576
|
height: 16
|
|
577
|
-
}),
|
|
577
|
+
}), Z = Object.freeze({
|
|
578
578
|
rotate: 0,
|
|
579
579
|
vFlip: !1,
|
|
580
580
|
hFlip: !1
|
|
581
581
|
}), U = Object.freeze({
|
|
582
|
-
...
|
|
583
|
-
|
|
582
|
+
...se,
|
|
583
|
+
...Z
|
|
584
584
|
}), W = Object.freeze({
|
|
585
585
|
...U,
|
|
586
586
|
body: "",
|
|
@@ -594,18 +594,18 @@ function Ue(e, t) {
|
|
|
594
594
|
}
|
|
595
595
|
function J(e, t) {
|
|
596
596
|
const n = Ue(e, t);
|
|
597
|
-
for (const r in W) r in
|
|
597
|
+
for (const r in W) r in Z ? r in e && !(r in n) && (n[r] = Z[r]) : r in t ? n[r] = t[r] : r in e && (n[r] = e[r]);
|
|
598
598
|
return n;
|
|
599
599
|
}
|
|
600
600
|
function _e(e, t, n) {
|
|
601
601
|
const r = e.icons, o = e.aliases || /* @__PURE__ */ Object.create(null);
|
|
602
|
-
let
|
|
603
|
-
function
|
|
604
|
-
|
|
602
|
+
let i = {};
|
|
603
|
+
function l(c) {
|
|
604
|
+
i = J(r[c] || o[c], i);
|
|
605
605
|
}
|
|
606
|
-
return
|
|
606
|
+
return l(t), n.forEach(l), J(e, i);
|
|
607
607
|
}
|
|
608
|
-
function
|
|
608
|
+
function ce(e, t) {
|
|
609
609
|
const n = [];
|
|
610
610
|
if (typeof e != "object" || typeof e.icons != "object") return n;
|
|
611
611
|
e.not_found instanceof Array && e.not_found.forEach((o) => {
|
|
@@ -613,8 +613,8 @@ function le(e, t) {
|
|
|
613
613
|
});
|
|
614
614
|
const r = ze(e);
|
|
615
615
|
for (const o in r) {
|
|
616
|
-
const
|
|
617
|
-
|
|
616
|
+
const i = r[o];
|
|
617
|
+
i && (t(o, _e(e, o, i)), n.push(o));
|
|
618
618
|
}
|
|
619
619
|
return n;
|
|
620
620
|
}
|
|
@@ -622,25 +622,25 @@ const qe = {
|
|
|
622
622
|
provider: "",
|
|
623
623
|
aliases: {},
|
|
624
624
|
not_found: {},
|
|
625
|
-
...
|
|
625
|
+
...se
|
|
626
626
|
};
|
|
627
|
-
function
|
|
627
|
+
function T(e, t) {
|
|
628
628
|
for (const n in t) if (n in e && typeof e[n] != typeof t[n]) return !1;
|
|
629
629
|
return !0;
|
|
630
630
|
}
|
|
631
|
-
function
|
|
631
|
+
function de(e) {
|
|
632
632
|
if (typeof e != "object" || e === null) return null;
|
|
633
633
|
const t = e;
|
|
634
|
-
if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !
|
|
634
|
+
if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !T(e, qe)) return null;
|
|
635
635
|
const n = t.icons;
|
|
636
636
|
for (const o in n) {
|
|
637
|
-
const
|
|
638
|
-
if (!o || typeof
|
|
637
|
+
const i = n[o];
|
|
638
|
+
if (!o || typeof i.body != "string" || !T(i, W)) return null;
|
|
639
639
|
}
|
|
640
640
|
const r = t.aliases || /* @__PURE__ */ Object.create(null);
|
|
641
641
|
for (const o in r) {
|
|
642
|
-
const
|
|
643
|
-
if (!o || typeof
|
|
642
|
+
const i = r[o], l = i.parent;
|
|
643
|
+
if (!o || typeof l != "string" || !n[l] && !r[l] || !T(i, W)) return null;
|
|
644
644
|
}
|
|
645
645
|
return t;
|
|
646
646
|
}
|
|
@@ -653,12 +653,12 @@ function Qe(e, t) {
|
|
|
653
653
|
missing: /* @__PURE__ */ new Set()
|
|
654
654
|
};
|
|
655
655
|
}
|
|
656
|
-
function
|
|
656
|
+
function M(e, t) {
|
|
657
657
|
const n = K[e] || (K[e] = /* @__PURE__ */ Object.create(null));
|
|
658
658
|
return n[t] || (n[t] = Qe(e, t));
|
|
659
659
|
}
|
|
660
|
-
function
|
|
661
|
-
return
|
|
660
|
+
function ue(e, t) {
|
|
661
|
+
return de(t) ? ce(t, (n, r) => {
|
|
662
662
|
r ? e.icons[n] = r : e.missing.add(n);
|
|
663
663
|
}) : [];
|
|
664
664
|
}
|
|
@@ -670,7 +670,7 @@ function Ge(e, t, n) {
|
|
|
670
670
|
}
|
|
671
671
|
return !1;
|
|
672
672
|
}
|
|
673
|
-
const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/,
|
|
673
|
+
const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, S = (e, t, n, r = "") => {
|
|
674
674
|
const o = e.split(":");
|
|
675
675
|
if (e.slice(0, 1) === "@") {
|
|
676
676
|
if (o.length < 2 || o.length > 3) return null;
|
|
@@ -678,71 +678,71 @@ const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
|
|
|
678
678
|
}
|
|
679
679
|
if (o.length > 3 || !o.length) return null;
|
|
680
680
|
if (o.length > 1) {
|
|
681
|
-
const
|
|
681
|
+
const c = o.pop(), s = o.pop(), d = {
|
|
682
682
|
provider: o.length > 0 ? o[0] : r,
|
|
683
|
-
prefix:
|
|
684
|
-
name:
|
|
683
|
+
prefix: s,
|
|
684
|
+
name: c
|
|
685
685
|
};
|
|
686
|
-
return t && !
|
|
686
|
+
return t && !A(d) ? null : d;
|
|
687
687
|
}
|
|
688
|
-
const
|
|
689
|
-
if (
|
|
690
|
-
const
|
|
688
|
+
const i = o[0], l = i.split("-");
|
|
689
|
+
if (l.length > 1) {
|
|
690
|
+
const c = {
|
|
691
691
|
provider: r,
|
|
692
|
-
prefix:
|
|
693
|
-
name:
|
|
692
|
+
prefix: l.shift(),
|
|
693
|
+
name: l.join("-")
|
|
694
694
|
};
|
|
695
|
-
return t && !
|
|
695
|
+
return t && !A(c) ? null : c;
|
|
696
696
|
}
|
|
697
697
|
if (n && r === "") {
|
|
698
|
-
const
|
|
698
|
+
const c = {
|
|
699
699
|
provider: r,
|
|
700
700
|
prefix: "",
|
|
701
|
-
name:
|
|
701
|
+
name: i
|
|
702
702
|
};
|
|
703
|
-
return t && !
|
|
703
|
+
return t && !A(c, n) ? null : c;
|
|
704
704
|
}
|
|
705
705
|
return null;
|
|
706
|
-
},
|
|
707
|
-
let
|
|
706
|
+
}, A = (e, t) => e ? !!((t && e.prefix === "" || e.prefix) && e.name) : !1;
|
|
707
|
+
let I = !1;
|
|
708
708
|
function he(e) {
|
|
709
|
-
return typeof e == "boolean" && (
|
|
709
|
+
return typeof e == "boolean" && (I = e), I;
|
|
710
710
|
}
|
|
711
711
|
function X(e) {
|
|
712
|
-
const t = typeof e == "string" ?
|
|
712
|
+
const t = typeof e == "string" ? S(e, !0, I) : e;
|
|
713
713
|
if (t) {
|
|
714
|
-
const n =
|
|
714
|
+
const n = M(t.provider, t.prefix), r = t.name;
|
|
715
715
|
return n.icons[r] || (n.missing.has(r) ? null : void 0);
|
|
716
716
|
}
|
|
717
717
|
}
|
|
718
718
|
function Je(e, t) {
|
|
719
|
-
const n =
|
|
719
|
+
const n = S(e, !0, I);
|
|
720
720
|
if (!n) return !1;
|
|
721
|
-
const r =
|
|
721
|
+
const r = M(n.provider, n.prefix);
|
|
722
722
|
return t ? Ge(r, n.name, t) : (r.missing.add(n.name), !0);
|
|
723
723
|
}
|
|
724
724
|
function Ke(e, t) {
|
|
725
725
|
if (typeof e != "object") return !1;
|
|
726
|
-
if (typeof t != "string" && (t = e.provider || ""),
|
|
726
|
+
if (typeof t != "string" && (t = e.provider || ""), I && !t && !e.prefix) {
|
|
727
727
|
let o = !1;
|
|
728
|
-
return
|
|
729
|
-
Je(
|
|
728
|
+
return de(e) && (e.prefix = "", ce(e, (i, l) => {
|
|
729
|
+
Je(i, l) && (o = !0);
|
|
730
730
|
})), o;
|
|
731
731
|
}
|
|
732
732
|
const n = e.prefix;
|
|
733
|
-
if (!
|
|
733
|
+
if (!A({
|
|
734
734
|
prefix: n,
|
|
735
735
|
name: "a"
|
|
736
736
|
})) return !1;
|
|
737
|
-
const r =
|
|
738
|
-
return !!
|
|
737
|
+
const r = M(t, n);
|
|
738
|
+
return !!ue(r, e);
|
|
739
739
|
}
|
|
740
740
|
const pe = Object.freeze({
|
|
741
741
|
width: null,
|
|
742
742
|
height: null
|
|
743
743
|
}), me = Object.freeze({
|
|
744
744
|
...pe,
|
|
745
|
-
|
|
745
|
+
...Z
|
|
746
746
|
}), Xe = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Ye = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
|
747
747
|
function Y(e, t, n) {
|
|
748
748
|
if (t === 1) return e;
|
|
@@ -751,25 +751,25 @@ function Y(e, t, n) {
|
|
|
751
751
|
const r = e.split(Xe);
|
|
752
752
|
if (r === null || !r.length) return e;
|
|
753
753
|
const o = [];
|
|
754
|
-
let
|
|
754
|
+
let i = r.shift(), l = Ye.test(i);
|
|
755
755
|
for (; ; ) {
|
|
756
|
-
if (
|
|
757
|
-
const
|
|
758
|
-
isNaN(
|
|
759
|
-
} else o.push(
|
|
760
|
-
if (
|
|
761
|
-
|
|
756
|
+
if (l) {
|
|
757
|
+
const c = parseFloat(i);
|
|
758
|
+
isNaN(c) ? o.push(i) : o.push(Math.ceil(c * t * n) / n);
|
|
759
|
+
} else o.push(i);
|
|
760
|
+
if (i = r.shift(), i === void 0) return o.join("");
|
|
761
|
+
l = !l;
|
|
762
762
|
}
|
|
763
763
|
}
|
|
764
764
|
function et(e, t = "defs") {
|
|
765
765
|
let n = "";
|
|
766
766
|
const r = e.indexOf("<" + t);
|
|
767
767
|
for (; r >= 0; ) {
|
|
768
|
-
const o = e.indexOf(">", r),
|
|
769
|
-
if (o === -1 ||
|
|
770
|
-
const
|
|
771
|
-
if (
|
|
772
|
-
n += e.slice(o + 1,
|
|
768
|
+
const o = e.indexOf(">", r), i = e.indexOf("</" + t);
|
|
769
|
+
if (o === -1 || i === -1) break;
|
|
770
|
+
const l = e.indexOf(">", i);
|
|
771
|
+
if (l === -1) break;
|
|
772
|
+
n += e.slice(o + 1, i).trim(), e = e.slice(0, r).trim() + e.slice(l + 1);
|
|
773
773
|
}
|
|
774
774
|
return {
|
|
775
775
|
defs: n,
|
|
@@ -797,59 +797,59 @@ function ot(e, t) {
|
|
|
797
797
|
width: n.width,
|
|
798
798
|
height: n.height
|
|
799
799
|
};
|
|
800
|
-
let
|
|
801
|
-
[n, r].forEach((
|
|
802
|
-
const f = [], p =
|
|
803
|
-
let
|
|
804
|
-
p ? E ?
|
|
805
|
-
let
|
|
806
|
-
switch (
|
|
800
|
+
let i = n.body;
|
|
801
|
+
[n, r].forEach((b) => {
|
|
802
|
+
const f = [], p = b.hFlip, E = b.vFlip;
|
|
803
|
+
let k = b.rotate;
|
|
804
|
+
p ? E ? k += 2 : (f.push("translate(" + (o.width + o.left).toString() + " " + (0 - o.top).toString() + ")"), f.push("scale(-1 1)"), o.top = o.left = 0) : E && (f.push("translate(" + (0 - o.left).toString() + " " + (o.height + o.top).toString() + ")"), f.push("scale(1 -1)"), o.top = o.left = 0);
|
|
805
|
+
let x;
|
|
806
|
+
switch (k < 0 && (k -= Math.floor(k / 4) * 4), k = k % 4, k) {
|
|
807
807
|
case 1:
|
|
808
|
-
|
|
808
|
+
x = o.height / 2 + o.top, f.unshift("rotate(90 " + x.toString() + " " + x.toString() + ")");
|
|
809
809
|
break;
|
|
810
810
|
case 2:
|
|
811
811
|
f.unshift("rotate(180 " + (o.width / 2 + o.left).toString() + " " + (o.height / 2 + o.top).toString() + ")");
|
|
812
812
|
break;
|
|
813
813
|
case 3:
|
|
814
|
-
|
|
814
|
+
x = o.width / 2 + o.left, f.unshift("rotate(-90 " + x.toString() + " " + x.toString() + ")");
|
|
815
815
|
break;
|
|
816
816
|
}
|
|
817
|
-
|
|
817
|
+
k % 2 === 1 && (o.left !== o.top && (x = o.left, o.left = o.top, o.top = x), o.width !== o.height && (x = o.width, o.width = o.height, o.height = x)), f.length && (i = nt(i, '<g transform="' + f.join(" ") + '">', "</g>"));
|
|
818
818
|
});
|
|
819
|
-
const
|
|
820
|
-
let
|
|
821
|
-
|
|
822
|
-
const m = {},
|
|
823
|
-
rt(f) || (m[
|
|
819
|
+
const l = r.width, c = r.height, s = o.width, d = o.height;
|
|
820
|
+
let u, h;
|
|
821
|
+
l === null ? (h = c === null ? "1em" : c === "auto" ? d : c, u = Y(h, s / d)) : (u = l === "auto" ? s : l, h = c === null ? Y(u, d / s) : c === "auto" ? d : c);
|
|
822
|
+
const m = {}, w = (b, f) => {
|
|
823
|
+
rt(f) || (m[b] = f.toString());
|
|
824
824
|
};
|
|
825
|
-
|
|
825
|
+
w("width", u), w("height", h);
|
|
826
826
|
const v = [
|
|
827
827
|
o.left,
|
|
828
828
|
o.top,
|
|
829
|
-
|
|
830
|
-
|
|
829
|
+
s,
|
|
830
|
+
d
|
|
831
831
|
];
|
|
832
832
|
return m.viewBox = v.join(" "), {
|
|
833
833
|
attributes: m,
|
|
834
834
|
viewBox: v,
|
|
835
|
-
body:
|
|
835
|
+
body: i
|
|
836
836
|
};
|
|
837
837
|
}
|
|
838
|
-
const
|
|
839
|
-
let
|
|
840
|
-
function
|
|
838
|
+
const at = /\sid="(\S+)"/g, it = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
|
|
839
|
+
let lt = 0;
|
|
840
|
+
function st(e, t = it) {
|
|
841
841
|
const n = [];
|
|
842
842
|
let r;
|
|
843
|
-
for (; r =
|
|
843
|
+
for (; r = at.exec(e); ) n.push(r[1]);
|
|
844
844
|
if (!n.length) return e;
|
|
845
845
|
const o = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
|
|
846
|
-
return n.forEach((
|
|
847
|
-
const
|
|
848
|
-
e = e.replace(new RegExp('([#;"])(' +
|
|
846
|
+
return n.forEach((i) => {
|
|
847
|
+
const l = typeof t == "function" ? t(i) : t + (lt++).toString(), c = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
848
|
+
e = e.replace(new RegExp('([#;"])(' + c + ')([")]|\\.[a-z])', "g"), "$1" + l + o + "$3");
|
|
849
849
|
}), e = e.replace(new RegExp(o, "g"), ""), e;
|
|
850
850
|
}
|
|
851
851
|
const D = /* @__PURE__ */ Object.create(null);
|
|
852
|
-
function
|
|
852
|
+
function ct(e, t) {
|
|
853
853
|
D[e] = t;
|
|
854
854
|
}
|
|
855
855
|
function N(e) {
|
|
@@ -870,24 +870,24 @@ function _(e) {
|
|
|
870
870
|
dataAfterTimeout: e.dataAfterTimeout !== !1
|
|
871
871
|
};
|
|
872
872
|
}
|
|
873
|
-
const q = /* @__PURE__ */ Object.create(null),
|
|
874
|
-
for (;
|
|
875
|
-
q[""] = _({ resources: ["https://api.iconify.design"].concat(
|
|
876
|
-
function
|
|
873
|
+
const q = /* @__PURE__ */ Object.create(null), j = ["https://api.simplesvg.com", "https://api.unisvg.com"], $ = [];
|
|
874
|
+
for (; j.length > 0; ) j.length === 1 || Math.random() > 0.5 ? $.push(j.shift()) : $.push(j.pop());
|
|
875
|
+
q[""] = _({ resources: ["https://api.iconify.design"].concat($) });
|
|
876
|
+
function dt(e, t) {
|
|
877
877
|
const n = _(t);
|
|
878
878
|
return n === null ? !1 : (q[e] = n, !0);
|
|
879
879
|
}
|
|
880
880
|
function Q(e) {
|
|
881
881
|
return q[e];
|
|
882
882
|
}
|
|
883
|
-
const
|
|
883
|
+
const ut = () => {
|
|
884
884
|
let e;
|
|
885
885
|
try {
|
|
886
886
|
if (e = fetch, typeof e == "function") return e;
|
|
887
887
|
} catch {
|
|
888
888
|
}
|
|
889
889
|
};
|
|
890
|
-
let ee =
|
|
890
|
+
let ee = ut();
|
|
891
891
|
function ft(e, t) {
|
|
892
892
|
const n = Q(e);
|
|
893
893
|
if (!n) return 0;
|
|
@@ -895,11 +895,11 @@ function ft(e, t) {
|
|
|
895
895
|
if (!n.maxURL) r = 0;
|
|
896
896
|
else {
|
|
897
897
|
let o = 0;
|
|
898
|
-
n.resources.forEach((
|
|
899
|
-
o = Math.max(o,
|
|
898
|
+
n.resources.forEach((l) => {
|
|
899
|
+
o = Math.max(o, l.length);
|
|
900
900
|
});
|
|
901
|
-
const
|
|
902
|
-
r = n.maxURL - o - n.path.length -
|
|
901
|
+
const i = t + ".json?icons=";
|
|
902
|
+
r = n.maxURL - o - n.path.length - i.length;
|
|
903
903
|
}
|
|
904
904
|
return r;
|
|
905
905
|
}
|
|
@@ -907,21 +907,21 @@ function ht(e) {
|
|
|
907
907
|
return e === 404;
|
|
908
908
|
}
|
|
909
909
|
const pt = (e, t, n) => {
|
|
910
|
-
const r = [], o = ft(e, t),
|
|
911
|
-
let
|
|
912
|
-
type:
|
|
910
|
+
const r = [], o = ft(e, t), i = "icons";
|
|
911
|
+
let l = {
|
|
912
|
+
type: i,
|
|
913
913
|
provider: e,
|
|
914
914
|
prefix: t,
|
|
915
915
|
icons: []
|
|
916
|
-
},
|
|
917
|
-
return n.forEach((
|
|
918
|
-
|
|
919
|
-
type:
|
|
916
|
+
}, c = 0;
|
|
917
|
+
return n.forEach((s, d) => {
|
|
918
|
+
c += s.length + 1, c >= o && d > 0 && (r.push(l), l = {
|
|
919
|
+
type: i,
|
|
920
920
|
provider: e,
|
|
921
921
|
prefix: t,
|
|
922
922
|
icons: []
|
|
923
|
-
},
|
|
924
|
-
}), r.push(
|
|
923
|
+
}, c = s.length), l.icons.push(s);
|
|
924
|
+
}), r.push(l), r;
|
|
925
925
|
};
|
|
926
926
|
function mt(e) {
|
|
927
927
|
if (typeof e == "string") {
|
|
@@ -930,7 +930,7 @@ function mt(e) {
|
|
|
930
930
|
}
|
|
931
931
|
return "/";
|
|
932
932
|
}
|
|
933
|
-
const
|
|
933
|
+
const wt = (e, t, n) => {
|
|
934
934
|
if (!ee) {
|
|
935
935
|
n("abort", 424);
|
|
936
936
|
return;
|
|
@@ -938,13 +938,13 @@ const gt = (e, t, n) => {
|
|
|
938
938
|
let r = mt(t.provider);
|
|
939
939
|
switch (t.type) {
|
|
940
940
|
case "icons": {
|
|
941
|
-
const
|
|
942
|
-
r +=
|
|
941
|
+
const i = t.prefix, c = t.icons.join(","), s = new URLSearchParams({ icons: c });
|
|
942
|
+
r += i + ".json?" + s.toString();
|
|
943
943
|
break;
|
|
944
944
|
}
|
|
945
945
|
case "custom": {
|
|
946
|
-
const
|
|
947
|
-
r +=
|
|
946
|
+
const i = t.uri;
|
|
947
|
+
r += i.slice(0, 1) === "/" ? i.slice(1) : i;
|
|
948
948
|
break;
|
|
949
949
|
}
|
|
950
950
|
default:
|
|
@@ -952,33 +952,33 @@ const gt = (e, t, n) => {
|
|
|
952
952
|
return;
|
|
953
953
|
}
|
|
954
954
|
let o = 503;
|
|
955
|
-
ee(e + r).then((
|
|
956
|
-
const
|
|
957
|
-
if (
|
|
955
|
+
ee(e + r).then((i) => {
|
|
956
|
+
const l = i.status;
|
|
957
|
+
if (l !== 200) {
|
|
958
958
|
setTimeout(() => {
|
|
959
|
-
n(ht(
|
|
959
|
+
n(ht(l) ? "abort" : "next", l);
|
|
960
960
|
});
|
|
961
961
|
return;
|
|
962
962
|
}
|
|
963
|
-
return o = 501,
|
|
964
|
-
}).then((
|
|
965
|
-
if (typeof
|
|
963
|
+
return o = 501, i.json();
|
|
964
|
+
}).then((i) => {
|
|
965
|
+
if (typeof i != "object" || i === null) {
|
|
966
966
|
setTimeout(() => {
|
|
967
|
-
|
|
967
|
+
i === 404 ? n("abort", i) : n("next", o);
|
|
968
968
|
});
|
|
969
969
|
return;
|
|
970
970
|
}
|
|
971
971
|
setTimeout(() => {
|
|
972
|
-
n("success",
|
|
972
|
+
n("success", i);
|
|
973
973
|
});
|
|
974
974
|
}).catch(() => {
|
|
975
975
|
n("next", o);
|
|
976
976
|
});
|
|
977
|
-
},
|
|
977
|
+
}, gt = {
|
|
978
978
|
prepare: pt,
|
|
979
|
-
send:
|
|
979
|
+
send: wt
|
|
980
980
|
};
|
|
981
|
-
function
|
|
981
|
+
function we(e, t) {
|
|
982
982
|
e.forEach((n) => {
|
|
983
983
|
const r = n.loaderCallbacks;
|
|
984
984
|
r && (n.loaderCallbacks = r.filter((o) => o.id !== t));
|
|
@@ -991,49 +991,49 @@ function vt(e) {
|
|
|
991
991
|
if (!t.length) return;
|
|
992
992
|
let n = !1;
|
|
993
993
|
const r = e.provider, o = e.prefix;
|
|
994
|
-
t.forEach((
|
|
995
|
-
const
|
|
996
|
-
|
|
997
|
-
if (
|
|
998
|
-
const
|
|
999
|
-
if (e.icons[
|
|
994
|
+
t.forEach((i) => {
|
|
995
|
+
const l = i.icons, c = l.pending.length;
|
|
996
|
+
l.pending = l.pending.filter((s) => {
|
|
997
|
+
if (s.prefix !== o) return !0;
|
|
998
|
+
const d = s.name;
|
|
999
|
+
if (e.icons[d]) l.loaded.push({
|
|
1000
1000
|
provider: r,
|
|
1001
1001
|
prefix: o,
|
|
1002
|
-
name:
|
|
1002
|
+
name: d
|
|
1003
1003
|
});
|
|
1004
|
-
else if (e.missing.has(
|
|
1004
|
+
else if (e.missing.has(d)) l.missing.push({
|
|
1005
1005
|
provider: r,
|
|
1006
1006
|
prefix: o,
|
|
1007
|
-
name:
|
|
1007
|
+
name: d
|
|
1008
1008
|
});
|
|
1009
1009
|
else
|
|
1010
1010
|
return n = !0, !0;
|
|
1011
1011
|
return !1;
|
|
1012
|
-
}),
|
|
1012
|
+
}), l.pending.length !== c && (n || we([e], i.id), i.callback(l.loaded.slice(0), l.missing.slice(0), l.pending.slice(0), i.abort));
|
|
1013
1013
|
});
|
|
1014
1014
|
}));
|
|
1015
1015
|
}
|
|
1016
|
-
let
|
|
1017
|
-
function
|
|
1018
|
-
const r =
|
|
1016
|
+
let bt = 0;
|
|
1017
|
+
function kt(e, t, n) {
|
|
1018
|
+
const r = bt++, o = we.bind(null, n, r);
|
|
1019
1019
|
if (!t.pending.length) return o;
|
|
1020
|
-
const
|
|
1020
|
+
const i = {
|
|
1021
1021
|
id: r,
|
|
1022
1022
|
icons: t,
|
|
1023
1023
|
callback: e,
|
|
1024
1024
|
abort: o
|
|
1025
1025
|
};
|
|
1026
|
-
return n.forEach((
|
|
1027
|
-
(
|
|
1026
|
+
return n.forEach((l) => {
|
|
1027
|
+
(l.loaderCallbacks || (l.loaderCallbacks = [])).push(i);
|
|
1028
1028
|
}), o;
|
|
1029
1029
|
}
|
|
1030
|
-
function
|
|
1030
|
+
function xt(e) {
|
|
1031
1031
|
const t = {
|
|
1032
1032
|
loaded: [],
|
|
1033
1033
|
missing: [],
|
|
1034
1034
|
pending: []
|
|
1035
1035
|
}, n = /* @__PURE__ */ Object.create(null);
|
|
1036
|
-
e.sort((o,
|
|
1036
|
+
e.sort((o, i) => o.provider !== i.provider ? o.provider.localeCompare(i.provider) : o.prefix !== i.prefix ? o.prefix.localeCompare(i.prefix) : o.name.localeCompare(i.name));
|
|
1037
1037
|
let r = {
|
|
1038
1038
|
provider: "",
|
|
1039
1039
|
prefix: "",
|
|
@@ -1042,22 +1042,22 @@ function yt(e) {
|
|
|
1042
1042
|
return e.forEach((o) => {
|
|
1043
1043
|
if (r.name === o.name && r.prefix === o.prefix && r.provider === o.provider) return;
|
|
1044
1044
|
r = o;
|
|
1045
|
-
const
|
|
1046
|
-
let
|
|
1047
|
-
|
|
1045
|
+
const i = o.provider, l = o.prefix, c = o.name, s = n[i] || (n[i] = /* @__PURE__ */ Object.create(null)), d = s[l] || (s[l] = M(i, l));
|
|
1046
|
+
let u;
|
|
1047
|
+
c in d.icons ? u = t.loaded : l === "" || d.missing.has(c) ? u = t.missing : u = t.pending;
|
|
1048
1048
|
const h = {
|
|
1049
|
-
provider:
|
|
1050
|
-
prefix:
|
|
1051
|
-
name:
|
|
1049
|
+
provider: i,
|
|
1050
|
+
prefix: l,
|
|
1051
|
+
name: c
|
|
1052
1052
|
};
|
|
1053
|
-
|
|
1053
|
+
u.push(h);
|
|
1054
1054
|
}), t;
|
|
1055
1055
|
}
|
|
1056
|
-
function
|
|
1056
|
+
function yt(e, t = !0, n = !1) {
|
|
1057
1057
|
const r = [];
|
|
1058
1058
|
return e.forEach((o) => {
|
|
1059
|
-
const
|
|
1060
|
-
|
|
1059
|
+
const i = typeof o == "string" ? S(o, t, n) : o;
|
|
1060
|
+
i && r.push(i);
|
|
1061
1061
|
}), r;
|
|
1062
1062
|
}
|
|
1063
1063
|
const Et = {
|
|
@@ -1068,127 +1068,127 @@ const Et = {
|
|
|
1068
1068
|
random: !1,
|
|
1069
1069
|
dataAfterTimeout: !1
|
|
1070
1070
|
};
|
|
1071
|
-
function
|
|
1072
|
-
const o = e.resources.length,
|
|
1073
|
-
let
|
|
1071
|
+
function Rt(e, t, n, r) {
|
|
1072
|
+
const o = e.resources.length, i = e.random ? Math.floor(Math.random() * o) : e.index;
|
|
1073
|
+
let l;
|
|
1074
1074
|
if (e.random) {
|
|
1075
|
-
let
|
|
1076
|
-
for (
|
|
1077
|
-
const
|
|
1078
|
-
|
|
1075
|
+
let g = e.resources.slice(0);
|
|
1076
|
+
for (l = []; g.length > 1; ) {
|
|
1077
|
+
const y = Math.floor(Math.random() * g.length);
|
|
1078
|
+
l.push(g[y]), g = g.slice(0, y).concat(g.slice(y + 1));
|
|
1079
1079
|
}
|
|
1080
|
-
|
|
1081
|
-
} else
|
|
1082
|
-
const
|
|
1083
|
-
let
|
|
1084
|
-
typeof r == "function" &&
|
|
1080
|
+
l = l.concat(g);
|
|
1081
|
+
} else l = e.resources.slice(i).concat(e.resources.slice(0, i));
|
|
1082
|
+
const c = Date.now();
|
|
1083
|
+
let s = "pending", d = 0, u, h = null, m = [], w = [];
|
|
1084
|
+
typeof r == "function" && w.push(r);
|
|
1085
1085
|
function v() {
|
|
1086
1086
|
h && (clearTimeout(h), h = null);
|
|
1087
1087
|
}
|
|
1088
|
-
function
|
|
1089
|
-
|
|
1090
|
-
|
|
1088
|
+
function b() {
|
|
1089
|
+
s === "pending" && (s = "aborted"), v(), m.forEach((g) => {
|
|
1090
|
+
g.status === "pending" && (g.status = "aborted");
|
|
1091
1091
|
}), m = [];
|
|
1092
1092
|
}
|
|
1093
|
-
function f(
|
|
1094
|
-
|
|
1093
|
+
function f(g, y) {
|
|
1094
|
+
y && (w = []), typeof g == "function" && w.push(g);
|
|
1095
1095
|
}
|
|
1096
1096
|
function p() {
|
|
1097
1097
|
return {
|
|
1098
|
-
startTime:
|
|
1098
|
+
startTime: c,
|
|
1099
1099
|
payload: t,
|
|
1100
|
-
status:
|
|
1101
|
-
queriesSent:
|
|
1100
|
+
status: s,
|
|
1101
|
+
queriesSent: d,
|
|
1102
1102
|
queriesPending: m.length,
|
|
1103
1103
|
subscribe: f,
|
|
1104
|
-
abort:
|
|
1104
|
+
abort: b
|
|
1105
1105
|
};
|
|
1106
1106
|
}
|
|
1107
1107
|
function E() {
|
|
1108
|
-
|
|
1109
|
-
|
|
1108
|
+
s = "failed", w.forEach((g) => {
|
|
1109
|
+
g(void 0, u);
|
|
1110
1110
|
});
|
|
1111
1111
|
}
|
|
1112
|
-
function
|
|
1113
|
-
m.forEach((
|
|
1114
|
-
|
|
1112
|
+
function k() {
|
|
1113
|
+
m.forEach((g) => {
|
|
1114
|
+
g.status === "pending" && (g.status = "aborted");
|
|
1115
1115
|
}), m = [];
|
|
1116
1116
|
}
|
|
1117
|
-
function
|
|
1118
|
-
const
|
|
1119
|
-
switch (m = m.filter((
|
|
1117
|
+
function x(g, y, C) {
|
|
1118
|
+
const O = y !== "success";
|
|
1119
|
+
switch (m = m.filter((R) => R !== g), s) {
|
|
1120
1120
|
case "pending":
|
|
1121
1121
|
break;
|
|
1122
1122
|
case "failed":
|
|
1123
|
-
if (
|
|
1123
|
+
if (O || !e.dataAfterTimeout) return;
|
|
1124
1124
|
break;
|
|
1125
1125
|
default:
|
|
1126
1126
|
return;
|
|
1127
1127
|
}
|
|
1128
|
-
if (
|
|
1129
|
-
|
|
1128
|
+
if (y === "abort") {
|
|
1129
|
+
u = C, E();
|
|
1130
1130
|
return;
|
|
1131
1131
|
}
|
|
1132
|
-
if (
|
|
1133
|
-
|
|
1132
|
+
if (O) {
|
|
1133
|
+
u = C, m.length || (l.length ? B() : E());
|
|
1134
1134
|
return;
|
|
1135
1135
|
}
|
|
1136
|
-
if (v(),
|
|
1137
|
-
const
|
|
1138
|
-
|
|
1136
|
+
if (v(), k(), !e.random) {
|
|
1137
|
+
const R = e.resources.indexOf(g.resource);
|
|
1138
|
+
R !== -1 && R !== e.index && (e.index = R);
|
|
1139
1139
|
}
|
|
1140
|
-
|
|
1141
|
-
|
|
1140
|
+
s = "completed", w.forEach((R) => {
|
|
1141
|
+
R(C);
|
|
1142
1142
|
});
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1145
|
-
if (
|
|
1144
|
+
function B() {
|
|
1145
|
+
if (s !== "pending") return;
|
|
1146
1146
|
v();
|
|
1147
|
-
const
|
|
1148
|
-
if (
|
|
1147
|
+
const g = l.shift();
|
|
1148
|
+
if (g === void 0) {
|
|
1149
1149
|
if (m.length) {
|
|
1150
1150
|
h = setTimeout(() => {
|
|
1151
|
-
v(),
|
|
1151
|
+
v(), s === "pending" && (k(), E());
|
|
1152
1152
|
}, e.timeout);
|
|
1153
1153
|
return;
|
|
1154
1154
|
}
|
|
1155
1155
|
E();
|
|
1156
1156
|
return;
|
|
1157
1157
|
}
|
|
1158
|
-
const
|
|
1158
|
+
const y = {
|
|
1159
1159
|
status: "pending",
|
|
1160
|
-
resource:
|
|
1161
|
-
callback: (
|
|
1162
|
-
y
|
|
1160
|
+
resource: g,
|
|
1161
|
+
callback: (C, O) => {
|
|
1162
|
+
x(y, C, O);
|
|
1163
1163
|
}
|
|
1164
1164
|
};
|
|
1165
|
-
m.push(
|
|
1165
|
+
m.push(y), d++, h = setTimeout(B, e.rotate), n(g, t, y.callback);
|
|
1166
1166
|
}
|
|
1167
|
-
return setTimeout(
|
|
1167
|
+
return setTimeout(B), p;
|
|
1168
1168
|
}
|
|
1169
|
-
function
|
|
1169
|
+
function ge(e) {
|
|
1170
1170
|
const t = {
|
|
1171
1171
|
...Et,
|
|
1172
1172
|
...e
|
|
1173
1173
|
};
|
|
1174
1174
|
let n = [];
|
|
1175
1175
|
function r() {
|
|
1176
|
-
n = n.filter((
|
|
1176
|
+
n = n.filter((c) => c().status === "pending");
|
|
1177
1177
|
}
|
|
1178
|
-
function o(
|
|
1179
|
-
const
|
|
1180
|
-
r(),
|
|
1178
|
+
function o(c, s, d) {
|
|
1179
|
+
const u = Rt(t, c, s, (h, m) => {
|
|
1180
|
+
r(), d && d(h, m);
|
|
1181
1181
|
});
|
|
1182
|
-
return n.push(
|
|
1182
|
+
return n.push(u), u;
|
|
1183
1183
|
}
|
|
1184
|
-
function
|
|
1185
|
-
return n.find((
|
|
1184
|
+
function i(c) {
|
|
1185
|
+
return n.find((s) => c(s)) || null;
|
|
1186
1186
|
}
|
|
1187
1187
|
return {
|
|
1188
1188
|
query: o,
|
|
1189
|
-
find:
|
|
1190
|
-
setIndex: (
|
|
1191
|
-
t.index =
|
|
1189
|
+
find: i,
|
|
1190
|
+
setIndex: (c) => {
|
|
1191
|
+
t.index = c;
|
|
1192
1192
|
},
|
|
1193
1193
|
getIndex: () => t.index,
|
|
1194
1194
|
cleanup: r
|
|
@@ -1196,46 +1196,46 @@ function we(e) {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
function te() {
|
|
1198
1198
|
}
|
|
1199
|
-
const
|
|
1200
|
-
function
|
|
1201
|
-
if (!
|
|
1199
|
+
const P = /* @__PURE__ */ Object.create(null);
|
|
1200
|
+
function Mt(e) {
|
|
1201
|
+
if (!P[e]) {
|
|
1202
1202
|
const t = Q(e);
|
|
1203
1203
|
if (!t) return;
|
|
1204
|
-
const n =
|
|
1204
|
+
const n = ge(t), r = {
|
|
1205
1205
|
config: t,
|
|
1206
1206
|
redundancy: n
|
|
1207
1207
|
};
|
|
1208
|
-
|
|
1208
|
+
P[e] = r;
|
|
1209
1209
|
}
|
|
1210
|
-
return
|
|
1210
|
+
return P[e];
|
|
1211
1211
|
}
|
|
1212
|
-
function
|
|
1212
|
+
function Ct(e, t, n) {
|
|
1213
1213
|
let r, o;
|
|
1214
1214
|
if (typeof e == "string") {
|
|
1215
|
-
const
|
|
1216
|
-
if (!
|
|
1215
|
+
const i = N(e);
|
|
1216
|
+
if (!i)
|
|
1217
1217
|
return n(void 0, 424), te;
|
|
1218
|
-
o =
|
|
1219
|
-
const
|
|
1220
|
-
|
|
1218
|
+
o = i.send;
|
|
1219
|
+
const l = Mt(e);
|
|
1220
|
+
l && (r = l.redundancy);
|
|
1221
1221
|
} else {
|
|
1222
|
-
const
|
|
1223
|
-
if (
|
|
1224
|
-
r =
|
|
1225
|
-
const
|
|
1226
|
-
|
|
1222
|
+
const i = _(e);
|
|
1223
|
+
if (i) {
|
|
1224
|
+
r = ge(i);
|
|
1225
|
+
const l = e.resources ? e.resources[0] : "", c = N(l);
|
|
1226
|
+
c && (o = c.send);
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
return !r || !o ? (n(void 0, 424), te) : r.query(t, o, n)().abort;
|
|
1230
1230
|
}
|
|
1231
1231
|
function ne() {
|
|
1232
1232
|
}
|
|
1233
|
-
function
|
|
1233
|
+
function jt(e) {
|
|
1234
1234
|
e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
|
|
1235
1235
|
e.iconsLoaderFlag = !1, vt(e);
|
|
1236
1236
|
}));
|
|
1237
1237
|
}
|
|
1238
|
-
function
|
|
1238
|
+
function Lt(e) {
|
|
1239
1239
|
const t = [], n = [];
|
|
1240
1240
|
return e.forEach((r) => {
|
|
1241
1241
|
(r.match(fe) ? t : n).push(r);
|
|
@@ -1244,22 +1244,22 @@ function Rt(e) {
|
|
|
1244
1244
|
invalid: n
|
|
1245
1245
|
};
|
|
1246
1246
|
}
|
|
1247
|
-
function
|
|
1247
|
+
function L(e, t, n) {
|
|
1248
1248
|
function r() {
|
|
1249
1249
|
const o = e.pendingIcons;
|
|
1250
|
-
t.forEach((
|
|
1251
|
-
o && o.delete(
|
|
1250
|
+
t.forEach((i) => {
|
|
1251
|
+
o && o.delete(i), e.icons[i] || e.missing.add(i);
|
|
1252
1252
|
});
|
|
1253
1253
|
}
|
|
1254
1254
|
if (n && typeof n == "object") try {
|
|
1255
|
-
if (!
|
|
1255
|
+
if (!ue(e, n).length) {
|
|
1256
1256
|
r();
|
|
1257
1257
|
return;
|
|
1258
1258
|
}
|
|
1259
1259
|
} catch (o) {
|
|
1260
1260
|
console.error(o);
|
|
1261
1261
|
}
|
|
1262
|
-
r(),
|
|
1262
|
+
r(), jt(e);
|
|
1263
1263
|
}
|
|
1264
1264
|
function re(e, t) {
|
|
1265
1265
|
e instanceof Promise ? e.then((n) => {
|
|
@@ -1268,82 +1268,82 @@ function re(e, t) {
|
|
|
1268
1268
|
t(null);
|
|
1269
1269
|
}) : t(e);
|
|
1270
1270
|
}
|
|
1271
|
-
function
|
|
1271
|
+
function Ft(e, t) {
|
|
1272
1272
|
e.iconsToLoad ? e.iconsToLoad = e.iconsToLoad.concat(t).sort() : e.iconsToLoad = t, e.iconsQueueFlag || (e.iconsQueueFlag = !0, setTimeout(() => {
|
|
1273
1273
|
e.iconsQueueFlag = !1;
|
|
1274
1274
|
const { provider: n, prefix: r } = e, o = e.iconsToLoad;
|
|
1275
1275
|
if (delete e.iconsToLoad, !o || !o.length) return;
|
|
1276
|
-
const
|
|
1277
|
-
if (e.loadIcons && (o.length > 1 || !
|
|
1278
|
-
re(e.loadIcons(o, r, n), (
|
|
1279
|
-
|
|
1276
|
+
const i = e.loadIcon;
|
|
1277
|
+
if (e.loadIcons && (o.length > 1 || !i)) {
|
|
1278
|
+
re(e.loadIcons(o, r, n), (u) => {
|
|
1279
|
+
L(e, o, u);
|
|
1280
1280
|
});
|
|
1281
1281
|
return;
|
|
1282
1282
|
}
|
|
1283
|
-
if (
|
|
1284
|
-
o.forEach((
|
|
1285
|
-
const h =
|
|
1283
|
+
if (i) {
|
|
1284
|
+
o.forEach((u) => {
|
|
1285
|
+
const h = i(u, r, n);
|
|
1286
1286
|
re(h, (m) => {
|
|
1287
|
-
const
|
|
1287
|
+
const w = m ? {
|
|
1288
1288
|
prefix: r,
|
|
1289
|
-
icons: { [
|
|
1289
|
+
icons: { [u]: m }
|
|
1290
1290
|
} : null;
|
|
1291
|
-
|
|
1291
|
+
L(e, [u], w);
|
|
1292
1292
|
});
|
|
1293
1293
|
});
|
|
1294
1294
|
return;
|
|
1295
1295
|
}
|
|
1296
|
-
const { valid:
|
|
1297
|
-
if (
|
|
1298
|
-
const
|
|
1299
|
-
if (!
|
|
1300
|
-
|
|
1296
|
+
const { valid: l, invalid: c } = Lt(o);
|
|
1297
|
+
if (c.length && L(e, c, null), !l.length) return;
|
|
1298
|
+
const s = r.match(fe) ? N(n) : null;
|
|
1299
|
+
if (!s) {
|
|
1300
|
+
L(e, l, null);
|
|
1301
1301
|
return;
|
|
1302
1302
|
}
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1303
|
+
s.prepare(n, r, l).forEach((u) => {
|
|
1304
|
+
Ct(n, u, (h) => {
|
|
1305
|
+
L(e, u.icons, h);
|
|
1306
1306
|
});
|
|
1307
1307
|
});
|
|
1308
1308
|
}));
|
|
1309
1309
|
}
|
|
1310
|
-
const
|
|
1311
|
-
const n =
|
|
1310
|
+
const It = (e, t) => {
|
|
1311
|
+
const n = yt(e, !0, he()), r = xt(n);
|
|
1312
1312
|
if (!r.pending.length) {
|
|
1313
|
-
let
|
|
1313
|
+
let s = !0;
|
|
1314
1314
|
return t && setTimeout(() => {
|
|
1315
|
-
|
|
1315
|
+
s && t(r.loaded, r.missing, r.pending, ne);
|
|
1316
1316
|
}), () => {
|
|
1317
|
-
|
|
1317
|
+
s = !1;
|
|
1318
1318
|
};
|
|
1319
1319
|
}
|
|
1320
|
-
const o = /* @__PURE__ */ Object.create(null),
|
|
1321
|
-
let
|
|
1322
|
-
return r.pending.forEach((
|
|
1323
|
-
const { provider:
|
|
1324
|
-
if (
|
|
1325
|
-
|
|
1326
|
-
const h = o[
|
|
1327
|
-
h[
|
|
1328
|
-
}), r.pending.forEach((
|
|
1329
|
-
const { provider:
|
|
1330
|
-
|
|
1331
|
-
}),
|
|
1332
|
-
const
|
|
1333
|
-
|
|
1334
|
-
}), t ?
|
|
1320
|
+
const o = /* @__PURE__ */ Object.create(null), i = [];
|
|
1321
|
+
let l, c;
|
|
1322
|
+
return r.pending.forEach((s) => {
|
|
1323
|
+
const { provider: d, prefix: u } = s;
|
|
1324
|
+
if (u === c && d === l) return;
|
|
1325
|
+
l = d, c = u, i.push(M(d, u));
|
|
1326
|
+
const h = o[d] || (o[d] = /* @__PURE__ */ Object.create(null));
|
|
1327
|
+
h[u] || (h[u] = []);
|
|
1328
|
+
}), r.pending.forEach((s) => {
|
|
1329
|
+
const { provider: d, prefix: u, name: h } = s, m = M(d, u), w = m.pendingIcons || (m.pendingIcons = /* @__PURE__ */ new Set());
|
|
1330
|
+
w.has(h) || (w.add(h), o[d][u].push(h));
|
|
1331
|
+
}), i.forEach((s) => {
|
|
1332
|
+
const d = o[s.provider][s.prefix];
|
|
1333
|
+
d.length && Ft(s, d);
|
|
1334
|
+
}), t ? kt(t, r, i) : ne;
|
|
1335
1335
|
};
|
|
1336
|
-
function
|
|
1336
|
+
function Ot(e, t) {
|
|
1337
1337
|
const n = { ...e };
|
|
1338
1338
|
for (const r in t) {
|
|
1339
|
-
const o = t[r],
|
|
1340
|
-
r in pe ? (o === null || o && (
|
|
1339
|
+
const o = t[r], i = typeof o;
|
|
1340
|
+
r in pe ? (o === null || o && (i === "string" || i === "number")) && (n[r] = o) : i === typeof n[r] && (n[r] = r === "rotate" ? o % 4 : o);
|
|
1341
1341
|
}
|
|
1342
1342
|
return n;
|
|
1343
1343
|
}
|
|
1344
|
-
const
|
|
1345
|
-
function
|
|
1346
|
-
t.split(
|
|
1344
|
+
const At = /[\s,]+/;
|
|
1345
|
+
function $t(e, t) {
|
|
1346
|
+
t.split(At).forEach((n) => {
|
|
1347
1347
|
switch (n.trim()) {
|
|
1348
1348
|
case "horizontal":
|
|
1349
1349
|
e.hFlip = !0;
|
|
@@ -1354,7 +1354,7 @@ function At(e, t) {
|
|
|
1354
1354
|
}
|
|
1355
1355
|
});
|
|
1356
1356
|
}
|
|
1357
|
-
function
|
|
1357
|
+
function Zt(e, t = 0) {
|
|
1358
1358
|
const n = e.replace(/^-?[0-9.]*/, "");
|
|
1359
1359
|
function r(o) {
|
|
1360
1360
|
for (; o < 0; ) o += 4;
|
|
@@ -1373,36 +1373,36 @@ function $t(e, t = 0) {
|
|
|
1373
1373
|
o = 90;
|
|
1374
1374
|
}
|
|
1375
1375
|
if (o) {
|
|
1376
|
-
let
|
|
1377
|
-
return isNaN(
|
|
1376
|
+
let i = parseFloat(e.slice(0, e.length - n.length));
|
|
1377
|
+
return isNaN(i) ? 0 : (i = i / o, i % 1 === 0 ? r(i) : 0);
|
|
1378
1378
|
}
|
|
1379
1379
|
}
|
|
1380
1380
|
return t;
|
|
1381
1381
|
}
|
|
1382
|
-
function
|
|
1382
|
+
function St(e, t) {
|
|
1383
1383
|
let n = e.indexOf("xlink:") === -1 ? "" : ' xmlns:xlink="http://www.w3.org/1999/xlink"';
|
|
1384
1384
|
for (const r in t) n += " " + r + '="' + t[r] + '"';
|
|
1385
1385
|
return '<svg xmlns="http://www.w3.org/2000/svg"' + n + ">" + e + "</svg>";
|
|
1386
1386
|
}
|
|
1387
|
-
function
|
|
1387
|
+
function Bt(e) {
|
|
1388
1388
|
return e.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
|
|
1389
1389
|
}
|
|
1390
1390
|
function Ht(e) {
|
|
1391
|
-
return "data:image/svg+xml," +
|
|
1391
|
+
return "data:image/svg+xml," + Bt(e);
|
|
1392
1392
|
}
|
|
1393
|
-
function
|
|
1393
|
+
function Tt(e) {
|
|
1394
1394
|
return 'url("' + Ht(e) + '")';
|
|
1395
1395
|
}
|
|
1396
|
-
let
|
|
1397
|
-
function
|
|
1396
|
+
let F;
|
|
1397
|
+
function Pt() {
|
|
1398
1398
|
try {
|
|
1399
|
-
|
|
1399
|
+
F = window.trustedTypes.createPolicy("iconify", { createHTML: (e) => e });
|
|
1400
1400
|
} catch {
|
|
1401
|
-
|
|
1401
|
+
F = null;
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
function Vt(e) {
|
|
1405
|
-
return
|
|
1405
|
+
return F === void 0 && Pt(), F ? F.createHTML(e) : e;
|
|
1406
1406
|
}
|
|
1407
1407
|
const ve = {
|
|
1408
1408
|
...me,
|
|
@@ -1416,19 +1416,19 @@ const ve = {
|
|
|
1416
1416
|
display: "inline-block"
|
|
1417
1417
|
}, z = {
|
|
1418
1418
|
backgroundColor: "currentColor"
|
|
1419
|
-
},
|
|
1419
|
+
}, be = {
|
|
1420
1420
|
backgroundColor: "transparent"
|
|
1421
1421
|
}, oe = {
|
|
1422
1422
|
Image: "var(--svg)",
|
|
1423
1423
|
Repeat: "no-repeat",
|
|
1424
1424
|
Size: "100% 100%"
|
|
1425
|
-
},
|
|
1425
|
+
}, ae = {
|
|
1426
1426
|
WebkitMask: z,
|
|
1427
1427
|
mask: z,
|
|
1428
|
-
background:
|
|
1428
|
+
background: be
|
|
1429
1429
|
};
|
|
1430
|
-
for (const e in
|
|
1431
|
-
const t =
|
|
1430
|
+
for (const e in ae) {
|
|
1431
|
+
const t = ae[e];
|
|
1432
1432
|
for (const n in oe)
|
|
1433
1433
|
t[e + n] = oe[n];
|
|
1434
1434
|
}
|
|
@@ -1436,23 +1436,23 @@ const Nt = {
|
|
|
1436
1436
|
...ve,
|
|
1437
1437
|
inline: !0
|
|
1438
1438
|
};
|
|
1439
|
-
function
|
|
1439
|
+
function ie(e) {
|
|
1440
1440
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
|
1441
1441
|
}
|
|
1442
1442
|
const zt = (e, t, n) => {
|
|
1443
|
-
const r = t.inline ? Nt : ve, o =
|
|
1444
|
-
...
|
|
1443
|
+
const r = t.inline ? Nt : ve, o = Ot(r, t), i = t.mode || "svg", l = {}, c = t.style || {}, s = {
|
|
1444
|
+
...i === "svg" ? Wt : {}
|
|
1445
1445
|
};
|
|
1446
1446
|
if (n) {
|
|
1447
|
-
const f =
|
|
1447
|
+
const f = S(n, !1, !0);
|
|
1448
1448
|
if (f) {
|
|
1449
1449
|
const p = ["iconify"], E = [
|
|
1450
1450
|
"provider",
|
|
1451
1451
|
"prefix"
|
|
1452
1452
|
];
|
|
1453
|
-
for (const
|
|
1454
|
-
f[
|
|
1455
|
-
|
|
1453
|
+
for (const k of E)
|
|
1454
|
+
f[k] && p.push("iconify--" + f[k]);
|
|
1455
|
+
s.className = p.join(" ");
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
1458
|
for (let f in t) {
|
|
@@ -1470,11 +1470,11 @@ const zt = (e, t, n) => {
|
|
|
1470
1470
|
break;
|
|
1471
1471
|
// Forward ref
|
|
1472
1472
|
case "_ref":
|
|
1473
|
-
|
|
1473
|
+
s.ref = p;
|
|
1474
1474
|
break;
|
|
1475
1475
|
// Merge class names
|
|
1476
1476
|
case "className":
|
|
1477
|
-
|
|
1477
|
+
s[f] = (s[f] ? s[f] + " " : "") + p;
|
|
1478
1478
|
break;
|
|
1479
1479
|
// Boolean attributes
|
|
1480
1480
|
case "inline":
|
|
@@ -1484,54 +1484,54 @@ const zt = (e, t, n) => {
|
|
|
1484
1484
|
break;
|
|
1485
1485
|
// Flip as string: 'horizontal,vertical'
|
|
1486
1486
|
case "flip":
|
|
1487
|
-
typeof p == "string" &&
|
|
1487
|
+
typeof p == "string" && $t(o, p);
|
|
1488
1488
|
break;
|
|
1489
1489
|
// Color: copy to style
|
|
1490
1490
|
case "color":
|
|
1491
|
-
|
|
1491
|
+
l.color = p;
|
|
1492
1492
|
break;
|
|
1493
1493
|
// Rotation as string
|
|
1494
1494
|
case "rotate":
|
|
1495
|
-
typeof p == "string" ? o[f] =
|
|
1495
|
+
typeof p == "string" ? o[f] = Zt(p) : typeof p == "number" && (o[f] = p);
|
|
1496
1496
|
break;
|
|
1497
1497
|
// Remove aria-hidden
|
|
1498
1498
|
case "ariaHidden":
|
|
1499
1499
|
case "aria-hidden":
|
|
1500
|
-
p !== !0 && p !== "true" && delete
|
|
1500
|
+
p !== !0 && p !== "true" && delete s["aria-hidden"];
|
|
1501
1501
|
break;
|
|
1502
1502
|
// Copy missing property if it does not exist in customisations
|
|
1503
1503
|
default:
|
|
1504
|
-
r[f] === void 0 && (
|
|
1504
|
+
r[f] === void 0 && (s[f] = p);
|
|
1505
1505
|
}
|
|
1506
1506
|
}
|
|
1507
|
-
const
|
|
1508
|
-
if (o.inline && (
|
|
1509
|
-
|
|
1510
|
-
...
|
|
1511
|
-
...
|
|
1512
|
-
}, Object.assign(
|
|
1507
|
+
const d = ot(e, o), u = d.attributes;
|
|
1508
|
+
if (o.inline && (l.verticalAlign = "-0.125em"), i === "svg") {
|
|
1509
|
+
s.style = {
|
|
1510
|
+
...l,
|
|
1511
|
+
...c
|
|
1512
|
+
}, Object.assign(s, u);
|
|
1513
1513
|
let f = 0, p = t.id;
|
|
1514
|
-
return typeof p == "string" && (p = p.replace(/-/g, "_")),
|
|
1515
|
-
__html: Vt(
|
|
1516
|
-
}, V("svg",
|
|
1514
|
+
return typeof p == "string" && (p = p.replace(/-/g, "_")), s.dangerouslySetInnerHTML = {
|
|
1515
|
+
__html: Vt(st(d.body, p ? () => p + "ID" + f++ : "iconifyReact"))
|
|
1516
|
+
}, V("svg", s);
|
|
1517
1517
|
}
|
|
1518
|
-
const { body: h, width: m, height:
|
|
1519
|
-
...
|
|
1518
|
+
const { body: h, width: m, height: w } = e, v = i === "mask" || (i === "bg" ? !1 : h.indexOf("currentColor") !== -1), b = St(h, {
|
|
1519
|
+
...u,
|
|
1520
1520
|
width: m + "",
|
|
1521
|
-
height:
|
|
1521
|
+
height: w + ""
|
|
1522
1522
|
});
|
|
1523
|
-
return
|
|
1524
|
-
...
|
|
1525
|
-
"--svg":
|
|
1526
|
-
width:
|
|
1527
|
-
height:
|
|
1523
|
+
return s.style = {
|
|
1524
|
+
...l,
|
|
1525
|
+
"--svg": Tt(b),
|
|
1526
|
+
width: ie(u.width),
|
|
1527
|
+
height: ie(u.height),
|
|
1528
1528
|
...Dt,
|
|
1529
|
-
...v ? z :
|
|
1530
|
-
...
|
|
1531
|
-
}, V("span",
|
|
1529
|
+
...v ? z : be,
|
|
1530
|
+
...c
|
|
1531
|
+
}, V("span", s);
|
|
1532
1532
|
};
|
|
1533
1533
|
he(!0);
|
|
1534
|
-
|
|
1534
|
+
ct("", gt);
|
|
1535
1535
|
if (typeof document < "u" && typeof window < "u") {
|
|
1536
1536
|
const e = window;
|
|
1537
1537
|
if (e.IconifyPreload !== void 0) {
|
|
@@ -1556,140 +1556,140 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1556
1556
|
const o = t[n];
|
|
1557
1557
|
if (typeof o != "object" || !o || o.resources === void 0)
|
|
1558
1558
|
continue;
|
|
1559
|
-
|
|
1559
|
+
dt(n, o) || console.error(r);
|
|
1560
1560
|
} catch {
|
|
1561
1561
|
console.error(r);
|
|
1562
1562
|
}
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
1565
|
}
|
|
1566
|
-
function
|
|
1566
|
+
function ke(e) {
|
|
1567
1567
|
const [t, n] = H(!!e.ssr), [r, o] = H({});
|
|
1568
|
-
function
|
|
1569
|
-
if (
|
|
1568
|
+
function i(w) {
|
|
1569
|
+
if (w) {
|
|
1570
1570
|
const v = e.icon;
|
|
1571
1571
|
if (typeof v == "object")
|
|
1572
1572
|
return {
|
|
1573
1573
|
name: "",
|
|
1574
1574
|
data: v
|
|
1575
1575
|
};
|
|
1576
|
-
const
|
|
1577
|
-
if (
|
|
1576
|
+
const b = X(v);
|
|
1577
|
+
if (b)
|
|
1578
1578
|
return {
|
|
1579
1579
|
name: v,
|
|
1580
|
-
data:
|
|
1580
|
+
data: b
|
|
1581
1581
|
};
|
|
1582
1582
|
}
|
|
1583
1583
|
return {
|
|
1584
1584
|
name: ""
|
|
1585
1585
|
};
|
|
1586
1586
|
}
|
|
1587
|
-
const [
|
|
1588
|
-
function
|
|
1589
|
-
const
|
|
1590
|
-
|
|
1587
|
+
const [l, c] = H(i(!!e.ssr));
|
|
1588
|
+
function s() {
|
|
1589
|
+
const w = r.callback;
|
|
1590
|
+
w && (w(), o({}));
|
|
1591
1591
|
}
|
|
1592
|
-
function
|
|
1593
|
-
if (JSON.stringify(
|
|
1594
|
-
return
|
|
1592
|
+
function d(w) {
|
|
1593
|
+
if (JSON.stringify(l) !== JSON.stringify(w))
|
|
1594
|
+
return s(), c(w), !0;
|
|
1595
1595
|
}
|
|
1596
|
-
function
|
|
1597
|
-
var
|
|
1596
|
+
function u() {
|
|
1597
|
+
var w;
|
|
1598
1598
|
const v = e.icon;
|
|
1599
1599
|
if (typeof v == "object") {
|
|
1600
|
-
|
|
1600
|
+
d({
|
|
1601
1601
|
name: "",
|
|
1602
1602
|
data: v
|
|
1603
1603
|
});
|
|
1604
1604
|
return;
|
|
1605
1605
|
}
|
|
1606
|
-
const
|
|
1607
|
-
if (
|
|
1606
|
+
const b = X(v);
|
|
1607
|
+
if (d({
|
|
1608
1608
|
name: v,
|
|
1609
|
-
data:
|
|
1609
|
+
data: b
|
|
1610
1610
|
}))
|
|
1611
|
-
if (
|
|
1612
|
-
const f =
|
|
1611
|
+
if (b === void 0) {
|
|
1612
|
+
const f = It([v], u);
|
|
1613
1613
|
o({
|
|
1614
1614
|
callback: f
|
|
1615
1615
|
});
|
|
1616
|
-
} else
|
|
1616
|
+
} else b && ((w = e.onLoad) === null || w === void 0 || w.call(e, v));
|
|
1617
1617
|
}
|
|
1618
|
-
G(() => (n(!0),
|
|
1619
|
-
t &&
|
|
1618
|
+
G(() => (n(!0), s), []), G(() => {
|
|
1619
|
+
t && u();
|
|
1620
1620
|
}, [e.icon, t]);
|
|
1621
|
-
const { name: h, data: m } =
|
|
1621
|
+
const { name: h, data: m } = l;
|
|
1622
1622
|
return m ? zt({
|
|
1623
1623
|
...U,
|
|
1624
1624
|
...m
|
|
1625
1625
|
}, e, h) : e.children ? e.children : e.fallback ? e.fallback : V("span", {});
|
|
1626
1626
|
}
|
|
1627
|
-
const
|
|
1627
|
+
const $n = le((e, t) => ke({
|
|
1628
1628
|
...e,
|
|
1629
1629
|
_ref: t
|
|
1630
1630
|
}));
|
|
1631
|
-
|
|
1631
|
+
le((e, t) => ke({
|
|
1632
1632
|
inline: !0,
|
|
1633
1633
|
...e,
|
|
1634
1634
|
_ref: t
|
|
1635
1635
|
}));
|
|
1636
|
-
const
|
|
1636
|
+
const Zn = {
|
|
1637
1637
|
width: 24,
|
|
1638
1638
|
height: 24,
|
|
1639
1639
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 13a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zM4 20h14"/>'
|
|
1640
|
-
},
|
|
1640
|
+
}, Sn = {
|
|
1641
1641
|
width: 24,
|
|
1642
1642
|
height: 24,
|
|
1643
1643
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19h16M4 15l4-6l4 2l4-5l4 4"/>'
|
|
1644
|
-
},
|
|
1644
|
+
}, Bn = {
|
|
1645
1645
|
width: 24,
|
|
1646
1646
|
height: 24,
|
|
1647
1647
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 19l4-6l4 2l4-5l4 4v5H4m0-7l3-4l4 2l5-6l4 4"/>'
|
|
1648
|
-
},
|
|
1648
|
+
}, Hn = {
|
|
1649
1649
|
width: 24,
|
|
1650
1650
|
height: 24,
|
|
1651
1651
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 3.2A9 9 0 1 0 20.8 14a1 1 0 0 0-1-1H13a2 2 0 0 1-2-2V4a.9.9 0 0 0-1-.8"/><path d="M15 3.5A9 9 0 0 1 20.5 9H16a1 1 0 0 1-1-1V3.5"/></g>'
|
|
1652
|
-
},
|
|
1652
|
+
}, Tn = {
|
|
1653
1653
|
width: 24,
|
|
1654
1654
|
height: 24,
|
|
1655
1655
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 3v18h18"/><path d="M7 15a2 2 0 1 0 4 0a2 2 0 1 0-4 0m4-10a2 2 0 1 0 4 0a2 2 0 1 0-4 0m5 7a2 2 0 1 0 4 0a2 2 0 1 0-4 0m5-9l-6 1.5m-.887 2.15l2.771 3.695M16 12.5l-5 2"/></g>'
|
|
1656
|
-
},
|
|
1656
|
+
}, Pn = {
|
|
1657
1657
|
width: 24,
|
|
1658
1658
|
height: 24,
|
|
1659
1659
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 16a3 3 0 1 0 6 0a3 3 0 1 0-6 0m11 3a2 2 0 1 0 4 0a2 2 0 1 0-4 0M10 7.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0-9 0"/>'
|
|
1660
|
-
},
|
|
1660
|
+
}, Vn = {
|
|
1661
1661
|
width: 24,
|
|
1662
1662
|
height: 24,
|
|
1663
1663
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m12 3l9.5 7L18 21H6L2.5 10z"/><path d="m12 7.5l5.5 4L15 17H8.5l-2-5.5z"/><path d="m2.5 10l9.5 3l9.5-3"/><path d="M12 3v10l6 8M6 21l6-8"/></g>'
|
|
1664
|
-
},
|
|
1664
|
+
}, Wn = {
|
|
1665
1665
|
width: 24,
|
|
1666
1666
|
height: 24,
|
|
1667
1667
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0"/><path d="M15.51 15.56A5 5 0 1 0 12 17"/><path d="M18.832 17.86A9 9 0 1 0 12 21m0-9v9"/></g>'
|
|
1668
|
-
},
|
|
1668
|
+
}, Dn = {
|
|
1669
1669
|
width: 24,
|
|
1670
1670
|
height: 24,
|
|
1671
1671
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm8-2v16m-8-5h8m0-3h8m-4 0v8m0-4h4"/>'
|
|
1672
|
-
},
|
|
1672
|
+
}, Nn = {
|
|
1673
1673
|
width: 24,
|
|
1674
1674
|
height: 24,
|
|
1675
1675
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5zm0 5h18M10 3v18"/>'
|
|
1676
|
-
},
|
|
1676
|
+
}, zn = {
|
|
1677
1677
|
width: 24,
|
|
1678
1678
|
height: 24,
|
|
1679
1679
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4m-1 3v4h4"/><path d="M14 18a4 4 0 1 0 8 0a4 4 0 1 0-8 0m1-15v4M7 3v4m-4 4h16"/></g>'
|
|
1680
|
-
},
|
|
1680
|
+
}, Un = {
|
|
1681
1681
|
width: 24,
|
|
1682
1682
|
height: 24,
|
|
1683
1683
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 17V7l7 10V7m4 10h5m-5-7a2.5 3 0 1 0 5 0a2.5 3 0 1 0-5 0"/>'
|
|
1684
|
-
},
|
|
1684
|
+
}, _n = {
|
|
1685
1685
|
width: 24,
|
|
1686
1686
|
height: 24,
|
|
1687
1687
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m3 17l6-6l4 4l8-8"/><path d="M14 7h7v7"/></g>'
|
|
1688
|
-
},
|
|
1688
|
+
}, qn = {
|
|
1689
1689
|
width: 24,
|
|
1690
1690
|
height: 24,
|
|
1691
1691
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 20h3m7 0h7M6.9 15h6.9m-3.6-8.7L16 20M5 20l6-16h2l7 16"/>'
|
|
1692
|
-
},
|
|
1692
|
+
}, Qn = {
|
|
1693
1693
|
width: 24,
|
|
1694
1694
|
height: 24,
|
|
1695
1695
|
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 3v4a1 1 0 0 0 1 1h4"/><path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2zM9 9h1m-1 4h6m-6 4h6"/></g>'
|
|
@@ -1699,7 +1699,7 @@ function Ut({
|
|
|
1699
1699
|
titleId: t,
|
|
1700
1700
|
...n
|
|
1701
1701
|
}, r) {
|
|
1702
|
-
return /* @__PURE__ */
|
|
1702
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1703
1703
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1704
1704
|
viewBox: "0 0 24 24",
|
|
1705
1705
|
fill: "currentColor",
|
|
@@ -1707,21 +1707,21 @@ function Ut({
|
|
|
1707
1707
|
"data-slot": "icon",
|
|
1708
1708
|
ref: r,
|
|
1709
1709
|
"aria-labelledby": t
|
|
1710
|
-
}, n), e ? /* @__PURE__ */
|
|
1710
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1711
1711
|
id: t
|
|
1712
|
-
}, e) : null, /* @__PURE__ */
|
|
1712
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1713
1713
|
fillRule: "evenodd",
|
|
1714
|
-
d: "
|
|
1714
|
+
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-.53 14.03a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V8.25a.75.75 0 0 0-1.5 0v5.69l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3Z",
|
|
1715
1715
|
clipRule: "evenodd"
|
|
1716
1716
|
}));
|
|
1717
1717
|
}
|
|
1718
|
-
const
|
|
1718
|
+
const Gn = /* @__PURE__ */ a.forwardRef(Ut);
|
|
1719
1719
|
function _t({
|
|
1720
1720
|
title: e,
|
|
1721
1721
|
titleId: t,
|
|
1722
1722
|
...n
|
|
1723
1723
|
}, r) {
|
|
1724
|
-
return /* @__PURE__ */
|
|
1724
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1725
1725
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1726
1726
|
viewBox: "0 0 24 24",
|
|
1727
1727
|
fill: "currentColor",
|
|
@@ -1729,19 +1729,21 @@ function _t({
|
|
|
1729
1729
|
"data-slot": "icon",
|
|
1730
1730
|
ref: r,
|
|
1731
1731
|
"aria-labelledby": t
|
|
1732
|
-
}, n), e ? /* @__PURE__ */
|
|
1732
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1733
1733
|
id: t
|
|
1734
|
-
}, e) : null, /* @__PURE__ */
|
|
1735
|
-
|
|
1734
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1735
|
+
fillRule: "evenodd",
|
|
1736
|
+
d: "M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z",
|
|
1737
|
+
clipRule: "evenodd"
|
|
1736
1738
|
}));
|
|
1737
1739
|
}
|
|
1738
|
-
const
|
|
1740
|
+
const Jn = /* @__PURE__ */ a.forwardRef(_t);
|
|
1739
1741
|
function qt({
|
|
1740
1742
|
title: e,
|
|
1741
1743
|
titleId: t,
|
|
1742
1744
|
...n
|
|
1743
1745
|
}, r) {
|
|
1744
|
-
return /* @__PURE__ */
|
|
1746
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1745
1747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1746
1748
|
viewBox: "0 0 24 24",
|
|
1747
1749
|
fill: "currentColor",
|
|
@@ -1749,21 +1751,21 @@ function qt({
|
|
|
1749
1751
|
"data-slot": "icon",
|
|
1750
1752
|
ref: r,
|
|
1751
1753
|
"aria-labelledby": t
|
|
1752
|
-
}, n), e ? /* @__PURE__ */
|
|
1754
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1753
1755
|
id: t
|
|
1754
|
-
}, e) : null, /* @__PURE__ */
|
|
1756
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1755
1757
|
fillRule: "evenodd",
|
|
1756
|
-
d: "
|
|
1758
|
+
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72v5.69a.75.75 0 0 0 1.5 0v-5.69l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3Z",
|
|
1757
1759
|
clipRule: "evenodd"
|
|
1758
1760
|
}));
|
|
1759
1761
|
}
|
|
1760
|
-
const
|
|
1762
|
+
const Kn = /* @__PURE__ */ a.forwardRef(qt);
|
|
1761
1763
|
function Qt({
|
|
1762
1764
|
title: e,
|
|
1763
1765
|
titleId: t,
|
|
1764
1766
|
...n
|
|
1765
1767
|
}, r) {
|
|
1766
|
-
return /* @__PURE__ */
|
|
1768
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1767
1769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1768
1770
|
viewBox: "0 0 24 24",
|
|
1769
1771
|
fill: "currentColor",
|
|
@@ -1771,21 +1773,21 @@ function Qt({
|
|
|
1771
1773
|
"data-slot": "icon",
|
|
1772
1774
|
ref: r,
|
|
1773
1775
|
"aria-labelledby": t
|
|
1774
|
-
}, n), e ? /* @__PURE__ */
|
|
1776
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1775
1777
|
id: t
|
|
1776
|
-
}, e) : null, /* @__PURE__ */
|
|
1778
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1777
1779
|
fillRule: "evenodd",
|
|
1778
|
-
d: "
|
|
1780
|
+
d: "M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75H12a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z",
|
|
1779
1781
|
clipRule: "evenodd"
|
|
1780
1782
|
}));
|
|
1781
1783
|
}
|
|
1782
|
-
const
|
|
1784
|
+
const Xn = /* @__PURE__ */ a.forwardRef(Qt);
|
|
1783
1785
|
function Gt({
|
|
1784
1786
|
title: e,
|
|
1785
1787
|
titleId: t,
|
|
1786
1788
|
...n
|
|
1787
1789
|
}, r) {
|
|
1788
|
-
return /* @__PURE__ */
|
|
1790
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1789
1791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1790
1792
|
viewBox: "0 0 24 24",
|
|
1791
1793
|
fill: "currentColor",
|
|
@@ -1793,21 +1795,21 @@ function Gt({
|
|
|
1793
1795
|
"data-slot": "icon",
|
|
1794
1796
|
ref: r,
|
|
1795
1797
|
"aria-labelledby": t
|
|
1796
|
-
}, n), e ? /* @__PURE__ */
|
|
1798
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1797
1799
|
id: t
|
|
1798
|
-
}, e) : null, /* @__PURE__ */
|
|
1800
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1799
1801
|
fillRule: "evenodd",
|
|
1800
|
-
d: "
|
|
1802
|
+
d: "M10.5 3.798v5.02a3 3 0 0 1-.879 2.121l-2.377 2.377a9.845 9.845 0 0 1 5.091 1.013 8.315 8.315 0 0 0 5.713.636l.285-.071-3.954-3.955a3 3 0 0 1-.879-2.121v-5.02a23.614 23.614 0 0 0-3 0Zm4.5.138a.75.75 0 0 0 .093-1.495A24.837 24.837 0 0 0 12 2.25a25.048 25.048 0 0 0-3.093.191A.75.75 0 0 0 9 3.936v4.882a1.5 1.5 0 0 1-.44 1.06l-6.293 6.294c-1.62 1.621-.903 4.475 1.471 4.88 2.686.46 5.447.698 8.262.698 2.816 0 5.576-.239 8.262-.697 2.373-.406 3.092-3.26 1.47-4.881L15.44 9.879A1.5 1.5 0 0 1 15 8.818V3.936Z",
|
|
1801
1803
|
clipRule: "evenodd"
|
|
1802
1804
|
}));
|
|
1803
1805
|
}
|
|
1804
|
-
const
|
|
1806
|
+
const Yn = /* @__PURE__ */ a.forwardRef(Gt);
|
|
1805
1807
|
function Jt({
|
|
1806
1808
|
title: e,
|
|
1807
1809
|
titleId: t,
|
|
1808
1810
|
...n
|
|
1809
1811
|
}, r) {
|
|
1810
|
-
return /* @__PURE__ */
|
|
1812
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1811
1813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1812
1814
|
viewBox: "0 0 24 24",
|
|
1813
1815
|
fill: "currentColor",
|
|
@@ -1815,21 +1817,239 @@ function Jt({
|
|
|
1815
1817
|
"data-slot": "icon",
|
|
1816
1818
|
ref: r,
|
|
1817
1819
|
"aria-labelledby": t
|
|
1818
|
-
}, n), e ? /* @__PURE__ */
|
|
1820
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1819
1821
|
id: t
|
|
1820
|
-
}, e) : null, /* @__PURE__ */
|
|
1822
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1821
1823
|
fillRule: "evenodd",
|
|
1822
|
-
d: "
|
|
1824
|
+
d: "M6.75 2.25A.75.75 0 0 1 7.5 3v1.5h9V3A.75.75 0 0 1 18 3v1.5h.75a3 3 0 0 1 3 3v11.25a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3V7.5a3 3 0 0 1 3-3H6V3a.75.75 0 0 1 .75-.75Zm13.5 9a1.5 1.5 0 0 0-1.5-1.5H5.25a1.5 1.5 0 0 0-1.5 1.5v7.5a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5v-7.5Z",
|
|
1823
1825
|
clipRule: "evenodd"
|
|
1824
1826
|
}));
|
|
1825
1827
|
}
|
|
1826
|
-
const
|
|
1828
|
+
const er = /* @__PURE__ */ a.forwardRef(Jt);
|
|
1827
1829
|
function Kt({
|
|
1828
1830
|
title: e,
|
|
1829
1831
|
titleId: t,
|
|
1830
1832
|
...n
|
|
1831
1833
|
}, r) {
|
|
1832
|
-
return /* @__PURE__ */
|
|
1834
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1835
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1836
|
+
viewBox: "0 0 24 24",
|
|
1837
|
+
fill: "currentColor",
|
|
1838
|
+
"aria-hidden": "true",
|
|
1839
|
+
"data-slot": "icon",
|
|
1840
|
+
ref: r,
|
|
1841
|
+
"aria-labelledby": t
|
|
1842
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1843
|
+
id: t
|
|
1844
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1845
|
+
fillRule: "evenodd",
|
|
1846
|
+
d: "M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm4.5 7.5a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0v-2.25a.75.75 0 0 1 .75-.75Zm3.75-1.5a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0V12Zm2.25-3a.75.75 0 0 1 .75.75v6.75a.75.75 0 0 1-1.5 0V9.75A.75.75 0 0 1 13.5 9Zm3.75-1.5a.75.75 0 0 0-1.5 0v9a.75.75 0 0 0 1.5 0v-9Z",
|
|
1847
|
+
clipRule: "evenodd"
|
|
1848
|
+
}));
|
|
1849
|
+
}
|
|
1850
|
+
const tr = /* @__PURE__ */ a.forwardRef(Kt);
|
|
1851
|
+
function Xt({
|
|
1852
|
+
title: e,
|
|
1853
|
+
titleId: t,
|
|
1854
|
+
...n
|
|
1855
|
+
}, r) {
|
|
1856
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1857
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1858
|
+
viewBox: "0 0 24 24",
|
|
1859
|
+
fill: "currentColor",
|
|
1860
|
+
"aria-hidden": "true",
|
|
1861
|
+
"data-slot": "icon",
|
|
1862
|
+
ref: r,
|
|
1863
|
+
"aria-labelledby": t
|
|
1864
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1865
|
+
id: t
|
|
1866
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1867
|
+
d: "M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875h-.75ZM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 0 1-1.875-1.875V8.625ZM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 0 1 3 19.875v-6.75Z"
|
|
1868
|
+
}));
|
|
1869
|
+
}
|
|
1870
|
+
const nr = /* @__PURE__ */ a.forwardRef(Xt);
|
|
1871
|
+
function Yt({
|
|
1872
|
+
title: e,
|
|
1873
|
+
titleId: t,
|
|
1874
|
+
...n
|
|
1875
|
+
}, r) {
|
|
1876
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1877
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1878
|
+
viewBox: "0 0 24 24",
|
|
1879
|
+
fill: "currentColor",
|
|
1880
|
+
"aria-hidden": "true",
|
|
1881
|
+
"data-slot": "icon",
|
|
1882
|
+
ref: r,
|
|
1883
|
+
"aria-labelledby": t
|
|
1884
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1885
|
+
id: t
|
|
1886
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1887
|
+
fillRule: "evenodd",
|
|
1888
|
+
d: "M19.916 4.626a.75.75 0 0 1 .208 1.04l-9 13.5a.75.75 0 0 1-1.154.114l-6-6a.75.75 0 0 1 1.06-1.06l5.353 5.353 8.493-12.74a.75.75 0 0 1 1.04-.207Z",
|
|
1889
|
+
clipRule: "evenodd"
|
|
1890
|
+
}));
|
|
1891
|
+
}
|
|
1892
|
+
const rr = /* @__PURE__ */ a.forwardRef(Yt);
|
|
1893
|
+
function en({
|
|
1894
|
+
title: e,
|
|
1895
|
+
titleId: t,
|
|
1896
|
+
...n
|
|
1897
|
+
}, r) {
|
|
1898
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1899
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1900
|
+
viewBox: "0 0 24 24",
|
|
1901
|
+
fill: "currentColor",
|
|
1902
|
+
"aria-hidden": "true",
|
|
1903
|
+
"data-slot": "icon",
|
|
1904
|
+
ref: r,
|
|
1905
|
+
"aria-labelledby": t
|
|
1906
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1907
|
+
id: t
|
|
1908
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1909
|
+
fillRule: "evenodd",
|
|
1910
|
+
d: "M12 3.75a6.715 6.715 0 0 0-3.722 1.118.75.75 0 1 1-.828-1.25 8.25 8.25 0 0 1 12.8 6.883c0 3.014-.574 5.897-1.62 8.543a.75.75 0 0 1-1.395-.551A21.69 21.69 0 0 0 18.75 10.5 6.75 6.75 0 0 0 12 3.75ZM6.157 5.739a.75.75 0 0 1 .21 1.04A6.715 6.715 0 0 0 5.25 10.5c0 1.613-.463 3.12-1.265 4.393a.75.75 0 0 1-1.27-.8A6.715 6.715 0 0 0 3.75 10.5c0-1.68.503-3.246 1.367-4.55a.75.75 0 0 1 1.04-.211ZM12 7.5a3 3 0 0 0-3 3c0 3.1-1.176 5.927-3.105 8.056a.75.75 0 1 1-1.112-1.008A10.459 10.459 0 0 0 7.5 10.5a4.5 4.5 0 1 1 9 0c0 .547-.022 1.09-.067 1.626a.75.75 0 0 1-1.495-.123c.041-.495.062-.996.062-1.503a3 3 0 0 0-3-3Zm0 2.25a.75.75 0 0 1 .75.75c0 3.908-1.424 7.485-3.781 10.238a.75.75 0 0 1-1.14-.975A14.19 14.19 0 0 0 11.25 10.5a.75.75 0 0 1 .75-.75Zm3.239 5.183a.75.75 0 0 1 .515.927 19.417 19.417 0 0 1-2.585 5.544.75.75 0 0 1-1.243-.84 17.915 17.915 0 0 0 2.386-5.116.75.75 0 0 1 .927-.515Z",
|
|
1911
|
+
clipRule: "evenodd"
|
|
1912
|
+
}));
|
|
1913
|
+
}
|
|
1914
|
+
const or = /* @__PURE__ */ a.forwardRef(en);
|
|
1915
|
+
function tn({
|
|
1916
|
+
title: e,
|
|
1917
|
+
titleId: t,
|
|
1918
|
+
...n
|
|
1919
|
+
}, r) {
|
|
1920
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1921
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1922
|
+
viewBox: "0 0 24 24",
|
|
1923
|
+
fill: "currentColor",
|
|
1924
|
+
"aria-hidden": "true",
|
|
1925
|
+
"data-slot": "icon",
|
|
1926
|
+
ref: r,
|
|
1927
|
+
"aria-labelledby": t
|
|
1928
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1929
|
+
id: t
|
|
1930
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1931
|
+
fillRule: "evenodd",
|
|
1932
|
+
d: "M11.097 1.515a.75.75 0 0 1 .589.882L10.666 7.5h4.47l1.079-5.397a.75.75 0 1 1 1.47.294L16.665 7.5h3.585a.75.75 0 0 1 0 1.5h-3.885l-1.2 6h3.585a.75.75 0 0 1 0 1.5h-3.885l-1.08 5.397a.75.75 0 1 1-1.47-.294l1.02-5.103h-4.47l-1.08 5.397a.75.75 0 1 1-1.47-.294l1.02-5.103H3.75a.75.75 0 0 1 0-1.5h3.885l1.2-6H5.25a.75.75 0 0 1 0-1.5h3.885l1.08-5.397a.75.75 0 0 1 .882-.588ZM10.365 9l-1.2 6h4.47l1.2-6h-4.47Z",
|
|
1933
|
+
clipRule: "evenodd"
|
|
1934
|
+
}));
|
|
1935
|
+
}
|
|
1936
|
+
const ar = /* @__PURE__ */ a.forwardRef(tn);
|
|
1937
|
+
function nn({
|
|
1938
|
+
title: e,
|
|
1939
|
+
titleId: t,
|
|
1940
|
+
...n
|
|
1941
|
+
}, r) {
|
|
1942
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1943
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1944
|
+
viewBox: "0 0 24 24",
|
|
1945
|
+
fill: "currentColor",
|
|
1946
|
+
"aria-hidden": "true",
|
|
1947
|
+
"data-slot": "icon",
|
|
1948
|
+
ref: r,
|
|
1949
|
+
"aria-labelledby": t
|
|
1950
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1951
|
+
id: t
|
|
1952
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1953
|
+
fillRule: "evenodd",
|
|
1954
|
+
d: "M2.625 6.75a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875 0A.75.75 0 0 1 8.25 6h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75ZM2.625 12a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0ZM7.5 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 7.5 12Zm-4.875 5.25a1.125 1.125 0 1 1 2.25 0 1.125 1.125 0 0 1-2.25 0Zm4.875 0a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Z",
|
|
1955
|
+
clipRule: "evenodd"
|
|
1956
|
+
}));
|
|
1957
|
+
}
|
|
1958
|
+
const ir = /* @__PURE__ */ a.forwardRef(nn);
|
|
1959
|
+
function rn({
|
|
1960
|
+
title: e,
|
|
1961
|
+
titleId: t,
|
|
1962
|
+
...n
|
|
1963
|
+
}, r) {
|
|
1964
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1965
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1966
|
+
viewBox: "0 0 24 24",
|
|
1967
|
+
fill: "currentColor",
|
|
1968
|
+
"aria-hidden": "true",
|
|
1969
|
+
"data-slot": "icon",
|
|
1970
|
+
ref: r,
|
|
1971
|
+
"aria-labelledby": t
|
|
1972
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1973
|
+
id: t
|
|
1974
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1975
|
+
fillRule: "evenodd",
|
|
1976
|
+
d: "M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z",
|
|
1977
|
+
clipRule: "evenodd"
|
|
1978
|
+
}));
|
|
1979
|
+
}
|
|
1980
|
+
const lr = /* @__PURE__ */ a.forwardRef(rn);
|
|
1981
|
+
function on({
|
|
1982
|
+
title: e,
|
|
1983
|
+
titleId: t,
|
|
1984
|
+
...n
|
|
1985
|
+
}, r) {
|
|
1986
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1987
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1988
|
+
viewBox: "0 0 24 24",
|
|
1989
|
+
fill: "currentColor",
|
|
1990
|
+
"aria-hidden": "true",
|
|
1991
|
+
"data-slot": "icon",
|
|
1992
|
+
ref: r,
|
|
1993
|
+
"aria-labelledby": t
|
|
1994
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1995
|
+
id: t
|
|
1996
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1997
|
+
fillRule: "evenodd",
|
|
1998
|
+
d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V9Z",
|
|
1999
|
+
clipRule: "evenodd"
|
|
2000
|
+
}));
|
|
2001
|
+
}
|
|
2002
|
+
const sr = /* @__PURE__ */ a.forwardRef(on);
|
|
2003
|
+
function an({
|
|
2004
|
+
title: e,
|
|
2005
|
+
titleId: t,
|
|
2006
|
+
...n
|
|
2007
|
+
}, r) {
|
|
2008
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
2009
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
|
+
viewBox: "0 0 24 24",
|
|
2011
|
+
fill: "currentColor",
|
|
2012
|
+
"aria-hidden": "true",
|
|
2013
|
+
"data-slot": "icon",
|
|
2014
|
+
ref: r,
|
|
2015
|
+
"aria-labelledby": t
|
|
2016
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
2017
|
+
id: t
|
|
2018
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
2019
|
+
fillRule: "evenodd",
|
|
2020
|
+
d: "M1.5 7.125c0-1.036.84-1.875 1.875-1.875h6c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-6A1.875 1.875 0 0 1 1.5 10.875v-3.75Zm12 1.5c0-1.036.84-1.875 1.875-1.875h5.25c1.035 0 1.875.84 1.875 1.875v8.25c0 1.035-.84 1.875-1.875 1.875h-5.25a1.875 1.875 0 0 1-1.875-1.875v-8.25ZM3 16.125c0-1.036.84-1.875 1.875-1.875h5.25c1.036 0 1.875.84 1.875 1.875v2.25c0 1.035-.84 1.875-1.875 1.875h-5.25A1.875 1.875 0 0 1 3 18.375v-2.25Z",
|
|
2021
|
+
clipRule: "evenodd"
|
|
2022
|
+
}));
|
|
2023
|
+
}
|
|
2024
|
+
const cr = /* @__PURE__ */ a.forwardRef(an);
|
|
2025
|
+
function ln({
|
|
2026
|
+
title: e,
|
|
2027
|
+
titleId: t,
|
|
2028
|
+
...n
|
|
2029
|
+
}, r) {
|
|
2030
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
2031
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2032
|
+
viewBox: "0 0 24 24",
|
|
2033
|
+
fill: "currentColor",
|
|
2034
|
+
"aria-hidden": "true",
|
|
2035
|
+
"data-slot": "icon",
|
|
2036
|
+
ref: r,
|
|
2037
|
+
"aria-labelledby": t
|
|
2038
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
2039
|
+
id: t
|
|
2040
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
2041
|
+
fillRule: "evenodd",
|
|
2042
|
+
d: "M12 2.25a.75.75 0 0 1 .75.75v.756a49.106 49.106 0 0 1 9.152 1 .75.75 0 0 1-.152 1.485h-1.918l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 18.75 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84l2.474-10.124H12.75v13.28c1.293.076 2.534.343 3.697.776a.75.75 0 0 1-.262 1.453h-8.37a.75.75 0 0 1-.262-1.453c1.162-.433 2.404-.7 3.697-.775V6.24H6.332l2.474 10.124a.75.75 0 0 1-.375.84A6.723 6.723 0 0 1 5.25 18a6.723 6.723 0 0 1-3.181-.795.75.75 0 0 1-.375-.84L4.168 6.241H2.25a.75.75 0 0 1-.152-1.485 49.105 49.105 0 0 1 9.152-1V3a.75.75 0 0 1 .75-.75Zm4.878 13.543 1.872-7.662 1.872 7.662h-3.744Zm-9.756 0L5.25 8.131l-1.872 7.662h3.744Z",
|
|
2043
|
+
clipRule: "evenodd"
|
|
2044
|
+
}));
|
|
2045
|
+
}
|
|
2046
|
+
const dr = /* @__PURE__ */ a.forwardRef(ln);
|
|
2047
|
+
function sn({
|
|
2048
|
+
title: e,
|
|
2049
|
+
titleId: t,
|
|
2050
|
+
...n
|
|
2051
|
+
}, r) {
|
|
2052
|
+
return /* @__PURE__ */ a.createElement("svg", Object.assign({
|
|
1833
2053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1834
2054
|
viewBox: "0 0 24 24",
|
|
1835
2055
|
fill: "currentColor",
|
|
@@ -1837,61 +2057,71 @@ function Kt({
|
|
|
1837
2057
|
"data-slot": "icon",
|
|
1838
2058
|
ref: r,
|
|
1839
2059
|
"aria-labelledby": t
|
|
1840
|
-
}, n), e ? /* @__PURE__ */
|
|
2060
|
+
}, n), e ? /* @__PURE__ */ a.createElement("title", {
|
|
1841
2061
|
id: t
|
|
1842
|
-
}, e) : null, /* @__PURE__ */
|
|
2062
|
+
}, e) : null, /* @__PURE__ */ a.createElement("path", {
|
|
1843
2063
|
fillRule: "evenodd",
|
|
1844
2064
|
d: "M5.25 2.25a3 3 0 0 0-3 3v4.318a3 3 0 0 0 .879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 0 0 5.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 0 0-2.122-.879H5.25ZM6.375 7.5a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1845
2065
|
clipRule: "evenodd"
|
|
1846
2066
|
}));
|
|
1847
2067
|
}
|
|
1848
|
-
const
|
|
2068
|
+
const ur = /* @__PURE__ */ a.forwardRef(sn);
|
|
1849
2069
|
export {
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
2070
|
+
hn as $,
|
|
2071
|
+
xn as A,
|
|
2072
|
+
ir as B,
|
|
2073
|
+
cr as C,
|
|
2074
|
+
mn as D,
|
|
2075
|
+
wn as E,
|
|
2076
|
+
dn as F,
|
|
2077
|
+
ur as G,
|
|
2078
|
+
er as H,
|
|
2079
|
+
$n as I,
|
|
2080
|
+
nr as J,
|
|
2081
|
+
An as K,
|
|
2082
|
+
Mn as L,
|
|
2083
|
+
Cn as M,
|
|
2084
|
+
Ln as N,
|
|
2085
|
+
fn as O,
|
|
2086
|
+
Fn as P,
|
|
1866
2087
|
bn as Q,
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
Dn as
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
2088
|
+
On as R,
|
|
2089
|
+
En as S,
|
|
2090
|
+
rr as T,
|
|
2091
|
+
lr as U,
|
|
2092
|
+
pn as V,
|
|
2093
|
+
gn as W,
|
|
2094
|
+
vn as X,
|
|
2095
|
+
kn as Y,
|
|
2096
|
+
un as Z,
|
|
2097
|
+
In as _,
|
|
2098
|
+
Sn as a,
|
|
2099
|
+
jn as a0,
|
|
2100
|
+
yn as a1,
|
|
2101
|
+
Bn as b,
|
|
2102
|
+
Hn as c,
|
|
2103
|
+
Zn as d,
|
|
2104
|
+
Tn as e,
|
|
2105
|
+
Pn as f,
|
|
2106
|
+
Vn as g,
|
|
2107
|
+
Wn as h,
|
|
2108
|
+
Dn as i,
|
|
2109
|
+
Nn as j,
|
|
2110
|
+
zn as k,
|
|
2111
|
+
Un as l,
|
|
2112
|
+
_n as m,
|
|
2113
|
+
qn as n,
|
|
2114
|
+
Qn as o,
|
|
2115
|
+
ar as p,
|
|
2116
|
+
Yn as q,
|
|
2117
|
+
Jn as r,
|
|
2118
|
+
Kn as s,
|
|
2119
|
+
Gn as t,
|
|
2120
|
+
dr as u,
|
|
2121
|
+
sr as v,
|
|
2122
|
+
tr as w,
|
|
2123
|
+
or as x,
|
|
2124
|
+
Xn as y,
|
|
2125
|
+
Rn as z
|
|
1896
2126
|
};
|
|
1897
|
-
//# sourceMappingURL=icons-
|
|
2127
|
+
//# sourceMappingURL=icons-MNJ50ahP.js.map
|