drizzle-cube 0.1.67 → 0.1.69

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