drizzle-cube 0.1.66 → 0.1.68

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.
Files changed (37) hide show
  1. package/dist/adapters/{compiler-BEgt1OH1.js → compiler-BnHK-nxh.js} +1231 -1003
  2. package/dist/adapters/compiler-CghsDLXl.cjs +22 -0
  3. package/dist/adapters/express/index.cjs +1 -1
  4. package/dist/adapters/express/index.js +1 -1
  5. package/dist/adapters/fastify/index.cjs +1 -1
  6. package/dist/adapters/fastify/index.js +1 -1
  7. package/dist/adapters/hono/index.cjs +1 -1
  8. package/dist/adapters/hono/index.js +1 -1
  9. package/dist/adapters/nextjs/index.cjs +1 -1
  10. package/dist/adapters/nextjs/index.js +1 -1
  11. package/dist/adapters/utils.d.ts +2 -1
  12. package/dist/client/charts.js +3 -3
  13. package/dist/client/chunks/{charts-BvRqT6o9.js → charts-jwgcWeFt.js} +330 -310
  14. package/dist/client/chunks/charts-jwgcWeFt.js.map +1 -0
  15. package/dist/client/chunks/{components-DRsjhKyD.js → components-fN-QOY6G.js} +7861 -7681
  16. package/dist/client/chunks/components-fN-QOY6G.js.map +1 -0
  17. package/dist/client/chunks/{icons-a6fQwcor.js → icons-Bky5w1eH.js} +739 -614
  18. package/dist/client/chunks/icons-Bky5w1eH.js.map +1 -0
  19. package/dist/client/components/AnalyticsDashboard.d.ts +1 -1
  20. package/dist/client/components/DashboardGrid.d.ts +3 -1
  21. package/dist/client/components/LoadingIndicator.d.ts +16 -0
  22. package/dist/client/components/QueryBuilder/QueryAnalysisPanel.d.ts +7 -0
  23. package/dist/client/components/QueryBuilder/types.d.ts +64 -0
  24. package/dist/client/components.js +6 -6
  25. package/dist/client/index.d.ts +2 -0
  26. package/dist/client/index.js +31 -30
  27. package/dist/client/styles.css +1 -1
  28. package/dist/client/types.d.ts +3 -0
  29. package/dist/client-bundle-stats.html +1 -1
  30. package/dist/server/index.cjs +17 -17
  31. package/dist/server/index.d.ts +159 -0
  32. package/dist/server/index.js +1816 -1596
  33. package/package.json +1 -1
  34. package/dist/adapters/compiler-DP0leK4b.cjs +0 -22
  35. package/dist/client/chunks/charts-BvRqT6o9.js.map +0 -1
  36. package/dist/client/chunks/components-DRsjhKyD.js.map +0 -1
  37. package/dist/client/chunks/icons-a6fQwcor.js.map +0 -1
@@ -1,11 +1,11 @@
1
- import * as a from "react";
1
+ import * as o from "react";
2
2
  import { forwardRef as le, useState as H, useEffect as G, createElement as V } from "react";
3
3
  function xe({
4
4
  title: e,
5
5
  titleId: t,
6
6
  ...n
7
7
  }, r) {
8
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
8
+ return /* @__PURE__ */ o.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,45 @@ function xe({
15
15
  "data-slot": "icon",
16
16
  ref: r,
17
17
  "aria-labelledby": t
18
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
18
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
19
19
  id: t
20
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
20
+ }, e) : null, /* @__PURE__ */ o.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 hn = /* @__PURE__ */ a.forwardRef(xe);
26
+ const vn = /* @__PURE__ */ o.forwardRef(xe);
27
+ function Ee({
28
+ title: e,
29
+ titleId: t,
30
+ ...n
31
+ }, r) {
32
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ fill: "none",
35
+ viewBox: "0 0 24 24",
36
+ strokeWidth: 1.5,
37
+ stroke: "currentColor",
38
+ "aria-hidden": "true",
39
+ "data-slot": "icon",
40
+ ref: r,
41
+ "aria-labelledby": t
42
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
43
+ id: t
44
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ d: "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"
48
+ }));
49
+ }
50
+ const kn = /* @__PURE__ */ o.forwardRef(Ee);
27
51
  function ye({
28
52
  title: e,
29
53
  titleId: t,
30
54
  ...n
31
55
  }, r) {
32
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
56
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
33
57
  xmlns: "http://www.w3.org/2000/svg",
34
58
  fill: "none",
35
59
  viewBox: "0 0 24 24",
@@ -39,21 +63,21 @@ function ye({
39
63
  "data-slot": "icon",
40
64
  ref: r,
41
65
  "aria-labelledby": t
42
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
66
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
43
67
  id: t
44
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
68
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
45
69
  strokeLinecap: "round",
46
70
  strokeLinejoin: "round",
47
71
  d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
48
72
  }));
49
73
  }
50
- const pn = /* @__PURE__ */ a.forwardRef(ye);
51
- function Ee({
74
+ const bn = /* @__PURE__ */ o.forwardRef(ye);
75
+ function Me({
52
76
  title: e,
53
77
  titleId: t,
54
78
  ...n
55
79
  }, r) {
56
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
80
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
57
81
  xmlns: "http://www.w3.org/2000/svg",
58
82
  fill: "none",
59
83
  viewBox: "0 0 24 24",
@@ -63,21 +87,21 @@ function Ee({
63
87
  "data-slot": "icon",
64
88
  ref: r,
65
89
  "aria-labelledby": t
66
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
90
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
67
91
  id: t
68
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
92
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
69
93
  strokeLinecap: "round",
70
94
  strokeLinejoin: "round",
71
95
  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
96
  }));
73
97
  }
74
- const mn = /* @__PURE__ */ a.forwardRef(Ee);
98
+ const xn = /* @__PURE__ */ o.forwardRef(Me);
75
99
  function Re({
76
100
  title: e,
77
101
  titleId: t,
78
102
  ...n
79
103
  }, r) {
80
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
104
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
81
105
  xmlns: "http://www.w3.org/2000/svg",
82
106
  fill: "none",
83
107
  viewBox: "0 0 24 24",
@@ -87,21 +111,21 @@ function Re({
87
111
  "data-slot": "icon",
88
112
  ref: r,
89
113
  "aria-labelledby": t
90
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
114
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
91
115
  id: t
92
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
116
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
93
117
  strokeLinecap: "round",
94
118
  strokeLinejoin: "round",
95
119
  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
120
  }));
97
121
  }
98
- const wn = /* @__PURE__ */ a.forwardRef(Re);
99
- function Me({
122
+ const En = /* @__PURE__ */ o.forwardRef(Re);
123
+ function je({
100
124
  title: e,
101
125
  titleId: t,
102
126
  ...n
103
127
  }, r) {
104
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
128
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
105
129
  xmlns: "http://www.w3.org/2000/svg",
106
130
  fill: "none",
107
131
  viewBox: "0 0 24 24",
@@ -111,21 +135,21 @@ function Me({
111
135
  "data-slot": "icon",
112
136
  ref: r,
113
137
  "aria-labelledby": t
114
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
138
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
115
139
  id: t
116
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
140
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
117
141
  strokeLinecap: "round",
118
142
  strokeLinejoin: "round",
119
143
  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
144
  }));
121
145
  }
122
- const gn = /* @__PURE__ */ a.forwardRef(Me);
146
+ const yn = /* @__PURE__ */ o.forwardRef(je);
123
147
  function Ce({
124
148
  title: e,
125
149
  titleId: t,
126
150
  ...n
127
151
  }, r) {
128
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
152
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
129
153
  xmlns: "http://www.w3.org/2000/svg",
130
154
  fill: "none",
131
155
  viewBox: "0 0 24 24",
@@ -135,21 +159,21 @@ function Ce({
135
159
  "data-slot": "icon",
136
160
  ref: r,
137
161
  "aria-labelledby": t
138
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
162
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
139
163
  id: t
140
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
164
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
141
165
  strokeLinecap: "round",
142
166
  strokeLinejoin: "round",
143
167
  d: "m19.5 8.25-7.5 7.5-7.5-7.5"
144
168
  }));
145
169
  }
146
- const vn = /* @__PURE__ */ a.forwardRef(Ce);
147
- function je({
170
+ const Mn = /* @__PURE__ */ o.forwardRef(Ce);
171
+ function Le({
148
172
  title: e,
149
173
  titleId: t,
150
174
  ...n
151
175
  }, r) {
152
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
176
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
153
177
  xmlns: "http://www.w3.org/2000/svg",
154
178
  fill: "none",
155
179
  viewBox: "0 0 24 24",
@@ -159,21 +183,21 @@ function je({
159
183
  "data-slot": "icon",
160
184
  ref: r,
161
185
  "aria-labelledby": t
162
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
186
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
163
187
  id: t
164
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
188
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
165
189
  strokeLinecap: "round",
166
190
  strokeLinejoin: "round",
167
191
  d: "m8.25 4.5 7.5 7.5-7.5 7.5"
168
192
  }));
169
193
  }
170
- const bn = /* @__PURE__ */ a.forwardRef(je);
171
- function Le({
194
+ const Rn = /* @__PURE__ */ o.forwardRef(Le);
195
+ function Fe({
172
196
  title: e,
173
197
  titleId: t,
174
198
  ...n
175
199
  }, r) {
176
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
200
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
177
201
  xmlns: "http://www.w3.org/2000/svg",
178
202
  fill: "none",
179
203
  viewBox: "0 0 24 24",
@@ -183,21 +207,21 @@ function Le({
183
207
  "data-slot": "icon",
184
208
  ref: r,
185
209
  "aria-labelledby": t
186
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
210
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
187
211
  id: t
188
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
212
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
189
213
  strokeLinecap: "round",
190
214
  strokeLinejoin: "round",
191
215
  d: "M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"
192
216
  }));
193
217
  }
194
- const kn = /* @__PURE__ */ a.forwardRef(Le);
195
- function Ae({
218
+ const jn = /* @__PURE__ */ o.forwardRef(Fe);
219
+ function Oe({
196
220
  title: e,
197
221
  titleId: t,
198
222
  ...n
199
223
  }, r) {
200
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
224
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
201
225
  xmlns: "http://www.w3.org/2000/svg",
202
226
  fill: "none",
203
227
  viewBox: "0 0 24 24",
@@ -207,21 +231,21 @@ function Ae({
207
231
  "data-slot": "icon",
208
232
  ref: r,
209
233
  "aria-labelledby": t
210
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
234
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
211
235
  id: t
212
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
236
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
213
237
  strokeLinecap: "round",
214
238
  strokeLinejoin: "round",
215
239
  d: "m4.5 15.75 7.5-7.5 7.5 7.5"
216
240
  }));
217
241
  }
218
- const xn = /* @__PURE__ */ a.forwardRef(Ae);
219
- function Fe({
242
+ const Cn = /* @__PURE__ */ o.forwardRef(Oe);
243
+ function Ae({
220
244
  title: e,
221
245
  titleId: t,
222
246
  ...n
223
247
  }, r) {
224
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
248
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
225
249
  xmlns: "http://www.w3.org/2000/svg",
226
250
  fill: "none",
227
251
  viewBox: "0 0 24 24",
@@ -231,21 +255,21 @@ function Fe({
231
255
  "data-slot": "icon",
232
256
  ref: r,
233
257
  "aria-labelledby": t
234
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
258
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
235
259
  id: t
236
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
260
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
237
261
  strokeLinecap: "round",
238
262
  strokeLinejoin: "round",
239
263
  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
264
  }));
241
265
  }
242
- const yn = /* @__PURE__ */ a.forwardRef(Fe);
243
- function Oe({
266
+ const Ln = /* @__PURE__ */ o.forwardRef(Ae);
267
+ function Ie({
244
268
  title: e,
245
269
  titleId: t,
246
270
  ...n
247
271
  }, r) {
248
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
272
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
249
273
  xmlns: "http://www.w3.org/2000/svg",
250
274
  fill: "none",
251
275
  viewBox: "0 0 24 24",
@@ -255,21 +279,21 @@ function Oe({
255
279
  "data-slot": "icon",
256
280
  ref: r,
257
281
  "aria-labelledby": t
258
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
282
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
259
283
  id: t
260
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
284
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
261
285
  strokeLinecap: "round",
262
286
  strokeLinejoin: "round",
263
287
  d: "M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
264
288
  }));
265
289
  }
266
- const En = /* @__PURE__ */ a.forwardRef(Oe);
267
- function Ie({
290
+ const Fn = /* @__PURE__ */ o.forwardRef(Ie);
291
+ function $e({
268
292
  title: e,
269
293
  titleId: t,
270
294
  ...n
271
295
  }, r) {
272
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
296
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
273
297
  xmlns: "http://www.w3.org/2000/svg",
274
298
  fill: "none",
275
299
  viewBox: "0 0 24 24",
@@ -279,21 +303,21 @@ function Ie({
279
303
  "data-slot": "icon",
280
304
  ref: r,
281
305
  "aria-labelledby": t
282
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
306
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
283
307
  id: t
284
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
308
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
285
309
  strokeLinecap: "round",
286
310
  strokeLinejoin: "round",
287
311
  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
312
  }));
289
313
  }
290
- const Rn = /* @__PURE__ */ a.forwardRef(Ie);
291
- function $e({
314
+ const On = /* @__PURE__ */ o.forwardRef($e);
315
+ function Ze({
292
316
  title: e,
293
317
  titleId: t,
294
318
  ...n
295
319
  }, r) {
296
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
320
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
297
321
  xmlns: "http://www.w3.org/2000/svg",
298
322
  fill: "none",
299
323
  viewBox: "0 0 24 24",
@@ -303,21 +327,21 @@ function $e({
303
327
  "data-slot": "icon",
304
328
  ref: r,
305
329
  "aria-labelledby": t
306
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
330
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
307
331
  id: t
308
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
332
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
309
333
  strokeLinecap: "round",
310
334
  strokeLinejoin: "round",
311
335
  d: "M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"
312
336
  }));
313
337
  }
314
- const Mn = /* @__PURE__ */ a.forwardRef($e);
315
- function Ze({
338
+ const An = /* @__PURE__ */ o.forwardRef(Ze);
339
+ function Se({
316
340
  title: e,
317
341
  titleId: t,
318
342
  ...n
319
343
  }, r) {
320
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
344
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
321
345
  xmlns: "http://www.w3.org/2000/svg",
322
346
  fill: "none",
323
347
  viewBox: "0 0 24 24",
@@ -327,21 +351,21 @@ function Ze({
327
351
  "data-slot": "icon",
328
352
  ref: r,
329
353
  "aria-labelledby": t
330
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
354
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
331
355
  id: t
332
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
356
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
333
357
  strokeLinecap: "round",
334
358
  strokeLinejoin: "round",
335
359
  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"
336
360
  }));
337
361
  }
338
- const Cn = /* @__PURE__ */ a.forwardRef(Ze);
339
- function Se({
362
+ const In = /* @__PURE__ */ o.forwardRef(Se);
363
+ function Be({
340
364
  title: e,
341
365
  titleId: t,
342
366
  ...n
343
367
  }, r) {
344
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
368
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
345
369
  xmlns: "http://www.w3.org/2000/svg",
346
370
  fill: "none",
347
371
  viewBox: "0 0 24 24",
@@ -351,21 +375,21 @@ function Se({
351
375
  "data-slot": "icon",
352
376
  ref: r,
353
377
  "aria-labelledby": t
354
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
378
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
355
379
  id: t
356
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
380
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
357
381
  strokeLinecap: "round",
358
382
  strokeLinejoin: "round",
359
383
  d: "M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"
360
384
  }));
361
385
  }
362
- const jn = /* @__PURE__ */ a.forwardRef(Se);
363
- function Be({
386
+ const $n = /* @__PURE__ */ o.forwardRef(Be);
387
+ function He({
364
388
  title: e,
365
389
  titleId: t,
366
390
  ...n
367
391
  }, r) {
368
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
392
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
369
393
  xmlns: "http://www.w3.org/2000/svg",
370
394
  fill: "none",
371
395
  viewBox: "0 0 24 24",
@@ -375,21 +399,21 @@ function Be({
375
399
  "data-slot": "icon",
376
400
  ref: r,
377
401
  "aria-labelledby": t
378
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
402
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
379
403
  id: t
380
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
404
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
381
405
  strokeLinecap: "round",
382
406
  strokeLinejoin: "round",
383
407
  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"
384
408
  }));
385
409
  }
386
- const Ln = /* @__PURE__ */ a.forwardRef(Be);
387
- function He({
410
+ const Zn = /* @__PURE__ */ o.forwardRef(He);
411
+ function Te({
388
412
  title: e,
389
413
  titleId: t,
390
414
  ...n
391
415
  }, r) {
392
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
416
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
393
417
  xmlns: "http://www.w3.org/2000/svg",
394
418
  fill: "none",
395
419
  viewBox: "0 0 24 24",
@@ -399,21 +423,21 @@ function He({
399
423
  "data-slot": "icon",
400
424
  ref: r,
401
425
  "aria-labelledby": t
402
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
426
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
403
427
  id: t
404
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
428
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
405
429
  strokeLinecap: "round",
406
430
  strokeLinejoin: "round",
407
431
  d: "M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"
408
432
  }));
409
433
  }
410
- const An = /* @__PURE__ */ a.forwardRef(He);
411
- function Te({
434
+ const Sn = /* @__PURE__ */ o.forwardRef(Te);
435
+ function Pe({
412
436
  title: e,
413
437
  titleId: t,
414
438
  ...n
415
439
  }, r) {
416
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
440
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
417
441
  xmlns: "http://www.w3.org/2000/svg",
418
442
  fill: "none",
419
443
  viewBox: "0 0 24 24",
@@ -423,25 +447,25 @@ function Te({
423
447
  "data-slot": "icon",
424
448
  ref: r,
425
449
  "aria-labelledby": t
426
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
450
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
427
451
  id: t
428
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
452
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
429
453
  strokeLinecap: "round",
430
454
  strokeLinejoin: "round",
431
455
  d: "M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"
432
- }), /* @__PURE__ */ a.createElement("path", {
456
+ }), /* @__PURE__ */ o.createElement("path", {
433
457
  strokeLinecap: "round",
434
458
  strokeLinejoin: "round",
435
459
  d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
436
460
  }));
437
461
  }
438
- const Fn = /* @__PURE__ */ a.forwardRef(Te);
439
- function Pe({
462
+ const Bn = /* @__PURE__ */ o.forwardRef(Pe);
463
+ function Ve({
440
464
  title: e,
441
465
  titleId: t,
442
466
  ...n
443
467
  }, r) {
444
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
468
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
445
469
  xmlns: "http://www.w3.org/2000/svg",
446
470
  fill: "none",
447
471
  viewBox: "0 0 24 24",
@@ -451,21 +475,45 @@ function Pe({
451
475
  "data-slot": "icon",
452
476
  ref: r,
453
477
  "aria-labelledby": t
454
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
478
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
455
479
  id: t
456
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
480
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
457
481
  strokeLinecap: "round",
458
482
  strokeLinejoin: "round",
459
483
  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"
460
484
  }));
461
485
  }
462
- const On = /* @__PURE__ */ a.forwardRef(Pe);
463
- function Ve({
486
+ const Hn = /* @__PURE__ */ o.forwardRef(Ve);
487
+ function We({
488
+ title: e,
489
+ titleId: t,
490
+ ...n
491
+ }, r) {
492
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
493
+ xmlns: "http://www.w3.org/2000/svg",
494
+ fill: "none",
495
+ viewBox: "0 0 24 24",
496
+ strokeWidth: 1.5,
497
+ stroke: "currentColor",
498
+ "aria-hidden": "true",
499
+ "data-slot": "icon",
500
+ ref: r,
501
+ "aria-labelledby": t
502
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
503
+ id: t
504
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
505
+ strokeLinecap: "round",
506
+ strokeLinejoin: "round",
507
+ d: "m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"
508
+ }));
509
+ }
510
+ const Tn = /* @__PURE__ */ o.forwardRef(We);
511
+ function De({
464
512
  title: e,
465
513
  titleId: t,
466
514
  ...n
467
515
  }, r) {
468
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
516
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
469
517
  xmlns: "http://www.w3.org/2000/svg",
470
518
  fill: "none",
471
519
  viewBox: "0 0 24 24",
@@ -475,21 +523,45 @@ function Ve({
475
523
  "data-slot": "icon",
476
524
  ref: r,
477
525
  "aria-labelledby": t
478
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
526
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
479
527
  id: t
480
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
528
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
529
+ strokeLinecap: "round",
530
+ strokeLinejoin: "round",
531
+ d: "M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"
532
+ }));
533
+ }
534
+ const Pn = /* @__PURE__ */ o.forwardRef(De);
535
+ function Ne({
536
+ title: e,
537
+ titleId: t,
538
+ ...n
539
+ }, r) {
540
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
541
+ xmlns: "http://www.w3.org/2000/svg",
542
+ fill: "none",
543
+ viewBox: "0 0 24 24",
544
+ strokeWidth: 1.5,
545
+ stroke: "currentColor",
546
+ "aria-hidden": "true",
547
+ "data-slot": "icon",
548
+ ref: r,
549
+ "aria-labelledby": t
550
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
551
+ id: t
552
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
481
553
  strokeLinecap: "round",
482
554
  strokeLinejoin: "round",
483
555
  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"
484
556
  }));
485
557
  }
486
- const In = /* @__PURE__ */ a.forwardRef(Ve);
487
- function We({
558
+ const Vn = /* @__PURE__ */ o.forwardRef(Ne);
559
+ function ze({
488
560
  title: e,
489
561
  titleId: t,
490
562
  ...n
491
563
  }, r) {
492
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
564
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
493
565
  xmlns: "http://www.w3.org/2000/svg",
494
566
  fill: "none",
495
567
  viewBox: "0 0 24 24",
@@ -499,21 +571,21 @@ function We({
499
571
  "data-slot": "icon",
500
572
  ref: r,
501
573
  "aria-labelledby": t
502
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
574
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
503
575
  id: t
504
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
576
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
505
577
  strokeLinecap: "round",
506
578
  strokeLinejoin: "round",
507
579
  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"
508
580
  }));
509
581
  }
510
- const $n = /* @__PURE__ */ a.forwardRef(We);
511
- function De({
582
+ const Wn = /* @__PURE__ */ o.forwardRef(ze);
583
+ function Ue({
512
584
  title: e,
513
585
  titleId: t,
514
586
  ...n
515
587
  }, r) {
516
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
588
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
517
589
  xmlns: "http://www.w3.org/2000/svg",
518
590
  fill: "none",
519
591
  viewBox: "0 0 24 24",
@@ -523,21 +595,21 @@ function De({
523
595
  "data-slot": "icon",
524
596
  ref: r,
525
597
  "aria-labelledby": t
526
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
598
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
527
599
  id: t
528
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
600
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
529
601
  strokeLinecap: "round",
530
602
  strokeLinejoin: "round",
531
603
  d: "M12 4.5v15m7.5-7.5h-15"
532
604
  }));
533
605
  }
534
- const Zn = /* @__PURE__ */ a.forwardRef(De);
535
- function Ne({
606
+ const Dn = /* @__PURE__ */ o.forwardRef(Ue);
607
+ function _e({
536
608
  title: e,
537
609
  titleId: t,
538
610
  ...n
539
611
  }, r) {
540
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
612
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
541
613
  xmlns: "http://www.w3.org/2000/svg",
542
614
  fill: "none",
543
615
  viewBox: "0 0 24 24",
@@ -547,21 +619,21 @@ function Ne({
547
619
  "data-slot": "icon",
548
620
  ref: r,
549
621
  "aria-labelledby": t
550
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
622
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
551
623
  id: t
552
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
624
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
553
625
  strokeLinecap: "round",
554
626
  strokeLinejoin: "round",
555
627
  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"
556
628
  }));
557
629
  }
558
- const Sn = /* @__PURE__ */ a.forwardRef(Ne);
559
- function ze({
630
+ const Nn = /* @__PURE__ */ o.forwardRef(_e);
631
+ function qe({
560
632
  title: e,
561
633
  titleId: t,
562
634
  ...n
563
635
  }, r) {
564
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
636
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
565
637
  xmlns: "http://www.w3.org/2000/svg",
566
638
  fill: "none",
567
639
  viewBox: "0 0 24 24",
@@ -571,25 +643,49 @@ function ze({
571
643
  "data-slot": "icon",
572
644
  ref: r,
573
645
  "aria-labelledby": t
574
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
646
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
575
647
  id: t
576
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
648
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
649
+ strokeLinecap: "round",
650
+ strokeLinejoin: "round",
651
+ d: "M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"
652
+ }));
653
+ }
654
+ const zn = /* @__PURE__ */ o.forwardRef(qe);
655
+ function Qe({
656
+ title: e,
657
+ titleId: t,
658
+ ...n
659
+ }, r) {
660
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
661
+ xmlns: "http://www.w3.org/2000/svg",
662
+ fill: "none",
663
+ viewBox: "0 0 24 24",
664
+ strokeWidth: 1.5,
665
+ stroke: "currentColor",
666
+ "aria-hidden": "true",
667
+ "data-slot": "icon",
668
+ ref: r,
669
+ "aria-labelledby": t
670
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
671
+ id: t
672
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
577
673
  strokeLinecap: "round",
578
674
  strokeLinejoin: "round",
579
675
  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"
580
- }), /* @__PURE__ */ a.createElement("path", {
676
+ }), /* @__PURE__ */ o.createElement("path", {
581
677
  strokeLinecap: "round",
582
678
  strokeLinejoin: "round",
583
679
  d: "M6 6h.008v.008H6V6Z"
584
680
  }));
585
681
  }
586
- const Bn = /* @__PURE__ */ a.forwardRef(ze);
587
- function Ue({
682
+ const Un = /* @__PURE__ */ o.forwardRef(Qe);
683
+ function Ge({
588
684
  title: e,
589
685
  titleId: t,
590
686
  ...n
591
687
  }, r) {
592
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
688
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
593
689
  xmlns: "http://www.w3.org/2000/svg",
594
690
  fill: "none",
595
691
  viewBox: "0 0 24 24",
@@ -599,21 +695,21 @@ function Ue({
599
695
  "data-slot": "icon",
600
696
  ref: r,
601
697
  "aria-labelledby": t
602
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
698
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
603
699
  id: t
604
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
700
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
605
701
  strokeLinecap: "round",
606
702
  strokeLinejoin: "round",
607
703
  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"
608
704
  }));
609
705
  }
610
- const Hn = /* @__PURE__ */ a.forwardRef(Ue);
611
- function _e({
706
+ const _n = /* @__PURE__ */ o.forwardRef(Ge);
707
+ function Je({
612
708
  title: e,
613
709
  titleId: t,
614
710
  ...n
615
711
  }, r) {
616
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
712
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
617
713
  xmlns: "http://www.w3.org/2000/svg",
618
714
  fill: "none",
619
715
  viewBox: "0 0 24 24",
@@ -623,27 +719,51 @@ function _e({
623
719
  "data-slot": "icon",
624
720
  ref: r,
625
721
  "aria-labelledby": t
626
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
722
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
627
723
  id: t
628
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
724
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
725
+ strokeLinecap: "round",
726
+ strokeLinejoin: "round",
727
+ d: "m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
728
+ }));
729
+ }
730
+ const qn = /* @__PURE__ */ o.forwardRef(Je);
731
+ function Ke({
732
+ title: e,
733
+ titleId: t,
734
+ ...n
735
+ }, r) {
736
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
737
+ xmlns: "http://www.w3.org/2000/svg",
738
+ fill: "none",
739
+ viewBox: "0 0 24 24",
740
+ strokeWidth: 1.5,
741
+ stroke: "currentColor",
742
+ "aria-hidden": "true",
743
+ "data-slot": "icon",
744
+ ref: r,
745
+ "aria-labelledby": t
746
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
747
+ id: t
748
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
629
749
  strokeLinecap: "round",
630
750
  strokeLinejoin: "round",
631
751
  d: "M6 18 18 6M6 6l12 12"
632
752
  }));
633
753
  }
634
- const Tn = /* @__PURE__ */ a.forwardRef(_e);
635
- function qe(e, t) {
636
- const n = e.icons, r = e.aliases || /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
754
+ const Qn = /* @__PURE__ */ o.forwardRef(Ke);
755
+ function Xe(e, t) {
756
+ const n = e.icons, r = e.aliases || /* @__PURE__ */ Object.create(null), a = /* @__PURE__ */ Object.create(null);
637
757
  function i(l) {
638
- if (n[l]) return o[l] = [];
639
- if (!(l in o)) {
640
- o[l] = null;
758
+ if (n[l]) return a[l] = [];
759
+ if (!(l in a)) {
760
+ a[l] = null;
641
761
  const c = r[l] && r[l].parent, s = c && i(c);
642
- s && (o[l] = [c].concat(s));
762
+ s && (a[l] = [c].concat(s));
643
763
  }
644
- return o[l];
764
+ return a[l];
645
765
  }
646
- return Object.keys(n).concat(Object.keys(r)).forEach(i), o;
766
+ return Object.keys(n).concat(Object.keys(r)).forEach(i), a;
647
767
  }
648
768
  const se = Object.freeze({
649
769
  left: 0,
@@ -662,39 +782,39 @@ const se = Object.freeze({
662
782
  body: "",
663
783
  hidden: !1
664
784
  });
665
- function Qe(e, t) {
785
+ function Ye(e, t) {
666
786
  const n = {};
667
787
  !e.hFlip != !t.hFlip && (n.hFlip = !0), !e.vFlip != !t.vFlip && (n.vFlip = !0);
668
788
  const r = ((e.rotate || 0) + (t.rotate || 0)) % 4;
669
789
  return r && (n.rotate = r), n;
670
790
  }
671
791
  function J(e, t) {
672
- const n = Qe(e, t);
792
+ const n = Ye(e, t);
673
793
  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]);
674
794
  return n;
675
795
  }
676
- function Ge(e, t, n) {
677
- const r = e.icons, o = e.aliases || /* @__PURE__ */ Object.create(null);
796
+ function et(e, t, n) {
797
+ const r = e.icons, a = e.aliases || /* @__PURE__ */ Object.create(null);
678
798
  let i = {};
679
799
  function l(c) {
680
- i = J(r[c] || o[c], i);
800
+ i = J(r[c] || a[c], i);
681
801
  }
682
802
  return l(t), n.forEach(l), J(e, i);
683
803
  }
684
804
  function ce(e, t) {
685
805
  const n = [];
686
806
  if (typeof e != "object" || typeof e.icons != "object") return n;
687
- e.not_found instanceof Array && e.not_found.forEach((o) => {
688
- t(o, null), n.push(o);
807
+ e.not_found instanceof Array && e.not_found.forEach((a) => {
808
+ t(a, null), n.push(a);
689
809
  });
690
- const r = qe(e);
691
- for (const o in r) {
692
- const i = r[o];
693
- i && (t(o, Ge(e, o, i)), n.push(o));
810
+ const r = Xe(e);
811
+ for (const a in r) {
812
+ const i = r[a];
813
+ i && (t(a, et(e, a, i)), n.push(a));
694
814
  }
695
815
  return n;
696
816
  }
697
- const Je = {
817
+ const tt = {
698
818
  provider: "",
699
819
  aliases: {},
700
820
  not_found: {},
@@ -707,21 +827,21 @@ function T(e, t) {
707
827
  function de(e) {
708
828
  if (typeof e != "object" || e === null) return null;
709
829
  const t = e;
710
- if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !T(e, Je)) return null;
830
+ if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !T(e, tt)) return null;
711
831
  const n = t.icons;
712
- for (const o in n) {
713
- const i = n[o];
714
- if (!o || typeof i.body != "string" || !T(i, W)) return null;
832
+ for (const a in n) {
833
+ const i = n[a];
834
+ if (!a || typeof i.body != "string" || !T(i, W)) return null;
715
835
  }
716
836
  const r = t.aliases || /* @__PURE__ */ Object.create(null);
717
- for (const o in r) {
718
- const i = r[o], l = i.parent;
719
- if (!o || typeof l != "string" || !n[l] && !r[l] || !T(i, W)) return null;
837
+ for (const a in r) {
838
+ const i = r[a], l = i.parent;
839
+ if (!a || typeof l != "string" || !n[l] && !r[l] || !T(i, W)) return null;
720
840
  }
721
841
  return t;
722
842
  }
723
843
  const K = /* @__PURE__ */ Object.create(null);
724
- function Ke(e, t) {
844
+ function nt(e, t) {
725
845
  return {
726
846
  provider: e,
727
847
  prefix: t,
@@ -729,16 +849,16 @@ function Ke(e, t) {
729
849
  missing: /* @__PURE__ */ new Set()
730
850
  };
731
851
  }
732
- function M(e, t) {
852
+ function R(e, t) {
733
853
  const n = K[e] || (K[e] = /* @__PURE__ */ Object.create(null));
734
- return n[t] || (n[t] = Ke(e, t));
854
+ return n[t] || (n[t] = nt(e, t));
735
855
  }
736
856
  function ue(e, t) {
737
857
  return de(t) ? ce(t, (n, r) => {
738
858
  r ? e.icons[n] = r : e.missing.add(n);
739
859
  }) : [];
740
860
  }
741
- function Xe(e, t, n) {
861
+ function rt(e, t, n) {
742
862
  try {
743
863
  if (typeof n.body == "string")
744
864
  return e.icons[t] = { ...n }, !0;
@@ -747,21 +867,21 @@ function Xe(e, t, n) {
747
867
  return !1;
748
868
  }
749
869
  const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, S = (e, t, n, r = "") => {
750
- const o = e.split(":");
870
+ const a = e.split(":");
751
871
  if (e.slice(0, 1) === "@") {
752
- if (o.length < 2 || o.length > 3) return null;
753
- r = o.shift().slice(1);
872
+ if (a.length < 2 || a.length > 3) return null;
873
+ r = a.shift().slice(1);
754
874
  }
755
- if (o.length > 3 || !o.length) return null;
756
- if (o.length > 1) {
757
- const c = o.pop(), s = o.pop(), d = {
758
- provider: o.length > 0 ? o[0] : r,
875
+ if (a.length > 3 || !a.length) return null;
876
+ if (a.length > 1) {
877
+ const c = a.pop(), s = a.pop(), d = {
878
+ provider: a.length > 0 ? a[0] : r,
759
879
  prefix: s,
760
880
  name: c
761
881
  };
762
882
  return t && !I(d) ? null : d;
763
883
  }
764
- const i = o[0], l = i.split("-");
884
+ const i = a[0], l = i.split("-");
765
885
  if (l.length > 1) {
766
886
  const c = {
767
887
  provider: r,
@@ -780,152 +900,152 @@ const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, S = (e, t, n, r = "") => {
780
900
  }
781
901
  return null;
782
902
  }, I = (e, t) => e ? !!((t && e.prefix === "" || e.prefix) && e.name) : !1;
783
- let F = !1;
903
+ let O = !1;
784
904
  function he(e) {
785
- return typeof e == "boolean" && (F = e), F;
905
+ return typeof e == "boolean" && (O = e), O;
786
906
  }
787
907
  function X(e) {
788
- const t = typeof e == "string" ? S(e, !0, F) : e;
908
+ const t = typeof e == "string" ? S(e, !0, O) : e;
789
909
  if (t) {
790
- const n = M(t.provider, t.prefix), r = t.name;
910
+ const n = R(t.provider, t.prefix), r = t.name;
791
911
  return n.icons[r] || (n.missing.has(r) ? null : void 0);
792
912
  }
793
913
  }
794
- function Ye(e, t) {
795
- const n = S(e, !0, F);
914
+ function ot(e, t) {
915
+ const n = S(e, !0, O);
796
916
  if (!n) return !1;
797
- const r = M(n.provider, n.prefix);
798
- return t ? Xe(r, n.name, t) : (r.missing.add(n.name), !0);
917
+ const r = R(n.provider, n.prefix);
918
+ return t ? rt(r, n.name, t) : (r.missing.add(n.name), !0);
799
919
  }
800
- function et(e, t) {
920
+ function at(e, t) {
801
921
  if (typeof e != "object") return !1;
802
- if (typeof t != "string" && (t = e.provider || ""), F && !t && !e.prefix) {
803
- let o = !1;
922
+ if (typeof t != "string" && (t = e.provider || ""), O && !t && !e.prefix) {
923
+ let a = !1;
804
924
  return de(e) && (e.prefix = "", ce(e, (i, l) => {
805
- Ye(i, l) && (o = !0);
806
- })), o;
925
+ ot(i, l) && (a = !0);
926
+ })), a;
807
927
  }
808
928
  const n = e.prefix;
809
929
  if (!I({
810
930
  prefix: n,
811
931
  name: "a"
812
932
  })) return !1;
813
- const r = M(t, n);
933
+ const r = R(t, n);
814
934
  return !!ue(r, e);
815
935
  }
816
- const pe = Object.freeze({
936
+ const me = Object.freeze({
817
937
  width: null,
818
938
  height: null
819
- }), me = Object.freeze({
820
- ...pe,
939
+ }), we = Object.freeze({
940
+ ...me,
821
941
  ...Z
822
- }), tt = /(-?[0-9.]*[0-9]+[0-9.]*)/g, nt = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
942
+ }), it = /(-?[0-9.]*[0-9]+[0-9.]*)/g, lt = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
823
943
  function Y(e, t, n) {
824
944
  if (t === 1) return e;
825
945
  if (n = n || 100, typeof e == "number") return Math.ceil(e * t * n) / n;
826
946
  if (typeof e != "string") return e;
827
- const r = e.split(tt);
947
+ const r = e.split(it);
828
948
  if (r === null || !r.length) return e;
829
- const o = [];
830
- let i = r.shift(), l = nt.test(i);
949
+ const a = [];
950
+ let i = r.shift(), l = lt.test(i);
831
951
  for (; ; ) {
832
952
  if (l) {
833
953
  const c = parseFloat(i);
834
- isNaN(c) ? o.push(i) : o.push(Math.ceil(c * t * n) / n);
835
- } else o.push(i);
836
- if (i = r.shift(), i === void 0) return o.join("");
954
+ isNaN(c) ? a.push(i) : a.push(Math.ceil(c * t * n) / n);
955
+ } else a.push(i);
956
+ if (i = r.shift(), i === void 0) return a.join("");
837
957
  l = !l;
838
958
  }
839
959
  }
840
- function rt(e, t = "defs") {
960
+ function st(e, t = "defs") {
841
961
  let n = "";
842
962
  const r = e.indexOf("<" + t);
843
963
  for (; r >= 0; ) {
844
- const o = e.indexOf(">", r), i = e.indexOf("</" + t);
845
- if (o === -1 || i === -1) break;
964
+ const a = e.indexOf(">", r), i = e.indexOf("</" + t);
965
+ if (a === -1 || i === -1) break;
846
966
  const l = e.indexOf(">", i);
847
967
  if (l === -1) break;
848
- n += e.slice(o + 1, i).trim(), e = e.slice(0, r).trim() + e.slice(l + 1);
968
+ n += e.slice(a + 1, i).trim(), e = e.slice(0, r).trim() + e.slice(l + 1);
849
969
  }
850
970
  return {
851
971
  defs: n,
852
972
  content: e
853
973
  };
854
974
  }
855
- function ot(e, t) {
975
+ function ct(e, t) {
856
976
  return e ? "<defs>" + e + "</defs>" + t : t;
857
977
  }
858
- function at(e, t, n) {
859
- const r = rt(e);
860
- return ot(r.defs, t + r.content + n);
978
+ function dt(e, t, n) {
979
+ const r = st(e);
980
+ return ct(r.defs, t + r.content + n);
861
981
  }
862
- const it = (e) => e === "unset" || e === "undefined" || e === "none";
863
- function lt(e, t) {
982
+ const ut = (e) => e === "unset" || e === "undefined" || e === "none";
983
+ function ft(e, t) {
864
984
  const n = {
865
985
  ...U,
866
986
  ...e
867
987
  }, r = {
868
- ...me,
988
+ ...we,
869
989
  ...t
870
- }, o = {
990
+ }, a = {
871
991
  left: n.left,
872
992
  top: n.top,
873
993
  width: n.width,
874
994
  height: n.height
875
995
  };
876
996
  let i = n.body;
877
- [n, r].forEach((b) => {
878
- const f = [], p = b.hFlip, E = b.vFlip;
879
- let k = b.rotate;
880
- 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);
997
+ [n, r].forEach((k) => {
998
+ const f = [], m = k.hFlip, y = k.vFlip;
999
+ let b = k.rotate;
1000
+ m ? y ? b += 2 : (f.push("translate(" + (a.width + a.left).toString() + " " + (0 - a.top).toString() + ")"), f.push("scale(-1 1)"), a.top = a.left = 0) : y && (f.push("translate(" + (0 - a.left).toString() + " " + (a.height + a.top).toString() + ")"), f.push("scale(1 -1)"), a.top = a.left = 0);
881
1001
  let x;
882
- switch (k < 0 && (k -= Math.floor(k / 4) * 4), k = k % 4, k) {
1002
+ switch (b < 0 && (b -= Math.floor(b / 4) * 4), b = b % 4, b) {
883
1003
  case 1:
884
- x = o.height / 2 + o.top, f.unshift("rotate(90 " + x.toString() + " " + x.toString() + ")");
1004
+ x = a.height / 2 + a.top, f.unshift("rotate(90 " + x.toString() + " " + x.toString() + ")");
885
1005
  break;
886
1006
  case 2:
887
- f.unshift("rotate(180 " + (o.width / 2 + o.left).toString() + " " + (o.height / 2 + o.top).toString() + ")");
1007
+ f.unshift("rotate(180 " + (a.width / 2 + a.left).toString() + " " + (a.height / 2 + a.top).toString() + ")");
888
1008
  break;
889
1009
  case 3:
890
- x = o.width / 2 + o.left, f.unshift("rotate(-90 " + x.toString() + " " + x.toString() + ")");
1010
+ x = a.width / 2 + a.left, f.unshift("rotate(-90 " + x.toString() + " " + x.toString() + ")");
891
1011
  break;
892
1012
  }
893
- 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 = at(i, '<g transform="' + f.join(" ") + '">', "</g>"));
1013
+ b % 2 === 1 && (a.left !== a.top && (x = a.left, a.left = a.top, a.top = x), a.width !== a.height && (x = a.width, a.width = a.height, a.height = x)), f.length && (i = dt(i, '<g transform="' + f.join(" ") + '">', "</g>"));
894
1014
  });
895
- const l = r.width, c = r.height, s = o.width, d = o.height;
1015
+ const l = r.width, c = r.height, s = a.width, d = a.height;
896
1016
  let u, h;
897
1017
  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);
898
- const m = {}, w = (b, f) => {
899
- it(f) || (m[b] = f.toString());
1018
+ const w = {}, p = (k, f) => {
1019
+ ut(f) || (w[k] = f.toString());
900
1020
  };
901
- w("width", u), w("height", h);
1021
+ p("width", u), p("height", h);
902
1022
  const v = [
903
- o.left,
904
- o.top,
1023
+ a.left,
1024
+ a.top,
905
1025
  s,
906
1026
  d
907
1027
  ];
908
- return m.viewBox = v.join(" "), {
909
- attributes: m,
1028
+ return w.viewBox = v.join(" "), {
1029
+ attributes: w,
910
1030
  viewBox: v,
911
1031
  body: i
912
1032
  };
913
1033
  }
914
- const st = /\sid="(\S+)"/g, ct = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
915
- let dt = 0;
916
- function ut(e, t = ct) {
1034
+ const ht = /\sid="(\S+)"/g, mt = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
1035
+ let wt = 0;
1036
+ function pt(e, t = mt) {
917
1037
  const n = [];
918
1038
  let r;
919
- for (; r = st.exec(e); ) n.push(r[1]);
1039
+ for (; r = ht.exec(e); ) n.push(r[1]);
920
1040
  if (!n.length) return e;
921
- const o = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
1041
+ const a = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
922
1042
  return n.forEach((i) => {
923
- const l = typeof t == "function" ? t(i) : t + (dt++).toString(), c = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
924
- e = e.replace(new RegExp('([#;"])(' + c + ')([")]|\\.[a-z])', "g"), "$1" + l + o + "$3");
925
- }), e = e.replace(new RegExp(o, "g"), ""), e;
1043
+ const l = typeof t == "function" ? t(i) : t + (wt++).toString(), c = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
1044
+ e = e.replace(new RegExp('([#;"])(' + c + ')([")]|\\.[a-z])', "g"), "$1" + l + a + "$3");
1045
+ }), e = e.replace(new RegExp(a, "g"), ""), e;
926
1046
  }
927
1047
  const D = /* @__PURE__ */ Object.create(null);
928
- function ft(e, t) {
1048
+ function gt(e, t) {
929
1049
  D[e] = t;
930
1050
  }
931
1051
  function N(e) {
@@ -946,44 +1066,44 @@ function _(e) {
946
1066
  dataAfterTimeout: e.dataAfterTimeout !== !1
947
1067
  };
948
1068
  }
949
- const q = /* @__PURE__ */ Object.create(null), j = ["https://api.simplesvg.com", "https://api.unisvg.com"], $ = [];
950
- for (; j.length > 0; ) j.length === 1 || Math.random() > 0.5 ? $.push(j.shift()) : $.push(j.pop());
1069
+ const q = /* @__PURE__ */ Object.create(null), C = ["https://api.simplesvg.com", "https://api.unisvg.com"], $ = [];
1070
+ for (; C.length > 0; ) C.length === 1 || Math.random() > 0.5 ? $.push(C.shift()) : $.push(C.pop());
951
1071
  q[""] = _({ resources: ["https://api.iconify.design"].concat($) });
952
- function ht(e, t) {
1072
+ function vt(e, t) {
953
1073
  const n = _(t);
954
1074
  return n === null ? !1 : (q[e] = n, !0);
955
1075
  }
956
1076
  function Q(e) {
957
1077
  return q[e];
958
1078
  }
959
- const pt = () => {
1079
+ const kt = () => {
960
1080
  let e;
961
1081
  try {
962
1082
  if (e = fetch, typeof e == "function") return e;
963
1083
  } catch {
964
1084
  }
965
1085
  };
966
- let ee = pt();
967
- function mt(e, t) {
1086
+ let ee = kt();
1087
+ function bt(e, t) {
968
1088
  const n = Q(e);
969
1089
  if (!n) return 0;
970
1090
  let r;
971
1091
  if (!n.maxURL) r = 0;
972
1092
  else {
973
- let o = 0;
1093
+ let a = 0;
974
1094
  n.resources.forEach((l) => {
975
- o = Math.max(o, l.length);
1095
+ a = Math.max(a, l.length);
976
1096
  });
977
1097
  const i = t + ".json?icons=";
978
- r = n.maxURL - o - n.path.length - i.length;
1098
+ r = n.maxURL - a - n.path.length - i.length;
979
1099
  }
980
1100
  return r;
981
1101
  }
982
- function wt(e) {
1102
+ function xt(e) {
983
1103
  return e === 404;
984
1104
  }
985
- const gt = (e, t, n) => {
986
- const r = [], o = mt(e, t), i = "icons";
1105
+ const Et = (e, t, n) => {
1106
+ const r = [], a = bt(e, t), i = "icons";
987
1107
  let l = {
988
1108
  type: i,
989
1109
  provider: e,
@@ -991,7 +1111,7 @@ const gt = (e, t, n) => {
991
1111
  icons: []
992
1112
  }, c = 0;
993
1113
  return n.forEach((s, d) => {
994
- c += s.length + 1, c >= o && d > 0 && (r.push(l), l = {
1114
+ c += s.length + 1, c >= a && d > 0 && (r.push(l), l = {
995
1115
  type: i,
996
1116
  provider: e,
997
1117
  prefix: t,
@@ -999,19 +1119,19 @@ const gt = (e, t, n) => {
999
1119
  }, c = s.length), l.icons.push(s);
1000
1120
  }), r.push(l), r;
1001
1121
  };
1002
- function vt(e) {
1122
+ function yt(e) {
1003
1123
  if (typeof e == "string") {
1004
1124
  const t = Q(e);
1005
1125
  if (t) return t.path;
1006
1126
  }
1007
1127
  return "/";
1008
1128
  }
1009
- const bt = (e, t, n) => {
1129
+ const Mt = (e, t, n) => {
1010
1130
  if (!ee) {
1011
1131
  n("abort", 424);
1012
1132
  return;
1013
1133
  }
1014
- let r = vt(t.provider);
1134
+ let r = yt(t.provider);
1015
1135
  switch (t.type) {
1016
1136
  case "icons": {
1017
1137
  const i = t.prefix, c = t.icons.join(","), s = new URLSearchParams({ icons: c });
@@ -1027,20 +1147,20 @@ const bt = (e, t, n) => {
1027
1147
  n("abort", 400);
1028
1148
  return;
1029
1149
  }
1030
- let o = 503;
1150
+ let a = 503;
1031
1151
  ee(e + r).then((i) => {
1032
1152
  const l = i.status;
1033
1153
  if (l !== 200) {
1034
1154
  setTimeout(() => {
1035
- n(wt(l) ? "abort" : "next", l);
1155
+ n(xt(l) ? "abort" : "next", l);
1036
1156
  });
1037
1157
  return;
1038
1158
  }
1039
- return o = 501, i.json();
1159
+ return a = 501, i.json();
1040
1160
  }).then((i) => {
1041
1161
  if (typeof i != "object" || i === null) {
1042
1162
  setTimeout(() => {
1043
- i === 404 ? n("abort", i) : n("next", o);
1163
+ i === 404 ? n("abort", i) : n("next", a);
1044
1164
  });
1045
1165
  return;
1046
1166
  }
@@ -1048,77 +1168,77 @@ const bt = (e, t, n) => {
1048
1168
  n("success", i);
1049
1169
  });
1050
1170
  }).catch(() => {
1051
- n("next", o);
1171
+ n("next", a);
1052
1172
  });
1053
- }, kt = {
1054
- prepare: gt,
1055
- send: bt
1173
+ }, Rt = {
1174
+ prepare: Et,
1175
+ send: Mt
1056
1176
  };
1057
- function we(e, t) {
1177
+ function pe(e, t) {
1058
1178
  e.forEach((n) => {
1059
1179
  const r = n.loaderCallbacks;
1060
- r && (n.loaderCallbacks = r.filter((o) => o.id !== t));
1180
+ r && (n.loaderCallbacks = r.filter((a) => a.id !== t));
1061
1181
  });
1062
1182
  }
1063
- function xt(e) {
1183
+ function jt(e) {
1064
1184
  e.pendingCallbacksFlag || (e.pendingCallbacksFlag = !0, setTimeout(() => {
1065
1185
  e.pendingCallbacksFlag = !1;
1066
1186
  const t = e.loaderCallbacks ? e.loaderCallbacks.slice(0) : [];
1067
1187
  if (!t.length) return;
1068
1188
  let n = !1;
1069
- const r = e.provider, o = e.prefix;
1189
+ const r = e.provider, a = e.prefix;
1070
1190
  t.forEach((i) => {
1071
1191
  const l = i.icons, c = l.pending.length;
1072
1192
  l.pending = l.pending.filter((s) => {
1073
- if (s.prefix !== o) return !0;
1193
+ if (s.prefix !== a) return !0;
1074
1194
  const d = s.name;
1075
1195
  if (e.icons[d]) l.loaded.push({
1076
1196
  provider: r,
1077
- prefix: o,
1197
+ prefix: a,
1078
1198
  name: d
1079
1199
  });
1080
1200
  else if (e.missing.has(d)) l.missing.push({
1081
1201
  provider: r,
1082
- prefix: o,
1202
+ prefix: a,
1083
1203
  name: d
1084
1204
  });
1085
1205
  else
1086
1206
  return n = !0, !0;
1087
1207
  return !1;
1088
- }), 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));
1208
+ }), l.pending.length !== c && (n || pe([e], i.id), i.callback(l.loaded.slice(0), l.missing.slice(0), l.pending.slice(0), i.abort));
1089
1209
  });
1090
1210
  }));
1091
1211
  }
1092
- let yt = 0;
1093
- function Et(e, t, n) {
1094
- const r = yt++, o = we.bind(null, n, r);
1095
- if (!t.pending.length) return o;
1212
+ let Ct = 0;
1213
+ function Lt(e, t, n) {
1214
+ const r = Ct++, a = pe.bind(null, n, r);
1215
+ if (!t.pending.length) return a;
1096
1216
  const i = {
1097
1217
  id: r,
1098
1218
  icons: t,
1099
1219
  callback: e,
1100
- abort: o
1220
+ abort: a
1101
1221
  };
1102
1222
  return n.forEach((l) => {
1103
1223
  (l.loaderCallbacks || (l.loaderCallbacks = [])).push(i);
1104
- }), o;
1224
+ }), a;
1105
1225
  }
1106
- function Rt(e) {
1226
+ function Ft(e) {
1107
1227
  const t = {
1108
1228
  loaded: [],
1109
1229
  missing: [],
1110
1230
  pending: []
1111
1231
  }, n = /* @__PURE__ */ Object.create(null);
1112
- 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));
1232
+ e.sort((a, i) => a.provider !== i.provider ? a.provider.localeCompare(i.provider) : a.prefix !== i.prefix ? a.prefix.localeCompare(i.prefix) : a.name.localeCompare(i.name));
1113
1233
  let r = {
1114
1234
  provider: "",
1115
1235
  prefix: "",
1116
1236
  name: ""
1117
1237
  };
1118
- return e.forEach((o) => {
1119
- if (r.name === o.name && r.prefix === o.prefix && r.provider === o.provider) return;
1120
- r = o;
1121
- 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));
1238
+ return e.forEach((a) => {
1239
+ if (r.name === a.name && r.prefix === a.prefix && r.provider === a.provider) return;
1240
+ r = a;
1241
+ const i = a.provider, l = a.prefix, c = a.name, s = n[i] || (n[i] = /* @__PURE__ */ Object.create(null)), d = s[l] || (s[l] = R(i, l));
1122
1242
  let u;
1123
1243
  c in d.icons ? u = t.loaded : l === "" || d.missing.has(c) ? u = t.missing : u = t.pending;
1124
1244
  const h = {
@@ -1129,14 +1249,14 @@ function Rt(e) {
1129
1249
  u.push(h);
1130
1250
  }), t;
1131
1251
  }
1132
- function Mt(e, t = !0, n = !1) {
1252
+ function Ot(e, t = !0, n = !1) {
1133
1253
  const r = [];
1134
- return e.forEach((o) => {
1135
- const i = typeof o == "string" ? S(o, t, n) : o;
1254
+ return e.forEach((a) => {
1255
+ const i = typeof a == "string" ? S(a, t, n) : a;
1136
1256
  i && r.push(i);
1137
1257
  }), r;
1138
1258
  }
1139
- const Ct = {
1259
+ const At = {
1140
1260
  resources: [],
1141
1261
  index: 0,
1142
1262
  timeout: 2e3,
@@ -1144,77 +1264,77 @@ const Ct = {
1144
1264
  random: !1,
1145
1265
  dataAfterTimeout: !1
1146
1266
  };
1147
- function jt(e, t, n, r) {
1148
- const o = e.resources.length, i = e.random ? Math.floor(Math.random() * o) : e.index;
1267
+ function It(e, t, n, r) {
1268
+ const a = e.resources.length, i = e.random ? Math.floor(Math.random() * a) : e.index;
1149
1269
  let l;
1150
1270
  if (e.random) {
1151
1271
  let g = e.resources.slice(0);
1152
1272
  for (l = []; g.length > 1; ) {
1153
- const y = Math.floor(Math.random() * g.length);
1154
- l.push(g[y]), g = g.slice(0, y).concat(g.slice(y + 1));
1273
+ const E = Math.floor(Math.random() * g.length);
1274
+ l.push(g[E]), g = g.slice(0, E).concat(g.slice(E + 1));
1155
1275
  }
1156
1276
  l = l.concat(g);
1157
1277
  } else l = e.resources.slice(i).concat(e.resources.slice(0, i));
1158
1278
  const c = Date.now();
1159
- let s = "pending", d = 0, u, h = null, m = [], w = [];
1160
- typeof r == "function" && w.push(r);
1279
+ let s = "pending", d = 0, u, h = null, w = [], p = [];
1280
+ typeof r == "function" && p.push(r);
1161
1281
  function v() {
1162
1282
  h && (clearTimeout(h), h = null);
1163
1283
  }
1164
- function b() {
1165
- s === "pending" && (s = "aborted"), v(), m.forEach((g) => {
1284
+ function k() {
1285
+ s === "pending" && (s = "aborted"), v(), w.forEach((g) => {
1166
1286
  g.status === "pending" && (g.status = "aborted");
1167
- }), m = [];
1287
+ }), w = [];
1168
1288
  }
1169
- function f(g, y) {
1170
- y && (w = []), typeof g == "function" && w.push(g);
1289
+ function f(g, E) {
1290
+ E && (p = []), typeof g == "function" && p.push(g);
1171
1291
  }
1172
- function p() {
1292
+ function m() {
1173
1293
  return {
1174
1294
  startTime: c,
1175
1295
  payload: t,
1176
1296
  status: s,
1177
1297
  queriesSent: d,
1178
- queriesPending: m.length,
1298
+ queriesPending: w.length,
1179
1299
  subscribe: f,
1180
- abort: b
1300
+ abort: k
1181
1301
  };
1182
1302
  }
1183
- function E() {
1184
- s = "failed", w.forEach((g) => {
1303
+ function y() {
1304
+ s = "failed", p.forEach((g) => {
1185
1305
  g(void 0, u);
1186
1306
  });
1187
1307
  }
1188
- function k() {
1189
- m.forEach((g) => {
1308
+ function b() {
1309
+ w.forEach((g) => {
1190
1310
  g.status === "pending" && (g.status = "aborted");
1191
- }), m = [];
1311
+ }), w = [];
1192
1312
  }
1193
- function x(g, y, C) {
1194
- const O = y !== "success";
1195
- switch (m = m.filter((R) => R !== g), s) {
1313
+ function x(g, E, j) {
1314
+ const A = E !== "success";
1315
+ switch (w = w.filter((M) => M !== g), s) {
1196
1316
  case "pending":
1197
1317
  break;
1198
1318
  case "failed":
1199
- if (O || !e.dataAfterTimeout) return;
1319
+ if (A || !e.dataAfterTimeout) return;
1200
1320
  break;
1201
1321
  default:
1202
1322
  return;
1203
1323
  }
1204
- if (y === "abort") {
1205
- u = C, E();
1324
+ if (E === "abort") {
1325
+ u = j, y();
1206
1326
  return;
1207
1327
  }
1208
- if (O) {
1209
- u = C, m.length || (l.length ? B() : E());
1328
+ if (A) {
1329
+ u = j, w.length || (l.length ? B() : y());
1210
1330
  return;
1211
1331
  }
1212
- if (v(), k(), !e.random) {
1213
- const R = e.resources.indexOf(g.resource);
1214
- R !== -1 && R !== e.index && (e.index = R);
1332
+ if (v(), b(), !e.random) {
1333
+ const M = e.resources.indexOf(g.resource);
1334
+ M !== -1 && M !== e.index && (e.index = M);
1215
1335
  }
1216
- s = "completed", w.forEach((R) => {
1217
- R(C);
1336
+ s = "completed", p.forEach((M) => {
1337
+ M(j);
1218
1338
  });
1219
1339
  }
1220
1340
  function B() {
@@ -1222,38 +1342,38 @@ function jt(e, t, n, r) {
1222
1342
  v();
1223
1343
  const g = l.shift();
1224
1344
  if (g === void 0) {
1225
- if (m.length) {
1345
+ if (w.length) {
1226
1346
  h = setTimeout(() => {
1227
- v(), s === "pending" && (k(), E());
1347
+ v(), s === "pending" && (b(), y());
1228
1348
  }, e.timeout);
1229
1349
  return;
1230
1350
  }
1231
- E();
1351
+ y();
1232
1352
  return;
1233
1353
  }
1234
- const y = {
1354
+ const E = {
1235
1355
  status: "pending",
1236
1356
  resource: g,
1237
- callback: (C, O) => {
1238
- x(y, C, O);
1357
+ callback: (j, A) => {
1358
+ x(E, j, A);
1239
1359
  }
1240
1360
  };
1241
- m.push(y), d++, h = setTimeout(B, e.rotate), n(g, t, y.callback);
1361
+ w.push(E), d++, h = setTimeout(B, e.rotate), n(g, t, E.callback);
1242
1362
  }
1243
- return setTimeout(B), p;
1363
+ return setTimeout(B), m;
1244
1364
  }
1245
1365
  function ge(e) {
1246
1366
  const t = {
1247
- ...Ct,
1367
+ ...At,
1248
1368
  ...e
1249
1369
  };
1250
1370
  let n = [];
1251
1371
  function r() {
1252
1372
  n = n.filter((c) => c().status === "pending");
1253
1373
  }
1254
- function o(c, s, d) {
1255
- const u = jt(t, c, s, (h, m) => {
1256
- r(), d && d(h, m);
1374
+ function a(c, s, d) {
1375
+ const u = It(t, c, s, (h, w) => {
1376
+ r(), d && d(h, w);
1257
1377
  });
1258
1378
  return n.push(u), u;
1259
1379
  }
@@ -1261,7 +1381,7 @@ function ge(e) {
1261
1381
  return n.find((s) => c(s)) || null;
1262
1382
  }
1263
1383
  return {
1264
- query: o,
1384
+ query: a,
1265
1385
  find: i,
1266
1386
  setIndex: (c) => {
1267
1387
  t.index = c;
@@ -1273,7 +1393,7 @@ function ge(e) {
1273
1393
  function te() {
1274
1394
  }
1275
1395
  const P = /* @__PURE__ */ Object.create(null);
1276
- function Lt(e) {
1396
+ function $t(e) {
1277
1397
  if (!P[e]) {
1278
1398
  const t = Q(e);
1279
1399
  if (!t) return;
@@ -1285,33 +1405,33 @@ function Lt(e) {
1285
1405
  }
1286
1406
  return P[e];
1287
1407
  }
1288
- function At(e, t, n) {
1289
- let r, o;
1408
+ function Zt(e, t, n) {
1409
+ let r, a;
1290
1410
  if (typeof e == "string") {
1291
1411
  const i = N(e);
1292
1412
  if (!i)
1293
1413
  return n(void 0, 424), te;
1294
- o = i.send;
1295
- const l = Lt(e);
1414
+ a = i.send;
1415
+ const l = $t(e);
1296
1416
  l && (r = l.redundancy);
1297
1417
  } else {
1298
1418
  const i = _(e);
1299
1419
  if (i) {
1300
1420
  r = ge(i);
1301
1421
  const l = e.resources ? e.resources[0] : "", c = N(l);
1302
- c && (o = c.send);
1422
+ c && (a = c.send);
1303
1423
  }
1304
1424
  }
1305
- return !r || !o ? (n(void 0, 424), te) : r.query(t, o, n)().abort;
1425
+ return !r || !a ? (n(void 0, 424), te) : r.query(t, a, n)().abort;
1306
1426
  }
1307
1427
  function ne() {
1308
1428
  }
1309
- function Ft(e) {
1429
+ function St(e) {
1310
1430
  e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
1311
- e.iconsLoaderFlag = !1, xt(e);
1431
+ e.iconsLoaderFlag = !1, jt(e);
1312
1432
  }));
1313
1433
  }
1314
- function Ot(e) {
1434
+ function Bt(e) {
1315
1435
  const t = [], n = [];
1316
1436
  return e.forEach((r) => {
1317
1437
  (r.match(fe) ? t : n).push(r);
@@ -1322,9 +1442,9 @@ function Ot(e) {
1322
1442
  }
1323
1443
  function L(e, t, n) {
1324
1444
  function r() {
1325
- const o = e.pendingIcons;
1445
+ const a = e.pendingIcons;
1326
1446
  t.forEach((i) => {
1327
- o && o.delete(i), e.icons[i] || e.missing.add(i);
1447
+ a && a.delete(i), e.icons[i] || e.missing.add(i);
1328
1448
  });
1329
1449
  }
1330
1450
  if (n && typeof n == "object") try {
@@ -1332,10 +1452,10 @@ function L(e, t, n) {
1332
1452
  r();
1333
1453
  return;
1334
1454
  }
1335
- } catch (o) {
1336
- console.error(o);
1455
+ } catch (a) {
1456
+ console.error(a);
1337
1457
  }
1338
- r(), Ft(e);
1458
+ r(), St(e);
1339
1459
  }
1340
1460
  function re(e, t) {
1341
1461
  e instanceof Promise ? e.then((n) => {
@@ -1344,32 +1464,32 @@ function re(e, t) {
1344
1464
  t(null);
1345
1465
  }) : t(e);
1346
1466
  }
1347
- function It(e, t) {
1467
+ function Ht(e, t) {
1348
1468
  e.iconsToLoad ? e.iconsToLoad = e.iconsToLoad.concat(t).sort() : e.iconsToLoad = t, e.iconsQueueFlag || (e.iconsQueueFlag = !0, setTimeout(() => {
1349
1469
  e.iconsQueueFlag = !1;
1350
- const { provider: n, prefix: r } = e, o = e.iconsToLoad;
1351
- if (delete e.iconsToLoad, !o || !o.length) return;
1470
+ const { provider: n, prefix: r } = e, a = e.iconsToLoad;
1471
+ if (delete e.iconsToLoad, !a || !a.length) return;
1352
1472
  const i = e.loadIcon;
1353
- if (e.loadIcons && (o.length > 1 || !i)) {
1354
- re(e.loadIcons(o, r, n), (u) => {
1355
- L(e, o, u);
1473
+ if (e.loadIcons && (a.length > 1 || !i)) {
1474
+ re(e.loadIcons(a, r, n), (u) => {
1475
+ L(e, a, u);
1356
1476
  });
1357
1477
  return;
1358
1478
  }
1359
1479
  if (i) {
1360
- o.forEach((u) => {
1480
+ a.forEach((u) => {
1361
1481
  const h = i(u, r, n);
1362
- re(h, (m) => {
1363
- const w = m ? {
1482
+ re(h, (w) => {
1483
+ const p = w ? {
1364
1484
  prefix: r,
1365
- icons: { [u]: m }
1485
+ icons: { [u]: w }
1366
1486
  } : null;
1367
- L(e, [u], w);
1487
+ L(e, [u], p);
1368
1488
  });
1369
1489
  });
1370
1490
  return;
1371
1491
  }
1372
- const { valid: l, invalid: c } = Ot(o);
1492
+ const { valid: l, invalid: c } = Bt(a);
1373
1493
  if (c.length && L(e, c, null), !l.length) return;
1374
1494
  const s = r.match(fe) ? N(n) : null;
1375
1495
  if (!s) {
@@ -1377,14 +1497,14 @@ function It(e, t) {
1377
1497
  return;
1378
1498
  }
1379
1499
  s.prepare(n, r, l).forEach((u) => {
1380
- At(n, u, (h) => {
1500
+ Zt(n, u, (h) => {
1381
1501
  L(e, u.icons, h);
1382
1502
  });
1383
1503
  });
1384
1504
  }));
1385
1505
  }
1386
- const $t = (e, t) => {
1387
- const n = Mt(e, !0, he()), r = Rt(n);
1506
+ const Tt = (e, t) => {
1507
+ const n = Ot(e, !0, he()), r = Ft(n);
1388
1508
  if (!r.pending.length) {
1389
1509
  let s = !0;
1390
1510
  return t && setTimeout(() => {
@@ -1393,33 +1513,33 @@ const $t = (e, t) => {
1393
1513
  s = !1;
1394
1514
  };
1395
1515
  }
1396
- const o = /* @__PURE__ */ Object.create(null), i = [];
1516
+ const a = /* @__PURE__ */ Object.create(null), i = [];
1397
1517
  let l, c;
1398
1518
  return r.pending.forEach((s) => {
1399
1519
  const { provider: d, prefix: u } = s;
1400
1520
  if (u === c && d === l) return;
1401
- l = d, c = u, i.push(M(d, u));
1402
- const h = o[d] || (o[d] = /* @__PURE__ */ Object.create(null));
1521
+ l = d, c = u, i.push(R(d, u));
1522
+ const h = a[d] || (a[d] = /* @__PURE__ */ Object.create(null));
1403
1523
  h[u] || (h[u] = []);
1404
1524
  }), r.pending.forEach((s) => {
1405
- const { provider: d, prefix: u, name: h } = s, m = M(d, u), w = m.pendingIcons || (m.pendingIcons = /* @__PURE__ */ new Set());
1406
- w.has(h) || (w.add(h), o[d][u].push(h));
1525
+ const { provider: d, prefix: u, name: h } = s, w = R(d, u), p = w.pendingIcons || (w.pendingIcons = /* @__PURE__ */ new Set());
1526
+ p.has(h) || (p.add(h), a[d][u].push(h));
1407
1527
  }), i.forEach((s) => {
1408
- const d = o[s.provider][s.prefix];
1409
- d.length && It(s, d);
1410
- }), t ? Et(t, r, i) : ne;
1528
+ const d = a[s.provider][s.prefix];
1529
+ d.length && Ht(s, d);
1530
+ }), t ? Lt(t, r, i) : ne;
1411
1531
  };
1412
- function Zt(e, t) {
1532
+ function Pt(e, t) {
1413
1533
  const n = { ...e };
1414
1534
  for (const r in t) {
1415
- const o = t[r], i = typeof o;
1416
- r in pe ? (o === null || o && (i === "string" || i === "number")) && (n[r] = o) : i === typeof n[r] && (n[r] = r === "rotate" ? o % 4 : o);
1535
+ const a = t[r], i = typeof a;
1536
+ r in me ? (a === null || a && (i === "string" || i === "number")) && (n[r] = a) : i === typeof n[r] && (n[r] = r === "rotate" ? a % 4 : a);
1417
1537
  }
1418
1538
  return n;
1419
1539
  }
1420
- const St = /[\s,]+/;
1421
- function Bt(e, t) {
1422
- t.split(St).forEach((n) => {
1540
+ const Vt = /[\s,]+/;
1541
+ function Wt(e, t) {
1542
+ t.split(Vt).forEach((n) => {
1423
1543
  switch (n.trim()) {
1424
1544
  case "horizontal":
1425
1545
  e.hFlip = !0;
@@ -1430,69 +1550,69 @@ function Bt(e, t) {
1430
1550
  }
1431
1551
  });
1432
1552
  }
1433
- function Ht(e, t = 0) {
1553
+ function Dt(e, t = 0) {
1434
1554
  const n = e.replace(/^-?[0-9.]*/, "");
1435
- function r(o) {
1436
- for (; o < 0; ) o += 4;
1437
- return o % 4;
1555
+ function r(a) {
1556
+ for (; a < 0; ) a += 4;
1557
+ return a % 4;
1438
1558
  }
1439
1559
  if (n === "") {
1440
- const o = parseInt(e);
1441
- return isNaN(o) ? 0 : r(o);
1560
+ const a = parseInt(e);
1561
+ return isNaN(a) ? 0 : r(a);
1442
1562
  } else if (n !== e) {
1443
- let o = 0;
1563
+ let a = 0;
1444
1564
  switch (n) {
1445
1565
  case "%":
1446
- o = 25;
1566
+ a = 25;
1447
1567
  break;
1448
1568
  case "deg":
1449
- o = 90;
1569
+ a = 90;
1450
1570
  }
1451
- if (o) {
1571
+ if (a) {
1452
1572
  let i = parseFloat(e.slice(0, e.length - n.length));
1453
- return isNaN(i) ? 0 : (i = i / o, i % 1 === 0 ? r(i) : 0);
1573
+ return isNaN(i) ? 0 : (i = i / a, i % 1 === 0 ? r(i) : 0);
1454
1574
  }
1455
1575
  }
1456
1576
  return t;
1457
1577
  }
1458
- function Tt(e, t) {
1578
+ function Nt(e, t) {
1459
1579
  let n = e.indexOf("xlink:") === -1 ? "" : ' xmlns:xlink="http://www.w3.org/1999/xlink"';
1460
1580
  for (const r in t) n += " " + r + '="' + t[r] + '"';
1461
1581
  return '<svg xmlns="http://www.w3.org/2000/svg"' + n + ">" + e + "</svg>";
1462
1582
  }
1463
- function Pt(e) {
1583
+ function zt(e) {
1464
1584
  return e.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
1465
1585
  }
1466
- function Vt(e) {
1467
- return "data:image/svg+xml," + Pt(e);
1586
+ function Ut(e) {
1587
+ return "data:image/svg+xml," + zt(e);
1468
1588
  }
1469
- function Wt(e) {
1470
- return 'url("' + Vt(e) + '")';
1589
+ function _t(e) {
1590
+ return 'url("' + Ut(e) + '")';
1471
1591
  }
1472
- let A;
1473
- function Dt() {
1592
+ let F;
1593
+ function qt() {
1474
1594
  try {
1475
- A = window.trustedTypes.createPolicy("iconify", { createHTML: (e) => e });
1595
+ F = window.trustedTypes.createPolicy("iconify", { createHTML: (e) => e });
1476
1596
  } catch {
1477
- A = null;
1597
+ F = null;
1478
1598
  }
1479
1599
  }
1480
- function Nt(e) {
1481
- return A === void 0 && Dt(), A ? A.createHTML(e) : e;
1600
+ function Qt(e) {
1601
+ return F === void 0 && qt(), F ? F.createHTML(e) : e;
1482
1602
  }
1483
1603
  const ve = {
1484
- ...me,
1604
+ ...we,
1485
1605
  inline: !1
1486
- }, zt = {
1606
+ }, Gt = {
1487
1607
  xmlns: "http://www.w3.org/2000/svg",
1488
1608
  xmlnsXlink: "http://www.w3.org/1999/xlink",
1489
1609
  "aria-hidden": !0,
1490
1610
  role: "img"
1491
- }, Ut = {
1611
+ }, Jt = {
1492
1612
  display: "inline-block"
1493
1613
  }, z = {
1494
1614
  backgroundColor: "currentColor"
1495
- }, be = {
1615
+ }, ke = {
1496
1616
  backgroundColor: "transparent"
1497
1617
  }, oe = {
1498
1618
  Image: "var(--svg)",
@@ -1501,39 +1621,39 @@ const ve = {
1501
1621
  }, ae = {
1502
1622
  WebkitMask: z,
1503
1623
  mask: z,
1504
- background: be
1624
+ background: ke
1505
1625
  };
1506
1626
  for (const e in ae) {
1507
1627
  const t = ae[e];
1508
1628
  for (const n in oe)
1509
1629
  t[e + n] = oe[n];
1510
1630
  }
1511
- const _t = {
1631
+ const Kt = {
1512
1632
  ...ve,
1513
1633
  inline: !0
1514
1634
  };
1515
1635
  function ie(e) {
1516
1636
  return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
1517
1637
  }
1518
- const qt = (e, t, n) => {
1519
- const r = t.inline ? _t : ve, o = Zt(r, t), i = t.mode || "svg", l = {}, c = t.style || {}, s = {
1520
- ...i === "svg" ? zt : {}
1638
+ const Xt = (e, t, n) => {
1639
+ const r = t.inline ? Kt : ve, a = Pt(r, t), i = t.mode || "svg", l = {}, c = t.style || {}, s = {
1640
+ ...i === "svg" ? Gt : {}
1521
1641
  };
1522
1642
  if (n) {
1523
1643
  const f = S(n, !1, !0);
1524
1644
  if (f) {
1525
- const p = ["iconify"], E = [
1645
+ const m = ["iconify"], y = [
1526
1646
  "provider",
1527
1647
  "prefix"
1528
1648
  ];
1529
- for (const k of E)
1530
- f[k] && p.push("iconify--" + f[k]);
1531
- s.className = p.join(" ");
1649
+ for (const b of y)
1650
+ f[b] && m.push("iconify--" + f[b]);
1651
+ s.className = m.join(" ");
1532
1652
  }
1533
1653
  }
1534
1654
  for (let f in t) {
1535
- const p = t[f];
1536
- if (p !== void 0)
1655
+ const m = t[f];
1656
+ if (m !== void 0)
1537
1657
  switch (f) {
1538
1658
  // Properties to ignore
1539
1659
  case "icon":
@@ -1546,68 +1666,68 @@ const qt = (e, t, n) => {
1546
1666
  break;
1547
1667
  // Forward ref
1548
1668
  case "_ref":
1549
- s.ref = p;
1669
+ s.ref = m;
1550
1670
  break;
1551
1671
  // Merge class names
1552
1672
  case "className":
1553
- s[f] = (s[f] ? s[f] + " " : "") + p;
1673
+ s[f] = (s[f] ? s[f] + " " : "") + m;
1554
1674
  break;
1555
1675
  // Boolean attributes
1556
1676
  case "inline":
1557
1677
  case "hFlip":
1558
1678
  case "vFlip":
1559
- o[f] = p === !0 || p === "true" || p === 1;
1679
+ a[f] = m === !0 || m === "true" || m === 1;
1560
1680
  break;
1561
1681
  // Flip as string: 'horizontal,vertical'
1562
1682
  case "flip":
1563
- typeof p == "string" && Bt(o, p);
1683
+ typeof m == "string" && Wt(a, m);
1564
1684
  break;
1565
1685
  // Color: copy to style
1566
1686
  case "color":
1567
- l.color = p;
1687
+ l.color = m;
1568
1688
  break;
1569
1689
  // Rotation as string
1570
1690
  case "rotate":
1571
- typeof p == "string" ? o[f] = Ht(p) : typeof p == "number" && (o[f] = p);
1691
+ typeof m == "string" ? a[f] = Dt(m) : typeof m == "number" && (a[f] = m);
1572
1692
  break;
1573
1693
  // Remove aria-hidden
1574
1694
  case "ariaHidden":
1575
1695
  case "aria-hidden":
1576
- p !== !0 && p !== "true" && delete s["aria-hidden"];
1696
+ m !== !0 && m !== "true" && delete s["aria-hidden"];
1577
1697
  break;
1578
1698
  // Copy missing property if it does not exist in customisations
1579
1699
  default:
1580
- r[f] === void 0 && (s[f] = p);
1700
+ r[f] === void 0 && (s[f] = m);
1581
1701
  }
1582
1702
  }
1583
- const d = lt(e, o), u = d.attributes;
1584
- if (o.inline && (l.verticalAlign = "-0.125em"), i === "svg") {
1703
+ const d = ft(e, a), u = d.attributes;
1704
+ if (a.inline && (l.verticalAlign = "-0.125em"), i === "svg") {
1585
1705
  s.style = {
1586
1706
  ...l,
1587
1707
  ...c
1588
1708
  }, Object.assign(s, u);
1589
- let f = 0, p = t.id;
1590
- return typeof p == "string" && (p = p.replace(/-/g, "_")), s.dangerouslySetInnerHTML = {
1591
- __html: Nt(ut(d.body, p ? () => p + "ID" + f++ : "iconifyReact"))
1709
+ let f = 0, m = t.id;
1710
+ return typeof m == "string" && (m = m.replace(/-/g, "_")), s.dangerouslySetInnerHTML = {
1711
+ __html: Qt(pt(d.body, m ? () => m + "ID" + f++ : "iconifyReact"))
1592
1712
  }, V("svg", s);
1593
1713
  }
1594
- const { body: h, width: m, height: w } = e, v = i === "mask" || (i === "bg" ? !1 : h.indexOf("currentColor") !== -1), b = Tt(h, {
1714
+ const { body: h, width: w, height: p } = e, v = i === "mask" || (i === "bg" ? !1 : h.indexOf("currentColor") !== -1), k = Nt(h, {
1595
1715
  ...u,
1596
- width: m + "",
1597
- height: w + ""
1716
+ width: w + "",
1717
+ height: p + ""
1598
1718
  });
1599
1719
  return s.style = {
1600
1720
  ...l,
1601
- "--svg": Wt(b),
1721
+ "--svg": _t(k),
1602
1722
  width: ie(u.width),
1603
1723
  height: ie(u.height),
1604
- ...Ut,
1605
- ...v ? z : be,
1724
+ ...Jt,
1725
+ ...v ? z : ke,
1606
1726
  ...c
1607
1727
  }, V("span", s);
1608
1728
  };
1609
1729
  he(!0);
1610
- ft("", kt);
1730
+ gt("", Rt);
1611
1731
  if (typeof document < "u" && typeof window < "u") {
1612
1732
  const e = window;
1613
1733
  if (e.IconifyPreload !== void 0) {
@@ -1617,7 +1737,7 @@ if (typeof document < "u" && typeof window < "u") {
1617
1737
  // Check if item is an object and not null/array
1618
1738
  (typeof r != "object" || r === null || r instanceof Array || // Check for 'icons' and 'prefix'
1619
1739
  typeof r.icons != "object" || typeof r.prefix != "string" || // Add icon set
1620
- !et(r)) && console.error(n);
1740
+ !at(r)) && console.error(n);
1621
1741
  } catch {
1622
1742
  console.error(n);
1623
1743
  }
@@ -1629,31 +1749,31 @@ if (typeof document < "u" && typeof window < "u") {
1629
1749
  for (let n in t) {
1630
1750
  const r = "IconifyProviders[" + n + "] is invalid.";
1631
1751
  try {
1632
- const o = t[n];
1633
- if (typeof o != "object" || !o || o.resources === void 0)
1752
+ const a = t[n];
1753
+ if (typeof a != "object" || !a || a.resources === void 0)
1634
1754
  continue;
1635
- ht(n, o) || console.error(r);
1755
+ vt(n, a) || console.error(r);
1636
1756
  } catch {
1637
1757
  console.error(r);
1638
1758
  }
1639
1759
  }
1640
1760
  }
1641
1761
  }
1642
- function ke(e) {
1643
- const [t, n] = H(!!e.ssr), [r, o] = H({});
1644
- function i(w) {
1645
- if (w) {
1762
+ function be(e) {
1763
+ const [t, n] = H(!!e.ssr), [r, a] = H({});
1764
+ function i(p) {
1765
+ if (p) {
1646
1766
  const v = e.icon;
1647
1767
  if (typeof v == "object")
1648
1768
  return {
1649
1769
  name: "",
1650
1770
  data: v
1651
1771
  };
1652
- const b = X(v);
1653
- if (b)
1772
+ const k = X(v);
1773
+ if (k)
1654
1774
  return {
1655
1775
  name: v,
1656
- data: b
1776
+ data: k
1657
1777
  };
1658
1778
  }
1659
1779
  return {
@@ -1662,15 +1782,15 @@ function ke(e) {
1662
1782
  }
1663
1783
  const [l, c] = H(i(!!e.ssr));
1664
1784
  function s() {
1665
- const w = r.callback;
1666
- w && (w(), o({}));
1785
+ const p = r.callback;
1786
+ p && (p(), a({}));
1667
1787
  }
1668
- function d(w) {
1669
- if (JSON.stringify(l) !== JSON.stringify(w))
1670
- return s(), c(w), !0;
1788
+ function d(p) {
1789
+ if (JSON.stringify(l) !== JSON.stringify(p))
1790
+ return s(), c(p), !0;
1671
1791
  }
1672
1792
  function u() {
1673
- var w;
1793
+ var p;
1674
1794
  const v = e.icon;
1675
1795
  if (typeof v == "object") {
1676
1796
  d({
@@ -1679,107 +1799,107 @@ function ke(e) {
1679
1799
  });
1680
1800
  return;
1681
1801
  }
1682
- const b = X(v);
1802
+ const k = X(v);
1683
1803
  if (d({
1684
1804
  name: v,
1685
- data: b
1805
+ data: k
1686
1806
  }))
1687
- if (b === void 0) {
1688
- const f = $t([v], u);
1689
- o({
1807
+ if (k === void 0) {
1808
+ const f = Tt([v], u);
1809
+ a({
1690
1810
  callback: f
1691
1811
  });
1692
- } else b && ((w = e.onLoad) === null || w === void 0 || w.call(e, v));
1812
+ } else k && ((p = e.onLoad) === null || p === void 0 || p.call(e, v));
1693
1813
  }
1694
1814
  G(() => (n(!0), s), []), G(() => {
1695
1815
  t && u();
1696
1816
  }, [e.icon, t]);
1697
- const { name: h, data: m } = l;
1698
- return m ? qt({
1817
+ const { name: h, data: w } = l;
1818
+ return w ? Xt({
1699
1819
  ...U,
1700
- ...m
1820
+ ...w
1701
1821
  }, e, h) : e.children ? e.children : e.fallback ? e.fallback : V("span", {});
1702
1822
  }
1703
- const Pn = le((e, t) => ke({
1823
+ const Gn = le((e, t) => be({
1704
1824
  ...e,
1705
1825
  _ref: t
1706
1826
  }));
1707
- le((e, t) => ke({
1827
+ le((e, t) => be({
1708
1828
  inline: !0,
1709
1829
  ...e,
1710
1830
  _ref: t
1711
1831
  }));
1712
- const Vn = {
1832
+ const Jn = {
1713
1833
  width: 24,
1714
1834
  height: 24,
1715
1835
  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"/>'
1716
- }, Wn = {
1836
+ }, Kn = {
1717
1837
  width: 24,
1718
1838
  height: 24,
1719
1839
  body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19h16M4 15l4-6l4 2l4-5l4 4"/>'
1720
- }, Dn = {
1840
+ }, Xn = {
1721
1841
  width: 24,
1722
1842
  height: 24,
1723
1843
  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"/>'
1724
- }, Nn = {
1844
+ }, Yn = {
1725
1845
  width: 24,
1726
1846
  height: 24,
1727
1847
  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>'
1728
- }, zn = {
1848
+ }, er = {
1729
1849
  width: 24,
1730
1850
  height: 24,
1731
1851
  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>'
1732
- }, Un = {
1852
+ }, tr = {
1733
1853
  width: 24,
1734
1854
  height: 24,
1735
1855
  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"/>'
1736
- }, _n = {
1856
+ }, nr = {
1737
1857
  width: 24,
1738
1858
  height: 24,
1739
1859
  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>'
1740
- }, qn = {
1860
+ }, rr = {
1741
1861
  width: 24,
1742
1862
  height: 24,
1743
1863
  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>'
1744
- }, Qn = {
1864
+ }, or = {
1745
1865
  width: 24,
1746
1866
  height: 24,
1747
1867
  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"/>'
1748
- }, Gn = {
1868
+ }, ar = {
1749
1869
  width: 24,
1750
1870
  height: 24,
1751
1871
  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"/>'
1752
- }, Jn = {
1872
+ }, ir = {
1753
1873
  width: 24,
1754
1874
  height: 24,
1755
1875
  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>'
1756
- }, Kn = {
1876
+ }, lr = {
1757
1877
  width: 24,
1758
1878
  height: 24,
1759
1879
  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"/>'
1760
- }, Xn = {
1880
+ }, sr = {
1761
1881
  width: 24,
1762
1882
  height: 24,
1763
1883
  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>'
1764
- }, Yn = {
1884
+ }, cr = {
1765
1885
  width: 24,
1766
1886
  height: 24,
1767
1887
  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"/>'
1768
- }, er = {
1888
+ }, dr = {
1769
1889
  width: 24,
1770
1890
  height: 24,
1771
1891
  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>'
1772
- }, tr = {
1892
+ }, ur = {
1773
1893
  width: 24,
1774
1894
  height: 24,
1775
1895
  body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0m9-3h.01"/><path d="M11 12h1v4h1"/></g>'
1776
1896
  };
1777
- function Qt({
1897
+ function Yt({
1778
1898
  title: e,
1779
1899
  titleId: t,
1780
1900
  ...n
1781
1901
  }, r) {
1782
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
1902
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1783
1903
  xmlns: "http://www.w3.org/2000/svg",
1784
1904
  viewBox: "0 0 24 24",
1785
1905
  fill: "currentColor",
@@ -1787,21 +1907,21 @@ function Qt({
1787
1907
  "data-slot": "icon",
1788
1908
  ref: r,
1789
1909
  "aria-labelledby": t
1790
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
1910
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1791
1911
  id: t
1792
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
1912
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1793
1913
  fillRule: "evenodd",
1794
1914
  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",
1795
1915
  clipRule: "evenodd"
1796
1916
  }));
1797
1917
  }
1798
- const nr = /* @__PURE__ */ a.forwardRef(Qt);
1799
- function Gt({
1918
+ const fr = /* @__PURE__ */ o.forwardRef(Yt);
1919
+ function en({
1800
1920
  title: e,
1801
1921
  titleId: t,
1802
1922
  ...n
1803
1923
  }, r) {
1804
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
1924
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1805
1925
  xmlns: "http://www.w3.org/2000/svg",
1806
1926
  viewBox: "0 0 24 24",
1807
1927
  fill: "currentColor",
@@ -1809,21 +1929,21 @@ function Gt({
1809
1929
  "data-slot": "icon",
1810
1930
  ref: r,
1811
1931
  "aria-labelledby": t
1812
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
1932
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1813
1933
  id: t
1814
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
1934
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1815
1935
  fillRule: "evenodd",
1816
1936
  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",
1817
1937
  clipRule: "evenodd"
1818
1938
  }));
1819
1939
  }
1820
- const rr = /* @__PURE__ */ a.forwardRef(Gt);
1821
- function Jt({
1940
+ const hr = /* @__PURE__ */ o.forwardRef(en);
1941
+ function tn({
1822
1942
  title: e,
1823
1943
  titleId: t,
1824
1944
  ...n
1825
1945
  }, r) {
1826
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
1946
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1827
1947
  xmlns: "http://www.w3.org/2000/svg",
1828
1948
  viewBox: "0 0 24 24",
1829
1949
  fill: "currentColor",
@@ -1831,21 +1951,21 @@ function Jt({
1831
1951
  "data-slot": "icon",
1832
1952
  ref: r,
1833
1953
  "aria-labelledby": t
1834
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
1954
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1835
1955
  id: t
1836
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
1956
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1837
1957
  fillRule: "evenodd",
1838
1958
  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",
1839
1959
  clipRule: "evenodd"
1840
1960
  }));
1841
1961
  }
1842
- const or = /* @__PURE__ */ a.forwardRef(Jt);
1843
- function Kt({
1962
+ const mr = /* @__PURE__ */ o.forwardRef(tn);
1963
+ function nn({
1844
1964
  title: e,
1845
1965
  titleId: t,
1846
1966
  ...n
1847
1967
  }, r) {
1848
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
1968
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1849
1969
  xmlns: "http://www.w3.org/2000/svg",
1850
1970
  viewBox: "0 0 24 24",
1851
1971
  fill: "currentColor",
@@ -1853,21 +1973,21 @@ function Kt({
1853
1973
  "data-slot": "icon",
1854
1974
  ref: r,
1855
1975
  "aria-labelledby": t
1856
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
1976
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1857
1977
  id: t
1858
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
1978
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1859
1979
  fillRule: "evenodd",
1860
1980
  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",
1861
1981
  clipRule: "evenodd"
1862
1982
  }));
1863
1983
  }
1864
- const ar = /* @__PURE__ */ a.forwardRef(Kt);
1865
- function Xt({
1984
+ const wr = /* @__PURE__ */ o.forwardRef(nn);
1985
+ function rn({
1866
1986
  title: e,
1867
1987
  titleId: t,
1868
1988
  ...n
1869
1989
  }, r) {
1870
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
1990
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1871
1991
  xmlns: "http://www.w3.org/2000/svg",
1872
1992
  viewBox: "0 0 24 24",
1873
1993
  fill: "currentColor",
@@ -1875,21 +1995,21 @@ function Xt({
1875
1995
  "data-slot": "icon",
1876
1996
  ref: r,
1877
1997
  "aria-labelledby": t
1878
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
1998
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1879
1999
  id: t
1880
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2000
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1881
2001
  fillRule: "evenodd",
1882
2002
  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",
1883
2003
  clipRule: "evenodd"
1884
2004
  }));
1885
2005
  }
1886
- const ir = /* @__PURE__ */ a.forwardRef(Xt);
1887
- function Yt({
2006
+ const pr = /* @__PURE__ */ o.forwardRef(rn);
2007
+ function on({
1888
2008
  title: e,
1889
2009
  titleId: t,
1890
2010
  ...n
1891
2011
  }, r) {
1892
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2012
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1893
2013
  xmlns: "http://www.w3.org/2000/svg",
1894
2014
  viewBox: "0 0 24 24",
1895
2015
  fill: "currentColor",
@@ -1897,21 +2017,21 @@ function Yt({
1897
2017
  "data-slot": "icon",
1898
2018
  ref: r,
1899
2019
  "aria-labelledby": t
1900
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2020
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1901
2021
  id: t
1902
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2022
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1903
2023
  fillRule: "evenodd",
1904
2024
  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",
1905
2025
  clipRule: "evenodd"
1906
2026
  }));
1907
2027
  }
1908
- const lr = /* @__PURE__ */ a.forwardRef(Yt);
1909
- function en({
2028
+ const gr = /* @__PURE__ */ o.forwardRef(on);
2029
+ function an({
1910
2030
  title: e,
1911
2031
  titleId: t,
1912
2032
  ...n
1913
2033
  }, r) {
1914
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2034
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1915
2035
  xmlns: "http://www.w3.org/2000/svg",
1916
2036
  viewBox: "0 0 24 24",
1917
2037
  fill: "currentColor",
@@ -1919,21 +2039,21 @@ function en({
1919
2039
  "data-slot": "icon",
1920
2040
  ref: r,
1921
2041
  "aria-labelledby": t
1922
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2042
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1923
2043
  id: t
1924
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2044
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1925
2045
  fillRule: "evenodd",
1926
2046
  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",
1927
2047
  clipRule: "evenodd"
1928
2048
  }));
1929
2049
  }
1930
- const sr = /* @__PURE__ */ a.forwardRef(en);
1931
- function tn({
2050
+ const vr = /* @__PURE__ */ o.forwardRef(an);
2051
+ function ln({
1932
2052
  title: e,
1933
2053
  titleId: t,
1934
2054
  ...n
1935
2055
  }, r) {
1936
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2056
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1937
2057
  xmlns: "http://www.w3.org/2000/svg",
1938
2058
  viewBox: "0 0 24 24",
1939
2059
  fill: "currentColor",
@@ -1941,19 +2061,19 @@ function tn({
1941
2061
  "data-slot": "icon",
1942
2062
  ref: r,
1943
2063
  "aria-labelledby": t
1944
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2064
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1945
2065
  id: t
1946
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2066
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1947
2067
  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"
1948
2068
  }));
1949
2069
  }
1950
- const cr = /* @__PURE__ */ a.forwardRef(tn);
1951
- function nn({
2070
+ const kr = /* @__PURE__ */ o.forwardRef(ln);
2071
+ function sn({
1952
2072
  title: e,
1953
2073
  titleId: t,
1954
2074
  ...n
1955
2075
  }, r) {
1956
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2076
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1957
2077
  xmlns: "http://www.w3.org/2000/svg",
1958
2078
  viewBox: "0 0 24 24",
1959
2079
  fill: "currentColor",
@@ -1961,21 +2081,21 @@ function nn({
1961
2081
  "data-slot": "icon",
1962
2082
  ref: r,
1963
2083
  "aria-labelledby": t
1964
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2084
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1965
2085
  id: t
1966
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2086
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1967
2087
  fillRule: "evenodd",
1968
2088
  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",
1969
2089
  clipRule: "evenodd"
1970
2090
  }));
1971
2091
  }
1972
- const dr = /* @__PURE__ */ a.forwardRef(nn);
1973
- function rn({
2092
+ const br = /* @__PURE__ */ o.forwardRef(sn);
2093
+ function cn({
1974
2094
  title: e,
1975
2095
  titleId: t,
1976
2096
  ...n
1977
2097
  }, r) {
1978
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2098
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
1979
2099
  xmlns: "http://www.w3.org/2000/svg",
1980
2100
  viewBox: "0 0 24 24",
1981
2101
  fill: "currentColor",
@@ -1983,21 +2103,21 @@ function rn({
1983
2103
  "data-slot": "icon",
1984
2104
  ref: r,
1985
2105
  "aria-labelledby": t
1986
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2106
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
1987
2107
  id: t
1988
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2108
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
1989
2109
  fillRule: "evenodd",
1990
2110
  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",
1991
2111
  clipRule: "evenodd"
1992
2112
  }));
1993
2113
  }
1994
- const ur = /* @__PURE__ */ a.forwardRef(rn);
1995
- function on({
2114
+ const xr = /* @__PURE__ */ o.forwardRef(cn);
2115
+ function dn({
1996
2116
  title: e,
1997
2117
  titleId: t,
1998
2118
  ...n
1999
2119
  }, r) {
2000
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2120
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2001
2121
  xmlns: "http://www.w3.org/2000/svg",
2002
2122
  viewBox: "0 0 24 24",
2003
2123
  fill: "currentColor",
@@ -2005,21 +2125,21 @@ function on({
2005
2125
  "data-slot": "icon",
2006
2126
  ref: r,
2007
2127
  "aria-labelledby": t
2008
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2128
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2009
2129
  id: t
2010
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2130
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2011
2131
  fillRule: "evenodd",
2012
2132
  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",
2013
2133
  clipRule: "evenodd"
2014
2134
  }));
2015
2135
  }
2016
- const fr = /* @__PURE__ */ a.forwardRef(on);
2017
- function an({
2136
+ const Er = /* @__PURE__ */ o.forwardRef(dn);
2137
+ function un({
2018
2138
  title: e,
2019
2139
  titleId: t,
2020
2140
  ...n
2021
2141
  }, r) {
2022
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2142
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2023
2143
  xmlns: "http://www.w3.org/2000/svg",
2024
2144
  viewBox: "0 0 24 24",
2025
2145
  fill: "currentColor",
@@ -2027,21 +2147,21 @@ function an({
2027
2147
  "data-slot": "icon",
2028
2148
  ref: r,
2029
2149
  "aria-labelledby": t
2030
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2150
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2031
2151
  id: t
2032
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2152
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2033
2153
  fillRule: "evenodd",
2034
2154
  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",
2035
2155
  clipRule: "evenodd"
2036
2156
  }));
2037
2157
  }
2038
- const hr = /* @__PURE__ */ a.forwardRef(an);
2039
- function ln({
2158
+ const yr = /* @__PURE__ */ o.forwardRef(un);
2159
+ function fn({
2040
2160
  title: e,
2041
2161
  titleId: t,
2042
2162
  ...n
2043
2163
  }, r) {
2044
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2164
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2045
2165
  xmlns: "http://www.w3.org/2000/svg",
2046
2166
  viewBox: "0 0 24 24",
2047
2167
  fill: "currentColor",
@@ -2049,21 +2169,21 @@ function ln({
2049
2169
  "data-slot": "icon",
2050
2170
  ref: r,
2051
2171
  "aria-labelledby": t
2052
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2172
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2053
2173
  id: t
2054
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2174
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2055
2175
  fillRule: "evenodd",
2056
2176
  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",
2057
2177
  clipRule: "evenodd"
2058
2178
  }));
2059
2179
  }
2060
- const pr = /* @__PURE__ */ a.forwardRef(ln);
2061
- function sn({
2180
+ const Mr = /* @__PURE__ */ o.forwardRef(fn);
2181
+ function hn({
2062
2182
  title: e,
2063
2183
  titleId: t,
2064
2184
  ...n
2065
2185
  }, r) {
2066
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2186
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2067
2187
  xmlns: "http://www.w3.org/2000/svg",
2068
2188
  viewBox: "0 0 24 24",
2069
2189
  fill: "currentColor",
@@ -2071,21 +2191,21 @@ function sn({
2071
2191
  "data-slot": "icon",
2072
2192
  ref: r,
2073
2193
  "aria-labelledby": t
2074
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2194
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2075
2195
  id: t
2076
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2196
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2077
2197
  fillRule: "evenodd",
2078
2198
  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",
2079
2199
  clipRule: "evenodd"
2080
2200
  }));
2081
2201
  }
2082
- const mr = /* @__PURE__ */ a.forwardRef(sn);
2083
- function cn({
2202
+ const Rr = /* @__PURE__ */ o.forwardRef(hn);
2203
+ function mn({
2084
2204
  title: e,
2085
2205
  titleId: t,
2086
2206
  ...n
2087
2207
  }, r) {
2088
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2208
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2089
2209
  xmlns: "http://www.w3.org/2000/svg",
2090
2210
  viewBox: "0 0 24 24",
2091
2211
  fill: "currentColor",
@@ -2093,21 +2213,21 @@ function cn({
2093
2213
  "data-slot": "icon",
2094
2214
  ref: r,
2095
2215
  "aria-labelledby": t
2096
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2216
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2097
2217
  id: t
2098
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2218
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2099
2219
  fillRule: "evenodd",
2100
2220
  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",
2101
2221
  clipRule: "evenodd"
2102
2222
  }));
2103
2223
  }
2104
- const wr = /* @__PURE__ */ a.forwardRef(cn);
2105
- function dn({
2224
+ const jr = /* @__PURE__ */ o.forwardRef(mn);
2225
+ function wn({
2106
2226
  title: e,
2107
2227
  titleId: t,
2108
2228
  ...n
2109
2229
  }, r) {
2110
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2230
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2111
2231
  xmlns: "http://www.w3.org/2000/svg",
2112
2232
  viewBox: "0 0 24 24",
2113
2233
  fill: "currentColor",
@@ -2115,21 +2235,21 @@ function dn({
2115
2235
  "data-slot": "icon",
2116
2236
  ref: r,
2117
2237
  "aria-labelledby": t
2118
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2238
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2119
2239
  id: t
2120
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2240
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2121
2241
  fillRule: "evenodd",
2122
2242
  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",
2123
2243
  clipRule: "evenodd"
2124
2244
  }));
2125
2245
  }
2126
- const gr = /* @__PURE__ */ a.forwardRef(dn);
2127
- function un({
2246
+ const Cr = /* @__PURE__ */ o.forwardRef(wn);
2247
+ function pn({
2128
2248
  title: e,
2129
2249
  titleId: t,
2130
2250
  ...n
2131
2251
  }, r) {
2132
- return /* @__PURE__ */ a.createElement("svg", Object.assign({
2252
+ return /* @__PURE__ */ o.createElement("svg", Object.assign({
2133
2253
  xmlns: "http://www.w3.org/2000/svg",
2134
2254
  viewBox: "0 0 24 24",
2135
2255
  fill: "currentColor",
@@ -2137,75 +2257,80 @@ function un({
2137
2257
  "data-slot": "icon",
2138
2258
  ref: r,
2139
2259
  "aria-labelledby": t
2140
- }, n), e ? /* @__PURE__ */ a.createElement("title", {
2260
+ }, n), e ? /* @__PURE__ */ o.createElement("title", {
2141
2261
  id: t
2142
- }, e) : null, /* @__PURE__ */ a.createElement("path", {
2262
+ }, e) : null, /* @__PURE__ */ o.createElement("path", {
2143
2263
  fillRule: "evenodd",
2144
2264
  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",
2145
2265
  clipRule: "evenodd"
2146
2266
  }));
2147
2267
  }
2148
- const vr = /* @__PURE__ */ a.forwardRef(un);
2268
+ const Lr = /* @__PURE__ */ o.forwardRef(pn);
2149
2269
  export {
2150
- Bn as $,
2151
- Ln as A,
2152
- Rn as B,
2153
- hr as C,
2154
- wr as D,
2155
- vn as E,
2156
- hn as F,
2157
- bn as G,
2158
- vr as H,
2159
- Pn as I,
2160
- lr as J,
2161
- cr as K,
2162
- Tn as L,
2163
- On as M,
2164
- In as N,
2165
- Zn as O,
2166
- mn as P,
2167
- Sn as Q,
2168
- yn as R,
2169
- Hn as S,
2170
- jn as T,
2171
- dr as U,
2172
- pr as V,
2173
- gn as W,
2174
- kn as X,
2175
- xn as Y,
2176
- En as Z,
2177
- pn as _,
2178
- Wn as a,
2179
- wn as a0,
2180
- An as a1,
2270
+ Mr as $,
2271
+ Zn as A,
2272
+ On as B,
2273
+ yr as C,
2274
+ jr as D,
2275
+ Mn as E,
2276
+ vn as F,
2277
+ Rn as G,
2278
+ Lr as H,
2279
+ Gn as I,
2280
+ gr as J,
2281
+ kr as K,
2282
+ Qn as L,
2283
+ Hn as M,
2284
+ Vn as N,
2285
+ Dn as O,
2286
+ xn as P,
2287
+ Tn as Q,
2288
+ zn as R,
2289
+ yn as S,
2290
+ qn as T,
2291
+ Pn as U,
2292
+ kn as V,
2293
+ Nn as W,
2294
+ Ln as X,
2295
+ _n as Y,
2296
+ $n as Z,
2297
+ br as _,
2298
+ Kn as a,
2299
+ jn as a0,
2300
+ Cn as a1,
2181
2301
  Fn as a2,
2182
- $n as a3,
2183
- Mn as a4,
2184
- Cn as a5,
2185
- Dn as b,
2186
- Nn as c,
2187
- Vn as d,
2188
- zn as e,
2189
- Un as f,
2190
- _n as g,
2191
- qn as h,
2192
- Qn as i,
2193
- Gn as j,
2194
- Jn as k,
2195
- Kn as l,
2196
- Xn as m,
2197
- Yn as n,
2198
- er as o,
2199
- tr as p,
2200
- fr as q,
2201
- ir as r,
2202
- rr as s,
2203
- or as t,
2204
- nr as u,
2205
- gr as v,
2206
- mr as w,
2207
- sr as x,
2208
- ur as y,
2209
- ar as z
2302
+ bn as a3,
2303
+ Un as a4,
2304
+ En as a5,
2305
+ Sn as a6,
2306
+ Bn as a7,
2307
+ Wn as a8,
2308
+ An as a9,
2309
+ In as aa,
2310
+ Xn as b,
2311
+ Yn as c,
2312
+ Jn as d,
2313
+ er as e,
2314
+ tr as f,
2315
+ nr as g,
2316
+ rr as h,
2317
+ or as i,
2318
+ ar as j,
2319
+ ir as k,
2320
+ lr as l,
2321
+ sr as m,
2322
+ cr as n,
2323
+ dr as o,
2324
+ ur as p,
2325
+ Er as q,
2326
+ pr as r,
2327
+ hr as s,
2328
+ mr as t,
2329
+ fr as u,
2330
+ Cr as v,
2331
+ Rr as w,
2332
+ vr as x,
2333
+ xr as y,
2334
+ wr as z
2210
2335
  };
2211
- //# sourceMappingURL=icons-a6fQwcor.js.map
2336
+ //# sourceMappingURL=icons-Bky5w1eH.js.map