@synnaxlabs/media 0.36.0 → 0.37.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
@@ -14,19 +14,19 @@ function K1() {
14
14
  if (m1) return k;
15
15
  m1 = 1;
16
16
  var t = Symbol.for("react.transitional.element"), l = Symbol.for("react.fragment");
17
- function c(o, s, f) {
17
+ function c(o, s, u) {
18
18
  var M = null;
19
- if (f !== void 0 && (M = "" + f), s.key !== void 0 && (M = "" + s.key), "key" in s) {
20
- f = {};
19
+ if (u !== void 0 && (M = "" + u), s.key !== void 0 && (M = "" + s.key), "key" in s) {
20
+ u = {};
21
21
  for (var m in s)
22
- m !== "key" && (f[m] = s[m]);
23
- } else f = s;
24
- return s = f.ref, {
22
+ m !== "key" && (u[m] = s[m]);
23
+ } else u = s;
24
+ return s = u.ref, {
25
25
  $$typeof: t,
26
26
  type: o,
27
27
  key: M,
28
28
  ref: s !== void 0 ? s : null,
29
- props: f
29
+ props: u
30
30
  };
31
31
  }
32
32
  return k.Fragment = l, k.jsx = c, k.jsxs = c, k;
@@ -128,17 +128,17 @@ function q1() {
128
128
  }
129
129
  B++;
130
130
  }
131
- function f() {
131
+ function u() {
132
132
  if (B--, B === 0) {
133
133
  var a = { configurable: !0, enumerable: !0, writable: !0 };
134
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 })
135
+ log: L({}, a, { value: l1 }),
136
+ info: L({}, a, { value: c1 }),
137
+ warn: L({}, a, { value: o1 }),
138
+ error: L({}, a, { value: h1 }),
139
+ group: L({}, a, { value: d1 }),
140
+ groupCollapsed: L({}, a, { value: v1 }),
141
+ groupEnd: L({}, a, { value: s1 })
142
142
  });
143
143
  }
144
144
  0 > B && console.error(
@@ -165,7 +165,7 @@ function q1() {
165
165
  var v = null;
166
166
  v = b.H, b.H = null, s();
167
167
  try {
168
- var u = {
168
+ var f = {
169
169
  DetermineComponentFrameRoot: function() {
170
170
  try {
171
171
  if (i) {
@@ -207,37 +207,37 @@ function q1() {
207
207
  return [null, null];
208
208
  }
209
209
  };
210
- u.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
210
+ f.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
211
211
  var g = Object.getOwnPropertyDescriptor(
212
- u.DetermineComponentFrameRoot,
212
+ f.DetermineComponentFrameRoot,
213
213
  "name"
214
214
  );
215
215
  g && g.configurable && Object.defineProperty(
216
- u.DetermineComponentFrameRoot,
216
+ f.DetermineComponentFrameRoot,
217
217
  "name",
218
218
  { value: "DetermineComponentFrameRoot" }
219
219
  );
220
- var d = u.DetermineComponentFrameRoot(), x = d[0], y = d[1];
220
+ var d = f.DetermineComponentFrameRoot(), x = d[0], y = d[1];
221
221
  if (x && y) {
222
222
  var p = x.split(`
223
- `), L = y.split(`
223
+ `), V = y.split(`
224
224
  `);
225
225
  for (d = g = 0; g < p.length && !p[g].includes(
226
226
  "DetermineComponentFrameRoot"
227
227
  ); )
228
228
  g++;
229
- for (; d < L.length && !L[d].includes(
229
+ for (; d < V.length && !V[d].includes(
230
230
  "DetermineComponentFrameRoot"
231
231
  ); )
232
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]; )
233
+ if (g === p.length || d === V.length)
234
+ for (g = p.length - 1, d = V.length - 1; 1 <= g && 0 <= d && p[g] !== V[d]; )
235
235
  d--;
236
236
  for (; 1 <= g && 0 <= d; g--, d--)
237
- if (p[g] !== L[d]) {
237
+ if (p[g] !== V[d]) {
238
238
  if (g !== 1 || d !== 1)
239
239
  do
240
- if (g--, d--, 0 > d || p[g] !== L[d]) {
240
+ if (g--, d--, 0 > d || p[g] !== V[d]) {
241
241
  var A = `
242
242
  ` + p[g].replace(
243
243
  " at new ",
@@ -250,7 +250,7 @@ function q1() {
250
250
  }
251
251
  }
252
252
  } finally {
253
- K = !1, b.H = v, f(), Error.prepareStackTrace = n;
253
+ K = !1, b.H = v, u(), Error.prepareStackTrace = n;
254
254
  }
255
255
  return p = (p = a ? a.displayName || a.name : "") ? M(p) : "", typeof a == "function" && q.set(a, p), p;
256
256
  }
@@ -314,13 +314,13 @@ function q1() {
314
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
315
  )), a = this.props.ref, a !== void 0 ? a : null;
316
316
  }
317
- function Z1(a, i, n, v, u, g) {
317
+ function Z1(a, i, n, v, f, g) {
318
318
  return n = g.ref, a = {
319
319
  $$typeof: W,
320
320
  type: a,
321
321
  key: i,
322
322
  props: g,
323
- _owner: u
323
+ _owner: f
324
324
  }, (n !== void 0 ? n : null) !== null ? Object.defineProperty(a, "ref", {
325
325
  enumerable: !1,
326
326
  get: W1
@@ -336,7 +336,7 @@ function q1() {
336
336
  value: null
337
337
  }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
338
338
  }
339
- function J(a, i, n, v, u, g) {
339
+ function J(a, i, n, v, f, g) {
340
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
341
  var d = i.children;
342
342
  if (d !== void 0)
@@ -382,7 +382,7 @@ React keys must be passed directly to JSX without using spread:
382
382
  return d && N1(
383
383
  n,
384
384
  typeof a == "function" ? a.displayName || a.name || "Unknown" : a
385
- ), Z1(a, d, g, u, _(), n);
385
+ ), Z1(a, d, g, f, _(), n);
386
386
  }
387
387
  function X(a, i) {
388
388
  if (typeof a == "object" && a && a.$$typeof !== $1) {
@@ -408,8 +408,8 @@ React keys must be passed directly to JSX without using spread:
408
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
409
  var v = b.getCurrentStack;
410
410
  b.getCurrentStack = function() {
411
- var u = z(a.type);
412
- return v && (u += v() || ""), u;
411
+ var f = z(a.type);
412
+ return v && (f += v() || ""), f;
413
413
  }, console.error(
414
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
415
  i,
@@ -425,13 +425,13 @@ Check the render method of \`` + n + "`."), i || (a = t(a)) && (i = `
425
425
 
426
426
  Check the top-level render call using <` + a + ">."), i;
427
427
  }
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;
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, L = Object.assign, D1 = Symbol.for("react.client.reference"), D = Array.isArray, B = 0, l1, c1, o1, h1, d1, v1, s1;
429
429
  o.__reactDisabledLog = !0;
430
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);
431
+ j.Fragment = Z, j.jsx = function(a, i, n, v, f) {
432
+ return J(a, i, n, !1, v, f);
433
+ }, j.jsxs = function(a, i, n, v, f) {
434
+ return J(a, i, n, !0, v, f);
435
435
  };
436
436
  }()), j;
437
437
  }
@@ -464,9 +464,9 @@ function Q1(t, l) {
464
464
  if (t == null) return {};
465
465
  var c = t2(t, l), o, s;
466
466
  if (Object.getOwnPropertySymbols) {
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]);
467
+ var u = Object.getOwnPropertySymbols(t);
468
+ for (s = 0; s < u.length; s++)
469
+ o = u[s], !(l.indexOf(o) >= 0) && Object.prototype.propertyIsEnumerable.call(t, o) && (c[o] = t[o]);
470
470
  }
471
471
  return c;
472
472
  }
@@ -543,7 +543,7 @@ function i2(t) {
543
543
  var {
544
544
  attr: o,
545
545
  size: s,
546
- title: f
546
+ title: u
547
547
  } = t, M = Q1(t, X1), m = s || c.size || "1em", z;
548
548
  return c.className && (z = c.className), t.className && (z = (z ? z + " " : "") + t.className), /* @__PURE__ */ C.createElement("svg", T({
549
549
  stroke: "currentColor",
@@ -557,7 +557,7 @@ function i2(t) {
557
557
  height: m,
558
558
  width: m,
559
559
  xmlns: "http://www.w3.org/2000/svg"
560
- }), f && /* @__PURE__ */ C.createElement("title", null, f), t.children);
560
+ }), u && /* @__PURE__ */ C.createElement("title", null, u), t.children);
561
561
  };
562
562
  return w1 !== void 0 ? /* @__PURE__ */ C.createElement(w1.Consumer, null, (c) => l(c)) : l(S1);
563
563
  }
@@ -589,7 +589,7 @@ function s2(t) {
589
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);
590
590
  }
591
591
  function g2(t) {
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);
592
+ return e({ tag: "svg", attr: { t: "1569683683230", viewBox: "0 0 1024 1024", version: "1.1" }, 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);
593
593
  }
594
594
  function u2(t) {
595
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);
@@ -627,10 +627,10 @@ function b2(t) {
627
627
  function R1(t) {
628
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);
629
629
  }
630
- function V2(t) {
630
+ function L2(t) {
631
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);
632
632
  }
633
- function L2(t) {
633
+ function V2(t) {
634
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);
635
635
  }
636
636
  function y2(t) {
@@ -705,7 +705,7 @@ function $2(t) {
705
705
  function K2(t) {
706
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);
707
707
  }
708
- function V1(t) {
708
+ function L1(t) {
709
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);
710
710
  }
711
711
  function q2(t) {
@@ -721,138 +721,141 @@ function Q2(t) {
721
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);
722
722
  }
723
723
  function t0(t) {
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);
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: "m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z" }, child: [] }] })(t);
725
725
  }
726
726
  function a0(t) {
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);
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: "M6 19h4V5H6v14zm8-14v14h4V5h-4z" }, child: [] }] })(t);
728
728
  }
729
729
  function r0(t) {
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);
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: "M8 5v14l11-7z" }, child: [] }] })(t);
731
731
  }
732
732
  function e0(t) {
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);
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: "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);
734
734
  }
735
735
  function i0(t) {
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);
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: "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);
737
737
  }
738
738
  function n0(t) {
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);
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: "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);
740
740
  }
741
741
  function l0(t) {
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);
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: "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);
743
743
  }
744
744
  function c0(t) {
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);
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: "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);
746
746
  }
747
747
  function o0(t) {
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);
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: "M11 2h2v5h8v3h-8v4h5v3h-5v5h-2v-5H6v-3h5v-4H3V7h8z" }, child: [] }] })(t);
749
749
  }
750
750
  function h0(t) {
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);
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: "M4 22H2V2h2v20zM22 7H6v3h16V7zm-6 7H6v3h10v-3z" }, child: [] }] })(t);
752
752
  }
753
753
  function d0(t) {
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);
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: "M20 2h2v20h-2V2zM2 10h16V7H2v3zm6 7h10v-3H8v3z" }, child: [] }] })(t);
755
755
  }
756
756
  function v0(t) {
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);
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 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z" }, child: [] }] })(t);
758
758
  }
759
759
  function s0(t) {
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 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z" }, child: [] }] })(t);
761
+ }
762
+ function g0(t) {
760
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: "M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z" }, child: [] }] })(t);
761
764
  }
762
- function L1(t) {
765
+ function V1(t) {
763
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: "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);
764
767
  }
765
- function g0(t) {
768
+ function u0(t) {
766
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: "M15 4v2h3v12h-3v2h5V4zM4 20h5v-2H6V6h3V4H4z" }, child: [] }] })(t);
767
770
  }
768
771
  function y1(t) {
769
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: "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);
770
773
  }
771
- function u0(t) {
774
+ function f0(t) {
772
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: "M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z" }, child: [] }] })(t);
773
776
  }
774
- function f0(t) {
777
+ function p0(t) {
775
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: "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);
776
779
  }
777
- function p0(t) {
780
+ function M0(t) {
778
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: "M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" }, child: [] }] })(t);
779
782
  }
780
- function M0(t) {
783
+ function m0(t) {
781
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: "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);
782
785
  }
783
- function m0(t) {
786
+ function z0(t) {
784
787
  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);
785
788
  }
786
- function z0(t) {
789
+ function x0(t) {
787
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: "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" }, child: [] }] })(t);
788
791
  }
789
- function x0(t) {
792
+ function w0(t) {
790
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: "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z" }, child: [] }] })(t);
791
794
  }
792
- function w0(t) {
795
+ function H0(t) {
793
796
  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);
794
797
  }
795
- function H0(t) {
798
+ function C0(t) {
796
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: "M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z" }, child: [] }] })(t);
797
800
  }
798
- function C0(t) {
801
+ function b0(t) {
799
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: "M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z" }, child: [] }] })(t);
800
803
  }
801
- function b0(t) {
804
+ function L0(t) {
802
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: "M12 8.41 16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z" }, child: [] }] })(t);
803
806
  }
804
807
  function V0(t) {
805
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: "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);
806
809
  }
807
- function L0(t) {
810
+ function y0(t) {
808
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: "m5 12 1.41 1.41L12 7.83l5.59 5.58L19 12l-7-7z" }, child: [] }] })(t);
809
812
  }
810
- function y0(t) {
813
+ function B0(t) {
811
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: "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);
812
815
  }
813
- function B0(t) {
816
+ function A0(t) {
814
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: "M15 5h6v2h-6zM9 5H3v2h4.85l6.92 12H21v-2h-5.07z" }, child: [] }] })(t);
815
818
  }
816
- function A0(t) {
819
+ function k0(t) {
817
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: "M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z" }, child: [] }] })(t);
818
821
  }
819
- function k0(t) {
822
+ function j0(t) {
820
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: "M11.59 7.41 15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41zM20 6v12h2V6h-2z" }, child: [] }] })(t);
821
824
  }
822
- function j0(t) {
825
+ function E0(t) {
823
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: "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);
824
827
  }
825
- function E0(t) {
828
+ function O0(t) {
826
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: "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);
827
830
  }
828
- function O0(t) {
831
+ function S0(t) {
829
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: "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);
830
833
  }
831
- function S0(t) {
834
+ function T0(t) {
832
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: "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);
833
836
  }
834
- function T0(t) {
837
+ function R0(t) {
835
838
  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);
836
839
  }
837
- function R0(t) {
840
+ function P0(t) {
838
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 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);
839
842
  }
840
- function P0(t) {
843
+ function _0(t) {
841
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: "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);
842
845
  }
843
- function _0(t) {
846
+ function N0(t) {
844
847
  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);
845
848
  }
846
- function N0(t) {
849
+ function W0(t) {
847
850
  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);
848
851
  }
849
- function W0(t) {
852
+ function Z0(t) {
850
853
  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);
851
854
  }
852
- function Z0(t) {
855
+ function F0(t) {
853
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.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);
854
857
  }
855
- function F0(t) {
858
+ function U0(t) {
856
859
  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);
857
860
  }
858
861
  function B1(t) {
@@ -861,79 +864,79 @@ function B1(t) {
861
864
  function A1(t) {
862
865
  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);
863
866
  }
864
- function U0(t) {
867
+ function I0(t) {
865
868
  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);
866
869
  }
867
870
  function k1(t) {
868
871
  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);
869
872
  }
870
- function I0(t) {
873
+ function Y0(t) {
871
874
  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);
872
875
  }
873
- function Y0(t) {
876
+ function G0(t) {
874
877
  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);
875
878
  }
876
- function G0(t) {
879
+ function D0(t) {
877
880
  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);
878
881
  }
879
- function D0(t) {
882
+ function $0(t) {
880
883
  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);
881
884
  }
882
- function $0(t) {
885
+ function K0(t) {
883
886
  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);
884
887
  }
885
- function K0(t) {
888
+ function q0(t) {
886
889
  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);
887
890
  }
888
- function q0(t) {
891
+ function J0(t) {
889
892
  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);
890
893
  }
891
- function J0(t) {
894
+ function X0(t) {
892
895
  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);
893
896
  }
894
- function X0(t) {
897
+ function Q0(t) {
895
898
  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);
896
899
  }
897
- function Q0(t) {
900
+ function tt(t) {
898
901
  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);
899
902
  }
900
- function tt(t) {
903
+ function at(t) {
901
904
  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);
902
905
  }
903
- function at(t) {
906
+ function rt(t) {
904
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: "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);
905
908
  }
906
909
  function j1(t) {
907
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: "M12 5l0 14" }, child: [] }, { tag: "path", attr: { d: "M18 13l-6 6" }, child: [] }, { tag: "path", attr: { d: "M6 13l6 6" }, child: [] }] })(t);
908
911
  }
909
- function rt(t) {
912
+ function et(t) {
910
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: "M5 12l6 6" }, child: [] }, { tag: "path", attr: { d: "M5 12l6 -6" }, child: [] }] })(t);
911
914
  }
912
- function et(t) {
915
+ function it(t) {
913
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: "M5 12l14 0" }, child: [] }, { tag: "path", attr: { d: "M13 18l6 -6" }, child: [] }, { tag: "path", attr: { d: "M13 6l6 6" }, child: [] }] })(t);
914
917
  }
915
918
  function E1(t) {
916
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 5l0 14" }, child: [] }, { tag: "path", attr: { d: "M18 11l-6 -6" }, child: [] }, { tag: "path", attr: { d: "M6 11l6 -6" }, child: [] }] })(t);
917
920
  }
918
- function it(t) {
921
+ function nt(t) {
919
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: "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);
920
923
  }
921
- function nt(t) {
924
+ function lt(t) {
922
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: "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);
923
926
  }
924
- function lt(t) {
927
+ function ct(t) {
925
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: "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);
926
929
  }
927
- function ct(t) {
930
+ function ot(t) {
928
931
  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);
929
932
  }
930
- function ot(t) {
933
+ function ht(t) {
931
934
  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);
932
935
  }
933
- function ht(t) {
936
+ function dt(t) {
934
937
  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);
935
938
  }
936
- const dt = (t) => /* @__PURE__ */ h.jsxs(
939
+ const vt = (t) => /* @__PURE__ */ h.jsxs(
937
940
  "svg",
938
941
  {
939
942
  xmlns: "http://www.w3.org/2000/svg",
@@ -953,7 +956,7 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
953
956
  /* @__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" }) }) })
954
957
  ]
955
958
  }
956
- ), vt = ({ className: t, style: l, ...c }) => /* @__PURE__ */ h.jsx(
959
+ ), st = ({ className: t, style: l, ...c }) => /* @__PURE__ */ h.jsx(
957
960
  "svg",
958
961
  {
959
962
  xmlns: "http://www.w3.org/2000/svg",
@@ -998,7 +1001,7 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
998
1001
  )
999
1002
  ] }) })
1000
1003
  }
1001
- ), st = (t) => /* @__PURE__ */ h.jsxs(
1004
+ ), gt = (t) => /* @__PURE__ */ h.jsxs(
1002
1005
  "svg",
1003
1006
  {
1004
1007
  xmlns: "http://www.w3.org/2000/svg",
@@ -1025,24 +1028,25 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1025
1028
  ]
1026
1029
  }
1027
1030
  ), r = (t, l, { className: c } = {}) => {
1028
- const o = (s) => /* @__PURE__ */ h.jsx(
1031
+ const o = `synnax-icon-${l}`, s = (u) => /* @__PURE__ */ h.jsx(
1029
1032
  t,
1030
1033
  {
1031
- ...s,
1032
- className: P(s.className, `synnax-icon-${l}`, c, "synnax-icon")
1034
+ ...u,
1035
+ className: P(u.className, o, c, "synnax-icon"),
1036
+ "aria-label": u["aria-label"] ?? o
1033
1037
  }
1034
1038
  );
1035
- return o.displayName = t.displayName || t.name, o;
1039
+ return s.displayName = t.displayName || t.name, s;
1036
1040
  }, S = {
1037
1041
  Linux: b2,
1038
1042
  MacOS: w2,
1039
1043
  Windows: R1,
1040
1044
  Docker: C2
1041
- }, xt = {
1042
- Pause: r(t0, "pause"),
1043
- Play: r(a0, "play"),
1045
+ }, wt = {
1046
+ Pause: r(a0, "pause"),
1047
+ Play: r(r0, "play"),
1044
1048
  Circle: r(Q2, "circle"),
1045
- Edit: r(E0, "edit"),
1049
+ Edit: r(O0, "edit"),
1046
1050
  EditOff: r(K2, "edit-off"),
1047
1051
  Add: r(N2, "add"),
1048
1052
  Subtract: r(f2, "subtract"),
@@ -1057,32 +1061,32 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1057
1061
  Acquire: r(b1, "acquire"),
1058
1062
  Analyze: r(B2, "analyze"),
1059
1063
  Concepts: r(z2, "concepts"),
1060
- Visualize: r(L1, "visualize"),
1061
- LinePlot: r(L1, "line-plot"),
1064
+ Visualize: r(V1, "visualize"),
1065
+ LinePlot: r(V1, "line-plot"),
1062
1066
  Expand: r(g2, "expand"),
1063
1067
  Cluster: r(W2, "cluster"),
1064
1068
  Loading: r(u2, "loading", { className: "media--spin" }),
1065
1069
  Schematic: r(Y2, "schematic"),
1066
1070
  Caret: {
1067
- Right: r(Y0, "caret-right"),
1071
+ Right: r(G0, "caret-right"),
1068
1072
  Bottom: r(k1, "caret-bottom"),
1069
- Left: r(I0, "caret-left"),
1073
+ Left: r(Y0, "caret-left"),
1070
1074
  Up: r(B1, "caret-up"),
1071
1075
  Top: r(B1, "caret-top"),
1072
1076
  Down: r(k1, "caret-down")
1073
1077
  },
1074
- Settings: r(D0, "settings"),
1078
+ Settings: r($0, "settings"),
1075
1079
  Reference: r(F2, "reference"),
1076
1080
  Bolt: r(_2, "bolt"),
1077
1081
  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
+ Import: r(M0, "import"),
1083
+ Export: r(D0, "export"),
1084
+ Range: r(N0, "range"),
1085
+ Node: r(Z0, "node"),
1082
1086
  Channel: r(X2, "channel"),
1083
1087
  Resources: r(C1, "resources"),
1084
1088
  Group: r(C1, "group"),
1085
- Workspace: r(M0, "workspace"),
1089
+ Workspace: r(m0, "workspace"),
1086
1090
  OS: {
1087
1091
  Linux: r(S.Linux, "os-linux"),
1088
1092
  MacOS: r(S.MacOS, "os-macos"),
@@ -1090,110 +1094,111 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1090
1094
  Docker: r(S.Docker, "os-docker")
1091
1095
  },
1092
1096
  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"),
1097
+ Python: r(X0, "python"),
1098
+ TypeScript: r(Q0, "typescript"),
1099
+ NPM: r(q0, "npm"),
1100
+ PNPM: r(J0, "pnpm"),
1101
+ Yarn: r(tt, "yarn"),
1098
1102
  QuestionMark: r(J2, "question-mark"),
1099
1103
  Menu: r(j2, "menu"),
1100
1104
  Logo: {
1101
1105
  Github: r(l2, "logo-github"),
1102
1106
  LinkedIn: r(o2, "logo-linkedin"),
1103
- NI: r(dt, "logo-ni"),
1104
- OPC: r(vt, "logo-opc"),
1105
- LabJack: r(st, "logo-labjack")
1107
+ NI: r(vt, "logo-ni"),
1108
+ OPC: r(st, "logo-opc"),
1109
+ LabJack: r(gt, "logo-labjack")
1106
1110
  },
1107
1111
  Arrow: {
1108
- Right: r(et, "arrow-right"),
1112
+ Right: r(it, "arrow-right"),
1109
1113
  Down: r(j1, "arrow-down"),
1110
1114
  Bottom: r(j1, "arrow-bottom"),
1111
1115
  Up: r(E1, "arrow-up"),
1112
- Left: r(rt, "arrow-left"),
1116
+ Left: r(et, "arrow-left"),
1113
1117
  Top: r(E1, "arrow-top")
1114
1118
  },
1115
1119
  Keyboard: {
1116
1120
  Command: r(V0, "keyboard-command"),
1117
1121
  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"),
1122
+ Tab: r(j0, "keyboard-tab"),
1123
+ Return: r(k0, "keyboard-return"),
1124
+ Backspace: r(b0, "keyboard-backspace"),
1125
+ Capslock: r(L0, "keyboard-capslock"),
1126
+ Hide: r(B0, "keyboard-hide"),
1127
+ Control: r(y0, "keyboard-control"),
1124
1128
  Arrow: {
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")
1129
+ Up: r(C0, "keyboard-arrow-up"),
1130
+ Down: r(x0, "keyboard-arrow-down"),
1131
+ Left: r(w0, "keyboard-arrow-left"),
1132
+ Right: r(H0, "keyboard-arrow-right")
1129
1133
  },
1130
- Alt: r(m0, "keyboard-alt"),
1131
- Option: r(B0, "keyboard-option"),
1134
+ Alt: r(z0, "keyboard-alt"),
1135
+ Option: r(A0, "keyboard-option"),
1132
1136
  Shift: r(x2, "keyboard-shift")
1133
1137
  },
1134
- Tooltip: r(r0, "tooltip"),
1135
- Annotate: r(V1, "annotate"),
1138
+ Tooltip: r(e0, "tooltip"),
1139
+ Annotate: r(L1, "annotate"),
1136
1140
  Zoom: r(A1, "zoom"),
1137
- Selection: r(U0, "selection"),
1141
+ Selection: r(I0, "selection"),
1138
1142
  Pan: r(T2, "pan"),
1139
- Rule: r(l0, "rule"),
1140
- User: r(T0, "user"),
1143
+ Rule: r(c0, "rule"),
1144
+ User: r(R0, "user"),
1141
1145
  Rename: r(m2, "rename"),
1142
1146
  Snapshot: r(q2, "snapshot"),
1143
1147
  Sync: r(p2, "sync"),
1144
1148
  Search: r(A1, "search"),
1145
- Auto: r(j0, "auto"),
1149
+ Auto: r(E0, "auto"),
1146
1150
  Table: r(k2, "table"),
1147
1151
  Align: {
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")
1152
+ Right: r(d0, "align-right"),
1153
+ Left: r(h0, "align-left"),
1154
+ XCenter: r(o0, "align-x-center"),
1155
+ YCenter: r(s0, "align-y-center"),
1156
+ Top: r(g0, "align-top"),
1157
+ Bottom: r(v0, "align-bottom")
1154
1158
  },
1155
1159
  TextAlign: {
1156
- Center: r(V2, "text-align-center"),
1157
- Left: r(L2, "text-align-left"),
1160
+ Center: r(L2, "text-align-center"),
1161
+ Left: r(V2, "text-align-left"),
1158
1162
  Right: r(y2, "text-align-right")
1159
1163
  },
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"),
1164
+ Connect: r(ct, "connect"),
1165
+ Disconnect: r(lt, "disconnect"),
1166
+ Hardware: r(T0, "hardware"),
1167
+ Save: r(n0, "save"),
1168
+ Task: r(at, "task"),
1169
+ Device: r(K0, "device"),
1170
+ Link: r(i0, "link"),
1167
1171
  Attachment: r(O2, "attachment"),
1168
1172
  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
+ Dynamic: r(nt, "dynamic"),
1174
+ Enable: r(U0, "enable"),
1175
+ Disable: r(F0, "disable"),
1176
+ Variable: r(ot, "variable"),
1173
1177
  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
+ Type: r(p0, "type"),
1179
+ Array: r(u0, "array"),
1180
+ Label: r(L1, "label"),
1181
+ Details: r(W0, "details"),
1178
1182
  LinkExternal: r(M2, "link-external"),
1179
- Access: r(n0, "access"),
1183
+ Access: r(l0, "access"),
1180
1184
  JSON: r(y1, "json"),
1181
1185
  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"),
1186
+ Focus: r(S0, "focus"),
1187
+ OpenInNewWindow: r(P0, "open-in-new-window"),
1188
+ MoveToMainWindow: r(_0, "move-to-main-window"),
1189
+ SplitX: r(ht, "split-x"),
1190
+ SplitY: r(dt, "split-y"),
1191
+ AutoFitWidth: r(rt, "auto-fit-width"),
1188
1192
  Commit: r($2, "commit"),
1189
1193
  Snooze: r(I2, "snooze"),
1190
1194
  Log: r(b1, "log"),
1191
1195
  Tare: r(H2, "tare"),
1192
1196
  Rotate: r(R2, "rotate"),
1193
- Text: r(u0, "text"),
1197
+ Text: r(f0, "text"),
1194
1198
  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: [
1199
+ Calendar: r(D2, "calendar"),
1200
+ Release: r(t0, "release")
1201
+ }, ut = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1197
1202
  /* @__PURE__ */ h.jsxs("defs", { children: [
1198
1203
  /* @__PURE__ */ h.jsxs(
1199
1204
  "linearGradient",
@@ -1247,7 +1252,7 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1247
1252
  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"
1248
1253
  }
1249
1254
  ) }) })
1250
- ] }), ut = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1255
+ ] }), ft = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 200 189.34", ...t, children: [
1251
1256
  /* @__PURE__ */ h.jsx("defs", { children: /* @__PURE__ */ h.jsxs(
1252
1257
  "linearGradient",
1253
1258
  {
@@ -1271,7 +1276,7 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1271
1276
  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"
1272
1277
  }
1273
1278
  ) }) })
1274
- ] }), ft = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1050 285", ...t, children: [
1279
+ ] }), pt = (t) => /* @__PURE__ */ h.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1050 285", ...t, children: [
1275
1280
  /* @__PURE__ */ h.jsx("defs", { children: /* @__PURE__ */ h.jsxs(
1276
1281
  "linearGradient",
1277
1282
  {
@@ -1292,17 +1297,17 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1292
1297
  /* @__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" }),
1293
1298
  /* @__PURE__ */ h.jsx("text", { transform: "translate(208.99 215.58)", children: "Synnax" })
1294
1299
  ] })
1295
- ] }), pt = {
1296
- icon: ut,
1297
- title: ft,
1298
- loader: gt
1300
+ ] }), Mt = {
1301
+ icon: ft,
1302
+ title: pt,
1303
+ loader: ut
1299
1304
  }, P1 = ({
1300
1305
  variant: t = "icon",
1301
1306
  color: l = "auto",
1302
1307
  className: c,
1303
1308
  ...o
1304
1309
  }) => {
1305
- const s = pt[t];
1310
+ const s = Mt[t];
1306
1311
  return /* @__PURE__ */ h.jsx(
1307
1312
  s,
1308
1313
  {
@@ -1315,9 +1320,9 @@ const dt = (t) => /* @__PURE__ */ h.jsxs(
1315
1320
  ...o
1316
1321
  }
1317
1322
  );
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;
1323
+ }, mt = (t) => /* @__PURE__ */ h.jsx("div", { className: "synnax-logo-watermark__container", children: /* @__PURE__ */ h.jsx(P1, { className: "synnax-logo-watermark", ...t }) }), zt = P1;
1324
+ zt.Watermark = mt;
1320
1325
  export {
1321
- xt as Icon,
1322
- mt as Logo
1326
+ wt as Icon,
1327
+ zt as Logo
1323
1328
  };