@synnaxlabs/media 0.35.0 → 0.36.0

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/media.js CHANGED
@@ -1,665 +1,476 @@
1
- import B from "react";
2
- var l1 = { exports: {} }, D = {};
1
+ import C from "react";
2
+ var O = { exports: {} }, k = {};
3
3
  /**
4
4
  * @license React
5
- * react-jsx-runtime.production.min.js
5
+ * react-jsx-runtime.production.js
6
6
  *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
7
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
8
8
  *
9
9
  * This source code is licensed under the MIT license found in the
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
- var R1;
13
- function S2() {
14
- if (R1) return D;
15
- R1 = 1;
16
- var t = B, l = Symbol.for("react.element"), c = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, f = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, y = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function k(b, p, O) {
18
- var C, V = {}, A = null, I = null;
19
- O !== void 0 && (A = "" + O), p.key !== void 0 && (A = "" + p.key), p.ref !== void 0 && (I = p.ref);
20
- for (C in p) o.call(p, C) && !y.hasOwnProperty(C) && (V[C] = p[C]);
21
- if (b && b.defaultProps) for (C in p = b.defaultProps, p) V[C] === void 0 && (V[C] = p[C]);
22
- return { $$typeof: l, type: b, key: A, ref: I, props: V, _owner: f.current };
12
+ var m1;
13
+ function K1() {
14
+ if (m1) return k;
15
+ m1 = 1;
16
+ var t = Symbol.for("react.transitional.element"), l = Symbol.for("react.fragment");
17
+ function c(o, s, f) {
18
+ var M = null;
19
+ if (f !== void 0 && (M = "" + f), s.key !== void 0 && (M = "" + s.key), "key" in s) {
20
+ f = {};
21
+ for (var m in s)
22
+ m !== "key" && (f[m] = s[m]);
23
+ } else f = s;
24
+ return s = f.ref, {
25
+ $$typeof: t,
26
+ type: o,
27
+ key: M,
28
+ ref: s !== void 0 ? s : null,
29
+ props: f
30
+ };
23
31
  }
24
- return D.Fragment = c, D.jsx = k, D.jsxs = k, D;
32
+ return k.Fragment = l, k.jsx = c, k.jsxs = c, k;
25
33
  }
26
- var W = {};
34
+ var j = {};
27
35
  /**
28
36
  * @license React
29
37
  * react-jsx-runtime.development.js
30
38
  *
31
- * Copyright (c) Facebook, Inc. and its affiliates.
39
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
32
40
  *
33
41
  * This source code is licensed under the MIT license found in the
34
42
  * LICENSE file in the root directory of this source tree.
35
43
  */
36
- var O1;
37
- function E2() {
38
- return O1 || (O1 = 1, process.env.NODE_ENV !== "production" && function() {
39
- var t = B, l = Symbol.for("react.element"), c = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), y = Symbol.for("react.profiler"), k = Symbol.for("react.provider"), b = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), C = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), c1 = Symbol.iterator, J1 = "@@iterator";
40
- function X1(a) {
41
- if (a === null || typeof a != "object")
42
- return null;
43
- var i = c1 && a[c1] || a[J1];
44
- return typeof i == "function" ? i : null;
45
- }
46
- var S = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
- function z(a) {
48
- {
49
- for (var i = arguments.length, n = new Array(i > 1 ? i - 1 : 0), d = 1; d < i; d++)
50
- n[d - 1] = arguments[d];
51
- Q1("error", a, n);
52
- }
53
- }
54
- function Q1(a, i, n) {
55
- {
56
- var d = S.ReactDebugCurrentFrame, v = d.getStackAddendum();
57
- v !== "" && (i += "%s", n = n.concat([v]));
58
- var g = n.map(function(u) {
59
- return String(u);
60
- });
61
- g.unshift("Warning: " + i), Function.prototype.apply.call(console[a], console, g);
62
- }
63
- }
64
- var t2 = !1, a2 = !1, r2 = !1, e2 = !1, i2 = !1, o1;
65
- o1 = Symbol.for("react.module.reference");
66
- function n2(a) {
67
- return !!(typeof a == "string" || typeof a == "function" || a === o || a === y || i2 || a === f || a === O || a === C || e2 || a === I || t2 || a2 || r2 || typeof a == "object" && a !== null && (a.$$typeof === A || a.$$typeof === V || a.$$typeof === k || a.$$typeof === b || a.$$typeof === p || // This needs to include all possible module reference object
68
- // types supported by any Flight configuration anywhere since
69
- // we don't know which Flight build this will end up being used
70
- // with.
71
- a.$$typeof === o1 || a.getModuleId !== void 0));
72
- }
73
- function l2(a, i, n) {
74
- var d = a.displayName;
75
- if (d)
76
- return d;
77
- var v = i.displayName || i.name || "";
78
- return v !== "" ? n + "(" + v + ")" : n;
79
- }
80
- function h1(a) {
81
- return a.displayName || "Context";
82
- }
83
- function L(a) {
84
- if (a == null)
85
- return null;
86
- if (typeof a.tag == "number" && z("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof a == "function")
87
- return a.displayName || a.name || null;
88
- if (typeof a == "string")
89
- return a;
44
+ var z1;
45
+ function q1() {
46
+ return z1 || (z1 = 1, process.env.NODE_ENV !== "production" && function() {
47
+ function t(a) {
48
+ if (a == null) return null;
49
+ if (typeof a == "function")
50
+ return a.$$typeof === G1 ? null : a.displayName || a.name || null;
51
+ if (typeof a == "string") return a;
90
52
  switch (a) {
91
- case o:
53
+ case Z:
92
54
  return "Fragment";
93
- case c:
55
+ case I1:
94
56
  return "Portal";
95
- case y:
57
+ case a1:
96
58
  return "Profiler";
97
- case f:
59
+ case t1:
98
60
  return "StrictMode";
99
- case O:
61
+ case U:
100
62
  return "Suspense";
101
- case C:
63
+ case I:
102
64
  return "SuspenseList";
103
65
  }
104
66
  if (typeof a == "object")
105
- switch (a.$$typeof) {
106
- case b:
107
- var i = a;
108
- return h1(i) + ".Consumer";
109
- case k:
110
- var n = a;
111
- return h1(n._context) + ".Provider";
112
- case p:
113
- return l2(a, a.render, "ForwardRef");
114
- case V:
115
- var d = a.displayName || null;
116
- return d !== null ? d : L(a.type) || "Memo";
117
- case A: {
118
- var v = a, g = v._payload, u = v._init;
67
+ switch (typeof a.tag == "number" && console.error(
68
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
+ ), a.$$typeof) {
70
+ case e1:
71
+ return (a.displayName || "Context") + ".Provider";
72
+ case r1:
73
+ return (a._context.displayName || "Context") + ".Consumer";
74
+ case F:
75
+ var i = a.render;
76
+ return a = a.displayName, a || (a = i.displayName || i.name || "", a = a !== "" ? "ForwardRef(" + a + ")" : "ForwardRef"), a;
77
+ case Y:
78
+ return i = a.displayName || null, i !== null ? i : t(a.type) || "Memo";
79
+ case G:
80
+ i = a._payload, a = a._init;
119
81
  try {
120
- return L(u(g));
82
+ return t(a(i));
121
83
  } catch {
122
- return null;
123
84
  }
124
- }
125
85
  }
126
86
  return null;
127
87
  }
128
- var j = Object.assign, P = 0, d1, s1, u1, v1, g1, f1, p1;
129
- function m1() {
88
+ function l(a) {
89
+ return "" + a;
130
90
  }
131
- m1.__reactDisabledLog = !0;
132
- function c2() {
133
- {
134
- if (P === 0) {
135
- d1 = console.log, s1 = console.info, u1 = console.warn, v1 = console.error, g1 = console.group, f1 = console.groupCollapsed, p1 = console.groupEnd;
136
- var a = {
137
- configurable: !0,
138
- enumerable: !0,
139
- value: m1,
140
- writable: !0
141
- };
142
- Object.defineProperties(console, {
143
- info: a,
144
- log: a,
145
- warn: a,
146
- error: a,
147
- group: a,
148
- groupCollapsed: a,
149
- groupEnd: a
150
- });
151
- }
152
- P++;
91
+ function c(a) {
92
+ try {
93
+ l(a);
94
+ var i = !1;
95
+ } catch {
96
+ i = !0;
97
+ }
98
+ if (i) {
99
+ i = console;
100
+ var n = i.error, v = typeof Symbol == "function" && Symbol.toStringTag && a[Symbol.toStringTag] || a.constructor.name || "Object";
101
+ return n.call(
102
+ i,
103
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
104
+ v
105
+ ), l(a);
153
106
  }
154
107
  }
155
- function o2() {
156
- {
157
- if (P--, P === 0) {
158
- var a = {
159
- configurable: !0,
160
- enumerable: !0,
161
- writable: !0
162
- };
163
- Object.defineProperties(console, {
164
- log: j({}, a, {
165
- value: d1
166
- }),
167
- info: j({}, a, {
168
- value: s1
169
- }),
170
- warn: j({}, a, {
171
- value: u1
172
- }),
173
- error: j({}, a, {
174
- value: v1
175
- }),
176
- group: j({}, a, {
177
- value: g1
178
- }),
179
- groupCollapsed: j({}, a, {
180
- value: f1
181
- }),
182
- groupEnd: j({}, a, {
183
- value: p1
184
- })
185
- });
186
- }
187
- P < 0 && z("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
108
+ function o() {
109
+ }
110
+ function s() {
111
+ if (B === 0) {
112
+ l1 = console.log, c1 = console.info, o1 = console.warn, h1 = console.error, d1 = console.group, v1 = console.groupCollapsed, s1 = console.groupEnd;
113
+ var a = {
114
+ configurable: !0,
115
+ enumerable: !0,
116
+ value: o,
117
+ writable: !0
118
+ };
119
+ Object.defineProperties(console, {
120
+ info: a,
121
+ log: a,
122
+ warn: a,
123
+ error: a,
124
+ group: a,
125
+ groupCollapsed: a,
126
+ groupEnd: a
127
+ });
188
128
  }
129
+ B++;
189
130
  }
190
- var J = S.ReactCurrentDispatcher, X;
191
- function N(a, i, n) {
192
- {
193
- if (X === void 0)
194
- try {
195
- throw Error();
196
- } catch (v) {
197
- var d = v.stack.trim().match(/\n( *(at )?)/);
198
- X = d && d[1] || "";
199
- }
200
- return `
201
- ` + X + a;
131
+ function f() {
132
+ if (B--, B === 0) {
133
+ var a = { configurable: !0, enumerable: !0, writable: !0 };
134
+ Object.defineProperties(console, {
135
+ log: V({}, a, { value: l1 }),
136
+ info: V({}, a, { value: c1 }),
137
+ warn: V({}, a, { value: o1 }),
138
+ error: V({}, a, { value: h1 }),
139
+ group: V({}, a, { value: d1 }),
140
+ groupCollapsed: V({}, a, { value: v1 }),
141
+ groupEnd: V({}, a, { value: s1 })
142
+ });
202
143
  }
144
+ 0 > B && console.error(
145
+ "disabledDepth fell below zero. This is a bug in React. Please file an issue."
146
+ );
203
147
  }
204
- var Q = !1, Z;
205
- {
206
- var h2 = typeof WeakMap == "function" ? WeakMap : Map;
207
- Z = new h2();
148
+ function M(a) {
149
+ if ($ === void 0)
150
+ try {
151
+ throw Error();
152
+ } catch (n) {
153
+ var i = n.stack.trim().match(/\n( *(at )?)/);
154
+ $ = i && i[1] || "", g1 = -1 < n.stack.indexOf(`
155
+ at`) ? " (<anonymous>)" : -1 < n.stack.indexOf("@") ? "@unknown:0:0" : "";
156
+ }
157
+ return `
158
+ ` + $ + a + g1;
208
159
  }
209
- function M1(a, i) {
210
- if (!a || Q)
211
- return "";
212
- {
213
- var n = Z.get(a);
214
- if (n !== void 0)
215
- return n;
216
- }
217
- var d;
218
- Q = !0;
219
- var v = Error.prepareStackTrace;
220
- Error.prepareStackTrace = void 0;
221
- var g;
222
- g = J.current, J.current = null, c2();
160
+ function m(a, i) {
161
+ if (!a || K) return "";
162
+ var n = q.get(a);
163
+ if (n !== void 0) return n;
164
+ K = !0, n = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
165
+ var v = null;
166
+ v = b.H, b.H = null, s();
223
167
  try {
224
- if (i) {
225
- var u = function() {
226
- throw Error();
227
- };
228
- if (Object.defineProperty(u.prototype, "props", {
229
- set: function() {
230
- throw Error();
231
- }
232
- }), typeof Reflect == "object" && Reflect.construct) {
233
- try {
234
- Reflect.construct(u, []);
235
- } catch (x) {
236
- d = x;
237
- }
238
- Reflect.construct(a, [], u);
239
- } else {
168
+ var u = {
169
+ DetermineComponentFrameRoot: function() {
240
170
  try {
241
- u.call();
242
- } catch (x) {
243
- d = x;
171
+ if (i) {
172
+ var H = function() {
173
+ throw Error();
174
+ };
175
+ if (Object.defineProperty(H.prototype, "props", {
176
+ set: function() {
177
+ throw Error();
178
+ }
179
+ }), typeof Reflect == "object" && Reflect.construct) {
180
+ try {
181
+ Reflect.construct(H, []);
182
+ } catch (w) {
183
+ var E = w;
184
+ }
185
+ Reflect.construct(a, [], H);
186
+ } else {
187
+ try {
188
+ H.call();
189
+ } catch (w) {
190
+ E = w;
191
+ }
192
+ a.call(H.prototype);
193
+ }
194
+ } else {
195
+ try {
196
+ throw Error();
197
+ } catch (w) {
198
+ E = w;
199
+ }
200
+ (H = a()) && typeof H.catch == "function" && H.catch(function() {
201
+ });
202
+ }
203
+ } catch (w) {
204
+ if (w && E && typeof w.stack == "string")
205
+ return [w.stack, E.stack];
244
206
  }
245
- a.call(u.prototype);
246
- }
247
- } else {
248
- try {
249
- throw Error();
250
- } catch (x) {
251
- d = x;
207
+ return [null, null];
252
208
  }
253
- a();
254
- }
255
- } catch (x) {
256
- if (x && d && typeof x.stack == "string") {
257
- for (var s = x.stack.split(`
258
- `), w = d.stack.split(`
259
- `), m = s.length - 1, M = w.length - 1; m >= 1 && M >= 0 && s[m] !== w[M]; )
260
- M--;
261
- for (; m >= 1 && M >= 0; m--, M--)
262
- if (s[m] !== w[M]) {
263
- if (m !== 1 || M !== 1)
209
+ };
210
+ u.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
211
+ var g = Object.getOwnPropertyDescriptor(
212
+ u.DetermineComponentFrameRoot,
213
+ "name"
214
+ );
215
+ g && g.configurable && Object.defineProperty(
216
+ u.DetermineComponentFrameRoot,
217
+ "name",
218
+ { value: "DetermineComponentFrameRoot" }
219
+ );
220
+ var d = u.DetermineComponentFrameRoot(), x = d[0], y = d[1];
221
+ if (x && y) {
222
+ var p = x.split(`
223
+ `), L = y.split(`
224
+ `);
225
+ for (d = g = 0; g < p.length && !p[g].includes(
226
+ "DetermineComponentFrameRoot"
227
+ ); )
228
+ g++;
229
+ for (; d < L.length && !L[d].includes(
230
+ "DetermineComponentFrameRoot"
231
+ ); )
232
+ d++;
233
+ if (g === p.length || d === L.length)
234
+ for (g = p.length - 1, d = L.length - 1; 1 <= g && 0 <= d && p[g] !== L[d]; )
235
+ d--;
236
+ for (; 1 <= g && 0 <= d; g--, d--)
237
+ if (p[g] !== L[d]) {
238
+ if (g !== 1 || d !== 1)
264
239
  do
265
- if (m--, M--, M < 0 || s[m] !== w[M]) {
266
- var H = `
267
- ` + s[m].replace(" at new ", " at ");
268
- return a.displayName && H.includes("<anonymous>") && (H = H.replace("<anonymous>", a.displayName)), typeof a == "function" && Z.set(a, H), H;
240
+ if (g--, d--, 0 > d || p[g] !== L[d]) {
241
+ var A = `
242
+ ` + p[g].replace(
243
+ " at new ",
244
+ " at "
245
+ );
246
+ return a.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", a.displayName)), typeof a == "function" && q.set(a, A), A;
269
247
  }
270
- while (m >= 1 && M >= 0);
248
+ while (1 <= g && 0 <= d);
271
249
  break;
272
250
  }
273
251
  }
274
252
  } finally {
275
- Q = !1, J.current = g, o2(), Error.prepareStackTrace = v;
253
+ K = !1, b.H = v, f(), Error.prepareStackTrace = n;
276
254
  }
277
- var _ = a ? a.displayName || a.name : "", R = _ ? N(_) : "";
278
- return typeof a == "function" && Z.set(a, R), R;
279
- }
280
- function d2(a, i, n) {
281
- return M1(a, !1);
255
+ return p = (p = a ? a.displayName || a.name : "") ? M(p) : "", typeof a == "function" && q.set(a, p), p;
282
256
  }
283
- function s2(a) {
284
- var i = a.prototype;
285
- return !!(i && i.isReactComponent);
286
- }
287
- function U(a, i, n) {
288
- if (a == null)
289
- return "";
290
- if (typeof a == "function")
291
- return M1(a, s2(a));
292
- if (typeof a == "string")
293
- return N(a);
257
+ function z(a) {
258
+ if (a == null) return "";
259
+ if (typeof a == "function") {
260
+ var i = a.prototype;
261
+ return m(
262
+ a,
263
+ !(!i || !i.isReactComponent)
264
+ );
265
+ }
266
+ if (typeof a == "string") return M(a);
294
267
  switch (a) {
295
- case O:
296
- return N("Suspense");
297
- case C:
298
- return N("SuspenseList");
268
+ case U:
269
+ return M("Suspense");
270
+ case I:
271
+ return M("SuspenseList");
299
272
  }
300
273
  if (typeof a == "object")
301
274
  switch (a.$$typeof) {
302
- case p:
303
- return d2(a.render);
304
- case V:
305
- return U(a.type, i, n);
306
- case A: {
307
- var d = a, v = d._payload, g = d._init;
275
+ case F:
276
+ return a = m(a.render, !1), a;
277
+ case Y:
278
+ return z(a.type);
279
+ case G:
280
+ i = a._payload, a = a._init;
308
281
  try {
309
- return U(g(v), i, n);
282
+ return z(a(i));
310
283
  } catch {
311
284
  }
312
- }
313
285
  }
314
286
  return "";
315
287
  }
316
- var T = Object.prototype.hasOwnProperty, z1 = {}, w1 = S.ReactDebugCurrentFrame;
317
- function $(a) {
318
- if (a) {
319
- var i = a._owner, n = U(a.type, a._source, i ? i.type : null);
320
- w1.setExtraStackFrame(n);
321
- } else
322
- w1.setExtraStackFrame(null);
288
+ function _() {
289
+ var a = b.A;
290
+ return a === null ? null : a.getOwner();
323
291
  }
324
- function u2(a, i, n, d, v) {
325
- {
326
- var g = Function.call.bind(T);
327
- for (var u in a)
328
- if (g(a, u)) {
329
- var s = void 0;
330
- try {
331
- if (typeof a[u] != "function") {
332
- var w = Error((d || "React class") + ": " + n + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
- throw w.name = "Invariant Violation", w;
334
- }
335
- s = a[u](i, u, d, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
- } catch (m) {
337
- s = m;
338
- }
339
- s && !(s instanceof Error) && ($(v), z("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", d || "React class", n, u, typeof s), $(null)), s instanceof Error && !(s.message in z1) && (z1[s.message] = !0, $(v), z("Failed %s type: %s", n, s.message), $(null));
340
- }
341
- }
342
- }
343
- var v2 = Array.isArray;
344
- function t1(a) {
345
- return v2(a);
346
- }
347
- function g2(a) {
348
- {
349
- var i = typeof Symbol == "function" && Symbol.toStringTag, n = i && a[Symbol.toStringTag] || a.constructor.name || "Object";
350
- return n;
351
- }
352
- }
353
- function f2(a) {
354
- try {
355
- return x1(a), !1;
356
- } catch {
357
- return !0;
358
- }
359
- }
360
- function x1(a) {
361
- return "" + a;
362
- }
363
- function C1(a) {
364
- if (f2(a))
365
- return z("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", g2(a)), x1(a);
366
- }
367
- var F = S.ReactCurrentOwner, p2 = {
368
- key: !0,
369
- ref: !0,
370
- __self: !0,
371
- __source: !0
372
- }, H1, y1, a1;
373
- a1 = {};
374
- function m2(a) {
375
- if (T.call(a, "ref")) {
376
- var i = Object.getOwnPropertyDescriptor(a, "ref").get;
377
- if (i && i.isReactWarning)
378
- return !1;
379
- }
380
- return a.ref !== void 0;
381
- }
382
- function M2(a) {
383
- if (T.call(a, "key")) {
292
+ function _1(a) {
293
+ if (n1.call(a, "key")) {
384
294
  var i = Object.getOwnPropertyDescriptor(a, "key").get;
385
- if (i && i.isReactWarning)
386
- return !1;
295
+ if (i && i.isReactWarning) return !1;
387
296
  }
388
297
  return a.key !== void 0;
389
298
  }
390
- function z2(a, i) {
391
- if (typeof a.ref == "string" && F.current && i && F.current.stateNode !== i) {
392
- var n = L(F.current.type);
393
- a1[n] || (z('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', L(F.current.type), a.ref), a1[n] = !0);
299
+ function N1(a, i) {
300
+ function n() {
301
+ u1 || (u1 = !0, console.error(
302
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
303
+ i
304
+ ));
394
305
  }
306
+ n.isReactWarning = !0, Object.defineProperty(a, "key", {
307
+ get: n,
308
+ configurable: !0
309
+ });
395
310
  }
396
- function w2(a, i) {
397
- {
398
- var n = function() {
399
- H1 || (H1 = !0, z("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
400
- };
401
- n.isReactWarning = !0, Object.defineProperty(a, "key", {
402
- get: n,
403
- configurable: !0
404
- });
405
- }
406
- }
407
- function x2(a, i) {
408
- {
409
- var n = function() {
410
- y1 || (y1 = !0, z("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
411
- };
412
- n.isReactWarning = !0, Object.defineProperty(a, "ref", {
413
- get: n,
414
- configurable: !0
415
- });
416
- }
311
+ function W1() {
312
+ var a = t(this.type);
313
+ return f1[a] || (f1[a] = !0, console.error(
314
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
315
+ )), a = this.props.ref, a !== void 0 ? a : null;
417
316
  }
418
- var C2 = function(a, i, n, d, v, g, u) {
419
- var s = {
420
- // This tag allows us to uniquely identify this as a React Element
421
- $$typeof: l,
422
- // Built-in properties that belong on the element
317
+ function Z1(a, i, n, v, u, g) {
318
+ return n = g.ref, a = {
319
+ $$typeof: W,
423
320
  type: a,
424
321
  key: i,
425
- ref: n,
426
- props: u,
427
- // Record the component responsible for creating this element.
428
- _owner: g
429
- };
430
- return s._store = {}, Object.defineProperty(s._store, "validated", {
431
- configurable: !1,
322
+ props: g,
323
+ _owner: u
324
+ }, (n !== void 0 ? n : null) !== null ? Object.defineProperty(a, "ref", {
432
325
  enumerable: !1,
433
- writable: !0,
434
- value: !1
435
- }), Object.defineProperty(s, "_self", {
326
+ get: W1
327
+ }) : Object.defineProperty(a, "ref", { enumerable: !1, value: null }), a._store = {}, Object.defineProperty(a._store, "validated", {
436
328
  configurable: !1,
437
329
  enumerable: !1,
438
- writable: !1,
439
- value: d
440
- }), Object.defineProperty(s, "_source", {
330
+ writable: !0,
331
+ value: 0
332
+ }), Object.defineProperty(a, "_debugInfo", {
441
333
  configurable: !1,
442
334
  enumerable: !1,
443
- writable: !1,
444
- value: v
445
- }), Object.freeze && (Object.freeze(s.props), Object.freeze(s)), s;
446
- };
447
- function H2(a, i, n, d, v) {
448
- {
449
- var g, u = {}, s = null, w = null;
450
- n !== void 0 && (C1(n), s = "" + n), M2(i) && (C1(i.key), s = "" + i.key), m2(i) && (w = i.ref, z2(i, v));
451
- for (g in i)
452
- T.call(i, g) && !p2.hasOwnProperty(g) && (u[g] = i[g]);
453
- if (a && a.defaultProps) {
454
- var m = a.defaultProps;
455
- for (g in m)
456
- u[g] === void 0 && (u[g] = m[g]);
457
- }
458
- if (s || w) {
459
- var M = typeof a == "function" ? a.displayName || a.name || "Unknown" : a;
460
- s && w2(u, M), w && x2(u, M);
461
- }
462
- return C2(a, s, w, v, d, F.current, u);
463
- }
335
+ writable: !0,
336
+ value: null
337
+ }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
464
338
  }
465
- var r1 = S.ReactCurrentOwner, b1 = S.ReactDebugCurrentFrame;
466
- function E(a) {
467
- if (a) {
468
- var i = a._owner, n = U(a.type, a._source, i ? i.type : null);
469
- b1.setExtraStackFrame(n);
339
+ function J(a, i, n, v, u, g) {
340
+ if (typeof a == "string" || typeof a == "function" || a === Z || a === a1 || a === t1 || a === U || a === I || a === Y1 || typeof a == "object" && a !== null && (a.$$typeof === G || a.$$typeof === Y || a.$$typeof === e1 || a.$$typeof === r1 || a.$$typeof === F || a.$$typeof === D1 || a.getModuleId !== void 0)) {
341
+ var d = i.children;
342
+ if (d !== void 0)
343
+ if (v)
344
+ if (D(d)) {
345
+ for (v = 0; v < d.length; v++)
346
+ X(d[v], a);
347
+ Object.freeze && Object.freeze(d);
348
+ } else
349
+ console.error(
350
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
351
+ );
352
+ else X(d, a);
470
353
  } else
471
- b1.setExtraStackFrame(null);
472
- }
473
- var e1;
474
- e1 = !1;
475
- function i1(a) {
476
- return typeof a == "object" && a !== null && a.$$typeof === l;
477
- }
478
- function L1() {
479
- {
480
- if (r1.current) {
481
- var a = L(r1.current.type);
482
- if (a)
483
- return `
484
-
485
- Check the render method of \`` + a + "`.";
486
- }
487
- return "";
488
- }
489
- }
490
- function y2(a) {
491
- return "";
492
- }
493
- var V1 = {};
494
- function b2(a) {
495
- {
496
- var i = L1();
497
- if (!i) {
498
- var n = typeof a == "string" ? a : a.displayName || a.name;
499
- n && (i = `
500
-
501
- Check the top-level render call using <` + n + ">.");
502
- }
503
- return i;
504
- }
505
- }
506
- function B1(a, i) {
507
- {
508
- if (!a._store || a._store.validated || a.key != null)
509
- return;
510
- a._store.validated = !0;
511
- var n = b2(i);
512
- if (V1[n])
513
- return;
514
- V1[n] = !0;
515
- var d = "";
516
- a && a._owner && a._owner !== r1.current && (d = " It was passed a child from " + L(a._owner.type) + "."), E(a), z('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, d), E(null);
354
+ d = "", (a === void 0 || typeof a == "object" && a !== null && Object.keys(a).length === 0) && (d += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), a === null ? v = "null" : D(a) ? v = "array" : a !== void 0 && a.$$typeof === W ? (v = "<" + (t(a.type) || "Unknown") + " />", d = " Did you accidentally export a JSX literal instead of a component?") : v = typeof a, console.error(
355
+ "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
356
+ v,
357
+ d
358
+ );
359
+ if (n1.call(i, "key")) {
360
+ d = t(a);
361
+ var x = Object.keys(i).filter(function(p) {
362
+ return p !== "key";
363
+ });
364
+ v = 0 < x.length ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}", p1[d + v] || (x = 0 < x.length ? "{" + x.join(": ..., ") + ": ...}" : "{}", console.error(
365
+ `A props object containing a "key" prop is being spread into JSX:
366
+ let props = %s;
367
+ <%s {...props} />
368
+ React keys must be passed directly to JSX without using spread:
369
+ let props = %s;
370
+ <%s key={someKey} {...props} />`,
371
+ v,
372
+ d,
373
+ x,
374
+ d
375
+ ), p1[d + v] = !0);
517
376
  }
377
+ if (d = null, n !== void 0 && (c(n), d = "" + n), _1(i) && (c(i.key), d = "" + i.key), "key" in i) {
378
+ n = {};
379
+ for (var y in i)
380
+ y !== "key" && (n[y] = i[y]);
381
+ } else n = i;
382
+ return d && N1(
383
+ n,
384
+ typeof a == "function" ? a.displayName || a.name || "Unknown" : a
385
+ ), Z1(a, d, g, u, _(), n);
518
386
  }
519
- function k1(a, i) {
520
- {
521
- if (typeof a != "object")
522
- return;
523
- if (t1(a))
387
+ function X(a, i) {
388
+ if (typeof a == "object" && a && a.$$typeof !== $1) {
389
+ if (D(a))
524
390
  for (var n = 0; n < a.length; n++) {
525
- var d = a[n];
526
- i1(d) && B1(d, i);
391
+ var v = a[n];
392
+ N(v) && Q(v, i);
527
393
  }
528
- else if (i1(a))
529
- a._store && (a._store.validated = !0);
530
- else if (a) {
531
- var v = X1(a);
532
- if (typeof v == "function" && v !== a.entries)
533
- for (var g = v.call(a), u; !(u = g.next()).done; )
534
- i1(u.value) && B1(u.value, i);
535
- }
394
+ else if (N(a))
395
+ a._store && (a._store.validated = 1);
396
+ else if (a === null || typeof a != "object" ? n = null : (n = i1 && a[i1] || a["@@iterator"], n = typeof n == "function" ? n : null), typeof n == "function" && n !== a.entries && (n = n.call(a), n !== a))
397
+ for (; !(a = n.next()).done; )
398
+ N(a.value) && Q(a.value, i);
536
399
  }
537
400
  }
538
- function L2(a) {
539
- {
540
- var i = a.type;
541
- if (i == null || typeof i == "string")
542
- return;
543
- var n;
544
- if (typeof i == "function")
545
- n = i.propTypes;
546
- else if (typeof i == "object" && (i.$$typeof === p || // Note: Memo only checks outer props here.
547
- // Inner props are checked in the reconciler.
548
- i.$$typeof === V))
549
- n = i.propTypes;
550
- else
551
- return;
552
- if (n) {
553
- var d = L(i);
554
- u2(n, a.props, "prop", d, a);
555
- } else if (i.PropTypes !== void 0 && !e1) {
556
- e1 = !0;
557
- var v = L(i);
558
- z("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", v || "Unknown");
559
- }
560
- typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && z("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
561
- }
401
+ function N(a) {
402
+ return typeof a == "object" && a !== null && a.$$typeof === W;
562
403
  }
563
- function V2(a) {
564
- {
565
- for (var i = Object.keys(a.props), n = 0; n < i.length; n++) {
566
- var d = i[n];
567
- if (d !== "children" && d !== "key") {
568
- E(a), z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), E(null);
569
- break;
570
- }
571
- }
572
- a.ref !== null && (E(a), z("Invalid attribute `ref` supplied to `React.Fragment`."), E(null));
573
- }
574
- }
575
- var A1 = {};
576
- function j1(a, i, n, d, v, g) {
577
- {
578
- var u = n2(a);
579
- if (!u) {
580
- var s = "";
581
- (a === void 0 || typeof a == "object" && a !== null && Object.keys(a).length === 0) && (s += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
582
- var w = y2();
583
- w ? s += w : s += L1();
584
- var m;
585
- a === null ? m = "null" : t1(a) ? m = "array" : a !== void 0 && a.$$typeof === l ? (m = "<" + (L(a.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : m = typeof a, z("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", m, s);
586
- }
587
- var M = H2(a, i, n, v, g);
588
- if (M == null)
589
- return M;
590
- if (u) {
591
- var H = i.children;
592
- if (H !== void 0)
593
- if (d)
594
- if (t1(H)) {
595
- for (var _ = 0; _ < H.length; _++)
596
- k1(H[_], a);
597
- Object.freeze && Object.freeze(H);
598
- } else
599
- z("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
600
- else
601
- k1(H, a);
602
- }
603
- if (T.call(i, "key")) {
604
- var R = L(a), x = Object.keys(i).filter(function(O2) {
605
- return O2 !== "key";
606
- }), n1 = x.length > 0 ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}";
607
- if (!A1[R + n1]) {
608
- var R2 = x.length > 0 ? "{" + x.join(": ..., ") + ": ...}" : "{}";
609
- z(`A props object containing a "key" prop is being spread into JSX:
610
- let props = %s;
611
- <%s {...props} />
612
- React keys must be passed directly to JSX without using spread:
613
- let props = %s;
614
- <%s key={someKey} {...props} />`, n1, R, R2, R), A1[R + n1] = !0;
615
- }
616
- }
617
- return a === o ? V2(M) : L2(M), M;
404
+ function Q(a, i) {
405
+ if (a._store && !a._store.validated && a.key == null && (a._store.validated = 1, i = F1(i), !M1[i])) {
406
+ M1[i] = !0;
407
+ var n = "";
408
+ a && a._owner != null && a._owner !== _() && (n = null, typeof a._owner.tag == "number" ? n = t(a._owner.type) : typeof a._owner.name == "string" && (n = a._owner.name), n = " It was passed a child from " + n + ".");
409
+ var v = b.getCurrentStack;
410
+ b.getCurrentStack = function() {
411
+ var u = z(a.type);
412
+ return v && (u += v() || ""), u;
413
+ }, console.error(
414
+ 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
415
+ i,
416
+ n
417
+ ), b.getCurrentStack = v;
618
418
  }
619
419
  }
620
- function B2(a, i, n) {
621
- return j1(a, i, n, !0);
622
- }
623
- function k2(a, i, n) {
624
- return j1(a, i, n, !1);
420
+ function F1(a) {
421
+ var i = "", n = _();
422
+ return n && (n = t(n.type)) && (i = `
423
+
424
+ Check the render method of \`` + n + "`."), i || (a = t(a)) && (i = `
425
+
426
+ Check the top-level render call using <` + a + ">."), i;
625
427
  }
626
- var A2 = k2, j2 = B2;
627
- W.Fragment = o, W.jsx = A2, W.jsxs = j2;
628
- }()), W;
428
+ var U1 = C, W = Symbol.for("react.transitional.element"), I1 = Symbol.for("react.portal"), Z = Symbol.for("react.fragment"), t1 = Symbol.for("react.strict_mode"), a1 = Symbol.for("react.profiler"), r1 = Symbol.for("react.consumer"), e1 = Symbol.for("react.context"), F = Symbol.for("react.forward_ref"), U = Symbol.for("react.suspense"), I = Symbol.for("react.suspense_list"), Y = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), Y1 = Symbol.for("react.offscreen"), i1 = Symbol.iterator, G1 = Symbol.for("react.client.reference"), b = U1.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, n1 = Object.prototype.hasOwnProperty, V = Object.assign, D1 = Symbol.for("react.client.reference"), D = Array.isArray, B = 0, l1, c1, o1, h1, d1, v1, s1;
429
+ o.__reactDisabledLog = !0;
430
+ var $, g1, K = !1, q = new (typeof WeakMap == "function" ? WeakMap : Map)(), $1 = Symbol.for("react.client.reference"), u1, f1 = {}, p1 = {}, M1 = {};
431
+ j.Fragment = Z, j.jsx = function(a, i, n, v, u) {
432
+ return J(a, i, n, !1, v, u);
433
+ }, j.jsxs = function(a, i, n, v, u) {
434
+ return J(a, i, n, !0, v, u);
435
+ };
436
+ }()), j;
629
437
  }
630
- process.env.NODE_ENV === "production" ? l1.exports = S2() : l1.exports = E2();
631
- var h = l1.exports;
632
- function $1(t) {
438
+ var x1;
439
+ function J1() {
440
+ return x1 || (x1 = 1, process.env.NODE_ENV === "production" ? O.exports = K1() : O.exports = q1()), O.exports;
441
+ }
442
+ var h = J1();
443
+ function O1(t) {
633
444
  var l, c, o = "";
634
445
  if (typeof t == "string" || typeof t == "number") o += t;
635
446
  else if (typeof t == "object") if (Array.isArray(t)) {
636
- var f = t.length;
637
- for (l = 0; l < f; l++) t[l] && (c = $1(t[l])) && (o && (o += " "), o += c);
447
+ var s = t.length;
448
+ for (l = 0; l < s; l++) t[l] && (c = O1(t[l])) && (o && (o += " "), o += c);
638
449
  } else for (c in t) t[c] && (o && (o += " "), o += c);
639
450
  return o;
640
451
  }
641
- function q() {
642
- for (var t, l, c = 0, o = "", f = arguments.length; c < f; c++) (t = arguments[c]) && (l = $1(t)) && (o && (o += " "), o += l);
452
+ function P() {
453
+ for (var t, l, c = 0, o = "", s = arguments.length; c < s; c++) (t = arguments[c]) && (l = O1(t)) && (o && (o += " "), o += l);
643
454
  return o;
644
455
  }
645
- var Y1 = {
456
+ var S1 = {
646
457
  color: void 0,
647
458
  size: void 0,
648
459
  className: void 0,
649
460
  style: void 0,
650
461
  attr: void 0
651
- }, S1 = B.createContext && /* @__PURE__ */ B.createContext(Y1), _2 = ["attr", "size", "title"];
652
- function P2(t, l) {
462
+ }, w1 = C.createContext && /* @__PURE__ */ C.createContext(S1), X1 = ["attr", "size", "title"];
463
+ function Q1(t, l) {
653
464
  if (t == null) return {};
654
- var c = T2(t, l), o, f;
465
+ var c = t2(t, l), o, s;
655
466
  if (Object.getOwnPropertySymbols) {
656
- var y = Object.getOwnPropertySymbols(t);
657
- for (f = 0; f < y.length; f++)
658
- o = y[f], !(l.indexOf(o) >= 0) && Object.prototype.propertyIsEnumerable.call(t, o) && (c[o] = t[o]);
467
+ var f = Object.getOwnPropertySymbols(t);
468
+ for (s = 0; s < f.length; s++)
469
+ o = f[s], !(l.indexOf(o) >= 0) && Object.prototype.propertyIsEnumerable.call(t, o) && (c[o] = t[o]);
659
470
  }
660
471
  return c;
661
472
  }
662
- function T2(t, l) {
473
+ function t2(t, l) {
663
474
  if (t == null) return {};
664
475
  var c = {};
665
476
  for (var o in t)
@@ -669,45 +480,45 @@ function T2(t, l) {
669
480
  }
670
481
  return c;
671
482
  }
672
- function K() {
673
- return K = Object.assign ? Object.assign.bind() : function(t) {
483
+ function T() {
484
+ return T = Object.assign ? Object.assign.bind() : function(t) {
674
485
  for (var l = 1; l < arguments.length; l++) {
675
486
  var c = arguments[l];
676
487
  for (var o in c)
677
488
  Object.prototype.hasOwnProperty.call(c, o) && (t[o] = c[o]);
678
489
  }
679
490
  return t;
680
- }, K.apply(this, arguments);
491
+ }, T.apply(this, arguments);
681
492
  }
682
- function E1(t, l) {
493
+ function H1(t, l) {
683
494
  var c = Object.keys(t);
684
495
  if (Object.getOwnPropertySymbols) {
685
496
  var o = Object.getOwnPropertySymbols(t);
686
- l && (o = o.filter(function(f) {
687
- return Object.getOwnPropertyDescriptor(t, f).enumerable;
497
+ l && (o = o.filter(function(s) {
498
+ return Object.getOwnPropertyDescriptor(t, s).enumerable;
688
499
  })), c.push.apply(c, o);
689
500
  }
690
501
  return c;
691
502
  }
692
- function G(t) {
503
+ function R(t) {
693
504
  for (var l = 1; l < arguments.length; l++) {
694
505
  var c = arguments[l] != null ? arguments[l] : {};
695
- l % 2 ? E1(Object(c), !0).forEach(function(o) {
696
- F2(t, o, c[o]);
697
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(c)) : E1(Object(c)).forEach(function(o) {
506
+ l % 2 ? H1(Object(c), !0).forEach(function(o) {
507
+ a2(t, o, c[o]);
508
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(c)) : H1(Object(c)).forEach(function(o) {
698
509
  Object.defineProperty(t, o, Object.getOwnPropertyDescriptor(c, o));
699
510
  });
700
511
  }
701
512
  return t;
702
513
  }
703
- function F2(t, l, c) {
704
- return l = D2(l), l in t ? Object.defineProperty(t, l, { value: c, enumerable: !0, configurable: !0, writable: !0 }) : t[l] = c, t;
514
+ function a2(t, l, c) {
515
+ return l = r2(l), l in t ? Object.defineProperty(t, l, { value: c, enumerable: !0, configurable: !0, writable: !0 }) : t[l] = c, t;
705
516
  }
706
- function D2(t) {
707
- var l = W2(t, "string");
517
+ function r2(t) {
518
+ var l = e2(t, "string");
708
519
  return typeof l == "symbol" ? l : l + "";
709
520
  }
710
- function W2(t, l) {
521
+ function e2(t, l) {
711
522
  if (typeof t != "object" || !t) return t;
712
523
  var c = t[Symbol.toPrimitive];
713
524
  if (c !== void 0) {
@@ -717,415 +528,418 @@ function W2(t, l) {
717
528
  }
718
529
  return (l === "string" ? String : Number)(t);
719
530
  }
720
- function K1(t) {
721
- return t && t.map((l, c) => /* @__PURE__ */ B.createElement(l.tag, G({
531
+ function T1(t) {
532
+ return t && t.map((l, c) => /* @__PURE__ */ C.createElement(l.tag, R({
722
533
  key: c
723
- }, l.attr), K1(l.child)));
534
+ }, l.attr), T1(l.child)));
724
535
  }
725
536
  function e(t) {
726
- return (l) => /* @__PURE__ */ B.createElement(I2, K({
727
- attr: G({}, t.attr)
728
- }, l), K1(t.child));
537
+ return (l) => /* @__PURE__ */ C.createElement(i2, T({
538
+ attr: R({}, t.attr)
539
+ }, l), T1(t.child));
729
540
  }
730
- function I2(t) {
541
+ function i2(t) {
731
542
  var l = (c) => {
732
543
  var {
733
544
  attr: o,
734
- size: f,
735
- title: y
736
- } = t, k = P2(t, _2), b = f || c.size || "1em", p;
737
- return c.className && (p = c.className), t.className && (p = (p ? p + " " : "") + t.className), /* @__PURE__ */ B.createElement("svg", K({
545
+ size: s,
546
+ title: f
547
+ } = t, M = Q1(t, X1), m = s || c.size || "1em", z;
548
+ return c.className && (z = c.className), t.className && (z = (z ? z + " " : "") + t.className), /* @__PURE__ */ C.createElement("svg", T({
738
549
  stroke: "currentColor",
739
550
  fill: "currentColor",
740
551
  strokeWidth: "0"
741
- }, c.attr, o, k, {
742
- className: p,
743
- style: G(G({
552
+ }, c.attr, o, M, {
553
+ className: z,
554
+ style: R(R({
744
555
  color: t.color || c.color
745
556
  }, c.style), t.style),
746
- height: b,
747
- width: b,
557
+ height: m,
558
+ width: m,
748
559
  xmlns: "http://www.w3.org/2000/svg"
749
- }), y && /* @__PURE__ */ B.createElement("title", null, y), t.children);
560
+ }), f && /* @__PURE__ */ C.createElement("title", null, f), t.children);
750
561
  };
751
- return S1 !== void 0 ? /* @__PURE__ */ B.createElement(S1.Consumer, null, (c) => l(c)) : l(Y1);
562
+ return w1 !== void 0 ? /* @__PURE__ */ C.createElement(w1.Consumer, null, (c) => l(c)) : l(S1);
752
563
  }
753
- function N2(t) {
564
+ function n2(t) {
754
565
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z" }, child: [] }] })(t);
755
566
  }
756
- function _1(t) {
567
+ function C1(t) {
757
568
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z" }, child: [] }] })(t);
758
569
  }
759
- function Z2(t) {
570
+ function l2(t) {
760
571
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z" }, child: [] }] })(t);
761
572
  }
762
- function U2(t) {
573
+ function c2(t) {
763
574
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z" }, child: [] }] })(t);
764
575
  }
765
- function $2(t) {
576
+ function o2(t) {
766
577
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z" }, child: [] }] })(t);
767
578
  }
768
- function Y2(t) {
579
+ function h2(t) {
769
580
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z" }, child: [] }] })(t);
770
581
  }
771
- function K2(t) {
582
+ function d2(t) {
772
583
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" }, child: [] }] })(t);
773
584
  }
774
- function G2(t) {
585
+ function v2(t) {
775
586
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z" }, child: [] }] })(t);
776
587
  }
777
- function q2(t) {
588
+ function s2(t) {
778
589
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024", fill: "currentColor", fillRule: "evenodd" }, child: [{ tag: "path", attr: { d: "M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926 224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512 166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z" }, child: [] }] })(t);
779
590
  }
780
- function J2(t) {
591
+ function g2(t) {
781
592
  return e({ tag: "svg", attr: { t: "1569683683230", viewBox: "0 0 1024 1024", version: "1.1" }, child: [{ tag: "defs", attr: {}, child: [] }, { tag: "path", attr: { d: "M342 88H120c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V168h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zM920 664h-48c-8.8 0-16 7.2-16 16v176H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V680c0-8.8-7.2-16-16-16zM342 856H168V680c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zM904 88H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V120c0-17.7-14.3-32-32-32z" }, child: [] }] })(t);
782
593
  }
783
- function X2(t) {
594
+ function u2(t) {
784
595
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" }, child: [] }] })(t);
785
596
  }
786
- function Q2(t) {
597
+ function f2(t) {
787
598
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" }, child: [] }] })(t);
788
599
  }
789
- function t0(t) {
600
+ function p2(t) {
790
601
  return e({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2z" }, child: [] }] })(t);
791
602
  }
792
- function a0(t) {
603
+ function M2(t) {
793
604
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "m13 3 3.293 3.293-7 7 1.414 1.414 7-7L21 11V3z" }, child: [] }, { tag: "path", attr: { d: "M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z" }, child: [] }] })(t);
794
605
  }
795
- function r0(t) {
606
+ function m2(t) {
796
607
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M20.005 5.995h-1v2h1v8h-1v2h1c1.103 0 2-.897 2-2v-8c0-1.102-.898-2-2-2zm-14 4H15v4H6.005z" }, child: [] }, { tag: "path", attr: { d: "M17.005 17.995V4H20V2h-8v2h3.005v1.995h-11c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h11V20H12v2h8v-2h-2.995v-2.005zm-13-2v-8h11v8h-11z" }, child: [] }] })(t);
797
608
  }
798
- function e0(t) {
609
+ function z2(t) {
799
610
  return e({ tag: "svg", attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5" }, child: [] }] })(t);
800
611
  }
801
- function i0(t) {
612
+ function x2(t) {
802
613
  return e({ tag: "svg", attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816z" }, child: [] }] })(t);
803
614
  }
804
- function n0(t) {
615
+ function w2(t) {
805
616
  return e({ tag: "svg", attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z" }, child: [] }] })(t);
806
617
  }
807
- function l0(t) {
618
+ function H2(t) {
808
619
  return e({ tag: "svg", attr: { viewBox: "0 0 496 512" }, child: [{ tag: "path", attr: { d: "M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z" }, child: [] }] })(t);
809
620
  }
810
- function c0(t) {
621
+ function C2(t) {
811
622
  return e({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z" }, child: [] }] })(t);
812
623
  }
813
- function o0(t) {
624
+ function b2(t) {
814
625
  return e({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z" }, child: [] }] })(t);
815
626
  }
816
- function G1(t) {
627
+ function R1(t) {
817
628
  return e({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z" }, child: [] }] })(t);
818
629
  }
819
- function h0(t) {
630
+ function V2(t) {
820
631
  return e({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z" }, child: [] }] })(t);
821
632
  }
822
- function d0(t) {
633
+ function L2(t) {
823
634
  return e({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z" }, child: [] }] })(t);
824
635
  }
825
- function s0(t) {
636
+ function y2(t) {
826
637
  return e({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z" }, child: [] }] })(t);
827
638
  }
828
- function u0(t) {
639
+ function B2(t) {
829
640
  return e({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z" }, child: [] }] })(t);
830
641
  }
831
- function v0(t) {
642
+ function A2(t) {
832
643
  return e({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z" }, child: [] }] })(t);
833
644
  }
834
- function P1(t) {
645
+ function b1(t) {
835
646
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z" }, child: [] }] })(t);
836
647
  }
837
- function g0(t) {
648
+ function k2(t) {
838
649
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" }, child: [] }] })(t);
839
650
  }
840
- function f0(t) {
651
+ function j2(t) {
841
652
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M32 96v64h448V96H32zm0 128v64h448v-64H32zm0 128v64h448v-64H32z" }, child: [] }] })(t);
842
653
  }
843
- function p0(t) {
654
+ function E2(t) {
655
+ return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M13.003 7.754a.75.75 0 0 1 .75-.75h5.232a.75.75 0 0 1 .53 1.28l-2.776 2.777c.55.097 1.057.253 1.492.483.905.477 1.504 1.284 1.504 2.418 0 .966-.471 1.75-1.172 2.27-.687.511-1.587.77-2.521.77-1.367 0-2.274-.528-2.667-.756a.75.75 0 0 1 .755-1.297c.331.193.953.553 1.912.553.673 0 1.243-.188 1.627-.473.37-.275.566-.635.566-1.067 0-.5-.219-.836-.703-1.091-.538-.284-1.375-.443-2.471-.443a.75.75 0 0 1-.53-1.28l2.643-2.644h-3.421a.75.75 0 0 1-.75-.75ZM7.88 15.215a1.4 1.4 0 0 0-1.446.83.75.75 0 0 1-1.37-.61 2.899 2.899 0 0 1 2.986-1.71c.589.06 1.139.323 1.557.743.434.446.685 1.058.685 1.778 0 1.641-1.254 2.437-2.12 2.986-.538.341-1.18.694-1.495 1.273H9.75a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75c0-1.799 1.337-2.63 2.243-3.21 1.032-.659 1.55-1.031 1.55-1.8 0-.355-.116-.584-.26-.732a1.071 1.071 0 0 0-.652-.298Zm.234-13.121a.75.75 0 0 1 .386.656V9h1.252a.75.75 0 0 1 0 1.5H5.75a.75.75 0 0 1 0-1.5H7V4.103l-.853.533a.749.749 0 1 1-.795-1.272l2-1.25a.749.749 0 0 1 .762-.02Z" }, child: [] }] })(t);
656
+ }
657
+ function O2(t) {
844
658
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", strokeWidth: "2", d: "M22,12 C22,12 19.0000009,15.0000004 13.0000004,21.0000004 C6.99999996,27.0000004 -2.00000007,18.0000004 3.99999994,12.0000004 C9.99999996,6.00000037 9,7.00000011 13,3.00000008 C17,-0.999999955 23,4.99999994 19,9.00000005 C15,13.0000002 12.0000004,16.0000007 9.99999995,18.0000004 C7.99999952,20 5,17 6.99999995,15.0000004 C8.99999991,13.0000007 16,6 16,6" }, child: [] }] })(t);
845
659
  }
846
- function m0(t) {
660
+ function S2(t) {
847
661
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", strokeWidth: "2", d: "M15,5 L17,5 L17,3 L15,3 L15,5 Z M7,5 L9,5 L9,3 L7,3 L7,5 Z M15,13 L17,13 L17,11 L15,11 L15,13 Z M7,13 L9,13 L9,11 L7,11 L7,13 Z M15,21 L17,21 L17,19 L15,19 L15,21 Z M7,21 L9,21 L9,19 L7,19 L7,21 Z" }, child: [] }] })(t);
848
662
  }
849
- function M0(t) {
663
+ function T2(t) {
850
664
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", strokeWidth: "2", d: "M8.5,5.5 L12,2 L15.5,5.5 M22,12 L2,12 M5.5,8.5 L2,12 L5.5,15.5 M18.5,15.5 L22,12 L18.5,8.5 M12,22 L12,2 M8.5,18.5 L12,22 L15.5,18.5" }, child: [] }] })(t);
851
665
  }
852
- function z0(t) {
666
+ function R2(t) {
853
667
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M12.48,3.43A9.09,9.09,0,0,1,18.3,5.55V2.35h1.64v6.5h-6.5V7.21H17.7a7.46,7.46,0,1,0,1.47,8.65l1.46.73A9.11,9.11,0,1,1,12.48,3.43Z" }, child: [] }] })(t);
854
668
  }
855
- function w0(t) {
856
- return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M13.003 7.754a.75.75 0 0 1 .75-.75h5.232a.75.75 0 0 1 .53 1.28l-2.776 2.777c.55.097 1.057.253 1.492.483.905.477 1.504 1.284 1.504 2.418 0 .966-.471 1.75-1.172 2.27-.687.511-1.587.77-2.521.77-1.367 0-2.274-.528-2.667-.756a.75.75 0 0 1 .755-1.297c.331.193.953.553 1.912.553.673 0 1.243-.188 1.627-.473.37-.275.566-.635.566-1.067 0-.5-.219-.836-.703-1.091-.538-.284-1.375-.443-2.471-.443a.75.75 0 0 1-.53-1.28l2.643-2.644h-3.421a.75.75 0 0 1-.75-.75ZM7.88 15.215a1.4 1.4 0 0 0-1.446.83.75.75 0 0 1-1.37-.61 2.899 2.899 0 0 1 2.986-1.71c.589.06 1.139.323 1.557.743.434.446.685 1.058.685 1.778 0 1.641-1.254 2.437-2.12 2.986-.538.341-1.18.694-1.495 1.273H9.75a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75c0-1.799 1.337-2.63 2.243-3.21 1.032-.659 1.55-1.031 1.55-1.8 0-.355-.116-.584-.26-.732a1.071 1.071 0 0 0-.652-.298Zm.234-13.121a.75.75 0 0 1 .386.656V9h1.252a.75.75 0 0 1 0 1.5H5.75a.75.75 0 0 1 0-1.5H7V4.103l-.853.533a.749.749 0 1 1-.795-1.272l2-1.25a.749.749 0 0 1 .762-.02Z" }, child: [] }] })(t);
857
- }
858
- function x0(t) {
669
+ function P2(t) {
859
670
  return e({ tag: "svg", attr: { viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true" }, child: [{ tag: "path", attr: { fillRule: "evenodd", d: "M3 17a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm3.293-7.707a1 1 0 011.414 0L9 10.586V3a1 1 0 112 0v7.586l1.293-1.293a1 1 0 111.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z", clipRule: "evenodd" }, child: [] }] })(t);
860
671
  }
861
- function C0(t) {
672
+ function _2(t) {
862
673
  return e({ tag: "svg", attr: { viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true" }, child: [{ tag: "path", attr: { fillRule: "evenodd", d: "M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z", clipRule: "evenodd" }, child: [] }] })(t);
863
674
  }
864
- function H0(t) {
675
+ function N2(t) {
865
676
  return e({ tag: "svg", attr: { fill: "none", viewBox: "0 0 24 24", strokeWidth: "2", stroke: "currentColor", "aria-hidden": "true" }, child: [{ tag: "path", attr: { strokeLinecap: "round", strokeLinejoin: "round", d: "M12 4v16m8-8H4" }, child: [] }] })(t);
866
677
  }
867
- function y0(t) {
678
+ function W2(t) {
868
679
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, child: [{ tag: "path", attr: { d: "M11.644 1.59a.75.75 0 0 1 .712 0l9.75 5.25a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.712 0l-9.75-5.25a.75.75 0 0 1 0-1.32l9.75-5.25Z" }, child: [] }, { tag: "path", attr: { d: "m3.265 10.602 7.668 4.129a2.25 2.25 0 0 0 2.134 0l7.668-4.13 1.37.739a.75.75 0 0 1 0 1.32l-9.75 5.25a.75.75 0 0 1-.71 0l-9.75-5.25a.75.75 0 0 1 0-1.32l1.37-.738Z" }, child: [] }, { tag: "path", attr: { d: "m10.933 19.231-7.668-4.13-1.37.739a.75.75 0 0 0 0 1.32l9.75 5.25c.221.12.489.12.71 0l9.75-5.25a.75.75 0 0 0 0-1.32l-1.37-.738-7.668 4.13a2.25 2.25 0 0 1-2.134-.001Z" }, child: [] }] })(t);
869
680
  }
870
- function b0(t) {
681
+ function Z2(t) {
871
682
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 388c-72.597 0-132-59.405-132-132 0-72.601 59.403-132 132-132 36.3 0 69.299 15.4 92.406 39.601L278 234h154V80l-51.698 51.702C348.406 99.798 304.406 80 256 80c-96.797 0-176 79.203-176 176s78.094 176 176 176c81.045 0 148.287-54.134 169.401-128H378.85c-18.745 49.561-67.138 84-122.85 84z" }, child: [] }] })(t);
872
683
  }
873
- function L0(t) {
684
+ function F2(t) {
874
685
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M464 48c-67.61.29-117.87 9.6-154.24 25.69-27.14 12-37.76 21.08-37.76 51.84V448c41.57-37.5 78.46-48 224-48V48zM48 48c67.61.29 117.87 9.6 154.24 25.69 27.14 12 37.76 21.08 37.76 51.84V448c-41.57-37.5-78.46-48-224-48V48z" }, child: [] }] })(t);
875
686
  }
876
- function V0(t) {
687
+ function U2(t) {
877
688
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M408 480H184a72 72 0 0 1-72-72V184a72 72 0 0 1 72-72h224a72 72 0 0 1 72 72v224a72 72 0 0 1-72 72z" }, child: [] }, { tag: "path", attr: { d: "M160 80h235.88A72.12 72.12 0 0 0 328 32H104a72 72 0 0 0-72 72v224a72.12 72.12 0 0 0 48 67.88V160a80 80 0 0 1 80-80z" }, child: [] }] })(t);
878
689
  }
879
- function B0(t) {
690
+ function I2(t) {
880
691
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M448 464a15.92 15.92 0 0 1-11.31-4.69l-384-384a16 16 0 0 1 22.62-22.62l384 384A16 16 0 0 1 448 464zm-7.92-122.69c-1.66-2-3.29-4-4.89-5.93-22-26.61-35.31-42.67-35.31-118 0-39-9.33-71-27.72-95-13.56-17.73-31.89-31.18-56.05-41.12a3 3 0 0 1-.82-.67C306.6 51.49 282.82 32 256 32s-50.59 19.49-59.28 48.56a3.13 3.13 0 0 1-.81.65 157.88 157.88 0 0 0-21.88 11 8 8 0 0 0-1.49 12.49l261.78 261.74a8 8 0 0 0 13.6-6.63 35.39 35.39 0 0 0-7.84-18.5zM112.14 217.35c0 75.36-13.29 91.42-35.31 118-1.6 1.93-3.23 3.89-4.89 5.93a35.16 35.16 0 0 0-4.65 37.62c6.17 13 19.32 21.07 34.33 21.07H312.8a8 8 0 0 0 5.66-13.66l-192-192a8 8 0 0 0-13.62 5q-.7 8.69-.7 18.04zM256 480a80.06 80.06 0 0 0 70.44-42.13 4 4 0 0 0-3.54-5.87H189.12a4 4 0 0 0-3.55 5.87A80.06 80.06 0 0 0 256 480z" }, child: [] }] })(t);
881
692
  }
882
- function k0(t) {
693
+ function Y2(t) {
883
694
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M336 336H32a16 16 0 0 1-14-23.81l152-272a16 16 0 0 1 27.94 0l152 272A16 16 0 0 1 336 336z" }, child: [] }, { tag: "path", attr: { d: "M336 160a161.07 161.07 0 0 0-32.57 3.32l74.47 133.27A48 48 0 0 1 336 368H183.33A160 160 0 1 0 336 160z" }, child: [] }] })(t);
884
695
  }
885
- function A0(t) {
696
+ function G2(t) {
886
697
  return e({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48zm96 240h-96a16 16 0 0 1-16-16V128a16 16 0 0 1 32 0v128h80a16 16 0 0 1 0 32z" }, child: [] }] })(t);
887
698
  }
888
- function j0(t) {
699
+ function D2(t) {
700
+ return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z" }, child: [] }] })(t);
701
+ }
702
+ function $2(t) {
889
703
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M16.9 11a5 5 0 0 0-9.8 0H2v2h5.1a5 5 0 0 0 9.8 0H22v-2h-5.1zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" }, child: [] }] })(t);
890
704
  }
891
- function R0(t) {
705
+ function K2(t) {
892
706
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0zm0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "m12.126 8.125 1.937-1.937 3.747 3.747-1.937 1.938zM20.71 5.63l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75L20.71 7a1 1 0 0 0 0-1.37zM2 5l6.63 6.63L3 17.25V21h3.75l5.63-5.62L18 21l2-2L4 3 2 5z" }, child: [] }] })(t);
893
707
  }
894
- function T1(t) {
708
+ function V1(t) {
895
709
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z" }, child: [] }] })(t);
896
710
  }
897
- function O0(t) {
711
+ function q2(t) {
898
712
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M19 7h-8v6h8V7zm2-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z" }, child: [] }] })(t);
899
713
  }
900
- function S0(t) {
714
+ function J2(t) {
901
715
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z" }, child: [] }] })(t);
902
716
  }
903
- function E0(t) {
717
+ function X2(t) {
904
718
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M7.76 16.24C6.67 15.16 6 13.66 6 12s.67-3.16 1.76-4.24l1.42 1.42C8.45 9.9 8 10.9 8 12c0 1.1.45 2.1 1.17 2.83l-1.41 1.41zm8.48 0C17.33 15.16 18 13.66 18 12s-.67-3.16-1.76-4.24l-1.42 1.42C15.55 9.9 16 10.9 16 12c0 1.1-.45 2.1-1.17 2.83l1.41 1.41zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8 2c0 2.21-.9 4.21-2.35 5.65l1.42 1.42C20.88 17.26 22 14.76 22 12s-1.12-5.26-2.93-7.07l-1.42 1.42A7.94 7.94 0 0 1 20 12zM6.35 6.35 4.93 4.93C3.12 6.74 2 9.24 2 12s1.12 5.26 2.93 7.07l1.42-1.42C4.9 16.21 4 14.21 4 12s.9-4.21 2.35-5.65z" }, child: [] }] })(t);
905
719
  }
906
- function _0(t) {
720
+ function Q2(t) {
907
721
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M24 24H0V0h24v24z" }, child: [] }, { tag: "circle", attr: { cx: "12", cy: "12", r: "8" }, child: [] }] })(t);
908
722
  }
909
- function P0(t) {
723
+ function t0(t) {
910
724
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M6 19h4V5H6v14zm8-14v14h4V5h-4z" }, child: [] }] })(t);
911
725
  }
912
- function T0(t) {
726
+ function a0(t) {
913
727
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M8 5v14l11-7z" }, child: [] }] })(t);
914
728
  }
915
- function F0(t) {
729
+ function r0(t) {
916
730
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z" }, child: [] }, { tag: "path", attr: { d: "m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z" }, child: [] }] })(t);
917
731
  }
918
- function D0(t) {
732
+ function e0(t) {
919
733
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" }, child: [] }] })(t);
920
734
  }
921
- function W0(t) {
735
+ function i0(t) {
922
736
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67 2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z" }, child: [] }] })(t);
923
737
  }
924
- function I0(t) {
738
+ function n0(t) {
925
739
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z" }, child: [] }] })(t);
926
740
  }
927
- function N0(t) {
741
+ function l0(t) {
928
742
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "m17.66 17.66-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L9.7 9.7l-1.06 1.06-.71-.71 1.06-1.06-1.94-1.94-1.06 1.06-.71-.71 1.06-1.06L4 4v14c0 1.1.9 2 2 2h14l-2.34-2.34zM7 17v-5.76L12.76 17H7z" }, child: [] }] })(t);
929
743
  }
930
- function Z0(t) {
744
+ function c0(t) {
931
745
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z" }, child: [] }] })(t);
932
746
  }
933
- function U0(t) {
747
+ function o0(t) {
934
748
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M4 22H2V2h2v20zM22 7H6v3h16V7zm-6 7H6v3h10v-3z" }, child: [] }] })(t);
935
749
  }
936
- function $0(t) {
750
+ function h0(t) {
937
751
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M20 2h2v20h-2V2zM2 10h16V7H2v3zm6 7h10v-3H8v3z" }, child: [] }] })(t);
938
752
  }
939
- function Y0(t) {
753
+ function d0(t) {
940
754
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z" }, child: [] }] })(t);
941
755
  }
942
- function K0(t) {
756
+ function v0(t) {
943
757
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z" }, child: [] }] })(t);
944
758
  }
945
- function G0(t) {
759
+ function s0(t) {
946
760
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z" }, child: [] }] })(t);
947
761
  }
948
- function F1(t) {
762
+ function L1(t) {
949
763
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M3 13v7h18v-1.5l-9-7L8 17l-5-4zm0-6 4 3 5-7 5 4h4v8.97l-9.4-7.31-3.98 5.48L3 10.44V7z" }, child: [] }] })(t);
950
764
  }
951
- function q0(t) {
765
+ function g0(t) {
952
766
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z" }, child: [] }] })(t);
953
767
  }
954
- function D1(t) {
768
+ function y1(t) {
955
769
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M4 7v2c0 .55-.45 1-1 1H2v4h1c.55 0 1 .45 1 1v2c0 1.65 1.35 3 3 3h3v-2H7c-.55 0-1-.45-1-1v-2c0-1.3-.84-2.42-2-2.83v-.34C5.16 11.42 6 10.3 6 9V7c0-.55.45-1 1-1h3V4H7C5.35 4 4 5.35 4 7zM21 10c-.55 0-1-.45-1-1V7c0-1.65-1.35-3-3-3h-3v2h3c.55 0 1 .45 1 1v2c0 1.3.84 2.42 2 2.83v.34c-1.16.41-2 1.52-2 2.83v2c0 .55-.45 1-1 1h-3v2h3c1.65 0 3-1.35 3-3v-2c0-.55.45-1 1-1h1v-4h-1z" }, child: [] }] })(t);
956
770
  }
957
- function J0(t) {
771
+ function u0(t) {
958
772
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z" }, child: [] }] })(t);
959
773
  }
960
- function X0(t) {
774
+ function f0(t) {
961
775
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z" }, child: [] }, { tag: "path", attr: { d: "M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-3.37 12.5-.8-2.3H12.2l-.82 2.3H9.81l3.38-9h1.61l3.38 9h-1.55z" }, child: [] }, { tag: "path", attr: { d: "m13.96 7.17-1.31 3.72h2.69l-1.3-3.72z" }, child: [] }] })(t);
962
776
  }
963
- function Q0(t) {
777
+ function p0(t) {
964
778
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" }, child: [] }] })(t);
965
779
  }
966
- function tt(t) {
780
+ function M0(t) {
967
781
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M6 13c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6-10C9.8 3 8 4.8 8 7s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm6 10c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z" }, child: [] }] })(t);
968
782
  }
969
- function at(t) {
783
+ function m0(t) {
970
784
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M21 4H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 12v2H5v-2h2zm-2-2V8h2v2H5zm6 2v2H9v-2h2zm-2-2V8h2v2H9zm7 6v1H8v-1h8zm-1-4v2h-2v-2h2zm-2-2V8h2v2h-2zm4 4v-2h2v2h-2zm2-4h-2V8h2v2z" }, child: [] }] })(t);
971
785
  }
972
- function rt(t) {
786
+ function z0(t) {
973
787
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" }, child: [] }] })(t);
974
788
  }
975
- function et(t) {
789
+ function x0(t) {
976
790
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z" }, child: [] }] })(t);
977
791
  }
978
- function it(t) {
792
+ function w0(t) {
979
793
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" }, child: [] }] })(t);
980
794
  }
981
- function nt(t) {
795
+ function H0(t) {
982
796
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z" }, child: [] }] })(t);
983
797
  }
984
- function lt(t) {
798
+ function C0(t) {
985
799
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z" }, child: [] }] })(t);
986
800
  }
987
- function ct(t) {
801
+ function b0(t) {
988
802
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M12 8.41 16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z" }, child: [] }] })(t);
989
803
  }
990
- function ot(t) {
804
+ function V0(t) {
991
805
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M17.5 3C15.57 3 14 4.57 14 6.5V8h-4V6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10H8v4H6.5C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5V16h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5H16v-4h1.5c1.93 0 3.5-1.57 3.5-3.5S19.43 3 17.5 3zM16 8V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S18.33 8 17.5 8H16zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5V8H6.5zm3.5 6v-4h4v4h-4zm7.5 5c-.83 0-1.5-.67-1.5-1.5V16h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 16 6.5 16H8v1.5c0 .83-.67 1.5-1.5 1.5z" }, child: [] }] })(t);
992
806
  }
993
- function ht(t) {
807
+ function L0(t) {
994
808
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z" }, child: [] }] })(t);
995
809
  }
996
- function dt(t) {
810
+ function y0(t) {
997
811
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M20 3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 3h2v2h-2V6zm0 3h2v2h-2V9zM8 6h2v2H8V6zm0 3h2v2H8V9zm-1 2H5V9h2v2zm0-3H5V6h2v2zm9 7H8v-2h8v2zm0-4h-2V9h2v2zm0-3h-2V6h2v2zm3 3h-2V9h2v2zm0-3h-2V6h2v2zm-7 15 4-4H8l4 4z" }, child: [] }] })(t);
998
812
  }
999
- function st(t) {
813
+ function B0(t) {
1000
814
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M15 5h6v2h-6zM9 5H3v2h4.85l6.92 12H21v-2h-5.07z" }, child: [] }] })(t);
1001
815
  }
1002
- function ut(t) {
816
+ function A0(t) {
1003
817
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z" }, child: [] }] })(t);
1004
818
  }
1005
- function vt(t) {
819
+ function k0(t) {
1006
820
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M11.59 7.41 15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41zM20 6v12h2V6h-2z" }, child: [] }] })(t);
1007
821
  }
1008
- function gt(t) {
822
+ function j0(t) {
1009
823
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z" }, child: [] }] })(t);
1010
824
  }
1011
- function ft(t) {
825
+ function E0(t) {
1012
826
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" }, child: [] }] })(t);
1013
827
  }
1014
- function pt(t) {
828
+ function O0(t) {
1015
829
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zM12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" }, child: [] }] })(t);
1016
830
  }
1017
- function mt(t) {
831
+ function S0(t) {
1018
832
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "m18 3-3 3V3H9C6.24 3 4 5.24 4 8h5v3h6V8l3 3h2V3h-2zM9 13v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-7H9z" }, child: [] }] })(t);
1019
833
  }
1020
- function Mt(t) {
834
+ function T0(t) {
1021
835
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z" }, child: [] }] })(t);
1022
836
  }
1023
- function zt(t) {
837
+ function R0(t) {
1024
838
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M19 19H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z" }, child: [] }] })(t);
1025
839
  }
1026
- function wt(t) {
840
+ function P0(t) {
1027
841
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6a2 2 0 0 0-2-2zm0 14H5V8h14v10z" }, child: [] }] })(t);
1028
842
  }
1029
- function xt(t) {
843
+ function _0(t) {
1030
844
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm3.3 14.71L11 12.41V7h2v4.59l3.71 3.71-1.42 1.41z" }, child: [] }] })(t);
1031
845
  }
1032
- function Ct(t) {
846
+ function N0(t) {
1033
847
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H5V5h14zm0 5v4H5v-4h14zM5 19v-3h14v3H5z" }, child: [] }] })(t);
1034
848
  }
1035
- function Ht(t) {
849
+ function W0(t) {
1036
850
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0zm0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "m17 16-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z" }, child: [] }] })(t);
1037
851
  }
1038
- function yt(t) {
852
+ function Z0(t) {
1039
853
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M2.81 2.81 1.39 4.22l2.27 2.27A9.91 9.91 0 0 0 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.42L2.81 2.81zM12 20c-4.41 0-8-3.59-8-8 0-1.48.41-2.86 1.12-4.06l10.93 10.94A7.869 7.869 0 0 1 12 20zM12 4c4.41 0 8 3.59 8 8 0 1.48-.41 2.86-1.12 4.05l1.45 1.45A9.782 9.782 0 0 0 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66l1.45 1.45C9.14 4.41 10.52 4 12 4z" }, child: [] }] })(t);
1040
854
  }
1041
- function bt(t) {
855
+ function F0(t) {
1042
856
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "m2.88 7.88 1.54 1.54C4.15 10.23 4 11.1 4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8c-.9 0-1.77.15-2.58.42L7.89 2.89C9.15 2.32 10.54 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12c0-1.47.32-2.86.88-4.12zM7 5.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5 4.67 4 5.5 4 7 4.67 7 5.5z" }, child: [] }] })(t);
1043
857
  }
1044
- function W1(t) {
858
+ function B1(t) {
1045
859
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M216.49,168.49a12,12,0,0,1-17,0L128,97,56.49,168.49a12,12,0,0,1-17-17l80-80a12,12,0,0,1,17,0l80,80A12,12,0,0,1,216.49,168.49Z" }, child: [] }] })(t);
1046
860
  }
1047
- function I1(t) {
861
+ function A1(t) {
1048
862
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z" }, child: [] }] })(t);
1049
863
  }
1050
- function Lt(t) {
864
+ function U0(t) {
1051
865
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M156,40a12,12,0,0,1-12,12H112a12,12,0,0,1,0-24h32A12,12,0,0,1,156,40ZM144,204H112a12,12,0,0,0,0,24h32a12,12,0,0,0,0-24ZM204,52V72a12,12,0,0,0,24,0V48a20,20,0,0,0-20-20H184a12,12,0,0,0,0,24Zm12,48a12,12,0,0,0-12,12v32a12,12,0,0,0,24,0V112A12,12,0,0,0,216,100ZM40,156a12,12,0,0,0,12-12V112a12,12,0,0,0-24,0v32A12,12,0,0,0,40,156Zm32,48H52V184a12,12,0,0,0-24,0v24a20,20,0,0,0,20,20H72a12,12,0,0,0,0-24ZM72,28H48A20,20,0,0,0,28,48V72a12,12,0,0,0,24,0V52H72a12,12,0,0,0,0-24ZM240,204H228V192a12,12,0,0,0-24,0v12H192a12,12,0,0,0,0,24h12v12a12,12,0,0,0,24,0V228h12a12,12,0,0,0,0-24Z" }, child: [] }] })(t);
1052
866
  }
1053
- function N1(t) {
867
+ function k1(t) {
1054
868
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z" }, child: [] }] })(t);
1055
869
  }
1056
- function Vt(t) {
870
+ function I0(t) {
1057
871
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z" }, child: [] }] })(t);
1058
872
  }
1059
- function Bt(t) {
873
+ function Y0(t) {
1060
874
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z" }, child: [] }] })(t);
1061
875
  }
1062
- function kt(t) {
876
+ function G0(t) {
1063
877
  return e({ tag: "svg", attr: { viewBox: "0 0 256 256", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M224,144v64a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V144a8,8,0,0,1,16,0v56H208V144a8,8,0,0,1,16,0Zm-101.66,5.66a8,8,0,0,0,11.32,0l40-40a8,8,0,0,0-11.32-11.32L136,124.69V32a8,8,0,0,0-16,0v92.69L93.66,98.34a8,8,0,0,0-11.32,11.32Z" }, child: [] }] })(t);
1064
878
  }
1065
- function At(t) {
879
+ function D0(t) {
1066
880
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M9.95401 2.2106C11.2876 1.93144 12.6807 1.92263 14.0449 2.20785C14.2219 3.3674 14.9048 4.43892 15.9997 5.07103C17.0945 5.70313 18.364 5.75884 19.4566 5.3323C20.3858 6.37118 21.0747 7.58203 21.4997 8.87652C20.5852 9.60958 19.9997 10.736 19.9997 11.9992C19.9997 13.2632 20.5859 14.3902 21.5013 15.1232C21.29 15.7636 21.0104 16.3922 20.6599 16.9992C20.3094 17.6063 19.9049 18.1627 19.4559 18.6659C18.3634 18.2396 17.0943 18.2955 15.9997 18.9274C14.9057 19.559 14.223 20.6294 14.0453 21.7879C12.7118 22.067 11.3187 22.0758 9.95443 21.7906C9.77748 20.6311 9.09451 19.5595 7.99967 18.9274C6.90484 18.2953 5.63539 18.2396 4.54272 18.6662C3.61357 17.6273 2.92466 16.4164 2.49964 15.1219C3.41412 14.3889 3.99968 13.2624 3.99968 11.9992C3.99968 10.7353 3.41344 9.60827 2.49805 8.87524C2.70933 8.23482 2.98894 7.60629 3.33942 6.99923C3.68991 6.39217 4.09443 5.83576 4.54341 5.33257C5.63593 5.75881 6.90507 5.703 7.99967 5.07103C9.09364 4.43942 9.7764 3.3691 9.95401 2.2106ZM11.9997 14.9992C13.6565 14.9992 14.9997 13.6561 14.9997 11.9992C14.9997 10.3424 13.6565 8.99923 11.9997 8.99923C10.3428 8.99923 8.99967 10.3424 8.99967 11.9992C8.99967 13.6561 10.3428 14.9992 11.9997 14.9992Z" }, child: [] }] })(t);
1067
881
  }
1068
- function jt(t) {
882
+ function $0(t) {
1069
883
  return e({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M6.5459 12.0003L12.001 6.545l5.4541 5.4552-5.4541 5.454zm16.9763-1.154L13.158.48a1.635 1.635 0 00-2.314 0L.4778 10.8462a1.629 1.629 0 000 2.305L10.848 23.5226a1.629 1.629 0 002.304 0l10.3702-10.3712a1.629 1.629 0 000-2.305zM12 20.7263l-8.7272-8.7281L12 3.27l8.7272 8.7282z" }, child: [] }] })(t);
1070
884
  }
1071
- function Rt(t) {
885
+ function K0(t) {
1072
886
  return e({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z" }, child: [] }] })(t);
1073
887
  }
1074
- function Ot(t) {
888
+ function q0(t) {
1075
889
  return e({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M0 0v7.5h7.5V0zm8.25 0v7.5h7.498V0zm8.25 0v7.5H24V0zM8.25 8.25v7.5h7.498v-7.5zm8.25 0v7.5H24v-7.5zM0 16.5V24h7.5v-7.5zm8.25 0V24h7.498v-7.5zm8.25 0V24H24v-7.5z" }, child: [] }] })(t);
1076
890
  }
1077
- function St(t) {
891
+ function J0(t) {
1078
892
  return e({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z" }, child: [] }] })(t);
1079
893
  }
1080
- function Et(t) {
894
+ function X0(t) {
1081
895
  return e({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75c.612 0 1.154.037 1.627.111a6.38 6.38 0 0 1 1.306.34v2.458a3.95 3.95 0 0 0-.643-.361 5.093 5.093 0 0 0-.717-.26 5.453 5.453 0 0 0-1.426-.2c-.3 0-.573.028-.819.086a2.1 2.1 0 0 0-.623.242c-.17.104-.3.229-.393.374a.888.888 0 0 0-.14.49c0 .196.053.373.156.529.104.156.252.304.443.444s.423.276.696.41c.273.135.582.274.926.416.47.197.892.407 1.266.628.374.222.695.473.963.753.268.279.472.598.614.957.142.359.214.776.214 1.253 0 .657-.125 1.21-.373 1.656a3.033 3.033 0 0 1-1.012 1.085 4.38 4.38 0 0 1-1.487.596c-.566.12-1.163.18-1.79.18a9.916 9.916 0 0 1-1.84-.164 5.544 5.544 0 0 1-1.512-.493v-2.63a5.033 5.033 0 0 0 3.237 1.2c.333 0 .624-.03.872-.09.249-.06.456-.144.623-.25.166-.108.29-.234.373-.38a1.023 1.023 0 0 0-.074-1.089 2.12 2.12 0 0 0-.537-.5 5.597 5.597 0 0 0-.807-.444 27.72 27.72 0 0 0-1.007-.436c-.918-.383-1.602-.852-2.053-1.405-.45-.553-.676-1.222-.676-2.005 0-.614.123-1.141.369-1.582.246-.441.58-.804 1.004-1.089a4.494 4.494 0 0 1 1.47-.629 7.536 7.536 0 0 1 1.77-.201zm-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z" }, child: [] }] })(t);
1082
896
  }
1083
- function _t(t) {
897
+ function Q0(t) {
1084
898
  return e({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12 12-5.375 12-12S18.625 0 12 0zm.768 4.105c.183 0 .363.053.525.157.125.083.287.185.755 1.154.31-.088.468-.042.551-.019.204.056.366.19.463.375.477.917.542 2.553.334 3.605-.241 1.232-.755 2.029-1.131 2.576.324.329.778.899 1.117 1.825.278.774.31 1.478.273 2.015a5.51 5.51 0 0 0 .602-.329c.593-.366 1.487-.917 2.553-.931.714-.009 1.269.445 1.353 1.103a1.23 1.23 0 0 1-.945 1.362c-.649.158-.95.278-1.821.843-1.232.797-2.539 1.242-3.012 1.39a1.686 1.686 0 0 1-.704.343c-.737.181-3.266.315-3.466.315h-.046c-.783 0-1.214-.241-1.45-.491-.658.329-1.51.19-2.122-.134a1.078 1.078 0 0 1-.58-1.153 1.243 1.243 0 0 1-.153-.195c-.162-.25-.528-.936-.454-1.946.056-.723.556-1.367.88-1.71a5.522 5.522 0 0 1 .408-2.256c.306-.727.885-1.348 1.32-1.737-.32-.537-.644-1.367-.329-2.21.227-.602.412-.936.82-1.08h-.005c.199-.074.389-.153.486-.259a3.418 3.418 0 0 1 2.298-1.103c.037-.093.079-.185.125-.283.31-.658.639-1.029 1.024-1.168a.94.94 0 0 1 .328-.06zm.006.7c-.507.016-1.001 1.519-1.001 1.519s-1.27-.204-2.266.871c-.199.218-.468.334-.746.44-.079.028-.176.023-.417.672-.371.991.625 2.094.625 2.094s-1.186.839-1.626 1.881c-.486 1.144-.338 2.261-.338 2.261s-.843.732-.899 1.487c-.051.663.139 1.2.343 1.515.227.343.51.176.51.176s-.561.653-.037.931c.477.25 1.283.394 1.71-.037.31-.31.371-1.001.486-1.283.028-.065.12.111.209.199.097.093.264.195.264.195s-.755.324-.445 1.066c.102.246.468.403 1.066.398.222-.005 2.664-.139 3.313-.296.375-.088.505-.283.505-.283s1.566-.431 2.998-1.357c.917-.598 1.293-.76 2.034-.936.612-.148.57-1.098-.241-1.084-.839.009-1.575.44-2.196.825-1.163.718-1.742.672-1.742.672l-.018-.032c-.079-.13.371-1.293-.134-2.678-.547-1.515-1.413-1.881-1.344-1.997.297-.5 1.038-1.297 1.334-2.78.176-.899.13-2.377-.269-3.151-.074-.144-.732.241-.732.241s-.616-1.371-.788-1.483a.271.271 0 0 0-.157-.046z" }, child: [] }] })(t);
1085
899
  }
1086
- function Pt(t) {
900
+ function tt(t) {
1087
901
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M12 10a2 2 0 0 1 1.678 .911l.053 .089h7.269l.117 .007a1 1 0 0 1 .883 .993c0 5.523 -4.477 10 -10 10a1 1 0 0 1 -1 -1v-7.269l-.089 -.053a2 2 0 0 1 -.906 -1.529l-.005 -.149a2 2 0 0 1 2 -2m9.428 -1.334a1 1 0 0 1 -1.884 .668a8 8 0 1 0 -10.207 10.218a1 1 0 0 1 -.666 1.886a10 10 0 1 1 12.757 -12.772m-4.628 -.266a1 1 0 0 1 -1.6 1.2a4 4 0 1 0 -5.6 5.6a1 1 0 0 1 -1.2 1.6a6 6 0 1 1 8.4 -8.4" }, child: [] }] })(t);
1088
902
  }
1089
- function Tt(t) {
903
+ function at(t) {
1090
904
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" }, child: [] }, { tag: "path", attr: { d: "M10 18h-7" }, child: [] }, { tag: "path", attr: { d: "M21 18h-7" }, child: [] }, { tag: "path", attr: { d: "M6 15l-3 3l3 3" }, child: [] }, { tag: "path", attr: { d: "M18 15l3 3l-3 3" }, child: [] }] })(t);
1091
905
  }
1092
- function Z1(t) {
906
+ function j1(t) {
1093
907
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M12 5l0 14" }, child: [] }, { tag: "path", attr: { d: "M18 13l-6 6" }, child: [] }, { tag: "path", attr: { d: "M6 13l6 6" }, child: [] }] })(t);
1094
908
  }
1095
- function Ft(t) {
909
+ function rt(t) {
1096
910
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M5 12l14 0" }, child: [] }, { tag: "path", attr: { d: "M5 12l6 6" }, child: [] }, { tag: "path", attr: { d: "M5 12l6 -6" }, child: [] }] })(t);
1097
911
  }
1098
- function Dt(t) {
912
+ function et(t) {
1099
913
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M5 12l14 0" }, child: [] }, { tag: "path", attr: { d: "M13 18l6 -6" }, child: [] }, { tag: "path", attr: { d: "M13 6l6 6" }, child: [] }] })(t);
1100
914
  }
1101
- function U1(t) {
915
+ function E1(t) {
1102
916
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M12 5l0 14" }, child: [] }, { tag: "path", attr: { d: "M18 11l-6 -6" }, child: [] }, { tag: "path", attr: { d: "M6 11l6 -6" }, child: [] }] })(t);
1103
917
  }
1104
- function Wt(t) {
918
+ function it(t) {
1105
919
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }, child: [] }, { tag: "path", attr: { d: "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" }, child: [] }, { tag: "path", attr: { d: "M15.9 20.11l0 .01" }, child: [] }, { tag: "path", attr: { d: "M19.04 17.61l0 .01" }, child: [] }, { tag: "path", attr: { d: "M20.77 14l0 .01" }, child: [] }, { tag: "path", attr: { d: "M20.77 10l0 .01" }, child: [] }, { tag: "path", attr: { d: "M19.04 6.39l0 .01" }, child: [] }, { tag: "path", attr: { d: "M15.9 3.89l0 .01" }, child: [] }, { tag: "path", attr: { d: "M12 3l0 .01" }, child: [] }, { tag: "path", attr: { d: "M8.1 3.89l0 .01" }, child: [] }, { tag: "path", attr: { d: "M4.96 6.39l0 .01" }, child: [] }, { tag: "path", attr: { d: "M3.23 10l0 .01" }, child: [] }, { tag: "path", attr: { d: "M3.23 14l0 .01" }, child: [] }, { tag: "path", attr: { d: "M4.96 17.61l0 .01" }, child: [] }, { tag: "path", attr: { d: "M8.1 20.11l0 .01" }, child: [] }, { tag: "path", attr: { d: "M12 21l0 .01" }, child: [] }] })(t);
1106
920
  }
1107
- function It(t) {
921
+ function nt(t) {
1108
922
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M20 16l-4 4" }, child: [] }, { tag: "path", attr: { d: "M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" }, child: [] }, { tag: "path", attr: { d: "M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" }, child: [] }, { tag: "path", attr: { d: "M3 21l2.5 -2.5" }, child: [] }, { tag: "path", attr: { d: "M18.5 5.5l2.5 -2.5" }, child: [] }, { tag: "path", attr: { d: "M10 11l-2 2" }, child: [] }, { tag: "path", attr: { d: "M13 14l-2 2" }, child: [] }, { tag: "path", attr: { d: "M16 16l4 4" }, child: [] }] })(t);
1109
923
  }
1110
- function Nt(t) {
924
+ function lt(t) {
1111
925
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" }, child: [] }, { tag: "path", attr: { d: "M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" }, child: [] }, { tag: "path", attr: { d: "M3 21l2.5 -2.5" }, child: [] }, { tag: "path", attr: { d: "M18.5 5.5l2.5 -2.5" }, child: [] }, { tag: "path", attr: { d: "M10 11l-2 2" }, child: [] }, { tag: "path", attr: { d: "M13 14l-2 2" }, child: [] }] })(t);
1112
926
  }
1113
- function Zt(t) {
927
+ function ct(t) {
1114
928
  return e({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" }, child: [] }, { tag: "path", attr: { d: "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" }, child: [] }] })(t);
1115
929
  }
1116
- function Ut(t) {
930
+ function ot(t) {
1117
931
  return e({ tag: "svg", attr: { viewBox: "0 0 16 16", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M14 1H3L2 2v11l1 1h11l1-1V2l-1-1zM8 13H3V2h5v11zm6 0H9V2h5v11z" }, child: [] }] })(t);
1118
932
  }
1119
- function $t(t) {
933
+ function ht(t) {
1120
934
  return e({ tag: "svg", attr: { viewBox: "0 0 16 16", fill: "currentColor" }, child: [{ tag: "path", attr: { d: "M14 1H3L2 2v11l1 1h11l1-1V2l-1-1zm0 12H3V8h11v5zm0-6H3V2h11v5z" }, child: [] }] })(t);
1121
935
  }
1122
- const Yt = (t) => /* @__PURE__ */ h.jsxs(
936
+ const dt = (t) => /* @__PURE__ */ h.jsxs(
1123
937
  "svg",
1124
938
  {
1125
939
  xmlns: "http://www.w3.org/2000/svg",
1126
940
  viewBox: "0 0 78 51",
1127
941
  ...t,
1128
- className: q(t.className, "logo"),
942
+ className: P(t.className, "logo"),
1129
943
  stroke: "currentColor",
1130
944
  fill: "currentColor",
1131
945
  children: [
@@ -1139,12 +953,12 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1139
953
  /* @__PURE__ */ h.jsx("defs", { children: /* @__PURE__ */ h.jsx("clipPath", { id: "clip0_327_656", children: /* @__PURE__ */ h.jsx("rect", { width: "77.8615", height: "51", fill: "white" }) }) })
1140
954
  ]
1141
955
  }
1142
- ), Kt = ({ className: t, style: l, ...c }) => /* @__PURE__ */ h.jsx(
956
+ ), vt = ({ className: t, style: l, ...c }) => /* @__PURE__ */ h.jsx(
1143
957
  "svg",
1144
958
  {
1145
959
  xmlns: "http://www.w3.org/2000/svg",
1146
960
  version: "1.1",
1147
- className: q(t, "logo"),
961
+ className: P(t, "logo"),
1148
962
  ...c,
1149
963
  stroke: "currentColor",
1150
964
  fill: "currentColor",
@@ -1184,7 +998,7 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1184
998
  )
1185
999
  ] }) })
1186
1000
  }
1187
- ), Gt = (t) => /* @__PURE__ */ h.jsxs(
1001
+ ), st = (t) => /* @__PURE__ */ h.jsxs(
1188
1002
  "svg",
1189
1003
  {
1190
1004
  xmlns: "http://www.w3.org/2000/svg",
@@ -1211,174 +1025,175 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1211
1025
  ]
1212
1026
  }
1213
1027
  ), r = (t, l, { className: c } = {}) => {
1214
- const o = (f) => /* @__PURE__ */ h.jsx(
1028
+ const o = (s) => /* @__PURE__ */ h.jsx(
1215
1029
  t,
1216
1030
  {
1217
- ...f,
1218
- className: q(f.className, `synnax-icon-${l}`, c, "synnax-icon")
1031
+ ...s,
1032
+ className: P(s.className, `synnax-icon-${l}`, c, "synnax-icon")
1219
1033
  }
1220
1034
  );
1221
1035
  return o.displayName = t.displayName || t.name, o;
1222
- }, Y = {
1223
- Linux: o0,
1224
- MacOS: n0,
1225
- Windows: G1,
1226
- Docker: c0
1227
- }, e4 = {
1228
- Pause: r(P0, "pause"),
1229
- Play: r(T0, "play"),
1230
- Circle: r(_0, "circle"),
1231
- Edit: r(ft, "edit"),
1232
- EditOff: r(R0, "edit-off"),
1233
- Add: r(H0, "add"),
1234
- Subtract: r(Q2, "subtract"),
1235
- Copy: r(V0, "copy"),
1236
- Close: r(q2, "close"),
1237
- Info: r(U2, "info"),
1238
- Warning: r(Y2, "warning"),
1239
- Check: r(G2, "check"),
1240
- Refresh: r(b0, "refresh"),
1241
- Delete: r(N2, "delete"),
1242
- Time: r(A0, "time"),
1243
- Acquire: r(P1, "acquire"),
1244
- Analyze: r(u0, "analyze"),
1245
- Concepts: r(e0, "concepts"),
1246
- Visualize: r(F1, "visualize"),
1247
- LinePlot: r(F1, "line-plot"),
1248
- Expand: r(J2, "expand"),
1249
- Cluster: r(y0, "cluster"),
1250
- Loading: r(X2, "loading", { className: "media--spin" }),
1251
- Schematic: r(k0, "schematic"),
1036
+ }, S = {
1037
+ Linux: b2,
1038
+ MacOS: w2,
1039
+ Windows: R1,
1040
+ Docker: C2
1041
+ }, xt = {
1042
+ Pause: r(t0, "pause"),
1043
+ Play: r(a0, "play"),
1044
+ Circle: r(Q2, "circle"),
1045
+ Edit: r(E0, "edit"),
1046
+ EditOff: r(K2, "edit-off"),
1047
+ Add: r(N2, "add"),
1048
+ Subtract: r(f2, "subtract"),
1049
+ Copy: r(U2, "copy"),
1050
+ Close: r(s2, "close"),
1051
+ Info: r(c2, "info"),
1052
+ Warning: r(h2, "warning"),
1053
+ Check: r(v2, "check"),
1054
+ Refresh: r(Z2, "refresh"),
1055
+ Delete: r(n2, "delete"),
1056
+ Time: r(G2, "time"),
1057
+ Acquire: r(b1, "acquire"),
1058
+ Analyze: r(B2, "analyze"),
1059
+ Concepts: r(z2, "concepts"),
1060
+ Visualize: r(L1, "visualize"),
1061
+ LinePlot: r(L1, "line-plot"),
1062
+ Expand: r(g2, "expand"),
1063
+ Cluster: r(W2, "cluster"),
1064
+ Loading: r(u2, "loading", { className: "media--spin" }),
1065
+ Schematic: r(Y2, "schematic"),
1252
1066
  Caret: {
1253
- Right: r(Bt, "caret-right"),
1254
- Bottom: r(N1, "caret-bottom"),
1255
- Left: r(Vt, "caret-left"),
1256
- Up: r(W1, "caret-up"),
1257
- Top: r(W1, "caret-top"),
1258
- Down: r(N1, "caret-down")
1067
+ Right: r(Y0, "caret-right"),
1068
+ Bottom: r(k1, "caret-bottom"),
1069
+ Left: r(I0, "caret-left"),
1070
+ Up: r(B1, "caret-up"),
1071
+ Top: r(B1, "caret-top"),
1072
+ Down: r(k1, "caret-down")
1259
1073
  },
1260
- Settings: r(At, "settings"),
1261
- Reference: r(L0, "reference"),
1262
- Bolt: r(C0, "bolt"),
1263
- Download: r(x0, "download"),
1264
- Import: r(Q0, "import"),
1265
- Export: r(kt, "export"),
1266
- Range: r(xt, "range"),
1267
- Node: r(Ht, "node"),
1268
- Channel: r(E0, "channel"),
1269
- Resources: r(_1, "resources"),
1270
- Group: r(_1, "group"),
1271
- Workspace: r(tt, "workspace"),
1074
+ Settings: r(D0, "settings"),
1075
+ Reference: r(F2, "reference"),
1076
+ Bolt: r(_2, "bolt"),
1077
+ Download: r(P2, "download"),
1078
+ Import: r(p0, "import"),
1079
+ Export: r(G0, "export"),
1080
+ Range: r(_0, "range"),
1081
+ Node: r(W0, "node"),
1082
+ Channel: r(X2, "channel"),
1083
+ Resources: r(C1, "resources"),
1084
+ Group: r(C1, "group"),
1085
+ Workspace: r(M0, "workspace"),
1272
1086
  OS: {
1273
- Linux: r(Y.Linux, "os-linux"),
1274
- MacOS: r(Y.MacOS, "os-macos"),
1275
- Windows: r(Y.Windows, "os-windows"),
1276
- Docker: r(Y.Docker, "os-docker")
1087
+ Linux: r(S.Linux, "os-linux"),
1088
+ MacOS: r(S.MacOS, "os-macos"),
1089
+ Windows: r(S.Windows, "os-windows"),
1090
+ Docker: r(S.Docker, "os-docker")
1277
1091
  },
1278
- Box: r(K2, "box"),
1279
- Python: r(St, "python"),
1280
- TypeScript: r(Et, "typescript"),
1281
- NPM: r(Rt, "npm"),
1282
- PNPM: r(Ot, "pnpm"),
1283
- Yarn: r(_t, "yarn"),
1284
- QuestionMark: r(S0, "question-mark"),
1285
- Menu: r(f0, "menu"),
1092
+ Box: r(d2, "box"),
1093
+ Python: r(J0, "python"),
1094
+ TypeScript: r(X0, "typescript"),
1095
+ NPM: r(K0, "npm"),
1096
+ PNPM: r(q0, "pnpm"),
1097
+ Yarn: r(Q0, "yarn"),
1098
+ QuestionMark: r(J2, "question-mark"),
1099
+ Menu: r(j2, "menu"),
1286
1100
  Logo: {
1287
- Github: r(Z2, "logo-github"),
1288
- LinkedIn: r($2, "logo-linkedin"),
1289
- NI: r(Yt, "logo-ni"),
1290
- OPC: r(Kt, "logo-opc"),
1291
- LabJack: r(Gt, "logo-labjack")
1101
+ Github: r(l2, "logo-github"),
1102
+ LinkedIn: r(o2, "logo-linkedin"),
1103
+ NI: r(dt, "logo-ni"),
1104
+ OPC: r(vt, "logo-opc"),
1105
+ LabJack: r(st, "logo-labjack")
1292
1106
  },
1293
1107
  Arrow: {
1294
- Right: r(Dt, "arrow-right"),
1295
- Down: r(Z1, "arrow-down"),
1296
- Bottom: r(Z1, "arrow-bottom"),
1297
- Up: r(U1, "arrow-up"),
1298
- Left: r(Ft, "arrow-left"),
1299
- Top: r(U1, "arrow-top")
1108
+ Right: r(et, "arrow-right"),
1109
+ Down: r(j1, "arrow-down"),
1110
+ Bottom: r(j1, "arrow-bottom"),
1111
+ Up: r(E1, "arrow-up"),
1112
+ Left: r(rt, "arrow-left"),
1113
+ Top: r(E1, "arrow-top")
1300
1114
  },
1301
1115
  Keyboard: {
1302
- Command: r(ot, "keyboard-command"),
1303
- Windows: r(G1, "keyboard-windows"),
1304
- Tab: r(vt, "keyboard-tab"),
1305
- Return: r(ut, "keyboard-return"),
1306
- Backspace: r(lt, "keyboard-backspace"),
1307
- Capslock: r(ct, "keyboard-capslock"),
1308
- Hide: r(dt, "keyboard-hide"),
1309
- Control: r(ht, "keyboard-control"),
1116
+ Command: r(V0, "keyboard-command"),
1117
+ Windows: r(R1, "keyboard-windows"),
1118
+ Tab: r(k0, "keyboard-tab"),
1119
+ Return: r(A0, "keyboard-return"),
1120
+ Backspace: r(C0, "keyboard-backspace"),
1121
+ Capslock: r(b0, "keyboard-capslock"),
1122
+ Hide: r(y0, "keyboard-hide"),
1123
+ Control: r(L0, "keyboard-control"),
1310
1124
  Arrow: {
1311
- Up: r(nt, "keyboard-arrow-up"),
1312
- Down: r(rt, "keyboard-arrow-down"),
1313
- Left: r(et, "keyboard-arrow-left"),
1314
- Right: r(it, "keyboard-arrow-right")
1125
+ Up: r(H0, "keyboard-arrow-up"),
1126
+ Down: r(z0, "keyboard-arrow-down"),
1127
+ Left: r(x0, "keyboard-arrow-left"),
1128
+ Right: r(w0, "keyboard-arrow-right")
1315
1129
  },
1316
- Alt: r(at, "keyboard-alt"),
1317
- Option: r(st, "keyboard-option"),
1318
- Shift: r(i0, "keyboard-shift")
1130
+ Alt: r(m0, "keyboard-alt"),
1131
+ Option: r(B0, "keyboard-option"),
1132
+ Shift: r(x2, "keyboard-shift")
1319
1133
  },
1320
- Tooltip: r(F0, "tooltip"),
1321
- Annotate: r(T1, "annotate"),
1322
- Zoom: r(I1, "zoom"),
1323
- Selection: r(Lt, "selection"),
1324
- Pan: r(M0, "pan"),
1325
- Rule: r(N0, "rule"),
1326
- User: r(Mt, "user"),
1327
- Rename: r(r0, "rename"),
1328
- Snapshot: r(O0, "snapshot"),
1329
- Sync: r(t0, "sync"),
1330
- Search: r(I1, "search"),
1331
- Auto: r(gt, "auto"),
1332
- Table: r(g0, "table"),
1134
+ Tooltip: r(r0, "tooltip"),
1135
+ Annotate: r(V1, "annotate"),
1136
+ Zoom: r(A1, "zoom"),
1137
+ Selection: r(U0, "selection"),
1138
+ Pan: r(T2, "pan"),
1139
+ Rule: r(l0, "rule"),
1140
+ User: r(T0, "user"),
1141
+ Rename: r(m2, "rename"),
1142
+ Snapshot: r(q2, "snapshot"),
1143
+ Sync: r(p2, "sync"),
1144
+ Search: r(A1, "search"),
1145
+ Auto: r(j0, "auto"),
1146
+ Table: r(k2, "table"),
1333
1147
  Align: {
1334
- Right: r($0, "align-right"),
1335
- Left: r(U0, "align-left"),
1336
- XCenter: r(Z0, "align-x-center"),
1337
- YCenter: r(K0, "align-y-center"),
1338
- Top: r(G0, "align-top"),
1339
- Bottom: r(Y0, "align-bottom")
1148
+ Right: r(h0, "align-right"),
1149
+ Left: r(o0, "align-left"),
1150
+ XCenter: r(c0, "align-x-center"),
1151
+ YCenter: r(v0, "align-y-center"),
1152
+ Top: r(s0, "align-top"),
1153
+ Bottom: r(d0, "align-bottom")
1340
1154
  },
1341
1155
  TextAlign: {
1342
- Center: r(h0, "text-align-center"),
1343
- Left: r(d0, "text-align-left"),
1344
- Right: r(s0, "text-align-right")
1156
+ Center: r(V2, "text-align-center"),
1157
+ Left: r(L2, "text-align-left"),
1158
+ Right: r(y2, "text-align-right")
1345
1159
  },
1346
- Connect: r(Nt, "connect"),
1347
- Disconnect: r(It, "disconnect"),
1348
- Hardware: r(mt, "hardware"),
1349
- Save: r(W0, "save"),
1350
- Task: r(Pt, "task"),
1351
- Device: r(jt, "device"),
1352
- Link: r(D0, "link"),
1353
- Attachment: r(p0, "attachment"),
1354
- Drag: r(m0, "drag"),
1355
- Dynamic: r(Wt, "dynamic"),
1356
- Enable: r(bt, "enable"),
1357
- Disable: r(yt, "disable"),
1358
- Variable: r(Zt, "variable"),
1359
- Object: r(D1, "object"),
1360
- Type: r(X0, "type"),
1361
- Array: r(q0, "array"),
1362
- Label: r(T1, "label"),
1363
- Details: r(Ct, "details"),
1364
- LinkExternal: r(a0, "link-external"),
1365
- Access: r(I0, "access"),
1366
- JSON: r(D1, "json"),
1367
- Guide: r(v0, "guide"),
1368
- Focus: r(pt, "focus"),
1369
- OpenInNewWindow: r(zt, "open-in-new-window"),
1370
- MoveToMainWindow: r(wt, "move-to-main-window"),
1371
- SplitX: r(Ut, "split-x"),
1372
- SplitY: r($t, "split-y"),
1373
- AutoFitWidth: r(Tt, "auto-fit-width"),
1374
- Commit: r(j0, "commit"),
1375
- Snooze: r(B0, "snooze"),
1376
- Log: r(P1, "log"),
1377
- Tare: r(l0, "tare"),
1378
- Rotate: r(z0, "rotate"),
1379
- Text: r(J0, "text"),
1380
- Value: r(w0, "value")
1381
- }, qt = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1160
+ Connect: r(lt, "connect"),
1161
+ Disconnect: r(nt, "disconnect"),
1162
+ Hardware: r(S0, "hardware"),
1163
+ Save: r(i0, "save"),
1164
+ Task: r(tt, "task"),
1165
+ Device: r($0, "device"),
1166
+ Link: r(e0, "link"),
1167
+ Attachment: r(O2, "attachment"),
1168
+ Drag: r(S2, "drag"),
1169
+ Dynamic: r(it, "dynamic"),
1170
+ Enable: r(F0, "enable"),
1171
+ Disable: r(Z0, "disable"),
1172
+ Variable: r(ct, "variable"),
1173
+ Object: r(y1, "object"),
1174
+ Type: r(f0, "type"),
1175
+ Array: r(g0, "array"),
1176
+ Label: r(V1, "label"),
1177
+ Details: r(N0, "details"),
1178
+ LinkExternal: r(M2, "link-external"),
1179
+ Access: r(n0, "access"),
1180
+ JSON: r(y1, "json"),
1181
+ Guide: r(A2, "guide"),
1182
+ Focus: r(O0, "focus"),
1183
+ OpenInNewWindow: r(R0, "open-in-new-window"),
1184
+ MoveToMainWindow: r(P0, "move-to-main-window"),
1185
+ SplitX: r(ot, "split-x"),
1186
+ SplitY: r(ht, "split-y"),
1187
+ AutoFitWidth: r(at, "auto-fit-width"),
1188
+ Commit: r($2, "commit"),
1189
+ Snooze: r(I2, "snooze"),
1190
+ Log: r(b1, "log"),
1191
+ Tare: r(H2, "tare"),
1192
+ Rotate: r(R2, "rotate"),
1193
+ Text: r(u0, "text"),
1194
+ Value: r(E2, "value"),
1195
+ Calendar: r(D2, "calendar")
1196
+ }, gt = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1382
1197
  /* @__PURE__ */ h.jsxs("defs", { children: [
1383
1198
  /* @__PURE__ */ h.jsxs(
1384
1199
  "linearGradient",
@@ -1432,7 +1247,7 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1432
1247
  d: "M52.61,168.82A14.81,14.81,0,0,1,39.78,146.6L94.22,52.33c5.7-9.88,20-9.88,25.9.42l51.77,89.67a6.88,6.88,0,0,0,2.48,2.49l15.42,8.9a6.78,6.78,0,0,0,9.26-9.27L119.87,7.41a14.8,14.8,0,0,0-25.65,0L2,167.12a14.81,14.81,0,0,0,12.83,22.22H170.39a6.79,6.79,0,0,0,3.39-12.66l-12.05-7a6.83,6.83,0,0,0-3.39-.91Z"
1433
1248
  }
1434
1249
  ) }) })
1435
- ] }), Jt = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1250
+ ] }), ut = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1436
1251
  /* @__PURE__ */ h.jsx("defs", { children: /* @__PURE__ */ h.jsxs(
1437
1252
  "linearGradient",
1438
1253
  {
@@ -1456,7 +1271,7 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1456
1271
  d: "M52.61,168.82A14.81,14.81,0,0,1,39.78,146.6L94.22,52.33c5.7-9.88,20-9.88,25.9.42l51.77,89.67a6.88,6.88,0,0,0,2.48,2.49l15.42,8.9a6.78,6.78,0,0,0,9.26-9.27L119.87,7.41a14.8,14.8,0,0,0-25.65,0L2,167.12a14.81,14.81,0,0,0,12.83,22.22H170.39a6.79,6.79,0,0,0,3.39-12.66l-12.05-7a6.83,6.83,0,0,0-3.39-.91Z"
1457
1272
  }
1458
1273
  ) }) })
1459
- ] }), Xt = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1050 285", ...t, children: [
1274
+ ] }), ft = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1050 285", ...t, children: [
1460
1275
  /* @__PURE__ */ h.jsx("defs", { children: /* @__PURE__ */ h.jsxs(
1461
1276
  "linearGradient",
1462
1277
  {
@@ -1477,21 +1292,21 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1477
1292
  /* @__PURE__ */ h.jsx("path", { d: "M52.6,194.4a14.81,14.81,0,0,1-12.83-22.22L94.21,77.91c5.7-9.88,20-9.88,25.9.42L171.88,168a6.78,6.78,0,0,0,2.48,2.48l15.42,8.91a6.78,6.78,0,0,0,9.26-9.27L119.86,33a14.8,14.8,0,0,0-25.65,0L2,192.69a14.81,14.81,0,0,0,12.83,22.22H170.38a6.78,6.78,0,0,0,3.39-12.65l-12.05-6.95a6.73,6.73,0,0,0-3.39-.91Z" }),
1478
1293
  /* @__PURE__ */ h.jsx("text", { transform: "translate(208.99 215.58)", children: "Synnax" })
1479
1294
  ] })
1480
- ] }), Qt = {
1481
- icon: Jt,
1482
- title: Xt,
1483
- loader: qt
1484
- }, q1 = ({
1295
+ ] }), pt = {
1296
+ icon: ut,
1297
+ title: ft,
1298
+ loader: gt
1299
+ }, P1 = ({
1485
1300
  variant: t = "icon",
1486
1301
  color: l = "auto",
1487
1302
  className: c,
1488
1303
  ...o
1489
1304
  }) => {
1490
- const f = Qt[t];
1305
+ const s = pt[t];
1491
1306
  return /* @__PURE__ */ h.jsx(
1492
- f,
1307
+ s,
1493
1308
  {
1494
- className: q(
1309
+ className: P(
1495
1310
  "synnax-logo",
1496
1311
  `synnax-logo--${l}`,
1497
1312
  `synnax-logo--${t}`,
@@ -1500,9 +1315,9 @@ const Yt = (t) => /* @__PURE__ */ h.jsxs(
1500
1315
  ...o
1501
1316
  }
1502
1317
  );
1503
- }, t4 = (t) => /* @__PURE__ */ h.jsx("div", { className: "synnax-logo-watermark__container", children: /* @__PURE__ */ h.jsx(q1, { className: "synnax-logo-watermark", ...t }) }), a4 = q1;
1504
- a4.Watermark = t4;
1318
+ }, Mt = (t) => /* @__PURE__ */ h.jsx("div", { className: "synnax-logo-watermark__container", children: /* @__PURE__ */ h.jsx(P1, { className: "synnax-logo-watermark", ...t }) }), mt = P1;
1319
+ mt.Watermark = Mt;
1505
1320
  export {
1506
- e4 as Icon,
1507
- a4 as Logo
1321
+ xt as Icon,
1322
+ mt as Logo
1508
1323
  };