drizzle-cube 0.1.25 → 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.
- package/dist/adapters/{compiler-CSr2Ti96.js → compiler-BibS3bXd.js} +980 -920
- package/dist/adapters/express/index.js +1 -1
- package/dist/adapters/fastify/index.js +1 -1
- package/dist/adapters/hono/index.js +1 -1
- package/dist/adapters/nextjs/index.js +1 -1
- package/dist/adapters/utils.d.ts +1 -1
- package/dist/client/charts/chartConfigs.d.ts +2 -0
- package/dist/client/charts.js +1 -1
- package/dist/client/chunks/{charts-Dx3asDBi.js → charts-Dm25kuUn.js} +617 -634
- package/dist/client/chunks/charts-Dm25kuUn.js.map +1 -0
- package/dist/client/chunks/{icons-BMGOKdZb.js → icons-B_0yoGjv.js} +627 -571
- package/dist/client/chunks/icons-B_0yoGjv.js.map +1 -0
- package/dist/client/chunks/providers-B7MVnAAt.js.map +1 -1
- package/dist/client/components/AxisDropZone.d.ts +8 -2
- package/dist/client/components/CubeRelationshipDiagram/CubeNode.d.ts +13 -0
- package/dist/client/components/CubeRelationshipDiagram/ERDControls.d.ts +7 -0
- package/dist/client/components/CubeRelationshipDiagram/RelationshipEdge.d.ts +11 -0
- package/dist/client/components/CubeRelationshipDiagram/index.d.ts +10 -0
- package/dist/client/components/CubeRelationshipDiagram/useERDLayout.d.ts +21 -0
- package/dist/client/components/QueryBuilder/types.d.ts +4 -0
- package/dist/client/components/charts/KpiDelta.config.d.ts +5 -0
- package/dist/client/components/charts/KpiDelta.d.ts +2 -0
- package/dist/client/components/charts/MarkdownChart.config.d.ts +5 -0
- package/dist/client/components/charts/MarkdownChart.d.ts +2 -0
- package/dist/client/components/charts/index.d.ts +2 -0
- package/dist/client/components.js +17304 -6706
- package/dist/client/components.js.map +1 -1
- package/dist/client/hooks/useCubeMeta.d.ts +9 -0
- package/dist/client/index.js +1 -1
- package/dist/client/styles.css +1 -1
- package/dist/client/types.d.ts +10 -2
- package/dist/client-bundle-stats.html +1 -1
- package/dist/server/index.d.ts +27 -9
- package/dist/server/index.js +1002 -942
- package/package.json +5 -2
- package/dist/client/chunks/charts-Dx3asDBi.js.map +0 -1
- package/dist/client/chunks/icons-BMGOKdZb.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { forwardRef as
|
|
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__ */
|
|
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__ */
|
|
18
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
19
19
|
id: t
|
|
20
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
42
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
43
43
|
id: t
|
|
44
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
66
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
67
67
|
id: t
|
|
68
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
75
|
-
function
|
|
74
|
+
const tn = /* @__PURE__ */ i.forwardRef(Ee);
|
|
75
|
+
function Me({
|
|
76
76
|
title: e,
|
|
77
77
|
titleId: t,
|
|
78
78
|
...n
|
|
79
79
|
}, r) {
|
|
80
|
-
return /* @__PURE__ */
|
|
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 je({
|
|
|
87
87
|
"data-slot": "icon",
|
|
88
88
|
ref: r,
|
|
89
89
|
"aria-labelledby": t
|
|
90
|
-
}, n), e ? /* @__PURE__ */
|
|
90
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
91
91
|
id: t
|
|
92
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
99
|
-
function
|
|
98
|
+
const nn = /* @__PURE__ */ i.forwardRef(Me);
|
|
99
|
+
function je({
|
|
100
100
|
title: e,
|
|
101
101
|
titleId: t,
|
|
102
102
|
...n
|
|
103
103
|
}, r) {
|
|
104
|
-
return /* @__PURE__ */
|
|
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 Le({
|
|
|
111
111
|
"data-slot": "icon",
|
|
112
112
|
ref: r,
|
|
113
113
|
"aria-labelledby": t
|
|
114
|
-
}, n), e ? /* @__PURE__ */
|
|
114
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
115
115
|
id: t
|
|
116
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
123
|
-
function
|
|
122
|
+
const rn = /* @__PURE__ */ i.forwardRef(je);
|
|
123
|
+
function Le({
|
|
124
124
|
title: e,
|
|
125
125
|
titleId: t,
|
|
126
126
|
...n
|
|
127
127
|
}, r) {
|
|
128
|
-
return /* @__PURE__ */
|
|
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 Me({
|
|
|
135
135
|
"data-slot": "icon",
|
|
136
136
|
ref: r,
|
|
137
137
|
"aria-labelledby": t
|
|
138
|
-
}, n), e ? /* @__PURE__ */
|
|
138
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
139
139
|
id: t
|
|
140
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
162
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
163
163
|
id: t
|
|
164
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
186
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
187
187
|
id: t
|
|
188
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
210
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
211
211
|
id: t
|
|
212
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
234
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
235
235
|
id: t
|
|
236
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
258
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
259
259
|
id: t
|
|
260
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
282
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
283
283
|
id: t
|
|
284
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
290
|
+
const dn = /* @__PURE__ */ i.forwardRef(Se);
|
|
291
291
|
function Ae({
|
|
292
292
|
title: e,
|
|
293
293
|
titleId: t,
|
|
294
294
|
...n
|
|
295
295
|
}, r) {
|
|
296
|
-
return /* @__PURE__ */
|
|
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 Ae({
|
|
|
303
303
|
"data-slot": "icon",
|
|
304
304
|
ref: r,
|
|
305
305
|
"aria-labelledby": t
|
|
306
|
-
}, n), e ? /* @__PURE__ */
|
|
306
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
307
307
|
id: t
|
|
308
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
314
|
+
const fn = /* @__PURE__ */ i.forwardRef(Ae);
|
|
315
315
|
function $e({
|
|
316
316
|
title: e,
|
|
317
317
|
titleId: t,
|
|
318
318
|
...n
|
|
319
319
|
}, r) {
|
|
320
|
-
return /* @__PURE__ */
|
|
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 $e({
|
|
|
327
327
|
"data-slot": "icon",
|
|
328
328
|
ref: r,
|
|
329
329
|
"aria-labelledby": t
|
|
330
|
-
}, n), e ? /* @__PURE__ */
|
|
330
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
331
331
|
id: t
|
|
332
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
354
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
355
355
|
id: t
|
|
356
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
378
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
379
379
|
id: t
|
|
380
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
402
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
403
403
|
id: t
|
|
404
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
426
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
427
427
|
id: t
|
|
428
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
435
|
-
function
|
|
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__ */
|
|
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__ */
|
|
450
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
451
451
|
id: t
|
|
452
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
459
|
-
function
|
|
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__ */
|
|
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__ */
|
|
474
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
475
475
|
id: t
|
|
476
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
498
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
499
499
|
id: t
|
|
500
|
-
}, e) : null, /* @__PURE__ */
|
|
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__ */
|
|
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
|
|
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__ */
|
|
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__ */
|
|
526
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
527
527
|
id: t
|
|
528
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
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__ */
|
|
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,123 +547,15 @@ function Ne({
|
|
|
547
547
|
"data-slot": "icon",
|
|
548
548
|
ref: r,
|
|
549
549
|
"aria-labelledby": t
|
|
550
|
-
}, n), e ? /* @__PURE__ */
|
|
550
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
551
551
|
id: t
|
|
552
|
-
}, e) : null, /* @__PURE__ */
|
|
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
|
|
559
|
-
function ze({
|
|
560
|
-
title: e,
|
|
561
|
-
titleId: t,
|
|
562
|
-
...n
|
|
563
|
-
}, r) {
|
|
564
|
-
return /* @__PURE__ */ s.createElement("svg", Object.assign({
|
|
565
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
566
|
-
viewBox: "0 0 24 24",
|
|
567
|
-
fill: "currentColor",
|
|
568
|
-
"aria-hidden": "true",
|
|
569
|
-
"data-slot": "icon",
|
|
570
|
-
ref: r,
|
|
571
|
-
"aria-labelledby": t
|
|
572
|
-
}, n), e ? /* @__PURE__ */ s.createElement("title", {
|
|
573
|
-
id: t
|
|
574
|
-
}, e) : null, /* @__PURE__ */ s.createElement("path", {
|
|
575
|
-
fillRule: "evenodd",
|
|
576
|
-
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",
|
|
577
|
-
clipRule: "evenodd"
|
|
578
|
-
}));
|
|
579
|
-
}
|
|
580
|
-
const yn = /* @__PURE__ */ s.forwardRef(ze);
|
|
581
|
-
function Ue({
|
|
582
|
-
title: e,
|
|
583
|
-
titleId: t,
|
|
584
|
-
...n
|
|
585
|
-
}, r) {
|
|
586
|
-
return /* @__PURE__ */ s.createElement("svg", Object.assign({
|
|
587
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
588
|
-
viewBox: "0 0 24 24",
|
|
589
|
-
fill: "currentColor",
|
|
590
|
-
"aria-hidden": "true",
|
|
591
|
-
"data-slot": "icon",
|
|
592
|
-
ref: r,
|
|
593
|
-
"aria-labelledby": t
|
|
594
|
-
}, n), e ? /* @__PURE__ */ s.createElement("title", {
|
|
595
|
-
id: t
|
|
596
|
-
}, e) : null, /* @__PURE__ */ s.createElement("path", {
|
|
597
|
-
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"
|
|
598
|
-
}));
|
|
599
|
-
}
|
|
600
|
-
const xn = /* @__PURE__ */ s.forwardRef(Ue);
|
|
601
|
-
function _e({
|
|
602
|
-
title: e,
|
|
603
|
-
titleId: t,
|
|
604
|
-
...n
|
|
605
|
-
}, r) {
|
|
606
|
-
return /* @__PURE__ */ s.createElement("svg", Object.assign({
|
|
607
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
608
|
-
viewBox: "0 0 24 24",
|
|
609
|
-
fill: "currentColor",
|
|
610
|
-
"aria-hidden": "true",
|
|
611
|
-
"data-slot": "icon",
|
|
612
|
-
ref: r,
|
|
613
|
-
"aria-labelledby": t
|
|
614
|
-
}, n), e ? /* @__PURE__ */ s.createElement("title", {
|
|
615
|
-
id: t
|
|
616
|
-
}, e) : null, /* @__PURE__ */ s.createElement("path", {
|
|
617
|
-
fillRule: "evenodd",
|
|
618
|
-
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",
|
|
619
|
-
clipRule: "evenodd"
|
|
620
|
-
}));
|
|
621
|
-
}
|
|
622
|
-
const En = /* @__PURE__ */ s.forwardRef(_e);
|
|
623
|
-
function qe({
|
|
624
|
-
title: e,
|
|
625
|
-
titleId: t,
|
|
626
|
-
...n
|
|
627
|
-
}, r) {
|
|
628
|
-
return /* @__PURE__ */ s.createElement("svg", Object.assign({
|
|
629
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
630
|
-
viewBox: "0 0 24 24",
|
|
631
|
-
fill: "currentColor",
|
|
632
|
-
"aria-hidden": "true",
|
|
633
|
-
"data-slot": "icon",
|
|
634
|
-
ref: r,
|
|
635
|
-
"aria-labelledby": t
|
|
636
|
-
}, n), e ? /* @__PURE__ */ s.createElement("title", {
|
|
637
|
-
id: t
|
|
638
|
-
}, e) : null, /* @__PURE__ */ s.createElement("path", {
|
|
639
|
-
fillRule: "evenodd",
|
|
640
|
-
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",
|
|
641
|
-
clipRule: "evenodd"
|
|
642
|
-
}));
|
|
643
|
-
}
|
|
644
|
-
const jn = /* @__PURE__ */ s.forwardRef(qe);
|
|
645
|
-
function Qe({
|
|
646
|
-
title: e,
|
|
647
|
-
titleId: t,
|
|
648
|
-
...n
|
|
649
|
-
}, r) {
|
|
650
|
-
return /* @__PURE__ */ s.createElement("svg", Object.assign({
|
|
651
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
652
|
-
viewBox: "0 0 24 24",
|
|
653
|
-
fill: "currentColor",
|
|
654
|
-
"aria-hidden": "true",
|
|
655
|
-
"data-slot": "icon",
|
|
656
|
-
ref: r,
|
|
657
|
-
"aria-labelledby": t
|
|
658
|
-
}, n), e ? /* @__PURE__ */ s.createElement("title", {
|
|
659
|
-
id: t
|
|
660
|
-
}, e) : null, /* @__PURE__ */ s.createElement("path", {
|
|
661
|
-
fillRule: "evenodd",
|
|
662
|
-
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",
|
|
663
|
-
clipRule: "evenodd"
|
|
664
|
-
}));
|
|
665
|
-
}
|
|
666
|
-
const Ln = /* @__PURE__ */ s.forwardRef(Qe), ce = Object.freeze(
|
|
558
|
+
const xn = /* @__PURE__ */ i.forwardRef(Ne), ce = Object.freeze(
|
|
667
559
|
{
|
|
668
560
|
left: 0,
|
|
669
561
|
top: 0,
|
|
@@ -682,42 +574,42 @@ const Ln = /* @__PURE__ */ s.forwardRef(Qe), ce = Object.freeze(
|
|
|
682
574
|
body: "",
|
|
683
575
|
hidden: !1
|
|
684
576
|
});
|
|
685
|
-
function
|
|
577
|
+
function ze(e, t) {
|
|
686
578
|
const n = {};
|
|
687
579
|
!e.hFlip != !t.hFlip && (n.hFlip = !0), !e.vFlip != !t.vFlip && (n.vFlip = !0);
|
|
688
580
|
const r = ((e.rotate || 0) + (t.rotate || 0)) % 4;
|
|
689
581
|
return r && (n.rotate = r), n;
|
|
690
582
|
}
|
|
691
583
|
function J(e, t) {
|
|
692
|
-
const n =
|
|
584
|
+
const n = ze(e, t);
|
|
693
585
|
for (const r in W)
|
|
694
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]);
|
|
695
587
|
return n;
|
|
696
588
|
}
|
|
697
|
-
function
|
|
589
|
+
function Ue(e, t) {
|
|
698
590
|
const n = e.icons, r = e.aliases || /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
699
|
-
function
|
|
700
|
-
if (n[
|
|
701
|
-
return o[
|
|
702
|
-
if (!(
|
|
703
|
-
o[
|
|
704
|
-
const l = r[
|
|
705
|
-
c && (o[
|
|
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));
|
|
706
598
|
}
|
|
707
|
-
return o[
|
|
599
|
+
return o[s];
|
|
708
600
|
}
|
|
709
|
-
return Object.keys(n).concat(Object.keys(r)).forEach(
|
|
601
|
+
return Object.keys(n).concat(Object.keys(r)).forEach(a), o;
|
|
710
602
|
}
|
|
711
|
-
function
|
|
603
|
+
function _e(e, t, n) {
|
|
712
604
|
const r = e.icons, o = e.aliases || /* @__PURE__ */ Object.create(null);
|
|
713
|
-
let
|
|
714
|
-
function
|
|
715
|
-
|
|
605
|
+
let a = {};
|
|
606
|
+
function s(l) {
|
|
607
|
+
a = J(
|
|
716
608
|
r[l] || o[l],
|
|
717
|
-
|
|
609
|
+
a
|
|
718
610
|
);
|
|
719
611
|
}
|
|
720
|
-
return
|
|
612
|
+
return s(t), n.forEach(s), J(e, a);
|
|
721
613
|
}
|
|
722
614
|
function le(e, t) {
|
|
723
615
|
const n = [];
|
|
@@ -726,14 +618,14 @@ function le(e, t) {
|
|
|
726
618
|
e.not_found instanceof Array && e.not_found.forEach((o) => {
|
|
727
619
|
t(o, null), n.push(o);
|
|
728
620
|
});
|
|
729
|
-
const r =
|
|
621
|
+
const r = Ue(e);
|
|
730
622
|
for (const o in r) {
|
|
731
|
-
const
|
|
732
|
-
|
|
623
|
+
const a = r[o];
|
|
624
|
+
a && (t(o, _e(e, o, a)), n.push(o));
|
|
733
625
|
}
|
|
734
626
|
return n;
|
|
735
627
|
}
|
|
736
|
-
const
|
|
628
|
+
const qe = {
|
|
737
629
|
provider: "",
|
|
738
630
|
aliases: {},
|
|
739
631
|
not_found: {},
|
|
@@ -749,17 +641,17 @@ function ue(e) {
|
|
|
749
641
|
if (typeof e != "object" || e === null)
|
|
750
642
|
return null;
|
|
751
643
|
const t = e;
|
|
752
|
-
if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !B(e,
|
|
644
|
+
if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !B(e, qe))
|
|
753
645
|
return null;
|
|
754
646
|
const n = t.icons;
|
|
755
647
|
for (const o in n) {
|
|
756
|
-
const
|
|
648
|
+
const a = n[o];
|
|
757
649
|
if (
|
|
758
650
|
// Name cannot be empty
|
|
759
651
|
!o || // Must have body
|
|
760
|
-
typeof
|
|
652
|
+
typeof a.body != "string" || // Check other props
|
|
761
653
|
!B(
|
|
762
|
-
|
|
654
|
+
a,
|
|
763
655
|
W
|
|
764
656
|
)
|
|
765
657
|
)
|
|
@@ -767,13 +659,13 @@ function ue(e) {
|
|
|
767
659
|
}
|
|
768
660
|
const r = t.aliases || /* @__PURE__ */ Object.create(null);
|
|
769
661
|
for (const o in r) {
|
|
770
|
-
const
|
|
662
|
+
const a = r[o], s = a.parent;
|
|
771
663
|
if (
|
|
772
664
|
// Name cannot be empty
|
|
773
665
|
!o || // Parent must be set and point to existing icon
|
|
774
|
-
typeof
|
|
666
|
+
typeof s != "string" || !n[s] && !r[s] || // Check other props
|
|
775
667
|
!B(
|
|
776
|
-
|
|
668
|
+
a,
|
|
777
669
|
W
|
|
778
670
|
)
|
|
779
671
|
)
|
|
@@ -781,7 +673,7 @@ function ue(e) {
|
|
|
781
673
|
}
|
|
782
674
|
return t;
|
|
783
675
|
}
|
|
784
|
-
const
|
|
676
|
+
const de = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
|
|
785
677
|
const o = e.split(":");
|
|
786
678
|
if (e.slice(0, 1) === "@") {
|
|
787
679
|
if (o.length < 2 || o.length > 3)
|
|
@@ -799,12 +691,12 @@ const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
|
|
|
799
691
|
};
|
|
800
692
|
return t && !S(u) ? null : u;
|
|
801
693
|
}
|
|
802
|
-
const
|
|
803
|
-
if (
|
|
694
|
+
const a = o[0], s = a.split("-");
|
|
695
|
+
if (s.length > 1) {
|
|
804
696
|
const l = {
|
|
805
697
|
provider: r,
|
|
806
|
-
prefix:
|
|
807
|
-
name:
|
|
698
|
+
prefix: s.shift(),
|
|
699
|
+
name: s.join("-")
|
|
808
700
|
};
|
|
809
701
|
return t && !S(l) ? null : l;
|
|
810
702
|
}
|
|
@@ -812,7 +704,7 @@ const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
|
|
|
812
704
|
const l = {
|
|
813
705
|
provider: r,
|
|
814
706
|
prefix: "",
|
|
815
|
-
name:
|
|
707
|
+
name: a
|
|
816
708
|
};
|
|
817
709
|
return t && !S(l, n) ? null : l;
|
|
818
710
|
}
|
|
@@ -820,7 +712,7 @@ const fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, T = (e, t, n, r = "") => {
|
|
|
820
712
|
}, S = (e, t) => e ? !!// Check prefix: cannot be empty, unless allowSimpleName is enabled
|
|
821
713
|
// Check name: cannot be empty
|
|
822
714
|
((t && e.prefix === "" || e.prefix) && e.name) : !1, K = /* @__PURE__ */ Object.create(null);
|
|
823
|
-
function
|
|
715
|
+
function Qe(e, t) {
|
|
824
716
|
return {
|
|
825
717
|
provider: e,
|
|
826
718
|
prefix: t,
|
|
@@ -828,16 +720,16 @@ function Ye(e, t) {
|
|
|
828
720
|
missing: /* @__PURE__ */ new Set()
|
|
829
721
|
};
|
|
830
722
|
}
|
|
831
|
-
function
|
|
723
|
+
function j(e, t) {
|
|
832
724
|
const n = K[e] || (K[e] = /* @__PURE__ */ Object.create(null));
|
|
833
|
-
return n[t] || (n[t] =
|
|
725
|
+
return n[t] || (n[t] = Qe(e, t));
|
|
834
726
|
}
|
|
835
|
-
function
|
|
727
|
+
function fe(e, t) {
|
|
836
728
|
return ue(t) ? le(t, (n, r) => {
|
|
837
729
|
r ? e.icons[n] = r : e.missing.add(n);
|
|
838
730
|
}) : [];
|
|
839
731
|
}
|
|
840
|
-
function
|
|
732
|
+
function Ge(e, t, n) {
|
|
841
733
|
try {
|
|
842
734
|
if (typeof n.body == "string")
|
|
843
735
|
return e.icons[t] = { ...n }, !0;
|
|
@@ -852,24 +744,24 @@ function he(e) {
|
|
|
852
744
|
function X(e) {
|
|
853
745
|
const t = typeof e == "string" ? T(e, !0, O) : e;
|
|
854
746
|
if (t) {
|
|
855
|
-
const n =
|
|
747
|
+
const n = j(t.provider, t.prefix), r = t.name;
|
|
856
748
|
return n.icons[r] || (n.missing.has(r) ? null : void 0);
|
|
857
749
|
}
|
|
858
750
|
}
|
|
859
|
-
function
|
|
751
|
+
function Je(e, t) {
|
|
860
752
|
const n = T(e, !0, O);
|
|
861
753
|
if (!n)
|
|
862
754
|
return !1;
|
|
863
|
-
const r =
|
|
864
|
-
return t ?
|
|
755
|
+
const r = j(n.provider, n.prefix);
|
|
756
|
+
return t ? Ge(r, n.name, t) : (r.missing.add(n.name), !0);
|
|
865
757
|
}
|
|
866
|
-
function
|
|
758
|
+
function Ke(e, t) {
|
|
867
759
|
if (typeof e != "object")
|
|
868
760
|
return !1;
|
|
869
761
|
if (typeof t != "string" && (t = e.provider || ""), O && !t && !e.prefix) {
|
|
870
762
|
let o = !1;
|
|
871
|
-
return ue(e) && (e.prefix = "", le(e, (
|
|
872
|
-
|
|
763
|
+
return ue(e) && (e.prefix = "", le(e, (a, s) => {
|
|
764
|
+
Je(a, s) && (o = !0);
|
|
873
765
|
})), o;
|
|
874
766
|
}
|
|
875
767
|
const n = e.prefix;
|
|
@@ -878,8 +770,8 @@ function nt(e, t) {
|
|
|
878
770
|
name: "a"
|
|
879
771
|
}))
|
|
880
772
|
return !1;
|
|
881
|
-
const r =
|
|
882
|
-
return !!
|
|
773
|
+
const r = j(t, n);
|
|
774
|
+
return !!fe(r, e);
|
|
883
775
|
}
|
|
884
776
|
const pe = Object.freeze({
|
|
885
777
|
width: null,
|
|
@@ -889,7 +781,7 @@ const pe = Object.freeze({
|
|
|
889
781
|
...pe,
|
|
890
782
|
// Transformations
|
|
891
783
|
...$
|
|
892
|
-
}),
|
|
784
|
+
}), Xe = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Ye = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
|
893
785
|
function Y(e, t, n) {
|
|
894
786
|
if (t === 1)
|
|
895
787
|
return e;
|
|
@@ -897,48 +789,48 @@ function Y(e, t, n) {
|
|
|
897
789
|
return Math.ceil(e * t * n) / n;
|
|
898
790
|
if (typeof e != "string")
|
|
899
791
|
return e;
|
|
900
|
-
const r = e.split(
|
|
792
|
+
const r = e.split(Xe);
|
|
901
793
|
if (r === null || !r.length)
|
|
902
794
|
return e;
|
|
903
795
|
const o = [];
|
|
904
|
-
let
|
|
796
|
+
let a = r.shift(), s = Ye.test(a);
|
|
905
797
|
for (; ; ) {
|
|
906
|
-
if (
|
|
907
|
-
const l = parseFloat(
|
|
908
|
-
isNaN(l) ? o.push(
|
|
798
|
+
if (s) {
|
|
799
|
+
const l = parseFloat(a);
|
|
800
|
+
isNaN(l) ? o.push(a) : o.push(Math.ceil(l * t * n) / n);
|
|
909
801
|
} else
|
|
910
|
-
o.push(
|
|
911
|
-
if (
|
|
802
|
+
o.push(a);
|
|
803
|
+
if (a = r.shift(), a === void 0)
|
|
912
804
|
return o.join("");
|
|
913
|
-
|
|
805
|
+
s = !s;
|
|
914
806
|
}
|
|
915
807
|
}
|
|
916
|
-
function
|
|
808
|
+
function et(e, t = "defs") {
|
|
917
809
|
let n = "";
|
|
918
810
|
const r = e.indexOf("<" + t);
|
|
919
811
|
for (; r >= 0; ) {
|
|
920
|
-
const o = e.indexOf(">", r),
|
|
921
|
-
if (o === -1 ||
|
|
812
|
+
const o = e.indexOf(">", r), a = e.indexOf("</" + t);
|
|
813
|
+
if (o === -1 || a === -1)
|
|
922
814
|
break;
|
|
923
|
-
const
|
|
924
|
-
if (
|
|
815
|
+
const s = e.indexOf(">", a);
|
|
816
|
+
if (s === -1)
|
|
925
817
|
break;
|
|
926
|
-
n += e.slice(o + 1,
|
|
818
|
+
n += e.slice(o + 1, a).trim(), e = e.slice(0, r).trim() + e.slice(s + 1);
|
|
927
819
|
}
|
|
928
820
|
return {
|
|
929
821
|
defs: n,
|
|
930
822
|
content: e
|
|
931
823
|
};
|
|
932
824
|
}
|
|
933
|
-
function
|
|
825
|
+
function tt(e, t) {
|
|
934
826
|
return e ? "<defs>" + e + "</defs>" + t : t;
|
|
935
827
|
}
|
|
936
|
-
function
|
|
937
|
-
const r =
|
|
938
|
-
return
|
|
828
|
+
function nt(e, t, n) {
|
|
829
|
+
const r = et(e);
|
|
830
|
+
return tt(r.defs, t + r.content + n);
|
|
939
831
|
}
|
|
940
|
-
const
|
|
941
|
-
function
|
|
832
|
+
const rt = (e) => e === "unset" || e === "undefined" || e === "none";
|
|
833
|
+
function ot(e, t) {
|
|
942
834
|
const n = {
|
|
943
835
|
...U,
|
|
944
836
|
...e
|
|
@@ -951,75 +843,75 @@ function lt(e, t) {
|
|
|
951
843
|
width: n.width,
|
|
952
844
|
height: n.height
|
|
953
845
|
};
|
|
954
|
-
let
|
|
846
|
+
let a = n.body;
|
|
955
847
|
[n, r].forEach((k) => {
|
|
956
|
-
const
|
|
848
|
+
const f = [], p = k.hFlip, E = k.vFlip;
|
|
957
849
|
let b = k.rotate;
|
|
958
|
-
p ? E ? b += 2 : (
|
|
850
|
+
p ? E ? b += 2 : (f.push(
|
|
959
851
|
"translate(" + (o.width + o.left).toString() + " " + (0 - o.top).toString() + ")"
|
|
960
|
-
),
|
|
852
|
+
), f.push("scale(-1 1)"), o.top = o.left = 0) : E && (f.push(
|
|
961
853
|
"translate(" + (0 - o.left).toString() + " " + (o.height + o.top).toString() + ")"
|
|
962
|
-
),
|
|
854
|
+
), f.push("scale(1 -1)"), o.top = o.left = 0);
|
|
963
855
|
let y;
|
|
964
856
|
switch (b < 0 && (b -= Math.floor(b / 4) * 4), b = b % 4, b) {
|
|
965
857
|
case 1:
|
|
966
|
-
y = o.height / 2 + o.top,
|
|
858
|
+
y = o.height / 2 + o.top, f.unshift(
|
|
967
859
|
"rotate(90 " + y.toString() + " " + y.toString() + ")"
|
|
968
860
|
);
|
|
969
861
|
break;
|
|
970
862
|
case 2:
|
|
971
|
-
|
|
863
|
+
f.unshift(
|
|
972
864
|
"rotate(180 " + (o.width / 2 + o.left).toString() + " " + (o.height / 2 + o.top).toString() + ")"
|
|
973
865
|
);
|
|
974
866
|
break;
|
|
975
867
|
case 3:
|
|
976
|
-
y = o.width / 2 + o.left,
|
|
868
|
+
y = o.width / 2 + o.left, f.unshift(
|
|
977
869
|
"rotate(-90 " + y.toString() + " " + y.toString() + ")"
|
|
978
870
|
);
|
|
979
871
|
break;
|
|
980
872
|
}
|
|
981
|
-
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)),
|
|
982
|
-
|
|
983
|
-
'<g transform="' +
|
|
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
|
+
'<g transform="' + f.join(" ") + '">',
|
|
984
876
|
"</g>"
|
|
985
877
|
));
|
|
986
878
|
});
|
|
987
|
-
const
|
|
988
|
-
let
|
|
989
|
-
|
|
990
|
-
const m = {}, g = (k,
|
|
991
|
-
|
|
879
|
+
const s = r.width, l = r.height, c = o.width, u = o.height;
|
|
880
|
+
let d, h;
|
|
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
|
+
const m = {}, g = (k, f) => {
|
|
883
|
+
rt(f) || (m[k] = f.toString());
|
|
992
884
|
};
|
|
993
|
-
g("width",
|
|
885
|
+
g("width", d), g("height", h);
|
|
994
886
|
const v = [o.left, o.top, c, u];
|
|
995
887
|
return m.viewBox = v.join(" "), {
|
|
996
888
|
attributes: m,
|
|
997
889
|
viewBox: v,
|
|
998
|
-
body:
|
|
890
|
+
body: a
|
|
999
891
|
};
|
|
1000
892
|
}
|
|
1001
|
-
const
|
|
1002
|
-
let
|
|
1003
|
-
function
|
|
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) {
|
|
1004
896
|
const n = [];
|
|
1005
897
|
let r;
|
|
1006
|
-
for (; r =
|
|
898
|
+
for (; r = it.exec(e); )
|
|
1007
899
|
n.push(r[1]);
|
|
1008
900
|
if (!n.length)
|
|
1009
901
|
return e;
|
|
1010
902
|
const o = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
|
|
1011
|
-
return n.forEach((
|
|
1012
|
-
const
|
|
903
|
+
return n.forEach((a) => {
|
|
904
|
+
const s = typeof t == "function" ? t(a) : t + (st++).toString(), l = a.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
1013
905
|
e = e.replace(
|
|
1014
906
|
// Allowed characters before id: [#;"]
|
|
1015
907
|
// Allowed characters after id: [)"], .[a-z]
|
|
1016
908
|
new RegExp('([#;"])(' + l + ')([")]|\\.[a-z])', "g"),
|
|
1017
|
-
"$1" +
|
|
909
|
+
"$1" + s + o + "$3"
|
|
1018
910
|
);
|
|
1019
911
|
}), e = e.replace(new RegExp(o, "g"), ""), e;
|
|
1020
912
|
}
|
|
1021
913
|
const D = /* @__PURE__ */ Object.create(null);
|
|
1022
|
-
function
|
|
914
|
+
function lt(e, t) {
|
|
1023
915
|
D[e] = t;
|
|
1024
916
|
}
|
|
1025
917
|
function N(e) {
|
|
@@ -1059,14 +951,14 @@ for (; C.length > 0; )
|
|
|
1059
951
|
q[""] = _({
|
|
1060
952
|
resources: ["https://api.iconify.design"].concat(A)
|
|
1061
953
|
});
|
|
1062
|
-
function
|
|
954
|
+
function ut(e, t) {
|
|
1063
955
|
const n = _(t);
|
|
1064
956
|
return n === null ? !1 : (q[e] = n, !0);
|
|
1065
957
|
}
|
|
1066
958
|
function Q(e) {
|
|
1067
959
|
return q[e];
|
|
1068
960
|
}
|
|
1069
|
-
const
|
|
961
|
+
const dt = () => {
|
|
1070
962
|
let e;
|
|
1071
963
|
try {
|
|
1072
964
|
if (e = fetch, typeof e == "function")
|
|
@@ -1074,8 +966,8 @@ const gt = () => {
|
|
|
1074
966
|
} catch {
|
|
1075
967
|
}
|
|
1076
968
|
};
|
|
1077
|
-
let ee =
|
|
1078
|
-
function
|
|
969
|
+
let ee = dt();
|
|
970
|
+
function ft(e, t) {
|
|
1079
971
|
const n = Q(e);
|
|
1080
972
|
if (!n)
|
|
1081
973
|
return 0;
|
|
@@ -1084,35 +976,35 @@ function wt(e, t) {
|
|
|
1084
976
|
r = 0;
|
|
1085
977
|
else {
|
|
1086
978
|
let o = 0;
|
|
1087
|
-
n.resources.forEach((
|
|
1088
|
-
o = Math.max(o,
|
|
979
|
+
n.resources.forEach((s) => {
|
|
980
|
+
o = Math.max(o, s.length);
|
|
1089
981
|
});
|
|
1090
|
-
const
|
|
1091
|
-
r = n.maxURL - o - n.path.length -
|
|
982
|
+
const a = t + ".json?icons=";
|
|
983
|
+
r = n.maxURL - o - n.path.length - a.length;
|
|
1092
984
|
}
|
|
1093
985
|
return r;
|
|
1094
986
|
}
|
|
1095
|
-
function
|
|
987
|
+
function ht(e) {
|
|
1096
988
|
return e === 404;
|
|
1097
989
|
}
|
|
1098
|
-
const
|
|
1099
|
-
const r = [], o =
|
|
1100
|
-
let
|
|
1101
|
-
type:
|
|
990
|
+
const pt = (e, t, n) => {
|
|
991
|
+
const r = [], o = ft(e, t), a = "icons";
|
|
992
|
+
let s = {
|
|
993
|
+
type: a,
|
|
1102
994
|
provider: e,
|
|
1103
995
|
prefix: t,
|
|
1104
996
|
icons: []
|
|
1105
997
|
}, l = 0;
|
|
1106
998
|
return n.forEach((c, u) => {
|
|
1107
|
-
l += c.length + 1, l >= o && u > 0 && (r.push(
|
|
1108
|
-
type:
|
|
999
|
+
l += c.length + 1, l >= o && u > 0 && (r.push(s), s = {
|
|
1000
|
+
type: a,
|
|
1109
1001
|
provider: e,
|
|
1110
1002
|
prefix: t,
|
|
1111
1003
|
icons: []
|
|
1112
|
-
}, l = c.length),
|
|
1113
|
-
}), r.push(
|
|
1004
|
+
}, l = c.length), s.icons.push(c);
|
|
1005
|
+
}), r.push(s), r;
|
|
1114
1006
|
};
|
|
1115
|
-
function
|
|
1007
|
+
function mt(e) {
|
|
1116
1008
|
if (typeof e == "string") {
|
|
1117
1009
|
const t = Q(e);
|
|
1118
1010
|
if (t)
|
|
@@ -1120,23 +1012,23 @@ function bt(e) {
|
|
|
1120
1012
|
}
|
|
1121
1013
|
return "/";
|
|
1122
1014
|
}
|
|
1123
|
-
const
|
|
1015
|
+
const gt = (e, t, n) => {
|
|
1124
1016
|
if (!ee) {
|
|
1125
1017
|
n("abort", 424);
|
|
1126
1018
|
return;
|
|
1127
1019
|
}
|
|
1128
|
-
let r =
|
|
1020
|
+
let r = mt(t.provider);
|
|
1129
1021
|
switch (t.type) {
|
|
1130
1022
|
case "icons": {
|
|
1131
|
-
const
|
|
1023
|
+
const a = t.prefix, l = t.icons.join(","), c = new URLSearchParams({
|
|
1132
1024
|
icons: l
|
|
1133
1025
|
});
|
|
1134
|
-
r +=
|
|
1026
|
+
r += a + ".json?" + c.toString();
|
|
1135
1027
|
break;
|
|
1136
1028
|
}
|
|
1137
1029
|
case "custom": {
|
|
1138
|
-
const
|
|
1139
|
-
r +=
|
|
1030
|
+
const a = t.uri;
|
|
1031
|
+
r += a.slice(0, 1) === "/" ? a.slice(1) : a;
|
|
1140
1032
|
break;
|
|
1141
1033
|
}
|
|
1142
1034
|
default:
|
|
@@ -1144,39 +1036,39 @@ const yt = (e, t, n) => {
|
|
|
1144
1036
|
return;
|
|
1145
1037
|
}
|
|
1146
1038
|
let o = 503;
|
|
1147
|
-
ee(e + r).then((
|
|
1148
|
-
const
|
|
1149
|
-
if (
|
|
1039
|
+
ee(e + r).then((a) => {
|
|
1040
|
+
const s = a.status;
|
|
1041
|
+
if (s !== 200) {
|
|
1150
1042
|
setTimeout(() => {
|
|
1151
|
-
n(
|
|
1043
|
+
n(ht(s) ? "abort" : "next", s);
|
|
1152
1044
|
});
|
|
1153
1045
|
return;
|
|
1154
1046
|
}
|
|
1155
|
-
return o = 501,
|
|
1156
|
-
}).then((
|
|
1157
|
-
if (typeof
|
|
1047
|
+
return o = 501, a.json();
|
|
1048
|
+
}).then((a) => {
|
|
1049
|
+
if (typeof a != "object" || a === null) {
|
|
1158
1050
|
setTimeout(() => {
|
|
1159
|
-
|
|
1051
|
+
a === 404 ? n("abort", a) : n("next", o);
|
|
1160
1052
|
});
|
|
1161
1053
|
return;
|
|
1162
1054
|
}
|
|
1163
1055
|
setTimeout(() => {
|
|
1164
|
-
n("success",
|
|
1056
|
+
n("success", a);
|
|
1165
1057
|
});
|
|
1166
1058
|
}).catch(() => {
|
|
1167
1059
|
n("next", o);
|
|
1168
1060
|
});
|
|
1169
|
-
},
|
|
1170
|
-
prepare:
|
|
1171
|
-
send:
|
|
1061
|
+
}, wt = {
|
|
1062
|
+
prepare: pt,
|
|
1063
|
+
send: gt
|
|
1172
1064
|
};
|
|
1173
|
-
function
|
|
1065
|
+
function vt(e) {
|
|
1174
1066
|
const t = {
|
|
1175
1067
|
loaded: [],
|
|
1176
1068
|
missing: [],
|
|
1177
1069
|
pending: []
|
|
1178
1070
|
}, n = /* @__PURE__ */ Object.create(null);
|
|
1179
|
-
e.sort((o,
|
|
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));
|
|
1180
1072
|
let r = {
|
|
1181
1073
|
provider: "",
|
|
1182
1074
|
prefix: "",
|
|
@@ -1186,15 +1078,15 @@ function Et(e) {
|
|
|
1186
1078
|
if (r.name === o.name && r.prefix === o.prefix && r.provider === o.provider)
|
|
1187
1079
|
return;
|
|
1188
1080
|
r = o;
|
|
1189
|
-
const
|
|
1190
|
-
let
|
|
1191
|
-
l in u.icons ?
|
|
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
|
+
let d;
|
|
1083
|
+
l in u.icons ? d = t.loaded : s === "" || u.missing.has(l) ? d = t.missing : d = t.pending;
|
|
1192
1084
|
const h = {
|
|
1193
|
-
provider:
|
|
1194
|
-
prefix:
|
|
1085
|
+
provider: a,
|
|
1086
|
+
prefix: s,
|
|
1195
1087
|
name: l
|
|
1196
1088
|
};
|
|
1197
|
-
|
|
1089
|
+
d.push(h);
|
|
1198
1090
|
}), t;
|
|
1199
1091
|
}
|
|
1200
1092
|
function ge(e, t) {
|
|
@@ -1203,7 +1095,7 @@ function ge(e, t) {
|
|
|
1203
1095
|
r && (n.loaderCallbacks = r.filter((o) => o.id !== t));
|
|
1204
1096
|
});
|
|
1205
1097
|
}
|
|
1206
|
-
function
|
|
1098
|
+
function kt(e) {
|
|
1207
1099
|
e.pendingCallbacksFlag || (e.pendingCallbacksFlag = !0, setTimeout(() => {
|
|
1208
1100
|
e.pendingCallbacksFlag = !1;
|
|
1209
1101
|
const t = e.loaderCallbacks ? e.loaderCallbacks.slice(0) : [];
|
|
@@ -1211,20 +1103,20 @@ function jt(e) {
|
|
|
1211
1103
|
return;
|
|
1212
1104
|
let n = !1;
|
|
1213
1105
|
const r = e.provider, o = e.prefix;
|
|
1214
|
-
t.forEach((
|
|
1215
|
-
const
|
|
1216
|
-
|
|
1106
|
+
t.forEach((a) => {
|
|
1107
|
+
const s = a.icons, l = s.pending.length;
|
|
1108
|
+
s.pending = s.pending.filter((c) => {
|
|
1217
1109
|
if (c.prefix !== o)
|
|
1218
1110
|
return !0;
|
|
1219
1111
|
const u = c.name;
|
|
1220
1112
|
if (e.icons[u])
|
|
1221
|
-
|
|
1113
|
+
s.loaded.push({
|
|
1222
1114
|
provider: r,
|
|
1223
1115
|
prefix: o,
|
|
1224
1116
|
name: u
|
|
1225
1117
|
});
|
|
1226
1118
|
else if (e.missing.has(u))
|
|
1227
|
-
|
|
1119
|
+
s.missing.push({
|
|
1228
1120
|
provider: r,
|
|
1229
1121
|
prefix: o,
|
|
1230
1122
|
name: u
|
|
@@ -1232,38 +1124,38 @@ function jt(e) {
|
|
|
1232
1124
|
else
|
|
1233
1125
|
return n = !0, !0;
|
|
1234
1126
|
return !1;
|
|
1235
|
-
}),
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
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
|
|
1240
1132
|
));
|
|
1241
1133
|
});
|
|
1242
1134
|
}));
|
|
1243
1135
|
}
|
|
1244
|
-
let
|
|
1245
|
-
function
|
|
1246
|
-
const r =
|
|
1136
|
+
let bt = 0;
|
|
1137
|
+
function yt(e, t, n) {
|
|
1138
|
+
const r = bt++, o = ge.bind(null, n, r);
|
|
1247
1139
|
if (!t.pending.length)
|
|
1248
1140
|
return o;
|
|
1249
|
-
const
|
|
1141
|
+
const a = {
|
|
1250
1142
|
id: r,
|
|
1251
1143
|
icons: t,
|
|
1252
1144
|
callback: e,
|
|
1253
1145
|
abort: o
|
|
1254
1146
|
};
|
|
1255
|
-
return n.forEach((
|
|
1256
|
-
(
|
|
1147
|
+
return n.forEach((s) => {
|
|
1148
|
+
(s.loaderCallbacks || (s.loaderCallbacks = [])).push(a);
|
|
1257
1149
|
}), o;
|
|
1258
1150
|
}
|
|
1259
|
-
function
|
|
1151
|
+
function xt(e, t = !0, n = !1) {
|
|
1260
1152
|
const r = [];
|
|
1261
1153
|
return e.forEach((o) => {
|
|
1262
|
-
const
|
|
1263
|
-
|
|
1154
|
+
const a = typeof o == "string" ? T(o, t, n) : o;
|
|
1155
|
+
a && r.push(a);
|
|
1264
1156
|
}), r;
|
|
1265
1157
|
}
|
|
1266
|
-
var
|
|
1158
|
+
var Et = {
|
|
1267
1159
|
resources: [],
|
|
1268
1160
|
index: 0,
|
|
1269
1161
|
timeout: 2e3,
|
|
@@ -1271,20 +1163,20 @@ var Rt = {
|
|
|
1271
1163
|
random: !1,
|
|
1272
1164
|
dataAfterTimeout: !1
|
|
1273
1165
|
};
|
|
1274
|
-
function
|
|
1275
|
-
const o = e.resources.length,
|
|
1276
|
-
let
|
|
1166
|
+
function Mt(e, t, n, r) {
|
|
1167
|
+
const o = e.resources.length, a = e.random ? Math.floor(Math.random() * o) : e.index;
|
|
1168
|
+
let s;
|
|
1277
1169
|
if (e.random) {
|
|
1278
1170
|
let w = e.resources.slice(0);
|
|
1279
|
-
for (
|
|
1171
|
+
for (s = []; w.length > 1; ) {
|
|
1280
1172
|
const x = Math.floor(Math.random() * w.length);
|
|
1281
|
-
|
|
1173
|
+
s.push(w[x]), w = w.slice(0, x).concat(w.slice(x + 1));
|
|
1282
1174
|
}
|
|
1283
|
-
|
|
1175
|
+
s = s.concat(w);
|
|
1284
1176
|
} else
|
|
1285
|
-
|
|
1177
|
+
s = e.resources.slice(a).concat(e.resources.slice(0, a));
|
|
1286
1178
|
const l = Date.now();
|
|
1287
|
-
let c = "pending", u = 0,
|
|
1179
|
+
let c = "pending", u = 0, d, h = null, m = [], g = [];
|
|
1288
1180
|
typeof r == "function" && g.push(r);
|
|
1289
1181
|
function v() {
|
|
1290
1182
|
h && (clearTimeout(h), h = null);
|
|
@@ -1294,7 +1186,7 @@ function It(e, t, n, r) {
|
|
|
1294
1186
|
w.status === "pending" && (w.status = "aborted");
|
|
1295
1187
|
}), m = [];
|
|
1296
1188
|
}
|
|
1297
|
-
function
|
|
1189
|
+
function f(w, x) {
|
|
1298
1190
|
x && (g = []), typeof w == "function" && g.push(w);
|
|
1299
1191
|
}
|
|
1300
1192
|
function p() {
|
|
@@ -1304,13 +1196,13 @@ function It(e, t, n, r) {
|
|
|
1304
1196
|
status: c,
|
|
1305
1197
|
queriesSent: u,
|
|
1306
1198
|
queriesPending: m.length,
|
|
1307
|
-
subscribe:
|
|
1199
|
+
subscribe: f,
|
|
1308
1200
|
abort: k
|
|
1309
1201
|
};
|
|
1310
1202
|
}
|
|
1311
1203
|
function E() {
|
|
1312
1204
|
c = "failed", g.forEach((w) => {
|
|
1313
|
-
w(void 0,
|
|
1205
|
+
w(void 0, d);
|
|
1314
1206
|
});
|
|
1315
1207
|
}
|
|
1316
1208
|
function b() {
|
|
@@ -1318,9 +1210,9 @@ function It(e, t, n, r) {
|
|
|
1318
1210
|
w.status === "pending" && (w.status = "aborted");
|
|
1319
1211
|
}), m = [];
|
|
1320
1212
|
}
|
|
1321
|
-
function y(w, x,
|
|
1213
|
+
function y(w, x, L) {
|
|
1322
1214
|
const F = x !== "success";
|
|
1323
|
-
switch (m = m.filter((
|
|
1215
|
+
switch (m = m.filter((M) => M !== w), c) {
|
|
1324
1216
|
case "pending":
|
|
1325
1217
|
break;
|
|
1326
1218
|
case "failed":
|
|
@@ -1331,26 +1223,26 @@ function It(e, t, n, r) {
|
|
|
1331
1223
|
return;
|
|
1332
1224
|
}
|
|
1333
1225
|
if (x === "abort") {
|
|
1334
|
-
|
|
1226
|
+
d = L, E();
|
|
1335
1227
|
return;
|
|
1336
1228
|
}
|
|
1337
1229
|
if (F) {
|
|
1338
|
-
|
|
1230
|
+
d = L, m.length || (s.length ? P() : E());
|
|
1339
1231
|
return;
|
|
1340
1232
|
}
|
|
1341
1233
|
if (v(), b(), !e.random) {
|
|
1342
|
-
const
|
|
1343
|
-
|
|
1234
|
+
const M = e.resources.indexOf(w.resource);
|
|
1235
|
+
M !== -1 && M !== e.index && (e.index = M);
|
|
1344
1236
|
}
|
|
1345
|
-
c = "completed", g.forEach((
|
|
1346
|
-
|
|
1237
|
+
c = "completed", g.forEach((M) => {
|
|
1238
|
+
M(L);
|
|
1347
1239
|
});
|
|
1348
1240
|
}
|
|
1349
1241
|
function P() {
|
|
1350
1242
|
if (c !== "pending")
|
|
1351
1243
|
return;
|
|
1352
1244
|
v();
|
|
1353
|
-
const w =
|
|
1245
|
+
const w = s.shift();
|
|
1354
1246
|
if (w === void 0) {
|
|
1355
1247
|
if (m.length) {
|
|
1356
1248
|
h = setTimeout(() => {
|
|
@@ -1364,8 +1256,8 @@ function It(e, t, n, r) {
|
|
|
1364
1256
|
const x = {
|
|
1365
1257
|
status: "pending",
|
|
1366
1258
|
resource: w,
|
|
1367
|
-
callback: (
|
|
1368
|
-
y(x,
|
|
1259
|
+
callback: (L, F) => {
|
|
1260
|
+
y(x, L, F);
|
|
1369
1261
|
}
|
|
1370
1262
|
};
|
|
1371
1263
|
m.push(x), u++, h = setTimeout(P, e.rotate), n(w, t, x.callback);
|
|
@@ -1374,7 +1266,7 @@ function It(e, t, n, r) {
|
|
|
1374
1266
|
}
|
|
1375
1267
|
function we(e) {
|
|
1376
1268
|
const t = {
|
|
1377
|
-
...
|
|
1269
|
+
...Et,
|
|
1378
1270
|
...e
|
|
1379
1271
|
};
|
|
1380
1272
|
let n = [];
|
|
@@ -1382,7 +1274,7 @@ function we(e) {
|
|
|
1382
1274
|
n = n.filter((l) => l().status === "pending");
|
|
1383
1275
|
}
|
|
1384
1276
|
function o(l, c, u) {
|
|
1385
|
-
const
|
|
1277
|
+
const d = Mt(
|
|
1386
1278
|
t,
|
|
1387
1279
|
l,
|
|
1388
1280
|
c,
|
|
@@ -1390,14 +1282,14 @@ function we(e) {
|
|
|
1390
1282
|
r(), u && u(h, m);
|
|
1391
1283
|
}
|
|
1392
1284
|
);
|
|
1393
|
-
return n.push(
|
|
1285
|
+
return n.push(d), d;
|
|
1394
1286
|
}
|
|
1395
|
-
function
|
|
1287
|
+
function a(l) {
|
|
1396
1288
|
return n.find((c) => l(c)) || null;
|
|
1397
1289
|
}
|
|
1398
1290
|
return {
|
|
1399
1291
|
query: o,
|
|
1400
|
-
find:
|
|
1292
|
+
find: a,
|
|
1401
1293
|
setIndex: (l) => {
|
|
1402
1294
|
t.index = l;
|
|
1403
1295
|
},
|
|
@@ -1407,9 +1299,9 @@ function we(e) {
|
|
|
1407
1299
|
}
|
|
1408
1300
|
function te() {
|
|
1409
1301
|
}
|
|
1410
|
-
const
|
|
1411
|
-
function
|
|
1412
|
-
if (!
|
|
1302
|
+
const Z = /* @__PURE__ */ Object.create(null);
|
|
1303
|
+
function jt(e) {
|
|
1304
|
+
if (!Z[e]) {
|
|
1413
1305
|
const t = Q(e);
|
|
1414
1306
|
if (!t)
|
|
1415
1307
|
return;
|
|
@@ -1417,24 +1309,24 @@ function Ot(e) {
|
|
|
1417
1309
|
config: t,
|
|
1418
1310
|
redundancy: n
|
|
1419
1311
|
};
|
|
1420
|
-
|
|
1312
|
+
Z[e] = r;
|
|
1421
1313
|
}
|
|
1422
|
-
return
|
|
1314
|
+
return Z[e];
|
|
1423
1315
|
}
|
|
1424
|
-
function
|
|
1316
|
+
function Lt(e, t, n) {
|
|
1425
1317
|
let r, o;
|
|
1426
1318
|
if (typeof e == "string") {
|
|
1427
|
-
const
|
|
1428
|
-
if (!
|
|
1319
|
+
const a = N(e);
|
|
1320
|
+
if (!a)
|
|
1429
1321
|
return n(void 0, 424), te;
|
|
1430
|
-
o =
|
|
1431
|
-
const
|
|
1432
|
-
|
|
1322
|
+
o = a.send;
|
|
1323
|
+
const s = jt(e);
|
|
1324
|
+
s && (r = s.redundancy);
|
|
1433
1325
|
} else {
|
|
1434
|
-
const
|
|
1435
|
-
if (
|
|
1436
|
-
r = we(
|
|
1437
|
-
const
|
|
1326
|
+
const a = _(e);
|
|
1327
|
+
if (a) {
|
|
1328
|
+
r = we(a);
|
|
1329
|
+
const s = e.resources ? e.resources[0] : "", l = N(s);
|
|
1438
1330
|
l && (o = l.send);
|
|
1439
1331
|
}
|
|
1440
1332
|
}
|
|
@@ -1442,15 +1334,15 @@ function Ft(e, t, n) {
|
|
|
1442
1334
|
}
|
|
1443
1335
|
function ne() {
|
|
1444
1336
|
}
|
|
1445
|
-
function
|
|
1337
|
+
function Ct(e) {
|
|
1446
1338
|
e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
|
|
1447
|
-
e.iconsLoaderFlag = !1,
|
|
1339
|
+
e.iconsLoaderFlag = !1, kt(e);
|
|
1448
1340
|
}));
|
|
1449
1341
|
}
|
|
1450
|
-
function
|
|
1342
|
+
function Rt(e) {
|
|
1451
1343
|
const t = [], n = [];
|
|
1452
1344
|
return e.forEach((r) => {
|
|
1453
|
-
(r.match(
|
|
1345
|
+
(r.match(de) ? t : n).push(r);
|
|
1454
1346
|
}), {
|
|
1455
1347
|
valid: t,
|
|
1456
1348
|
invalid: n
|
|
@@ -1459,20 +1351,20 @@ function At(e) {
|
|
|
1459
1351
|
function R(e, t, n) {
|
|
1460
1352
|
function r() {
|
|
1461
1353
|
const o = e.pendingIcons;
|
|
1462
|
-
t.forEach((
|
|
1463
|
-
o && o.delete(
|
|
1354
|
+
t.forEach((a) => {
|
|
1355
|
+
o && o.delete(a), e.icons[a] || e.missing.add(a);
|
|
1464
1356
|
});
|
|
1465
1357
|
}
|
|
1466
1358
|
if (n && typeof n == "object")
|
|
1467
1359
|
try {
|
|
1468
|
-
if (!
|
|
1360
|
+
if (!fe(e, n).length) {
|
|
1469
1361
|
r();
|
|
1470
1362
|
return;
|
|
1471
1363
|
}
|
|
1472
1364
|
} catch (o) {
|
|
1473
1365
|
console.error(o);
|
|
1474
1366
|
}
|
|
1475
|
-
r(),
|
|
1367
|
+
r(), Ct(e);
|
|
1476
1368
|
}
|
|
1477
1369
|
function re(e, t) {
|
|
1478
1370
|
e instanceof Promise ? e.then((n) => {
|
|
@@ -1481,54 +1373,54 @@ function re(e, t) {
|
|
|
1481
1373
|
t(null);
|
|
1482
1374
|
}) : t(e);
|
|
1483
1375
|
}
|
|
1484
|
-
function
|
|
1376
|
+
function It(e, t) {
|
|
1485
1377
|
e.iconsToLoad ? e.iconsToLoad = e.iconsToLoad.concat(t).sort() : e.iconsToLoad = t, e.iconsQueueFlag || (e.iconsQueueFlag = !0, setTimeout(() => {
|
|
1486
1378
|
e.iconsQueueFlag = !1;
|
|
1487
1379
|
const { provider: n, prefix: r } = e, o = e.iconsToLoad;
|
|
1488
1380
|
if (delete e.iconsToLoad, !o || !o.length)
|
|
1489
1381
|
return;
|
|
1490
|
-
const
|
|
1491
|
-
if (e.loadIcons && (o.length > 1 || !
|
|
1382
|
+
const a = e.loadIcon;
|
|
1383
|
+
if (e.loadIcons && (o.length > 1 || !a)) {
|
|
1492
1384
|
re(
|
|
1493
1385
|
e.loadIcons(o, r, n),
|
|
1494
|
-
(
|
|
1495
|
-
R(e, o,
|
|
1386
|
+
(d) => {
|
|
1387
|
+
R(e, o, d);
|
|
1496
1388
|
}
|
|
1497
1389
|
);
|
|
1498
1390
|
return;
|
|
1499
1391
|
}
|
|
1500
|
-
if (
|
|
1501
|
-
o.forEach((
|
|
1502
|
-
const h =
|
|
1392
|
+
if (a) {
|
|
1393
|
+
o.forEach((d) => {
|
|
1394
|
+
const h = a(d, r, n);
|
|
1503
1395
|
re(h, (m) => {
|
|
1504
1396
|
const g = m ? {
|
|
1505
1397
|
prefix: r,
|
|
1506
1398
|
icons: {
|
|
1507
|
-
[
|
|
1399
|
+
[d]: m
|
|
1508
1400
|
}
|
|
1509
1401
|
} : null;
|
|
1510
|
-
R(e, [
|
|
1402
|
+
R(e, [d], g);
|
|
1511
1403
|
});
|
|
1512
1404
|
});
|
|
1513
1405
|
return;
|
|
1514
1406
|
}
|
|
1515
|
-
const { valid:
|
|
1516
|
-
if (l.length && R(e, l, null), !
|
|
1407
|
+
const { valid: s, invalid: l } = Rt(o);
|
|
1408
|
+
if (l.length && R(e, l, null), !s.length)
|
|
1517
1409
|
return;
|
|
1518
|
-
const c = r.match(
|
|
1410
|
+
const c = r.match(de) ? N(n) : null;
|
|
1519
1411
|
if (!c) {
|
|
1520
|
-
R(e,
|
|
1412
|
+
R(e, s, null);
|
|
1521
1413
|
return;
|
|
1522
1414
|
}
|
|
1523
|
-
c.prepare(n, r,
|
|
1524
|
-
|
|
1525
|
-
R(e,
|
|
1415
|
+
c.prepare(n, r, s).forEach((d) => {
|
|
1416
|
+
Lt(n, d, (h) => {
|
|
1417
|
+
R(e, d.icons, h);
|
|
1526
1418
|
});
|
|
1527
1419
|
});
|
|
1528
1420
|
}));
|
|
1529
1421
|
}
|
|
1530
|
-
const
|
|
1531
|
-
const n =
|
|
1422
|
+
const Ot = (e, t) => {
|
|
1423
|
+
const n = xt(e, !0, he()), r = vt(n);
|
|
1532
1424
|
if (!r.pending.length) {
|
|
1533
1425
|
let c = !0;
|
|
1534
1426
|
return t && setTimeout(() => {
|
|
@@ -1542,36 +1434,36 @@ const Tt = (e, t) => {
|
|
|
1542
1434
|
c = !1;
|
|
1543
1435
|
};
|
|
1544
1436
|
}
|
|
1545
|
-
const o = /* @__PURE__ */ Object.create(null),
|
|
1546
|
-
let
|
|
1437
|
+
const o = /* @__PURE__ */ Object.create(null), a = [];
|
|
1438
|
+
let s, l;
|
|
1547
1439
|
return r.pending.forEach((c) => {
|
|
1548
|
-
const { provider: u, prefix:
|
|
1549
|
-
if (
|
|
1440
|
+
const { provider: u, prefix: d } = c;
|
|
1441
|
+
if (d === l && u === s)
|
|
1550
1442
|
return;
|
|
1551
|
-
|
|
1443
|
+
s = u, l = d, a.push(j(u, d));
|
|
1552
1444
|
const h = o[u] || (o[u] = /* @__PURE__ */ Object.create(null));
|
|
1553
|
-
h[
|
|
1445
|
+
h[d] || (h[d] = []);
|
|
1554
1446
|
}), r.pending.forEach((c) => {
|
|
1555
|
-
const { provider: u, prefix:
|
|
1556
|
-
g.has(h) || (g.add(h), o[u][
|
|
1557
|
-
}),
|
|
1447
|
+
const { provider: u, prefix: d, name: h } = c, m = j(u, d), g = m.pendingIcons || (m.pendingIcons = /* @__PURE__ */ new Set());
|
|
1448
|
+
g.has(h) || (g.add(h), o[u][d].push(h));
|
|
1449
|
+
}), a.forEach((c) => {
|
|
1558
1450
|
const u = o[c.provider][c.prefix];
|
|
1559
|
-
u.length &&
|
|
1560
|
-
}), t ?
|
|
1451
|
+
u.length && It(c, u);
|
|
1452
|
+
}), t ? yt(t, r, a) : ne;
|
|
1561
1453
|
};
|
|
1562
|
-
function
|
|
1454
|
+
function Ft(e, t) {
|
|
1563
1455
|
const n = {
|
|
1564
1456
|
...e
|
|
1565
1457
|
};
|
|
1566
1458
|
for (const r in t) {
|
|
1567
|
-
const o = t[r],
|
|
1568
|
-
r in pe ? (o === null || 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);
|
|
1569
1461
|
}
|
|
1570
1462
|
return n;
|
|
1571
1463
|
}
|
|
1572
|
-
const
|
|
1573
|
-
function
|
|
1574
|
-
t.split(
|
|
1464
|
+
const St = /[\s,]+/;
|
|
1465
|
+
function At(e, t) {
|
|
1466
|
+
t.split(St).forEach((n) => {
|
|
1575
1467
|
switch (n.trim()) {
|
|
1576
1468
|
case "horizontal":
|
|
1577
1469
|
e.hFlip = !0;
|
|
@@ -1582,7 +1474,7 @@ function Bt(e, t) {
|
|
|
1582
1474
|
}
|
|
1583
1475
|
});
|
|
1584
1476
|
}
|
|
1585
|
-
function
|
|
1477
|
+
function $t(e, t = 0) {
|
|
1586
1478
|
const n = e.replace(/^-?[0-9.]*/, "");
|
|
1587
1479
|
function r(o) {
|
|
1588
1480
|
for (; o < 0; )
|
|
@@ -1602,29 +1494,29 @@ function Vt(e, t = 0) {
|
|
|
1602
1494
|
o = 90;
|
|
1603
1495
|
}
|
|
1604
1496
|
if (o) {
|
|
1605
|
-
let
|
|
1606
|
-
return isNaN(
|
|
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);
|
|
1607
1499
|
}
|
|
1608
1500
|
}
|
|
1609
1501
|
return t;
|
|
1610
1502
|
}
|
|
1611
|
-
function
|
|
1503
|
+
function Tt(e, t) {
|
|
1612
1504
|
let n = e.indexOf("xlink:") === -1 ? "" : ' xmlns:xlink="http://www.w3.org/1999/xlink"';
|
|
1613
1505
|
for (const r in t)
|
|
1614
1506
|
n += " " + r + '="' + t[r] + '"';
|
|
1615
1507
|
return '<svg xmlns="http://www.w3.org/2000/svg"' + n + ">" + e + "</svg>";
|
|
1616
1508
|
}
|
|
1617
|
-
function
|
|
1509
|
+
function Pt(e) {
|
|
1618
1510
|
return e.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
|
|
1619
1511
|
}
|
|
1620
|
-
function
|
|
1621
|
-
return "data:image/svg+xml," +
|
|
1512
|
+
function Ht(e) {
|
|
1513
|
+
return "data:image/svg+xml," + Pt(e);
|
|
1622
1514
|
}
|
|
1623
|
-
function
|
|
1624
|
-
return 'url("' +
|
|
1515
|
+
function Bt(e) {
|
|
1516
|
+
return 'url("' + Ht(e) + '")';
|
|
1625
1517
|
}
|
|
1626
1518
|
let I;
|
|
1627
|
-
function
|
|
1519
|
+
function Zt() {
|
|
1628
1520
|
try {
|
|
1629
1521
|
I = window.trustedTypes.createPolicy("iconify", {
|
|
1630
1522
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
@@ -1634,18 +1526,18 @@ function zt() {
|
|
|
1634
1526
|
I = null;
|
|
1635
1527
|
}
|
|
1636
1528
|
}
|
|
1637
|
-
function
|
|
1638
|
-
return I === void 0 &&
|
|
1529
|
+
function Vt(e) {
|
|
1530
|
+
return I === void 0 && Zt(), I ? I.createHTML(e) : e;
|
|
1639
1531
|
}
|
|
1640
1532
|
const ve = {
|
|
1641
1533
|
...me,
|
|
1642
1534
|
inline: !1
|
|
1643
|
-
},
|
|
1535
|
+
}, Wt = {
|
|
1644
1536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1645
1537
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1646
1538
|
"aria-hidden": !0,
|
|
1647
1539
|
role: "img"
|
|
1648
|
-
},
|
|
1540
|
+
}, Dt = {
|
|
1649
1541
|
display: "inline-block"
|
|
1650
1542
|
}, z = {
|
|
1651
1543
|
backgroundColor: "currentColor"
|
|
@@ -1665,33 +1557,33 @@ for (const e in ie) {
|
|
|
1665
1557
|
for (const n in oe)
|
|
1666
1558
|
t[e + n] = oe[n];
|
|
1667
1559
|
}
|
|
1668
|
-
const
|
|
1560
|
+
const Nt = {
|
|
1669
1561
|
...ve,
|
|
1670
1562
|
inline: !0
|
|
1671
1563
|
};
|
|
1672
|
-
function
|
|
1564
|
+
function ae(e) {
|
|
1673
1565
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
|
1674
1566
|
}
|
|
1675
|
-
const
|
|
1676
|
-
const r = t.inline ?
|
|
1677
|
-
...
|
|
1567
|
+
const zt = (e, t, n) => {
|
|
1568
|
+
const r = t.inline ? Nt : ve, o = Ft(r, t), a = t.mode || "svg", s = {}, l = t.style || {}, c = {
|
|
1569
|
+
...a === "svg" ? Wt : {}
|
|
1678
1570
|
};
|
|
1679
1571
|
if (n) {
|
|
1680
|
-
const
|
|
1681
|
-
if (
|
|
1572
|
+
const f = T(n, !1, !0);
|
|
1573
|
+
if (f) {
|
|
1682
1574
|
const p = ["iconify"], E = [
|
|
1683
1575
|
"provider",
|
|
1684
1576
|
"prefix"
|
|
1685
1577
|
];
|
|
1686
1578
|
for (const b of E)
|
|
1687
|
-
|
|
1579
|
+
f[b] && p.push("iconify--" + f[b]);
|
|
1688
1580
|
c.className = p.join(" ");
|
|
1689
1581
|
}
|
|
1690
1582
|
}
|
|
1691
|
-
for (let
|
|
1692
|
-
const p = t[
|
|
1583
|
+
for (let f in t) {
|
|
1584
|
+
const p = t[f];
|
|
1693
1585
|
if (p !== void 0)
|
|
1694
|
-
switch (
|
|
1586
|
+
switch (f) {
|
|
1695
1587
|
case "icon":
|
|
1696
1588
|
case "style":
|
|
1697
1589
|
case "children":
|
|
@@ -1703,58 +1595,58 @@ const Gt = (e, t, n) => {
|
|
|
1703
1595
|
c.ref = p;
|
|
1704
1596
|
break;
|
|
1705
1597
|
case "className":
|
|
1706
|
-
c[
|
|
1598
|
+
c[f] = (c[f] ? c[f] + " " : "") + p;
|
|
1707
1599
|
break;
|
|
1708
1600
|
case "inline":
|
|
1709
1601
|
case "hFlip":
|
|
1710
1602
|
case "vFlip":
|
|
1711
|
-
o[
|
|
1603
|
+
o[f] = p === !0 || p === "true" || p === 1;
|
|
1712
1604
|
break;
|
|
1713
1605
|
case "flip":
|
|
1714
|
-
typeof p == "string" &&
|
|
1606
|
+
typeof p == "string" && At(o, p);
|
|
1715
1607
|
break;
|
|
1716
1608
|
case "color":
|
|
1717
|
-
|
|
1609
|
+
s.color = p;
|
|
1718
1610
|
break;
|
|
1719
1611
|
case "rotate":
|
|
1720
|
-
typeof p == "string" ? o[
|
|
1612
|
+
typeof p == "string" ? o[f] = $t(p) : typeof p == "number" && (o[f] = p);
|
|
1721
1613
|
break;
|
|
1722
1614
|
case "ariaHidden":
|
|
1723
1615
|
case "aria-hidden":
|
|
1724
1616
|
p !== !0 && p !== "true" && delete c["aria-hidden"];
|
|
1725
1617
|
break;
|
|
1726
1618
|
default:
|
|
1727
|
-
r[
|
|
1619
|
+
r[f] === void 0 && (c[f] = p);
|
|
1728
1620
|
}
|
|
1729
1621
|
}
|
|
1730
|
-
const u =
|
|
1731
|
-
if (o.inline && (
|
|
1622
|
+
const u = ot(e, o), d = u.attributes;
|
|
1623
|
+
if (o.inline && (s.verticalAlign = "-0.125em"), a === "svg") {
|
|
1732
1624
|
c.style = {
|
|
1733
|
-
...
|
|
1625
|
+
...s,
|
|
1734
1626
|
...l
|
|
1735
|
-
}, Object.assign(c,
|
|
1736
|
-
let
|
|
1627
|
+
}, Object.assign(c, d);
|
|
1628
|
+
let f = 0, p = t.id;
|
|
1737
1629
|
return typeof p == "string" && (p = p.replace(/-/g, "_")), c.dangerouslySetInnerHTML = {
|
|
1738
|
-
__html:
|
|
1739
|
-
},
|
|
1630
|
+
__html: Vt(ct(u.body, p ? () => p + "ID" + f++ : "iconifyReact"))
|
|
1631
|
+
}, V("svg", c);
|
|
1740
1632
|
}
|
|
1741
|
-
const { body: h, width: m, height: g } = e, v =
|
|
1742
|
-
...
|
|
1633
|
+
const { body: h, width: m, height: g } = e, v = a === "mask" || (a === "bg" ? !1 : h.indexOf("currentColor") !== -1), k = Tt(h, {
|
|
1634
|
+
...d,
|
|
1743
1635
|
width: m + "",
|
|
1744
1636
|
height: g + ""
|
|
1745
1637
|
});
|
|
1746
1638
|
return c.style = {
|
|
1747
|
-
...
|
|
1748
|
-
"--svg":
|
|
1749
|
-
width:
|
|
1750
|
-
height:
|
|
1751
|
-
...
|
|
1639
|
+
...s,
|
|
1640
|
+
"--svg": Bt(k),
|
|
1641
|
+
width: ae(d.width),
|
|
1642
|
+
height: ae(d.height),
|
|
1643
|
+
...Dt,
|
|
1752
1644
|
...v ? z : ke,
|
|
1753
1645
|
...l
|
|
1754
|
-
},
|
|
1646
|
+
}, V("span", c);
|
|
1755
1647
|
};
|
|
1756
1648
|
he(!0);
|
|
1757
|
-
|
|
1649
|
+
lt("", wt);
|
|
1758
1650
|
if (typeof document < "u" && typeof window < "u") {
|
|
1759
1651
|
const e = window;
|
|
1760
1652
|
if (e.IconifyPreload !== void 0) {
|
|
@@ -1764,7 +1656,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1764
1656
|
// Check if item is an object and not null/array
|
|
1765
1657
|
(typeof r != "object" || r === null || r instanceof Array || // Check for 'icons' and 'prefix'
|
|
1766
1658
|
typeof r.icons != "object" || typeof r.prefix != "string" || // Add icon set
|
|
1767
|
-
!
|
|
1659
|
+
!Ke(r)) && console.error(n);
|
|
1768
1660
|
} catch {
|
|
1769
1661
|
console.error(n);
|
|
1770
1662
|
}
|
|
@@ -1779,7 +1671,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1779
1671
|
const o = t[n];
|
|
1780
1672
|
if (typeof o != "object" || !o || o.resources === void 0)
|
|
1781
1673
|
continue;
|
|
1782
|
-
|
|
1674
|
+
ut(n, o) || console.error(r);
|
|
1783
1675
|
} catch {
|
|
1784
1676
|
console.error(r);
|
|
1785
1677
|
}
|
|
@@ -1788,7 +1680,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1788
1680
|
}
|
|
1789
1681
|
function be(e) {
|
|
1790
1682
|
const [t, n] = H(!!e.ssr), [r, o] = H({});
|
|
1791
|
-
function
|
|
1683
|
+
function a(g) {
|
|
1792
1684
|
if (g) {
|
|
1793
1685
|
const v = e.icon;
|
|
1794
1686
|
if (typeof v == "object")
|
|
@@ -1807,16 +1699,16 @@ function be(e) {
|
|
|
1807
1699
|
name: ""
|
|
1808
1700
|
};
|
|
1809
1701
|
}
|
|
1810
|
-
const [
|
|
1702
|
+
const [s, l] = H(a(!!e.ssr));
|
|
1811
1703
|
function c() {
|
|
1812
1704
|
const g = r.callback;
|
|
1813
1705
|
g && (g(), o({}));
|
|
1814
1706
|
}
|
|
1815
1707
|
function u(g) {
|
|
1816
|
-
if (JSON.stringify(
|
|
1708
|
+
if (JSON.stringify(s) !== JSON.stringify(g))
|
|
1817
1709
|
return c(), l(g), !0;
|
|
1818
1710
|
}
|
|
1819
|
-
function
|
|
1711
|
+
function d() {
|
|
1820
1712
|
var g;
|
|
1821
1713
|
const v = e.icon;
|
|
1822
1714
|
if (typeof v == "object") {
|
|
@@ -1832,125 +1724,289 @@ function be(e) {
|
|
|
1832
1724
|
data: k
|
|
1833
1725
|
}))
|
|
1834
1726
|
if (k === void 0) {
|
|
1835
|
-
const
|
|
1727
|
+
const f = Ot([v], d);
|
|
1836
1728
|
o({
|
|
1837
|
-
callback:
|
|
1729
|
+
callback: f
|
|
1838
1730
|
});
|
|
1839
1731
|
} else k && ((g = e.onLoad) === null || g === void 0 || g.call(e, v));
|
|
1840
1732
|
}
|
|
1841
1733
|
G(() => (n(!0), c), []), G(() => {
|
|
1842
|
-
t &&
|
|
1734
|
+
t && d();
|
|
1843
1735
|
}, [e.icon, t]);
|
|
1844
|
-
const { name: h, data: m } =
|
|
1845
|
-
return m ?
|
|
1736
|
+
const { name: h, data: m } = s;
|
|
1737
|
+
return m ? zt({
|
|
1846
1738
|
...U,
|
|
1847
1739
|
...m
|
|
1848
|
-
}, e, h) : e.children ? e.children : e.fallback ? e.fallback :
|
|
1740
|
+
}, e, h) : e.children ? e.children : e.fallback ? e.fallback : V("span", {});
|
|
1849
1741
|
}
|
|
1850
|
-
const
|
|
1742
|
+
const En = se((e, t) => be({
|
|
1851
1743
|
...e,
|
|
1852
1744
|
_ref: t
|
|
1853
1745
|
}));
|
|
1854
|
-
|
|
1746
|
+
se((e, t) => be({
|
|
1855
1747
|
inline: !0,
|
|
1856
1748
|
...e,
|
|
1857
1749
|
_ref: t
|
|
1858
1750
|
}));
|
|
1859
|
-
const
|
|
1751
|
+
const Mn = {
|
|
1860
1752
|
width: 24,
|
|
1861
1753
|
height: 24,
|
|
1862
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"/>'
|
|
1863
|
-
},
|
|
1755
|
+
}, jn = {
|
|
1864
1756
|
width: 24,
|
|
1865
1757
|
height: 24,
|
|
1866
1758
|
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19h16M4 15l4-6l4 2l4-5l4 4"/>'
|
|
1867
|
-
},
|
|
1759
|
+
}, Ln = {
|
|
1868
1760
|
width: 24,
|
|
1869
1761
|
height: 24,
|
|
1870
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"/>'
|
|
1871
|
-
},
|
|
1763
|
+
}, Cn = {
|
|
1872
1764
|
width: 24,
|
|
1873
1765
|
height: 24,
|
|
1874
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>'
|
|
1875
|
-
},
|
|
1767
|
+
}, Rn = {
|
|
1876
1768
|
width: 24,
|
|
1877
1769
|
height: 24,
|
|
1878
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>'
|
|
1879
|
-
},
|
|
1771
|
+
}, In = {
|
|
1880
1772
|
width: 24,
|
|
1881
1773
|
height: 24,
|
|
1882
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"/>'
|
|
1883
|
-
},
|
|
1775
|
+
}, On = {
|
|
1884
1776
|
width: 24,
|
|
1885
1777
|
height: 24,
|
|
1886
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>'
|
|
1887
|
-
},
|
|
1779
|
+
}, Fn = {
|
|
1888
1780
|
width: 24,
|
|
1889
1781
|
height: 24,
|
|
1890
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>'
|
|
1891
|
-
},
|
|
1783
|
+
}, Sn = {
|
|
1892
1784
|
width: 24,
|
|
1893
1785
|
height: 24,
|
|
1894
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"/>'
|
|
1895
|
-
},
|
|
1787
|
+
}, An = {
|
|
1896
1788
|
width: 24,
|
|
1897
1789
|
height: 24,
|
|
1898
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"/>'
|
|
1899
|
-
},
|
|
1791
|
+
}, $n = {
|
|
1900
1792
|
width: 24,
|
|
1901
1793
|
height: 24,
|
|
1902
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>'
|
|
1903
|
-
},
|
|
1795
|
+
}, Tn = {
|
|
1904
1796
|
width: 24,
|
|
1905
1797
|
height: 24,
|
|
1906
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"/>'
|
|
1907
|
-
},
|
|
1799
|
+
}, Pn = {
|
|
1800
|
+
width: 24,
|
|
1801
|
+
height: 24,
|
|
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
|
+
}, Hn = {
|
|
1908
1804
|
width: 24,
|
|
1909
1805
|
height: 24,
|
|
1910
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
|
+
}, Bn = {
|
|
1808
|
+
width: 24,
|
|
1809
|
+
height: 24,
|
|
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>'
|
|
1911
1811
|
};
|
|
1812
|
+
function Ut({
|
|
1813
|
+
title: e,
|
|
1814
|
+
titleId: t,
|
|
1815
|
+
...n
|
|
1816
|
+
}, r) {
|
|
1817
|
+
return /* @__PURE__ */ i.createElement("svg", Object.assign({
|
|
1818
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1819
|
+
viewBox: "0 0 24 24",
|
|
1820
|
+
fill: "currentColor",
|
|
1821
|
+
"aria-hidden": "true",
|
|
1822
|
+
"data-slot": "icon",
|
|
1823
|
+
ref: r,
|
|
1824
|
+
"aria-labelledby": t
|
|
1825
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
1826
|
+
id: t
|
|
1827
|
+
}, e) : null, /* @__PURE__ */ i.createElement("path", {
|
|
1828
|
+
fillRule: "evenodd",
|
|
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
|
+
clipRule: "evenodd"
|
|
1831
|
+
}));
|
|
1832
|
+
}
|
|
1833
|
+
const Zn = /* @__PURE__ */ i.forwardRef(Ut);
|
|
1834
|
+
function _t({
|
|
1835
|
+
title: e,
|
|
1836
|
+
titleId: t,
|
|
1837
|
+
...n
|
|
1838
|
+
}, r) {
|
|
1839
|
+
return /* @__PURE__ */ i.createElement("svg", Object.assign({
|
|
1840
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1841
|
+
viewBox: "0 0 24 24",
|
|
1842
|
+
fill: "currentColor",
|
|
1843
|
+
"aria-hidden": "true",
|
|
1844
|
+
"data-slot": "icon",
|
|
1845
|
+
ref: r,
|
|
1846
|
+
"aria-labelledby": t
|
|
1847
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
1848
|
+
id: t
|
|
1849
|
+
}, e) : null, /* @__PURE__ */ i.createElement("path", {
|
|
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
|
+
}));
|
|
1852
|
+
}
|
|
1853
|
+
const Vn = /* @__PURE__ */ i.forwardRef(_t);
|
|
1854
|
+
function qt({
|
|
1855
|
+
title: e,
|
|
1856
|
+
titleId: t,
|
|
1857
|
+
...n
|
|
1858
|
+
}, r) {
|
|
1859
|
+
return /* @__PURE__ */ i.createElement("svg", Object.assign({
|
|
1860
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1861
|
+
viewBox: "0 0 24 24",
|
|
1862
|
+
fill: "currentColor",
|
|
1863
|
+
"aria-hidden": "true",
|
|
1864
|
+
"data-slot": "icon",
|
|
1865
|
+
ref: r,
|
|
1866
|
+
"aria-labelledby": t
|
|
1867
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
1868
|
+
id: t
|
|
1869
|
+
}, e) : null, /* @__PURE__ */ i.createElement("path", {
|
|
1870
|
+
fillRule: "evenodd",
|
|
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
|
+
clipRule: "evenodd"
|
|
1873
|
+
}));
|
|
1874
|
+
}
|
|
1875
|
+
const Wn = /* @__PURE__ */ i.forwardRef(qt);
|
|
1876
|
+
function Qt({
|
|
1877
|
+
title: e,
|
|
1878
|
+
titleId: t,
|
|
1879
|
+
...n
|
|
1880
|
+
}, r) {
|
|
1881
|
+
return /* @__PURE__ */ i.createElement("svg", Object.assign({
|
|
1882
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1883
|
+
viewBox: "0 0 24 24",
|
|
1884
|
+
fill: "currentColor",
|
|
1885
|
+
"aria-hidden": "true",
|
|
1886
|
+
"data-slot": "icon",
|
|
1887
|
+
ref: r,
|
|
1888
|
+
"aria-labelledby": t
|
|
1889
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
1890
|
+
id: t
|
|
1891
|
+
}, e) : null, /* @__PURE__ */ i.createElement("path", {
|
|
1892
|
+
fillRule: "evenodd",
|
|
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
|
+
clipRule: "evenodd"
|
|
1895
|
+
}));
|
|
1896
|
+
}
|
|
1897
|
+
const Dn = /* @__PURE__ */ i.forwardRef(Qt);
|
|
1898
|
+
function Gt({
|
|
1899
|
+
title: e,
|
|
1900
|
+
titleId: t,
|
|
1901
|
+
...n
|
|
1902
|
+
}, r) {
|
|
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({
|
|
1948
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1949
|
+
viewBox: "0 0 24 24",
|
|
1950
|
+
fill: "currentColor",
|
|
1951
|
+
"aria-hidden": "true",
|
|
1952
|
+
"data-slot": "icon",
|
|
1953
|
+
ref: r,
|
|
1954
|
+
"aria-labelledby": t
|
|
1955
|
+
}, n), e ? /* @__PURE__ */ i.createElement("title", {
|
|
1956
|
+
id: t
|
|
1957
|
+
}, e) : null, /* @__PURE__ */ i.createElement("path", {
|
|
1958
|
+
fillRule: "evenodd",
|
|
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",
|
|
1960
|
+
clipRule: "evenodd"
|
|
1961
|
+
}));
|
|
1962
|
+
}
|
|
1963
|
+
const Un = /* @__PURE__ */ i.forwardRef(Kt);
|
|
1912
1964
|
export {
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1965
|
+
gn as A,
|
|
1966
|
+
vn as B,
|
|
1967
|
+
tn as C,
|
|
1968
|
+
kn as D,
|
|
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,
|
|
1980
|
+
en as P,
|
|
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,
|
|
1948
2004
|
on as t,
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
2005
|
+
an as u,
|
|
2006
|
+
Un as v,
|
|
2007
|
+
Zn as w,
|
|
2008
|
+
Vn as x,
|
|
2009
|
+
xn as y,
|
|
2010
|
+
mn as z
|
|
1955
2011
|
};
|
|
1956
|
-
//# sourceMappingURL=icons-
|
|
2012
|
+
//# sourceMappingURL=icons-B_0yoGjv.js.map
|