drizzle-cube 0.1.26 → 0.1.28

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 (29) hide show
  1. package/dist/adapters/{compiler-CSr2Ti96.js → compiler-BibS3bXd.js} +980 -920
  2. package/dist/adapters/express/index.js +1 -1
  3. package/dist/adapters/fastify/index.js +1 -1
  4. package/dist/adapters/hono/index.js +1 -1
  5. package/dist/adapters/nextjs/index.js +1 -1
  6. package/dist/adapters/utils.d.ts +1 -1
  7. package/dist/client/charts.js +1 -1
  8. package/dist/client/chunks/{charts-JUvTF2xT.js → charts-Dm25kuUn.js} +54 -50
  9. package/dist/client/chunks/{charts-JUvTF2xT.js.map → charts-Dm25kuUn.js.map} +1 -1
  10. package/dist/client/chunks/{icons-ChgBIaCg.js → icons-B_0yoGjv.js} +398 -352
  11. package/dist/client/chunks/icons-B_0yoGjv.js.map +1 -0
  12. package/dist/client/chunks/providers-B7MVnAAt.js.map +1 -1
  13. package/dist/client/components/CubeRelationshipDiagram/CubeNode.d.ts +13 -0
  14. package/dist/client/components/CubeRelationshipDiagram/ERDControls.d.ts +7 -0
  15. package/dist/client/components/CubeRelationshipDiagram/RelationshipEdge.d.ts +11 -0
  16. package/dist/client/components/CubeRelationshipDiagram/index.d.ts +10 -0
  17. package/dist/client/components/CubeRelationshipDiagram/useERDLayout.d.ts +21 -0
  18. package/dist/client/components/QueryBuilder/types.d.ts +4 -0
  19. package/dist/client/components.js +14393 -4492
  20. package/dist/client/components.js.map +1 -1
  21. package/dist/client/hooks/useCubeMeta.d.ts +9 -0
  22. package/dist/client/index.js +1 -1
  23. package/dist/client/styles.css +1 -1
  24. package/dist/client/types.d.ts +2 -1
  25. package/dist/client-bundle-stats.html +1 -1
  26. package/dist/server/index.d.ts +27 -9
  27. package/dist/server/index.js +1002 -942
  28. package/package.json +5 -2
  29. package/dist/client/chunks/icons-ChgBIaCg.js.map +0 -1
@@ -1,11 +1,11 @@
1
- import * as s from "react";
2
- import { forwardRef as ae, useState as H, useEffect as G, createElement as Z } from "react";
1
+ import * as i from "react";
2
+ import { forwardRef as se, useState as H, useEffect as G, createElement as V } from "react";
3
3
  function ye({
4
4
  title: e,
5
5
  titleId: t,
6
6
  ...n
7
7
  }, r) {
8
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
8
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  fill: "none",
11
11
  viewBox: "0 0 24 24",
@@ -15,21 +15,21 @@ function ye({
15
15
  "data-slot": "icon",
16
16
  ref: r,
17
17
  "aria-labelledby": t
18
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
18
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
19
19
  id: t
20
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
20
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
21
21
  strokeLinecap: "round",
22
22
  strokeLinejoin: "round",
23
23
  d: "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"
24
24
  }));
25
25
  }
26
- const Kt = /* @__PURE__ */ s.forwardRef(ye);
26
+ const Yt = /* @__PURE__ */ i.forwardRef(ye);
27
27
  function xe({
28
28
  title: e,
29
29
  titleId: t,
30
30
  ...n
31
31
  }, r) {
32
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
32
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
33
33
  xmlns: "http://www.w3.org/2000/svg",
34
34
  fill: "none",
35
35
  viewBox: "0 0 24 24",
@@ -39,21 +39,21 @@ function xe({
39
39
  "data-slot": "icon",
40
40
  ref: r,
41
41
  "aria-labelledby": t
42
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
42
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
43
43
  id: t
44
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
44
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
45
45
  strokeLinecap: "round",
46
46
  strokeLinejoin: "round",
47
47
  d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
48
48
  }));
49
49
  }
50
- const Xt = /* @__PURE__ */ s.forwardRef(xe);
50
+ const en = /* @__PURE__ */ i.forwardRef(xe);
51
51
  function Ee({
52
52
  title: e,
53
53
  titleId: t,
54
54
  ...n
55
55
  }, r) {
56
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
56
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
57
57
  xmlns: "http://www.w3.org/2000/svg",
58
58
  fill: "none",
59
59
  viewBox: "0 0 24 24",
@@ -63,21 +63,21 @@ function Ee({
63
63
  "data-slot": "icon",
64
64
  ref: r,
65
65
  "aria-labelledby": t
66
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
66
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
67
67
  id: t
68
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
68
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
69
69
  strokeLinecap: "round",
70
70
  strokeLinejoin: "round",
71
71
  d: "M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"
72
72
  }));
73
73
  }
74
- const Yt = /* @__PURE__ */ s.forwardRef(Ee);
74
+ const tn = /* @__PURE__ */ i.forwardRef(Ee);
75
75
  function Me({
76
76
  title: e,
77
77
  titleId: t,
78
78
  ...n
79
79
  }, r) {
80
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
80
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
81
81
  xmlns: "http://www.w3.org/2000/svg",
82
82
  fill: "none",
83
83
  viewBox: "0 0 24 24",
@@ -87,21 +87,21 @@ function Me({
87
87
  "data-slot": "icon",
88
88
  ref: r,
89
89
  "aria-labelledby": t
90
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
90
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
91
91
  id: t
92
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
92
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
93
93
  strokeLinecap: "round",
94
94
  strokeLinejoin: "round",
95
95
  d: "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"
96
96
  }));
97
97
  }
98
- const en = /* @__PURE__ */ s.forwardRef(Me);
98
+ const nn = /* @__PURE__ */ i.forwardRef(Me);
99
99
  function je({
100
100
  title: e,
101
101
  titleId: t,
102
102
  ...n
103
103
  }, r) {
104
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
104
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
105
105
  xmlns: "http://www.w3.org/2000/svg",
106
106
  fill: "none",
107
107
  viewBox: "0 0 24 24",
@@ -111,21 +111,21 @@ function je({
111
111
  "data-slot": "icon",
112
112
  ref: r,
113
113
  "aria-labelledby": t
114
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
114
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
115
115
  id: t
116
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
116
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
117
117
  strokeLinecap: "round",
118
118
  strokeLinejoin: "round",
119
119
  d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
120
120
  }));
121
121
  }
122
- const tn = /* @__PURE__ */ s.forwardRef(je);
122
+ const rn = /* @__PURE__ */ i.forwardRef(je);
123
123
  function Le({
124
124
  title: e,
125
125
  titleId: t,
126
126
  ...n
127
127
  }, r) {
128
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
128
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
129
129
  xmlns: "http://www.w3.org/2000/svg",
130
130
  fill: "none",
131
131
  viewBox: "0 0 24 24",
@@ -135,21 +135,21 @@ function Le({
135
135
  "data-slot": "icon",
136
136
  ref: r,
137
137
  "aria-labelledby": t
138
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
138
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
139
139
  id: t
140
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
140
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
141
141
  strokeLinecap: "round",
142
142
  strokeLinejoin: "round",
143
143
  d: "m19.5 8.25-7.5 7.5-7.5-7.5"
144
144
  }));
145
145
  }
146
- const nn = /* @__PURE__ */ s.forwardRef(Le);
146
+ const on = /* @__PURE__ */ i.forwardRef(Le);
147
147
  function Ce({
148
148
  title: e,
149
149
  titleId: t,
150
150
  ...n
151
151
  }, r) {
152
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
152
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
153
153
  xmlns: "http://www.w3.org/2000/svg",
154
154
  fill: "none",
155
155
  viewBox: "0 0 24 24",
@@ -159,21 +159,21 @@ function Ce({
159
159
  "data-slot": "icon",
160
160
  ref: r,
161
161
  "aria-labelledby": t
162
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
162
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
163
163
  id: t
164
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
164
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
165
165
  strokeLinecap: "round",
166
166
  strokeLinejoin: "round",
167
167
  d: "m8.25 4.5 7.5 7.5-7.5 7.5"
168
168
  }));
169
169
  }
170
- const rn = /* @__PURE__ */ s.forwardRef(Ce);
170
+ const an = /* @__PURE__ */ i.forwardRef(Ce);
171
171
  function Re({
172
172
  title: e,
173
173
  titleId: t,
174
174
  ...n
175
175
  }, r) {
176
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
176
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
177
177
  xmlns: "http://www.w3.org/2000/svg",
178
178
  fill: "none",
179
179
  viewBox: "0 0 24 24",
@@ -183,21 +183,21 @@ function Re({
183
183
  "data-slot": "icon",
184
184
  ref: r,
185
185
  "aria-labelledby": t
186
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
186
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
187
187
  id: t
188
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
188
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
189
189
  strokeLinecap: "round",
190
190
  strokeLinejoin: "round",
191
191
  d: "M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"
192
192
  }));
193
193
  }
194
- const on = /* @__PURE__ */ s.forwardRef(Re);
194
+ const sn = /* @__PURE__ */ i.forwardRef(Re);
195
195
  function Ie({
196
196
  title: e,
197
197
  titleId: t,
198
198
  ...n
199
199
  }, r) {
200
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
200
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
201
201
  xmlns: "http://www.w3.org/2000/svg",
202
202
  fill: "none",
203
203
  viewBox: "0 0 24 24",
@@ -207,21 +207,21 @@ function Ie({
207
207
  "data-slot": "icon",
208
208
  ref: r,
209
209
  "aria-labelledby": t
210
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
210
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
211
211
  id: t
212
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
212
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
213
213
  strokeLinecap: "round",
214
214
  strokeLinejoin: "round",
215
215
  d: "m4.5 15.75 7.5-7.5 7.5 7.5"
216
216
  }));
217
217
  }
218
- const sn = /* @__PURE__ */ s.forwardRef(Ie);
218
+ const cn = /* @__PURE__ */ i.forwardRef(Ie);
219
219
  function Oe({
220
220
  title: e,
221
221
  titleId: t,
222
222
  ...n
223
223
  }, r) {
224
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
224
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
225
225
  xmlns: "http://www.w3.org/2000/svg",
226
226
  fill: "none",
227
227
  viewBox: "0 0 24 24",
@@ -231,21 +231,21 @@ function Oe({
231
231
  "data-slot": "icon",
232
232
  ref: r,
233
233
  "aria-labelledby": t
234
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
234
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
235
235
  id: t
236
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
236
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
237
237
  strokeLinecap: "round",
238
238
  strokeLinejoin: "round",
239
239
  d: "M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"
240
240
  }));
241
241
  }
242
- const an = /* @__PURE__ */ s.forwardRef(Oe);
242
+ const ln = /* @__PURE__ */ i.forwardRef(Oe);
243
243
  function Fe({
244
244
  title: e,
245
245
  titleId: t,
246
246
  ...n
247
247
  }, r) {
248
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
248
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
249
249
  xmlns: "http://www.w3.org/2000/svg",
250
250
  fill: "none",
251
251
  viewBox: "0 0 24 24",
@@ -255,21 +255,21 @@ function Fe({
255
255
  "data-slot": "icon",
256
256
  ref: r,
257
257
  "aria-labelledby": t
258
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
258
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
259
259
  id: t
260
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
260
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
261
261
  strokeLinecap: "round",
262
262
  strokeLinejoin: "round",
263
263
  d: "M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
264
264
  }));
265
265
  }
266
- const cn = /* @__PURE__ */ s.forwardRef(Fe);
266
+ const un = /* @__PURE__ */ i.forwardRef(Fe);
267
267
  function Se({
268
268
  title: e,
269
269
  titleId: t,
270
270
  ...n
271
271
  }, r) {
272
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
272
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
273
273
  xmlns: "http://www.w3.org/2000/svg",
274
274
  fill: "none",
275
275
  viewBox: "0 0 24 24",
@@ -279,21 +279,21 @@ function Se({
279
279
  "data-slot": "icon",
280
280
  ref: r,
281
281
  "aria-labelledby": t
282
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
282
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
283
283
  id: t
284
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
284
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
285
285
  strokeLinecap: "round",
286
286
  strokeLinejoin: "round",
287
287
  d: "M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"
288
288
  }));
289
289
  }
290
- const ln = /* @__PURE__ */ s.forwardRef(Se);
291
- function $e({
290
+ const dn = /* @__PURE__ */ i.forwardRef(Se);
291
+ function Ae({
292
292
  title: e,
293
293
  titleId: t,
294
294
  ...n
295
295
  }, r) {
296
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
296
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
297
297
  xmlns: "http://www.w3.org/2000/svg",
298
298
  fill: "none",
299
299
  viewBox: "0 0 24 24",
@@ -303,21 +303,21 @@ function $e({
303
303
  "data-slot": "icon",
304
304
  ref: r,
305
305
  "aria-labelledby": t
306
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
306
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
307
307
  id: t
308
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
308
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
309
309
  strokeLinecap: "round",
310
310
  strokeLinejoin: "round",
311
311
  d: "M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"
312
312
  }));
313
313
  }
314
- const un = /* @__PURE__ */ s.forwardRef($e);
315
- function Ae({
314
+ const fn = /* @__PURE__ */ i.forwardRef(Ae);
315
+ function $e({
316
316
  title: e,
317
317
  titleId: t,
318
318
  ...n
319
319
  }, r) {
320
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
320
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
321
321
  xmlns: "http://www.w3.org/2000/svg",
322
322
  fill: "none",
323
323
  viewBox: "0 0 24 24",
@@ -327,21 +327,21 @@ function Ae({
327
327
  "data-slot": "icon",
328
328
  ref: r,
329
329
  "aria-labelledby": t
330
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
330
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
331
331
  id: t
332
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
332
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
333
333
  strokeLinecap: "round",
334
334
  strokeLinejoin: "round",
335
335
  d: "M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"
336
336
  }));
337
337
  }
338
- const dn = /* @__PURE__ */ s.forwardRef(Ae);
338
+ const hn = /* @__PURE__ */ i.forwardRef($e);
339
339
  function Te({
340
340
  title: e,
341
341
  titleId: t,
342
342
  ...n
343
343
  }, r) {
344
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
344
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
345
345
  xmlns: "http://www.w3.org/2000/svg",
346
346
  fill: "none",
347
347
  viewBox: "0 0 24 24",
@@ -351,21 +351,21 @@ function Te({
351
351
  "data-slot": "icon",
352
352
  ref: r,
353
353
  "aria-labelledby": t
354
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
354
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
355
355
  id: t
356
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
356
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
357
357
  strokeLinecap: "round",
358
358
  strokeLinejoin: "round",
359
359
  d: "M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"
360
360
  }));
361
361
  }
362
- const fn = /* @__PURE__ */ s.forwardRef(Te);
362
+ const pn = /* @__PURE__ */ i.forwardRef(Te);
363
363
  function Pe({
364
364
  title: e,
365
365
  titleId: t,
366
366
  ...n
367
367
  }, r) {
368
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
368
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
369
369
  xmlns: "http://www.w3.org/2000/svg",
370
370
  fill: "none",
371
371
  viewBox: "0 0 24 24",
@@ -375,21 +375,21 @@ function Pe({
375
375
  "data-slot": "icon",
376
376
  ref: r,
377
377
  "aria-labelledby": t
378
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
378
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
379
379
  id: t
380
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
380
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
381
381
  strokeLinecap: "round",
382
382
  strokeLinejoin: "round",
383
383
  d: "M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"
384
384
  }));
385
385
  }
386
- const hn = /* @__PURE__ */ s.forwardRef(Pe);
386
+ const mn = /* @__PURE__ */ i.forwardRef(Pe);
387
387
  function He({
388
388
  title: e,
389
389
  titleId: t,
390
390
  ...n
391
391
  }, r) {
392
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
392
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
393
393
  xmlns: "http://www.w3.org/2000/svg",
394
394
  fill: "none",
395
395
  viewBox: "0 0 24 24",
@@ -399,21 +399,21 @@ function He({
399
399
  "data-slot": "icon",
400
400
  ref: r,
401
401
  "aria-labelledby": t
402
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
402
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
403
403
  id: t
404
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
404
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
405
405
  strokeLinecap: "round",
406
406
  strokeLinejoin: "round",
407
407
  d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
408
408
  }));
409
409
  }
410
- const pn = /* @__PURE__ */ s.forwardRef(He);
410
+ const gn = /* @__PURE__ */ i.forwardRef(He);
411
411
  function Be({
412
412
  title: e,
413
413
  titleId: t,
414
414
  ...n
415
415
  }, r) {
416
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
416
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
417
417
  xmlns: "http://www.w3.org/2000/svg",
418
418
  fill: "none",
419
419
  viewBox: "0 0 24 24",
@@ -423,21 +423,21 @@ function Be({
423
423
  "data-slot": "icon",
424
424
  ref: r,
425
425
  "aria-labelledby": t
426
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
426
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
427
427
  id: t
428
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
428
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
429
429
  strokeLinecap: "round",
430
430
  strokeLinejoin: "round",
431
431
  d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"
432
432
  }));
433
433
  }
434
- const mn = /* @__PURE__ */ s.forwardRef(Be);
435
- function Ve({
434
+ const wn = /* @__PURE__ */ i.forwardRef(Be);
435
+ function Ze({
436
436
  title: e,
437
437
  titleId: t,
438
438
  ...n
439
439
  }, r) {
440
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
440
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
441
441
  xmlns: "http://www.w3.org/2000/svg",
442
442
  fill: "none",
443
443
  viewBox: "0 0 24 24",
@@ -447,21 +447,21 @@ function Ve({
447
447
  "data-slot": "icon",
448
448
  ref: r,
449
449
  "aria-labelledby": t
450
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
450
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
451
451
  id: t
452
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
452
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
453
453
  strokeLinecap: "round",
454
454
  strokeLinejoin: "round",
455
455
  d: "M12 4.5v15m7.5-7.5h-15"
456
456
  }));
457
457
  }
458
- const gn = /* @__PURE__ */ s.forwardRef(Ve);
459
- function Ze({
458
+ const vn = /* @__PURE__ */ i.forwardRef(Ze);
459
+ function Ve({
460
460
  title: e,
461
461
  titleId: t,
462
462
  ...n
463
463
  }, r) {
464
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
464
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
465
465
  xmlns: "http://www.w3.org/2000/svg",
466
466
  fill: "none",
467
467
  viewBox: "0 0 24 24",
@@ -471,21 +471,21 @@ function Ze({
471
471
  "data-slot": "icon",
472
472
  ref: r,
473
473
  "aria-labelledby": t
474
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
474
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
475
475
  id: t
476
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
476
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
477
477
  strokeLinecap: "round",
478
478
  strokeLinejoin: "round",
479
479
  d: "M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"
480
480
  }));
481
481
  }
482
- const wn = /* @__PURE__ */ s.forwardRef(Ze);
482
+ const kn = /* @__PURE__ */ i.forwardRef(Ve);
483
483
  function We({
484
484
  title: e,
485
485
  titleId: t,
486
486
  ...n
487
487
  }, r) {
488
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
488
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
489
489
  xmlns: "http://www.w3.org/2000/svg",
490
490
  fill: "none",
491
491
  viewBox: "0 0 24 24",
@@ -495,25 +495,25 @@ function We({
495
495
  "data-slot": "icon",
496
496
  ref: r,
497
497
  "aria-labelledby": t
498
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
498
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
499
499
  id: t
500
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
500
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
501
501
  strokeLinecap: "round",
502
502
  strokeLinejoin: "round",
503
503
  d: "M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"
504
- }), /* @__PURE__ */ s.createElement("path", {
504
+ }), /* @__PURE__ */ i.createElement("path", {
505
505
  strokeLinecap: "round",
506
506
  strokeLinejoin: "round",
507
507
  d: "M6 6h.008v.008H6V6Z"
508
508
  }));
509
509
  }
510
- const vn = /* @__PURE__ */ s.forwardRef(We);
510
+ const bn = /* @__PURE__ */ i.forwardRef(We);
511
511
  function De({
512
512
  title: e,
513
513
  titleId: t,
514
514
  ...n
515
515
  }, r) {
516
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
516
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
517
517
  xmlns: "http://www.w3.org/2000/svg",
518
518
  fill: "none",
519
519
  viewBox: "0 0 24 24",
@@ -523,21 +523,21 @@ function De({
523
523
  "data-slot": "icon",
524
524
  ref: r,
525
525
  "aria-labelledby": t
526
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
526
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
527
527
  id: t
528
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
528
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
529
529
  strokeLinecap: "round",
530
530
  strokeLinejoin: "round",
531
531
  d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"
532
532
  }));
533
533
  }
534
- const kn = /* @__PURE__ */ s.forwardRef(De);
534
+ const yn = /* @__PURE__ */ i.forwardRef(De);
535
535
  function Ne({
536
536
  title: e,
537
537
  titleId: t,
538
538
  ...n
539
539
  }, r) {
540
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
540
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
541
541
  xmlns: "http://www.w3.org/2000/svg",
542
542
  fill: "none",
543
543
  viewBox: "0 0 24 24",
@@ -547,28 +547,28 @@ function Ne({
547
547
  "data-slot": "icon",
548
548
  ref: r,
549
549
  "aria-labelledby": t
550
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
550
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
551
551
  id: t
552
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
552
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
553
553
  strokeLinecap: "round",
554
554
  strokeLinejoin: "round",
555
555
  d: "M6 18 18 6M6 6l12 12"
556
556
  }));
557
557
  }
558
- const bn = /* @__PURE__ */ s.forwardRef(Ne), ce = Object.freeze(
558
+ const xn = /* @__PURE__ */ i.forwardRef(Ne), ce = Object.freeze(
559
559
  {
560
560
  left: 0,
561
561
  top: 0,
562
562
  width: 16,
563
563
  height: 16
564
564
  }
565
- ), A = Object.freeze({
565
+ ), $ = Object.freeze({
566
566
  rotate: 0,
567
567
  vFlip: !1,
568
568
  hFlip: !1
569
569
  }), U = Object.freeze({
570
570
  ...ce,
571
- ...A
571
+ ...$
572
572
  }), W = Object.freeze({
573
573
  ...U,
574
574
  body: "",
@@ -583,33 +583,33 @@ function ze(e, t) {
583
583
  function J(e, t) {
584
584
  const n = ze(e, t);
585
585
  for (const r in W)
586
- r in A ? r in e && !(r in n) && (n[r] = A[r]) : r in t ? n[r] = t[r] : r in e && (n[r] = e[r]);
586
+ r in $ ? r in e && !(r in n) && (n[r] = $[r]) : r in t ? n[r] = t[r] : r in e && (n[r] = e[r]);
587
587
  return n;
588
588
  }
589
589
  function Ue(e, t) {
590
590
  const n = e.icons, r = e.aliases || /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
591
- function i(a) {
592
- if (n[a])
593
- return o[a] = [];
594
- if (!(a in o)) {
595
- o[a] = null;
596
- const l = r[a] && r[a].parent, c = l && i(l);
597
- c && (o[a] = [l].concat(c));
591
+ function a(s) {
592
+ if (n[s])
593
+ return o[s] = [];
594
+ if (!(s in o)) {
595
+ o[s] = null;
596
+ const l = r[s] && r[s].parent, c = l && a(l);
597
+ c && (o[s] = [l].concat(c));
598
598
  }
599
- return o[a];
599
+ return o[s];
600
600
  }
601
- return Object.keys(n).concat(Object.keys(r)).forEach(i), o;
601
+ return Object.keys(n).concat(Object.keys(r)).forEach(a), o;
602
602
  }
603
603
  function _e(e, t, n) {
604
604
  const r = e.icons, o = e.aliases || /* @__PURE__ */ Object.create(null);
605
- let i = {};
606
- function a(l) {
607
- i = J(
605
+ let a = {};
606
+ function s(l) {
607
+ a = J(
608
608
  r[l] || o[l],
609
- i
609
+ a
610
610
  );
611
611
  }
612
- return a(t), n.forEach(a), J(e, i);
612
+ return s(t), n.forEach(s), J(e, a);
613
613
  }
614
614
  function le(e, t) {
615
615
  const n = [];
@@ -620,8 +620,8 @@ function le(e, t) {
620
620
  });
621
621
  const r = Ue(e);
622
622
  for (const o in r) {
623
- const i = r[o];
624
- i && (t(o, _e(e, o, i)), n.push(o));
623
+ const a = r[o];
624
+ a && (t(o, _e(e, o, a)), n.push(o));
625
625
  }
626
626
  return n;
627
627
  }
@@ -645,13 +645,13 @@ function ue(e) {
645
645
  return null;
646
646
  const n = t.icons;
647
647
  for (const o in n) {
648
- const i = n[o];
648
+ const a = n[o];
649
649
  if (
650
650
  // Name cannot be empty
651
651
  !o || // Must have body
652
- typeof i.body != "string" || // Check other props
652
+ typeof a.body != "string" || // Check other props
653
653
  !B(
654
- i,
654
+ a,
655
655
  W
656
656
  )
657
657
  )
@@ -659,13 +659,13 @@ function ue(e) {
659
659
  }
660
660
  const r = t.aliases || /* @__PURE__ */ Object.create(null);
661
661
  for (const o in r) {
662
- const i = r[o], a = i.parent;
662
+ const a = r[o], s = a.parent;
663
663
  if (
664
664
  // Name cannot be empty
665
665
  !o || // Parent must be set and point to existing icon
666
- typeof a != "string" || !n[a] && !r[a] || // Check other props
666
+ typeof s != "string" || !n[s] && !r[s] || // Check other props
667
667
  !B(
668
- i,
668
+ a,
669
669
  W
670
670
  )
671
671
  )
@@ -691,12 +691,12 @@ const de = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
691
691
  };
692
692
  return t && !S(u) ? null : u;
693
693
  }
694
- const i = o[0], a = i.split("-");
695
- if (a.length > 1) {
694
+ const a = o[0], s = a.split("-");
695
+ if (s.length > 1) {
696
696
  const l = {
697
697
  provider: r,
698
- prefix: a.shift(),
699
- name: a.join("-")
698
+ prefix: s.shift(),
699
+ name: s.join("-")
700
700
  };
701
701
  return t && !S(l) ? null : l;
702
702
  }
@@ -704,7 +704,7 @@ const de = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
704
704
  const l = {
705
705
  provider: r,
706
706
  prefix: "",
707
- name: i
707
+ name: a
708
708
  };
709
709
  return t && !S(l, n) ? null : l;
710
710
  }
@@ -760,8 +760,8 @@ function Ke(e, t) {
760
760
  return !1;
761
761
  if (typeof t != "string" && (t = e.provider || ""), O && !t && !e.prefix) {
762
762
  let o = !1;
763
- return ue(e) && (e.prefix = "", le(e, (i, a) => {
764
- Je(i, a) && (o = !0);
763
+ return ue(e) && (e.prefix = "", le(e, (a, s) => {
764
+ Je(a, s) && (o = !0);
765
765
  })), o;
766
766
  }
767
767
  const n = e.prefix;
@@ -780,7 +780,7 @@ const pe = Object.freeze({
780
780
  // Dimensions
781
781
  ...pe,
782
782
  // Transformations
783
- ...A
783
+ ...$
784
784
  }), Xe = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Ye = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
785
785
  function Y(e, t, n) {
786
786
  if (t === 1)
@@ -793,29 +793,29 @@ function Y(e, t, n) {
793
793
  if (r === null || !r.length)
794
794
  return e;
795
795
  const o = [];
796
- let i = r.shift(), a = Ye.test(i);
796
+ let a = r.shift(), s = Ye.test(a);
797
797
  for (; ; ) {
798
- if (a) {
799
- const l = parseFloat(i);
800
- isNaN(l) ? o.push(i) : o.push(Math.ceil(l * t * n) / n);
798
+ if (s) {
799
+ const l = parseFloat(a);
800
+ isNaN(l) ? o.push(a) : o.push(Math.ceil(l * t * n) / n);
801
801
  } else
802
- o.push(i);
803
- if (i = r.shift(), i === void 0)
802
+ o.push(a);
803
+ if (a = r.shift(), a === void 0)
804
804
  return o.join("");
805
- a = !a;
805
+ s = !s;
806
806
  }
807
807
  }
808
808
  function et(e, t = "defs") {
809
809
  let n = "";
810
810
  const r = e.indexOf("<" + t);
811
811
  for (; r >= 0; ) {
812
- const o = e.indexOf(">", r), i = e.indexOf("</" + t);
813
- if (o === -1 || i === -1)
812
+ const o = e.indexOf(">", r), a = e.indexOf("</" + t);
813
+ if (o === -1 || a === -1)
814
814
  break;
815
- const a = e.indexOf(">", i);
816
- if (a === -1)
815
+ const s = e.indexOf(">", a);
816
+ if (s === -1)
817
817
  break;
818
- n += e.slice(o + 1, i).trim(), e = e.slice(0, r).trim() + e.slice(a + 1);
818
+ n += e.slice(o + 1, a).trim(), e = e.slice(0, r).trim() + e.slice(s + 1);
819
819
  }
820
820
  return {
821
821
  defs: n,
@@ -843,7 +843,7 @@ function ot(e, t) {
843
843
  width: n.width,
844
844
  height: n.height
845
845
  };
846
- let i = n.body;
846
+ let a = n.body;
847
847
  [n, r].forEach((k) => {
848
848
  const f = [], p = k.hFlip, E = k.vFlip;
849
849
  let b = k.rotate;
@@ -870,15 +870,15 @@ function ot(e, t) {
870
870
  );
871
871
  break;
872
872
  }
873
- b % 2 === 1 && (o.left !== o.top && (y = o.left, o.left = o.top, o.top = y), o.width !== o.height && (y = o.width, o.width = o.height, o.height = y)), f.length && (i = nt(
874
- i,
873
+ b % 2 === 1 && (o.left !== o.top && (y = o.left, o.left = o.top, o.top = y), o.width !== o.height && (y = o.width, o.width = o.height, o.height = y)), f.length && (a = nt(
874
+ a,
875
875
  '<g transform="' + f.join(" ") + '">',
876
876
  "</g>"
877
877
  ));
878
878
  });
879
- const a = r.width, l = r.height, c = o.width, u = o.height;
879
+ const s = r.width, l = r.height, c = o.width, u = o.height;
880
880
  let d, h;
881
- a === null ? (h = l === null ? "1em" : l === "auto" ? u : l, d = Y(h, c / u)) : (d = a === "auto" ? c : a, h = l === null ? Y(d, u / c) : l === "auto" ? u : l);
881
+ s === null ? (h = l === null ? "1em" : l === "auto" ? u : l, d = Y(h, c / u)) : (d = s === "auto" ? c : s, h = l === null ? Y(d, u / c) : l === "auto" ? u : l);
882
882
  const m = {}, g = (k, f) => {
883
883
  rt(f) || (m[k] = f.toString());
884
884
  };
@@ -887,12 +887,12 @@ function ot(e, t) {
887
887
  return m.viewBox = v.join(" "), {
888
888
  attributes: m,
889
889
  viewBox: v,
890
- body: i
890
+ body: a
891
891
  };
892
892
  }
893
- const it = /\sid="(\S+)"/g, st = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
894
- let at = 0;
895
- function ct(e, t = st) {
893
+ const it = /\sid="(\S+)"/g, at = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
894
+ let st = 0;
895
+ function ct(e, t = at) {
896
896
  const n = [];
897
897
  let r;
898
898
  for (; r = it.exec(e); )
@@ -900,13 +900,13 @@ function ct(e, t = st) {
900
900
  if (!n.length)
901
901
  return e;
902
902
  const o = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
903
- return n.forEach((i) => {
904
- const a = typeof t == "function" ? t(i) : t + (at++).toString(), l = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
903
+ return n.forEach((a) => {
904
+ const s = typeof t == "function" ? t(a) : t + (st++).toString(), l = a.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
905
905
  e = e.replace(
906
906
  // Allowed characters before id: [#;"]
907
907
  // Allowed characters after id: [)"], .[a-z]
908
908
  new RegExp('([#;"])(' + l + ')([")]|\\.[a-z])', "g"),
909
- "$1" + a + o + "$3"
909
+ "$1" + s + o + "$3"
910
910
  );
911
911
  }), e = e.replace(new RegExp(o, "g"), ""), e;
912
912
  }
@@ -945,11 +945,11 @@ function _(e) {
945
945
  const q = /* @__PURE__ */ Object.create(null), C = [
946
946
  "https://api.simplesvg.com",
947
947
  "https://api.unisvg.com"
948
- ], $ = [];
948
+ ], A = [];
949
949
  for (; C.length > 0; )
950
- C.length === 1 || Math.random() > 0.5 ? $.push(C.shift()) : $.push(C.pop());
950
+ C.length === 1 || Math.random() > 0.5 ? A.push(C.shift()) : A.push(C.pop());
951
951
  q[""] = _({
952
- resources: ["https://api.iconify.design"].concat($)
952
+ resources: ["https://api.iconify.design"].concat(A)
953
953
  });
954
954
  function ut(e, t) {
955
955
  const n = _(t);
@@ -976,11 +976,11 @@ function ft(e, t) {
976
976
  r = 0;
977
977
  else {
978
978
  let o = 0;
979
- n.resources.forEach((a) => {
980
- o = Math.max(o, a.length);
979
+ n.resources.forEach((s) => {
980
+ o = Math.max(o, s.length);
981
981
  });
982
- const i = t + ".json?icons=";
983
- r = n.maxURL - o - n.path.length - i.length;
982
+ const a = t + ".json?icons=";
983
+ r = n.maxURL - o - n.path.length - a.length;
984
984
  }
985
985
  return r;
986
986
  }
@@ -988,21 +988,21 @@ function ht(e) {
988
988
  return e === 404;
989
989
  }
990
990
  const pt = (e, t, n) => {
991
- const r = [], o = ft(e, t), i = "icons";
992
- let a = {
993
- type: i,
991
+ const r = [], o = ft(e, t), a = "icons";
992
+ let s = {
993
+ type: a,
994
994
  provider: e,
995
995
  prefix: t,
996
996
  icons: []
997
997
  }, l = 0;
998
998
  return n.forEach((c, u) => {
999
- l += c.length + 1, l >= o && u > 0 && (r.push(a), a = {
1000
- type: i,
999
+ l += c.length + 1, l >= o && u > 0 && (r.push(s), s = {
1000
+ type: a,
1001
1001
  provider: e,
1002
1002
  prefix: t,
1003
1003
  icons: []
1004
- }, l = c.length), a.icons.push(c);
1005
- }), r.push(a), r;
1004
+ }, l = c.length), s.icons.push(c);
1005
+ }), r.push(s), r;
1006
1006
  };
1007
1007
  function mt(e) {
1008
1008
  if (typeof e == "string") {
@@ -1020,15 +1020,15 @@ const gt = (e, t, n) => {
1020
1020
  let r = mt(t.provider);
1021
1021
  switch (t.type) {
1022
1022
  case "icons": {
1023
- const i = t.prefix, l = t.icons.join(","), c = new URLSearchParams({
1023
+ const a = t.prefix, l = t.icons.join(","), c = new URLSearchParams({
1024
1024
  icons: l
1025
1025
  });
1026
- r += i + ".json?" + c.toString();
1026
+ r += a + ".json?" + c.toString();
1027
1027
  break;
1028
1028
  }
1029
1029
  case "custom": {
1030
- const i = t.uri;
1031
- r += i.slice(0, 1) === "/" ? i.slice(1) : i;
1030
+ const a = t.uri;
1031
+ r += a.slice(0, 1) === "/" ? a.slice(1) : a;
1032
1032
  break;
1033
1033
  }
1034
1034
  default:
@@ -1036,24 +1036,24 @@ const gt = (e, t, n) => {
1036
1036
  return;
1037
1037
  }
1038
1038
  let o = 503;
1039
- ee(e + r).then((i) => {
1040
- const a = i.status;
1041
- if (a !== 200) {
1039
+ ee(e + r).then((a) => {
1040
+ const s = a.status;
1041
+ if (s !== 200) {
1042
1042
  setTimeout(() => {
1043
- n(ht(a) ? "abort" : "next", a);
1043
+ n(ht(s) ? "abort" : "next", s);
1044
1044
  });
1045
1045
  return;
1046
1046
  }
1047
- return o = 501, i.json();
1048
- }).then((i) => {
1049
- if (typeof i != "object" || i === null) {
1047
+ return o = 501, a.json();
1048
+ }).then((a) => {
1049
+ if (typeof a != "object" || a === null) {
1050
1050
  setTimeout(() => {
1051
- i === 404 ? n("abort", i) : n("next", o);
1051
+ a === 404 ? n("abort", a) : n("next", o);
1052
1052
  });
1053
1053
  return;
1054
1054
  }
1055
1055
  setTimeout(() => {
1056
- n("success", i);
1056
+ n("success", a);
1057
1057
  });
1058
1058
  }).catch(() => {
1059
1059
  n("next", o);
@@ -1068,7 +1068,7 @@ function vt(e) {
1068
1068
  missing: [],
1069
1069
  pending: []
1070
1070
  }, n = /* @__PURE__ */ Object.create(null);
1071
- 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));
1071
+ e.sort((o, a) => o.provider !== a.provider ? o.provider.localeCompare(a.provider) : o.prefix !== a.prefix ? o.prefix.localeCompare(a.prefix) : o.name.localeCompare(a.name));
1072
1072
  let r = {
1073
1073
  provider: "",
1074
1074
  prefix: "",
@@ -1078,12 +1078,12 @@ function vt(e) {
1078
1078
  if (r.name === o.name && r.prefix === o.prefix && r.provider === o.provider)
1079
1079
  return;
1080
1080
  r = o;
1081
- const i = o.provider, a = o.prefix, l = o.name, c = n[i] || (n[i] = /* @__PURE__ */ Object.create(null)), u = c[a] || (c[a] = j(i, a));
1081
+ const a = o.provider, s = o.prefix, l = o.name, c = n[a] || (n[a] = /* @__PURE__ */ Object.create(null)), u = c[s] || (c[s] = j(a, s));
1082
1082
  let d;
1083
- l in u.icons ? d = t.loaded : a === "" || u.missing.has(l) ? d = t.missing : d = t.pending;
1083
+ l in u.icons ? d = t.loaded : s === "" || u.missing.has(l) ? d = t.missing : d = t.pending;
1084
1084
  const h = {
1085
- provider: i,
1086
- prefix: a,
1085
+ provider: a,
1086
+ prefix: s,
1087
1087
  name: l
1088
1088
  };
1089
1089
  d.push(h);
@@ -1103,20 +1103,20 @@ function kt(e) {
1103
1103
  return;
1104
1104
  let n = !1;
1105
1105
  const r = e.provider, o = e.prefix;
1106
- t.forEach((i) => {
1107
- const a = i.icons, l = a.pending.length;
1108
- a.pending = a.pending.filter((c) => {
1106
+ t.forEach((a) => {
1107
+ const s = a.icons, l = s.pending.length;
1108
+ s.pending = s.pending.filter((c) => {
1109
1109
  if (c.prefix !== o)
1110
1110
  return !0;
1111
1111
  const u = c.name;
1112
1112
  if (e.icons[u])
1113
- a.loaded.push({
1113
+ s.loaded.push({
1114
1114
  provider: r,
1115
1115
  prefix: o,
1116
1116
  name: u
1117
1117
  });
1118
1118
  else if (e.missing.has(u))
1119
- a.missing.push({
1119
+ s.missing.push({
1120
1120
  provider: r,
1121
1121
  prefix: o,
1122
1122
  name: u
@@ -1124,11 +1124,11 @@ function kt(e) {
1124
1124
  else
1125
1125
  return n = !0, !0;
1126
1126
  return !1;
1127
- }), a.pending.length !== l && (n || ge([e], i.id), i.callback(
1128
- a.loaded.slice(0),
1129
- a.missing.slice(0),
1130
- a.pending.slice(0),
1131
- i.abort
1127
+ }), s.pending.length !== l && (n || ge([e], a.id), a.callback(
1128
+ s.loaded.slice(0),
1129
+ s.missing.slice(0),
1130
+ s.pending.slice(0),
1131
+ a.abort
1132
1132
  ));
1133
1133
  });
1134
1134
  }));
@@ -1138,21 +1138,21 @@ function yt(e, t, n) {
1138
1138
  const r = bt++, o = ge.bind(null, n, r);
1139
1139
  if (!t.pending.length)
1140
1140
  return o;
1141
- const i = {
1141
+ const a = {
1142
1142
  id: r,
1143
1143
  icons: t,
1144
1144
  callback: e,
1145
1145
  abort: o
1146
1146
  };
1147
- return n.forEach((a) => {
1148
- (a.loaderCallbacks || (a.loaderCallbacks = [])).push(i);
1147
+ return n.forEach((s) => {
1148
+ (s.loaderCallbacks || (s.loaderCallbacks = [])).push(a);
1149
1149
  }), o;
1150
1150
  }
1151
1151
  function xt(e, t = !0, n = !1) {
1152
1152
  const r = [];
1153
1153
  return e.forEach((o) => {
1154
- const i = typeof o == "string" ? T(o, t, n) : o;
1155
- i && r.push(i);
1154
+ const a = typeof o == "string" ? T(o, t, n) : o;
1155
+ a && r.push(a);
1156
1156
  }), r;
1157
1157
  }
1158
1158
  var Et = {
@@ -1164,17 +1164,17 @@ var Et = {
1164
1164
  dataAfterTimeout: !1
1165
1165
  };
1166
1166
  function Mt(e, t, n, r) {
1167
- const o = e.resources.length, i = e.random ? Math.floor(Math.random() * o) : e.index;
1168
- let a;
1167
+ const o = e.resources.length, a = e.random ? Math.floor(Math.random() * o) : e.index;
1168
+ let s;
1169
1169
  if (e.random) {
1170
1170
  let w = e.resources.slice(0);
1171
- for (a = []; w.length > 1; ) {
1171
+ for (s = []; w.length > 1; ) {
1172
1172
  const x = Math.floor(Math.random() * w.length);
1173
- a.push(w[x]), w = w.slice(0, x).concat(w.slice(x + 1));
1173
+ s.push(w[x]), w = w.slice(0, x).concat(w.slice(x + 1));
1174
1174
  }
1175
- a = a.concat(w);
1175
+ s = s.concat(w);
1176
1176
  } else
1177
- a = e.resources.slice(i).concat(e.resources.slice(0, i));
1177
+ s = e.resources.slice(a).concat(e.resources.slice(0, a));
1178
1178
  const l = Date.now();
1179
1179
  let c = "pending", u = 0, d, h = null, m = [], g = [];
1180
1180
  typeof r == "function" && g.push(r);
@@ -1227,7 +1227,7 @@ function Mt(e, t, n, r) {
1227
1227
  return;
1228
1228
  }
1229
1229
  if (F) {
1230
- d = L, m.length || (a.length ? P() : E());
1230
+ d = L, m.length || (s.length ? P() : E());
1231
1231
  return;
1232
1232
  }
1233
1233
  if (v(), b(), !e.random) {
@@ -1242,7 +1242,7 @@ function Mt(e, t, n, r) {
1242
1242
  if (c !== "pending")
1243
1243
  return;
1244
1244
  v();
1245
- const w = a.shift();
1245
+ const w = s.shift();
1246
1246
  if (w === void 0) {
1247
1247
  if (m.length) {
1248
1248
  h = setTimeout(() => {
@@ -1284,12 +1284,12 @@ function we(e) {
1284
1284
  );
1285
1285
  return n.push(d), d;
1286
1286
  }
1287
- function i(l) {
1287
+ function a(l) {
1288
1288
  return n.find((c) => l(c)) || null;
1289
1289
  }
1290
1290
  return {
1291
1291
  query: o,
1292
- find: i,
1292
+ find: a,
1293
1293
  setIndex: (l) => {
1294
1294
  t.index = l;
1295
1295
  },
@@ -1299,9 +1299,9 @@ function we(e) {
1299
1299
  }
1300
1300
  function te() {
1301
1301
  }
1302
- const V = /* @__PURE__ */ Object.create(null);
1302
+ const Z = /* @__PURE__ */ Object.create(null);
1303
1303
  function jt(e) {
1304
- if (!V[e]) {
1304
+ if (!Z[e]) {
1305
1305
  const t = Q(e);
1306
1306
  if (!t)
1307
1307
  return;
@@ -1309,24 +1309,24 @@ function jt(e) {
1309
1309
  config: t,
1310
1310
  redundancy: n
1311
1311
  };
1312
- V[e] = r;
1312
+ Z[e] = r;
1313
1313
  }
1314
- return V[e];
1314
+ return Z[e];
1315
1315
  }
1316
1316
  function Lt(e, t, n) {
1317
1317
  let r, o;
1318
1318
  if (typeof e == "string") {
1319
- const i = N(e);
1320
- if (!i)
1319
+ const a = N(e);
1320
+ if (!a)
1321
1321
  return n(void 0, 424), te;
1322
- o = i.send;
1323
- const a = jt(e);
1324
- a && (r = a.redundancy);
1322
+ o = a.send;
1323
+ const s = jt(e);
1324
+ s && (r = s.redundancy);
1325
1325
  } else {
1326
- const i = _(e);
1327
- if (i) {
1328
- r = we(i);
1329
- const a = e.resources ? e.resources[0] : "", l = N(a);
1326
+ const a = _(e);
1327
+ if (a) {
1328
+ r = we(a);
1329
+ const s = e.resources ? e.resources[0] : "", l = N(s);
1330
1330
  l && (o = l.send);
1331
1331
  }
1332
1332
  }
@@ -1351,8 +1351,8 @@ function Rt(e) {
1351
1351
  function R(e, t, n) {
1352
1352
  function r() {
1353
1353
  const o = e.pendingIcons;
1354
- t.forEach((i) => {
1355
- o && o.delete(i), e.icons[i] || e.missing.add(i);
1354
+ t.forEach((a) => {
1355
+ o && o.delete(a), e.icons[a] || e.missing.add(a);
1356
1356
  });
1357
1357
  }
1358
1358
  if (n && typeof n == "object")
@@ -1379,8 +1379,8 @@ function It(e, t) {
1379
1379
  const { provider: n, prefix: r } = e, o = e.iconsToLoad;
1380
1380
  if (delete e.iconsToLoad, !o || !o.length)
1381
1381
  return;
1382
- const i = e.loadIcon;
1383
- if (e.loadIcons && (o.length > 1 || !i)) {
1382
+ const a = e.loadIcon;
1383
+ if (e.loadIcons && (o.length > 1 || !a)) {
1384
1384
  re(
1385
1385
  e.loadIcons(o, r, n),
1386
1386
  (d) => {
@@ -1389,9 +1389,9 @@ function It(e, t) {
1389
1389
  );
1390
1390
  return;
1391
1391
  }
1392
- if (i) {
1392
+ if (a) {
1393
1393
  o.forEach((d) => {
1394
- const h = i(d, r, n);
1394
+ const h = a(d, r, n);
1395
1395
  re(h, (m) => {
1396
1396
  const g = m ? {
1397
1397
  prefix: r,
@@ -1404,15 +1404,15 @@ function It(e, t) {
1404
1404
  });
1405
1405
  return;
1406
1406
  }
1407
- const { valid: a, invalid: l } = Rt(o);
1408
- if (l.length && R(e, l, null), !a.length)
1407
+ const { valid: s, invalid: l } = Rt(o);
1408
+ if (l.length && R(e, l, null), !s.length)
1409
1409
  return;
1410
1410
  const c = r.match(de) ? N(n) : null;
1411
1411
  if (!c) {
1412
- R(e, a, null);
1412
+ R(e, s, null);
1413
1413
  return;
1414
1414
  }
1415
- c.prepare(n, r, a).forEach((d) => {
1415
+ c.prepare(n, r, s).forEach((d) => {
1416
1416
  Lt(n, d, (h) => {
1417
1417
  R(e, d.icons, h);
1418
1418
  });
@@ -1434,35 +1434,35 @@ const Ot = (e, t) => {
1434
1434
  c = !1;
1435
1435
  };
1436
1436
  }
1437
- const o = /* @__PURE__ */ Object.create(null), i = [];
1438
- let a, l;
1437
+ const o = /* @__PURE__ */ Object.create(null), a = [];
1438
+ let s, l;
1439
1439
  return r.pending.forEach((c) => {
1440
1440
  const { provider: u, prefix: d } = c;
1441
- if (d === l && u === a)
1441
+ if (d === l && u === s)
1442
1442
  return;
1443
- a = u, l = d, i.push(j(u, d));
1443
+ s = u, l = d, a.push(j(u, d));
1444
1444
  const h = o[u] || (o[u] = /* @__PURE__ */ Object.create(null));
1445
1445
  h[d] || (h[d] = []);
1446
1446
  }), r.pending.forEach((c) => {
1447
1447
  const { provider: u, prefix: d, name: h } = c, m = j(u, d), g = m.pendingIcons || (m.pendingIcons = /* @__PURE__ */ new Set());
1448
1448
  g.has(h) || (g.add(h), o[u][d].push(h));
1449
- }), i.forEach((c) => {
1449
+ }), a.forEach((c) => {
1450
1450
  const u = o[c.provider][c.prefix];
1451
1451
  u.length && It(c, u);
1452
- }), t ? yt(t, r, i) : ne;
1452
+ }), t ? yt(t, r, a) : ne;
1453
1453
  };
1454
1454
  function Ft(e, t) {
1455
1455
  const n = {
1456
1456
  ...e
1457
1457
  };
1458
1458
  for (const r in t) {
1459
- const o = t[r], i = typeof o;
1460
- r in pe ? (o === null || o && (i === "string" || i === "number")) && (n[r] = o) : i === typeof n[r] && (n[r] = r === "rotate" ? o % 4 : o);
1459
+ const o = t[r], a = typeof o;
1460
+ r in pe ? (o === null || o && (a === "string" || a === "number")) && (n[r] = o) : a === typeof n[r] && (n[r] = r === "rotate" ? o % 4 : o);
1461
1461
  }
1462
1462
  return n;
1463
1463
  }
1464
1464
  const St = /[\s,]+/;
1465
- function $t(e, t) {
1465
+ function At(e, t) {
1466
1466
  t.split(St).forEach((n) => {
1467
1467
  switch (n.trim()) {
1468
1468
  case "horizontal":
@@ -1474,7 +1474,7 @@ function $t(e, t) {
1474
1474
  }
1475
1475
  });
1476
1476
  }
1477
- function At(e, t = 0) {
1477
+ function $t(e, t = 0) {
1478
1478
  const n = e.replace(/^-?[0-9.]*/, "");
1479
1479
  function r(o) {
1480
1480
  for (; o < 0; )
@@ -1494,8 +1494,8 @@ function At(e, t = 0) {
1494
1494
  o = 90;
1495
1495
  }
1496
1496
  if (o) {
1497
- let i = parseFloat(e.slice(0, e.length - n.length));
1498
- return isNaN(i) ? 0 : (i = i / o, i % 1 === 0 ? r(i) : 0);
1497
+ let a = parseFloat(e.slice(0, e.length - n.length));
1498
+ return isNaN(a) ? 0 : (a = a / o, a % 1 === 0 ? r(a) : 0);
1499
1499
  }
1500
1500
  }
1501
1501
  return t;
@@ -1516,7 +1516,7 @@ function Bt(e) {
1516
1516
  return 'url("' + Ht(e) + '")';
1517
1517
  }
1518
1518
  let I;
1519
- function Vt() {
1519
+ function Zt() {
1520
1520
  try {
1521
1521
  I = window.trustedTypes.createPolicy("iconify", {
1522
1522
  // eslint-disable-next-line @typescript-eslint/no-unsafe-return
@@ -1526,8 +1526,8 @@ function Vt() {
1526
1526
  I = null;
1527
1527
  }
1528
1528
  }
1529
- function Zt(e) {
1530
- return I === void 0 && Vt(), I ? I.createHTML(e) : e;
1529
+ function Vt(e) {
1530
+ return I === void 0 && Zt(), I ? I.createHTML(e) : e;
1531
1531
  }
1532
1532
  const ve = {
1533
1533
  ...me,
@@ -1561,12 +1561,12 @@ const Nt = {
1561
1561
  ...ve,
1562
1562
  inline: !0
1563
1563
  };
1564
- function se(e) {
1564
+ function ae(e) {
1565
1565
  return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
1566
1566
  }
1567
1567
  const zt = (e, t, n) => {
1568
- const r = t.inline ? Nt : ve, o = Ft(r, t), i = t.mode || "svg", a = {}, l = t.style || {}, c = {
1569
- ...i === "svg" ? Wt : {}
1568
+ const r = t.inline ? Nt : ve, o = Ft(r, t), a = t.mode || "svg", s = {}, l = t.style || {}, c = {
1569
+ ...a === "svg" ? Wt : {}
1570
1570
  };
1571
1571
  if (n) {
1572
1572
  const f = T(n, !1, !0);
@@ -1603,13 +1603,13 @@ const zt = (e, t, n) => {
1603
1603
  o[f] = p === !0 || p === "true" || p === 1;
1604
1604
  break;
1605
1605
  case "flip":
1606
- typeof p == "string" && $t(o, p);
1606
+ typeof p == "string" && At(o, p);
1607
1607
  break;
1608
1608
  case "color":
1609
- a.color = p;
1609
+ s.color = p;
1610
1610
  break;
1611
1611
  case "rotate":
1612
- typeof p == "string" ? o[f] = At(p) : typeof p == "number" && (o[f] = p);
1612
+ typeof p == "string" ? o[f] = $t(p) : typeof p == "number" && (o[f] = p);
1613
1613
  break;
1614
1614
  case "ariaHidden":
1615
1615
  case "aria-hidden":
@@ -1620,30 +1620,30 @@ const zt = (e, t, n) => {
1620
1620
  }
1621
1621
  }
1622
1622
  const u = ot(e, o), d = u.attributes;
1623
- if (o.inline && (a.verticalAlign = "-0.125em"), i === "svg") {
1623
+ if (o.inline && (s.verticalAlign = "-0.125em"), a === "svg") {
1624
1624
  c.style = {
1625
- ...a,
1625
+ ...s,
1626
1626
  ...l
1627
1627
  }, Object.assign(c, d);
1628
1628
  let f = 0, p = t.id;
1629
1629
  return typeof p == "string" && (p = p.replace(/-/g, "_")), c.dangerouslySetInnerHTML = {
1630
- __html: Zt(ct(u.body, p ? () => p + "ID" + f++ : "iconifyReact"))
1631
- }, Z("svg", c);
1630
+ __html: Vt(ct(u.body, p ? () => p + "ID" + f++ : "iconifyReact"))
1631
+ }, V("svg", c);
1632
1632
  }
1633
- const { body: h, width: m, height: g } = e, v = i === "mask" || (i === "bg" ? !1 : h.indexOf("currentColor") !== -1), k = Tt(h, {
1633
+ const { body: h, width: m, height: g } = e, v = a === "mask" || (a === "bg" ? !1 : h.indexOf("currentColor") !== -1), k = Tt(h, {
1634
1634
  ...d,
1635
1635
  width: m + "",
1636
1636
  height: g + ""
1637
1637
  });
1638
1638
  return c.style = {
1639
- ...a,
1639
+ ...s,
1640
1640
  "--svg": Bt(k),
1641
- width: se(d.width),
1642
- height: se(d.height),
1641
+ width: ae(d.width),
1642
+ height: ae(d.height),
1643
1643
  ...Dt,
1644
1644
  ...v ? z : ke,
1645
1645
  ...l
1646
- }, Z("span", c);
1646
+ }, V("span", c);
1647
1647
  };
1648
1648
  he(!0);
1649
1649
  lt("", wt);
@@ -1680,7 +1680,7 @@ if (typeof document < "u" && typeof window < "u") {
1680
1680
  }
1681
1681
  function be(e) {
1682
1682
  const [t, n] = H(!!e.ssr), [r, o] = H({});
1683
- function i(g) {
1683
+ function a(g) {
1684
1684
  if (g) {
1685
1685
  const v = e.icon;
1686
1686
  if (typeof v == "object")
@@ -1699,13 +1699,13 @@ function be(e) {
1699
1699
  name: ""
1700
1700
  };
1701
1701
  }
1702
- const [a, l] = H(i(!!e.ssr));
1702
+ const [s, l] = H(a(!!e.ssr));
1703
1703
  function c() {
1704
1704
  const g = r.callback;
1705
1705
  g && (g(), o({}));
1706
1706
  }
1707
1707
  function u(g) {
1708
- if (JSON.stringify(a) !== JSON.stringify(g))
1708
+ if (JSON.stringify(s) !== JSON.stringify(g))
1709
1709
  return c(), l(g), !0;
1710
1710
  }
1711
1711
  function d() {
@@ -1733,78 +1733,78 @@ function be(e) {
1733
1733
  G(() => (n(!0), c), []), G(() => {
1734
1734
  t && d();
1735
1735
  }, [e.icon, t]);
1736
- const { name: h, data: m } = a;
1736
+ const { name: h, data: m } = s;
1737
1737
  return m ? zt({
1738
1738
  ...U,
1739
1739
  ...m
1740
- }, e, h) : e.children ? e.children : e.fallback ? e.fallback : Z("span", {});
1740
+ }, e, h) : e.children ? e.children : e.fallback ? e.fallback : V("span", {});
1741
1741
  }
1742
- const yn = ae((e, t) => be({
1742
+ const En = se((e, t) => be({
1743
1743
  ...e,
1744
1744
  _ref: t
1745
1745
  }));
1746
- ae((e, t) => be({
1746
+ se((e, t) => be({
1747
1747
  inline: !0,
1748
1748
  ...e,
1749
1749
  _ref: t
1750
1750
  }));
1751
- const xn = {
1751
+ const Mn = {
1752
1752
  width: 24,
1753
1753
  height: 24,
1754
1754
  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"/>'
1755
- }, En = {
1755
+ }, jn = {
1756
1756
  width: 24,
1757
1757
  height: 24,
1758
1758
  body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19h16M4 15l4-6l4 2l4-5l4 4"/>'
1759
- }, Mn = {
1759
+ }, Ln = {
1760
1760
  width: 24,
1761
1761
  height: 24,
1762
1762
  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"/>'
1763
- }, jn = {
1763
+ }, Cn = {
1764
1764
  width: 24,
1765
1765
  height: 24,
1766
1766
  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>'
1767
- }, Ln = {
1767
+ }, Rn = {
1768
1768
  width: 24,
1769
1769
  height: 24,
1770
1770
  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>'
1771
- }, Cn = {
1771
+ }, In = {
1772
1772
  width: 24,
1773
1773
  height: 24,
1774
1774
  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"/>'
1775
- }, Rn = {
1775
+ }, On = {
1776
1776
  width: 24,
1777
1777
  height: 24,
1778
1778
  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>'
1779
- }, In = {
1779
+ }, Fn = {
1780
1780
  width: 24,
1781
1781
  height: 24,
1782
1782
  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>'
1783
- }, On = {
1783
+ }, Sn = {
1784
1784
  width: 24,
1785
1785
  height: 24,
1786
1786
  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"/>'
1787
- }, Fn = {
1787
+ }, An = {
1788
1788
  width: 24,
1789
1789
  height: 24,
1790
1790
  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"/>'
1791
- }, Sn = {
1791
+ }, $n = {
1792
1792
  width: 24,
1793
1793
  height: 24,
1794
1794
  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>'
1795
- }, $n = {
1795
+ }, Tn = {
1796
1796
  width: 24,
1797
1797
  height: 24,
1798
1798
  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"/>'
1799
- }, An = {
1799
+ }, Pn = {
1800
1800
  width: 24,
1801
1801
  height: 24,
1802
1802
  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>'
1803
- }, Tn = {
1803
+ }, Hn = {
1804
1804
  width: 24,
1805
1805
  height: 24,
1806
1806
  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"/>'
1807
- }, Pn = {
1807
+ }, Bn = {
1808
1808
  width: 24,
1809
1809
  height: 24,
1810
1810
  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>'
@@ -1814,7 +1814,7 @@ function Ut({
1814
1814
  titleId: t,
1815
1815
  ...n
1816
1816
  }, r) {
1817
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
1817
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1818
1818
  xmlns: "http://www.w3.org/2000/svg",
1819
1819
  viewBox: "0 0 24 24",
1820
1820
  fill: "currentColor",
@@ -1822,21 +1822,21 @@ function Ut({
1822
1822
  "data-slot": "icon",
1823
1823
  ref: r,
1824
1824
  "aria-labelledby": t
1825
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
1825
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1826
1826
  id: t
1827
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
1827
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1828
1828
  fillRule: "evenodd",
1829
1829
  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",
1830
1830
  clipRule: "evenodd"
1831
1831
  }));
1832
1832
  }
1833
- const Hn = /* @__PURE__ */ s.forwardRef(Ut);
1833
+ const Zn = /* @__PURE__ */ i.forwardRef(Ut);
1834
1834
  function _t({
1835
1835
  title: e,
1836
1836
  titleId: t,
1837
1837
  ...n
1838
1838
  }, r) {
1839
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
1839
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1840
1840
  xmlns: "http://www.w3.org/2000/svg",
1841
1841
  viewBox: "0 0 24 24",
1842
1842
  fill: "currentColor",
@@ -1844,19 +1844,19 @@ function _t({
1844
1844
  "data-slot": "icon",
1845
1845
  ref: r,
1846
1846
  "aria-labelledby": t
1847
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
1847
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1848
1848
  id: t
1849
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
1849
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1850
1850
  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"
1851
1851
  }));
1852
1852
  }
1853
- const Bn = /* @__PURE__ */ s.forwardRef(_t);
1853
+ const Vn = /* @__PURE__ */ i.forwardRef(_t);
1854
1854
  function qt({
1855
1855
  title: e,
1856
1856
  titleId: t,
1857
1857
  ...n
1858
1858
  }, r) {
1859
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
1859
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1860
1860
  xmlns: "http://www.w3.org/2000/svg",
1861
1861
  viewBox: "0 0 24 24",
1862
1862
  fill: "currentColor",
@@ -1864,21 +1864,21 @@ function qt({
1864
1864
  "data-slot": "icon",
1865
1865
  ref: r,
1866
1866
  "aria-labelledby": t
1867
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
1867
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1868
1868
  id: t
1869
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
1869
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1870
1870
  fillRule: "evenodd",
1871
1871
  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",
1872
1872
  clipRule: "evenodd"
1873
1873
  }));
1874
1874
  }
1875
- const Vn = /* @__PURE__ */ s.forwardRef(qt);
1875
+ const Wn = /* @__PURE__ */ i.forwardRef(qt);
1876
1876
  function Qt({
1877
1877
  title: e,
1878
1878
  titleId: t,
1879
1879
  ...n
1880
1880
  }, r) {
1881
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
1881
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1882
1882
  xmlns: "http://www.w3.org/2000/svg",
1883
1883
  viewBox: "0 0 24 24",
1884
1884
  fill: "currentColor",
@@ -1886,21 +1886,65 @@ function Qt({
1886
1886
  "data-slot": "icon",
1887
1887
  ref: r,
1888
1888
  "aria-labelledby": t
1889
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
1889
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1890
1890
  id: t
1891
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
1891
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1892
1892
  fillRule: "evenodd",
1893
- 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",
1893
+ 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",
1894
1894
  clipRule: "evenodd"
1895
1895
  }));
1896
1896
  }
1897
- const Zn = /* @__PURE__ */ s.forwardRef(Qt);
1897
+ const Dn = /* @__PURE__ */ i.forwardRef(Qt);
1898
1898
  function Gt({
1899
1899
  title: e,
1900
1900
  titleId: t,
1901
1901
  ...n
1902
1902
  }, r) {
1903
- return /* @__PURE__ */ s.createElement("svg", Object.assign({
1903
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1904
+ xmlns: "http://www.w3.org/2000/svg",
1905
+ viewBox: "0 0 24 24",
1906
+ fill: "currentColor",
1907
+ "aria-hidden": "true",
1908
+ "data-slot": "icon",
1909
+ ref: r,
1910
+ "aria-labelledby": t
1911
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1912
+ id: t
1913
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1914
+ fillRule: "evenodd",
1915
+ 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",
1916
+ clipRule: "evenodd"
1917
+ }));
1918
+ }
1919
+ const Nn = /* @__PURE__ */ i.forwardRef(Gt);
1920
+ function Jt({
1921
+ title: e,
1922
+ titleId: t,
1923
+ ...n
1924
+ }, r) {
1925
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1926
+ xmlns: "http://www.w3.org/2000/svg",
1927
+ viewBox: "0 0 24 24",
1928
+ fill: "currentColor",
1929
+ "aria-hidden": "true",
1930
+ "data-slot": "icon",
1931
+ ref: r,
1932
+ "aria-labelledby": t
1933
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1934
+ id: t
1935
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1936
+ fillRule: "evenodd",
1937
+ 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",
1938
+ clipRule: "evenodd"
1939
+ }));
1940
+ }
1941
+ const zn = /* @__PURE__ */ i.forwardRef(Jt);
1942
+ function Kt({
1943
+ title: e,
1944
+ titleId: t,
1945
+ ...n
1946
+ }, r) {
1947
+ return /* @__PURE__ */ i.createElement("svg", Object.assign({
1904
1948
  xmlns: "http://www.w3.org/2000/svg",
1905
1949
  viewBox: "0 0 24 24",
1906
1950
  fill: "currentColor",
@@ -1908,59 +1952,61 @@ function Gt({
1908
1952
  "data-slot": "icon",
1909
1953
  ref: r,
1910
1954
  "aria-labelledby": t
1911
- }, n), e ? /* @__PURE__ */ s.createElement("title", {
1955
+ }, n), e ? /* @__PURE__ */ i.createElement("title", {
1912
1956
  id: t
1913
- }, e) : null, /* @__PURE__ */ s.createElement("path", {
1957
+ }, e) : null, /* @__PURE__ */ i.createElement("path", {
1914
1958
  fillRule: "evenodd",
1915
1959
  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",
1916
1960
  clipRule: "evenodd"
1917
1961
  }));
1918
1962
  }
1919
- const Wn = /* @__PURE__ */ s.forwardRef(Gt);
1963
+ const Un = /* @__PURE__ */ i.forwardRef(Kt);
1920
1964
  export {
1921
- Yt as A,
1922
- wn as B,
1923
- an as C,
1965
+ gn as A,
1966
+ vn as B,
1967
+ tn as C,
1924
1968
  kn as D,
1925
- dn as E,
1926
- Kt as F,
1927
- Vn as G,
1928
- Zn as H,
1929
- yn as I,
1930
- tn as J,
1931
- on as K,
1932
- sn as L,
1933
- cn as M,
1934
- Xt as N,
1935
- vn as O,
1969
+ ln as E,
1970
+ Yt as F,
1971
+ yn as G,
1972
+ hn as H,
1973
+ En as I,
1974
+ Wn as J,
1975
+ Nn as K,
1976
+ rn as L,
1977
+ sn as M,
1978
+ cn as N,
1979
+ un as O,
1936
1980
  en as P,
1937
- mn as Q,
1938
- un as R,
1939
- En as a,
1940
- Mn as b,
1941
- jn as c,
1942
- xn as d,
1943
- Ln as e,
1944
- Cn as f,
1945
- Rn as g,
1946
- In as h,
1947
- On as i,
1948
- Fn as j,
1949
- Sn as k,
1950
- $n as l,
1951
- An as m,
1952
- Tn as n,
1953
- Pn as o,
1954
- fn as p,
1955
- ln as q,
1956
- nn as r,
1957
- rn as s,
1958
- Wn as t,
1959
- Hn as u,
1960
- Bn as v,
1961
- bn as w,
1962
- hn as x,
1963
- pn as y,
1964
- gn as z
1981
+ bn as Q,
1982
+ nn as R,
1983
+ wn as S,
1984
+ fn as T,
1985
+ jn as a,
1986
+ Ln as b,
1987
+ Cn as c,
1988
+ Mn as d,
1989
+ Rn as e,
1990
+ In as f,
1991
+ On as g,
1992
+ Fn as h,
1993
+ Sn as i,
1994
+ An as j,
1995
+ $n as k,
1996
+ Tn as l,
1997
+ Pn as m,
1998
+ Hn as n,
1999
+ Bn as o,
2000
+ pn as p,
2001
+ dn as q,
2002
+ Dn as r,
2003
+ zn as s,
2004
+ on as t,
2005
+ an as u,
2006
+ Un as v,
2007
+ Zn as w,
2008
+ Vn as x,
2009
+ xn as y,
2010
+ mn as z
1965
2011
  };
1966
- //# sourceMappingURL=icons-ChgBIaCg.js.map
2012
+ //# sourceMappingURL=icons-B_0yoGjv.js.map