@foris/ai-agent 0.1.0 → 0.2.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.
@@ -1,8 +1,11 @@
1
- var w = Object.defineProperty;
2
- var A = (o, t, u) => t in o ? w(o, t, { enumerable: !0, configurable: !0, writable: !0, value: u }) : o[t] = u;
3
- var g = (o, t, u) => (A(o, typeof t != "symbol" ? t + "" : t, u), u);
4
- import R, { useState as h, useRef as b, useEffect as x, useMemo as T, useCallback as N } from "react";
5
- var k = { exports: {} }, y = {};
1
+ var $ = Object.defineProperty;
2
+ var z = (e, n, s) => n in e ? $(e, n, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[n] = s;
3
+ var w = (e, n, s) => (z(e, typeof n != "symbol" ? n + "" : n, s), s);
4
+ import B, { useState as g, useRef as H, useEffect as x, useMemo as W, useCallback as q } from "react";
5
+ function J(e) {
6
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7
+ }
8
+ var I = { exports: {} }, y = {};
6
9
  /**
7
10
  * @license React
8
11
  * react-jsx-runtime.production.min.js
@@ -12,122 +15,126 @@ var k = { exports: {} }, y = {};
12
15
  * This source code is licensed under the MIT license found in the
13
16
  * LICENSE file in the root directory of this source tree.
14
17
  */
15
- var v;
16
- function E() {
17
- if (v)
18
+ var D;
19
+ function Y() {
20
+ if (D)
18
21
  return y;
19
- v = 1;
20
- var o = R, t = Symbol.for("react.element"), u = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty, c = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
21
- function l(e, r, p) {
22
- var n, s = {}, d = null, C = null;
23
- p !== void 0 && (d = "" + p), r.key !== void 0 && (d = "" + r.key), r.ref !== void 0 && (C = r.ref);
24
- for (n in r)
25
- i.call(r, n) && !m.hasOwnProperty(n) && (s[n] = r[n]);
26
- if (e && e.defaultProps)
27
- for (n in r = e.defaultProps, r)
28
- s[n] === void 0 && (s[n] = r[n]);
29
- return { $$typeof: t, type: e, key: d, ref: C, props: s, _owner: c.current };
22
+ D = 1;
23
+ var e = B, n = Symbol.for("react.element"), s = Symbol.for("react.fragment"), p = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
24
+ function d(r, C, _) {
25
+ var t, a = {}, u = null, c = null;
26
+ _ !== void 0 && (u = "" + _), C.key !== void 0 && (u = "" + C.key), C.ref !== void 0 && (c = C.ref);
27
+ for (t in C)
28
+ p.call(C, t) && !i.hasOwnProperty(t) && (a[t] = C[t]);
29
+ if (r && r.defaultProps)
30
+ for (t in C = r.defaultProps, C)
31
+ a[t] === void 0 && (a[t] = C[t]);
32
+ return { $$typeof: n, type: r, key: u, ref: c, props: a, _owner: o.current };
30
33
  }
31
- return y.Fragment = u, y.jsx = l, y.jsxs = l, y;
34
+ return y.Fragment = s, y.jsx = d, y.jsxs = d, y;
32
35
  }
33
- k.exports = E();
34
- var a = k.exports;
35
- class S {
36
- constructor(t) {
37
- g(this, "api");
38
- this.api = t;
36
+ I.exports = Y();
37
+ var l = I.exports;
38
+ class A {
39
+ constructor(n, s) {
40
+ w(this, "api");
41
+ w(this, "headers", {
42
+ "Content-Type": "application/json"
43
+ });
44
+ this.api = n, this.headers = s ?? this.headers;
39
45
  }
40
- post(t) {
46
+ post(n) {
41
47
  return fetch(this.api, {
42
48
  method: "POST",
43
- headers: {
44
- "Content-Type": "application/json"
45
- },
46
- body: JSON.stringify(t)
49
+ headers: this.headers,
50
+ body: JSON.stringify(n)
47
51
  });
48
52
  }
49
53
  }
50
- const j = (o) => {
51
- const t = (i) => {
52
- i && o((c) => {
53
- const m = c[c.length - 1];
54
- return (m == null ? void 0 : m.role) === "assistant" ? [
55
- ...c.slice(0, -1),
56
- { role: "assistant", content: m.content + i }
57
- ] : [...c, { role: "assistant", content: i }];
54
+ const K = (e) => {
55
+ const n = (p) => {
56
+ p && e((o) => {
57
+ const i = o[o.length - 1];
58
+ return (i == null ? void 0 : i.role) === "assistant" ? [
59
+ ...o.slice(0, -1),
60
+ { role: "assistant", content: i.content + p }
61
+ ] : [...o, { role: "assistant", content: p }];
58
62
  });
59
63
  };
60
64
  return {
61
- splitChunks: async (i) => {
62
- if (i.body) {
63
- const c = i.body.getReader(), m = new TextDecoder();
64
- let l = "";
65
+ splitChunks: async (p) => {
66
+ if (p.body) {
67
+ const o = p.body.getReader(), i = new TextDecoder();
68
+ let d = "";
65
69
  for (; ; ) {
66
- const { done: e, value: r } = await c.read();
67
- if (e)
70
+ const { done: r, value: C } = await o.read();
71
+ if (r)
68
72
  break;
69
- l += m.decode(r, { stream: !0 });
70
- const p = l.split(`
73
+ d += i.decode(C, { stream: !0 });
74
+ const _ = d.split(`
71
75
  `);
72
- l = p.pop() ?? "";
73
- for (let n of p)
74
- if (n = n.trim(), !!n && !n.startsWith(":") && !n.startsWith("event:") && (n.startsWith("data:") && (n = n.slice(5).trim()), !!n)) {
75
- if (n === "[DONE]")
76
+ d = _.pop() ?? "";
77
+ for (let t of _)
78
+ if (t = t.trim(), !!t && !t.startsWith(":") && !t.startsWith("event:") && (t.startsWith("data:") && (t = t.slice(5).trim()), !!t)) {
79
+ if (t === "[DONE]")
76
80
  return;
77
81
  try {
78
- const s = JSON.parse(n), d = (s == null ? void 0 : s.type) === "token" ? typeof s.value == "string" ? s.value : typeof s.content == "string" ? s.content : "" : (s == null ? void 0 : s.type) === "chunk" ? typeof s.content == "string" ? s.content : typeof s.value == "string" ? s.value : "" : typeof (s == null ? void 0 : s.message) == "string" ? s.message : "";
79
- d && t(d);
82
+ const a = JSON.parse(t), u = (a == null ? void 0 : a.type) === "token" ? typeof a.value == "string" ? a.value : typeof a.content == "string" ? a.content : "" : (a == null ? void 0 : a.type) === "chunk" ? typeof a.content == "string" ? a.content : typeof a.value == "string" ? a.value : "" : typeof (a == null ? void 0 : a.message) == "string" ? a.message : "";
83
+ u && n(u);
80
84
  } catch {
81
- t(n);
85
+ n(t);
82
86
  }
83
87
  }
84
88
  }
85
89
  }
86
90
  }
87
91
  };
88
- }, O = "demo-123", $ = (o) => {
89
- const [t, u] = h([]), { splitChunks: i } = j(u);
92
+ }, Q = "demo-123", X = (e, n) => {
93
+ const [s, p] = g([]), { splitChunks: o } = K(p);
90
94
  return {
91
- onSubmit: async ({ input: m, setInput: l, abortRef: e }) => {
92
- var p;
93
- if (!m.trim())
95
+ onSubmit: async ({ input: d, setInput: r, abortRef: C }) => {
96
+ var t;
97
+ if (!d.trim())
94
98
  return;
95
- const r = m;
96
- l(""), u((n) => [
97
- ...n,
98
- { role: "user", content: r },
99
+ const _ = d;
100
+ r(""), p((a) => [
101
+ ...a,
102
+ { role: "user", content: _ },
99
103
  { role: "assistant", content: "" }
100
104
  ]);
101
105
  try {
102
- (p = e.current) == null || p.abort();
103
- const n = new AbortController();
104
- e.current = n;
105
- const d = await new S(o).post({
106
- chat_id: O,
107
- message: r
106
+ (t = C.current) == null || t.abort();
107
+ const a = new AbortController();
108
+ C.current = a;
109
+ const u = n ? {
110
+ "Content-Type": "application/json",
111
+ ...n
112
+ } : {}, h = await new A(e, u).post({
113
+ chat_id: Q,
114
+ message: _
108
115
  });
109
- if (!d.ok) {
110
- const C = await d.text().catch(() => "");
111
- throw new Error(`HTTP ${d.status} ${d.statusText} ${C}`);
116
+ if (!h.ok) {
117
+ const v = await h.text().catch(() => "");
118
+ throw new Error(`HTTP ${h.status} ${h.statusText} ${v}`);
112
119
  }
113
- i(d);
114
- } catch (n) {
115
- console.error("Error onSubmit", n);
120
+ o(h);
121
+ } catch (a) {
122
+ console.error("Error onSubmit", a);
116
123
  }
117
124
  },
118
- messages: t
125
+ messages: s
119
126
  };
120
- }, Z = (o) => {
121
- const { onSubmit: t, messages: u } = $(o.api), [i, c] = h(""), m = b(null), l = b(null);
122
- return o.api ? (x(() => {
123
- var e;
124
- (e = m.current) == null || e.scrollIntoView({ behavior: "smooth" });
125
- }, [u]), x(() => () => {
126
- var e;
127
- (e = l.current) == null || e.abort();
128
- }, []), /* @__PURE__ */ a.jsxs("div", { style: { maxWidth: 600, margin: "0 auto" }, children: [
129
- /* @__PURE__ */ a.jsx("h3", { children: "Chat SSE" }),
130
- /* @__PURE__ */ a.jsxs(
127
+ }, I6 = (e) => {
128
+ const { onSubmit: n, messages: s } = X(e.api, e.headers), [p, o] = g(""), i = H(null), d = H(null);
129
+ return e.api ? (x(() => {
130
+ var r;
131
+ (r = i.current) == null || r.scrollIntoView({ behavior: "smooth" });
132
+ }, [s]), x(() => () => {
133
+ var r;
134
+ (r = d.current) == null || r.abort();
135
+ }, []), /* @__PURE__ */ l.jsxs("div", { style: { maxWidth: 600, margin: "0 auto" }, children: [
136
+ /* @__PURE__ */ l.jsx("h3", { children: "Chat SSE" }),
137
+ /* @__PURE__ */ l.jsxs(
131
138
  "div",
132
139
  {
133
140
  style: {
@@ -138,145 +145,1249 @@ const j = (o) => {
138
145
  overflowY: "auto"
139
146
  },
140
147
  children: [
141
- u.map((e, r) => /* @__PURE__ */ a.jsxs("div", { style: { marginBottom: 8 }, children: [
142
- /* @__PURE__ */ a.jsxs("strong", { children: [
143
- e.role,
148
+ s.map((r, C) => /* @__PURE__ */ l.jsxs("div", { style: { marginBottom: 8 }, children: [
149
+ /* @__PURE__ */ l.jsxs("strong", { children: [
150
+ r.role,
144
151
  ":"
145
152
  ] }),
146
153
  " ",
147
- e.content
148
- ] }, r)),
149
- /* @__PURE__ */ a.jsx("div", { ref: m })
154
+ r.content
155
+ ] }, C)),
156
+ /* @__PURE__ */ l.jsx("div", { ref: i })
150
157
  ]
151
158
  }
152
159
  ),
153
- /* @__PURE__ */ a.jsxs(
160
+ /* @__PURE__ */ l.jsxs(
154
161
  "form",
155
162
  {
156
- onSubmit: (e) => {
157
- e.preventDefault(), t({ input: i, setInput: c, abortRef: l });
163
+ onSubmit: (r) => {
164
+ r.preventDefault(), n({ input: p, setInput: o, abortRef: d });
158
165
  },
159
166
  children: [
160
- /* @__PURE__ */ a.jsx(
167
+ /* @__PURE__ */ l.jsx(
161
168
  "input",
162
169
  {
163
170
  type: "text",
164
- value: i,
165
- onChange: (e) => c(e.target.value),
171
+ value: p,
172
+ onChange: (r) => o(r.target.value),
166
173
  placeholder: "Escribe un mensaje...",
167
174
  style: { width: "80%" }
168
175
  }
169
176
  ),
170
- /* @__PURE__ */ a.jsx("button", { type: "submit", style: { width: "20%" }, children: "Enviar" })
177
+ /* @__PURE__ */ l.jsx("button", { type: "submit", style: { width: "20%" }, children: "Enviar" })
171
178
  ]
172
179
  }
173
180
  )
174
181
  ] })) : (console.error("API is required for the ChatPanel"), null);
175
- }, I = "_inputAction_1541p_1", P = "_inputAction_input_1541p_17", D = "_inputAction_button_1541p_36", f = {
176
- inputAction: I,
177
- inputAction_input: P,
178
- inputAction_button: D
179
- }, tt = ({
180
- onApply: o = () => {
182
+ }, e1 = "_inputAction_1541p_1", l1 = "_inputAction_input_1541p_17", C1 = "_inputAction_button_1541p_36", S = {
183
+ inputAction: e1,
184
+ inputAction_input: l1,
185
+ inputAction_button: C1
186
+ }, A6 = ({
187
+ onApply: e = () => {
181
188
  },
182
- disabled: t = !1,
183
- initialValue: u = ""
189
+ disabled: n = !1,
190
+ initialValue: s = ""
184
191
  }) => {
185
- const [i, c] = h(u), m = T(() => i.trim(), [i]), l = !t && m.length > 0, e = N(() => {
186
- l && o(m);
187
- }, [l, o, m]);
188
- return /* @__PURE__ */ a.jsxs("div", { className: f.inputAction, children: [
189
- /* @__PURE__ */ a.jsx(
192
+ const [p, o] = g(s), i = W(() => p.trim(), [p]), d = !n && i.length > 0, r = q(() => {
193
+ d && e(i);
194
+ }, [d, e, i]);
195
+ return /* @__PURE__ */ l.jsxs("div", { className: S.inputAction, children: [
196
+ /* @__PURE__ */ l.jsx(
190
197
  "input",
191
198
  {
192
- className: f.inputAction_input,
199
+ className: S.inputAction_input,
193
200
  type: "text",
194
- value: i,
195
- onChange: (r) => c(r.target.value),
196
- onKeyDown: (r) => {
197
- r.key === "Enter" && (r.preventDefault(), e());
201
+ value: p,
202
+ onChange: (C) => o(C.target.value),
203
+ onKeyDown: (C) => {
204
+ C.key === "Enter" && (C.preventDefault(), r());
198
205
  },
199
206
  placeholder: "Placeholder",
200
- disabled: t
207
+ disabled: n
201
208
  }
202
209
  ),
203
- /* @__PURE__ */ a.jsx(
210
+ /* @__PURE__ */ l.jsx(
204
211
  "button",
205
212
  {
206
- className: f.inputAction_button,
213
+ className: S.inputAction_button,
207
214
  type: "button",
208
- onClick: e,
209
- disabled: !l,
215
+ onClick: r,
216
+ disabled: !d,
210
217
  children: "Aplicar"
211
218
  }
212
219
  )
213
220
  ] });
214
- }, W = "demo-123", H = (o) => {
215
- const [t, u] = h([]), [i, c] = h(!1), { splitChunks: m } = j(u), l = async () => {
216
- try {
217
- c(!0);
218
- const r = await new S(o).post({
219
- chat_id: W,
220
- message: "Hola"
221
- });
222
- if (!r.ok) {
223
- c(!1);
224
- const p = await r.text().catch(() => "");
225
- throw console.error("Error onSubmit"), new Error(`HTTP ${r.status} ${r.statusText} ${p}`);
221
+ };
222
+ var O = { exports: {} };
223
+ /*!
224
+ Copyright (c) 2018 Jed Watson.
225
+ Licensed under the MIT License (MIT), see
226
+ http://jedwatson.github.io/classnames
227
+ */
228
+ (function(e) {
229
+ (function() {
230
+ var n = {}.hasOwnProperty;
231
+ function s() {
232
+ for (var p = [], o = 0; o < arguments.length; o++) {
233
+ var i = arguments[o];
234
+ if (i) {
235
+ var d = typeof i;
236
+ if (d === "string" || d === "number")
237
+ p.push(i);
238
+ else if (Array.isArray(i)) {
239
+ if (i.length) {
240
+ var r = s.apply(null, i);
241
+ r && p.push(r);
242
+ }
243
+ } else if (d === "object") {
244
+ if (i.toString !== Object.prototype.toString && !i.toString.toString().includes("[native code]")) {
245
+ p.push(i.toString());
246
+ continue;
247
+ }
248
+ for (var C in i)
249
+ n.call(i, C) && i[C] && p.push(C);
250
+ }
251
+ }
226
252
  }
227
- m(r), c(!1);
228
- } catch (e) {
229
- c(!1), console.error("Error onSubmit", e);
253
+ return p.join(" ");
230
254
  }
231
- };
232
- return x(() => (l(), () => {
233
- console.debug("useSummary: onSubmit: abort");
234
- }), []), {
235
- onSubmit: l,
236
- message: t,
237
- loading: i
238
- };
239
- }, q = "_summaryCard_19k36_1", J = "_summaryCard_header_19k36_17", L = "_summaryCard_titleWrapper_19k36_22", B = "_summaryCard_icon_19k36_27", M = "_summaryCard_title_19k36_22", V = "_summaryCard_button_19k36_40", F = "_summaryCard_content_19k36_66", U = "_summaryCard_loading_19k36_72", Y = "_summaryCard_spinner_19k36_78", z = "_spin_19k36_1", G = "_summaryCard_loadingText_19k36_87", K = "_summaryCard_summaryText_19k36_93", _ = {
240
- summaryCard: q,
241
- summaryCard_header: J,
242
- summaryCard_titleWrapper: L,
243
- summaryCard_icon: B,
244
- summaryCard_title: M,
245
- summaryCard_button: V,
246
- summaryCard_content: F,
247
- summaryCard_loading: U,
248
- summaryCard_spinner: Y,
249
- spin: z,
250
- summaryCard_loadingText: G,
251
- summaryCard_summaryText: K
252
- }, et = ({ api: o }) => {
253
- const { message: t, loading: u, onSubmit: i } = H(o);
254
- return /* @__PURE__ */ a.jsxs("div", { className: _.summaryCard, children: [
255
- /* @__PURE__ */ a.jsxs("div", { className: _.summaryCard_header, children: [
256
- /* @__PURE__ */ a.jsxs("div", { className: _.summaryCard_titleWrapper, children: [
257
- /* @__PURE__ */ a.jsx("span", { className: _.summaryCard_icon, children: "✨" }),
258
- /* @__PURE__ */ a.jsx("h3", { className: _.summaryCard_title, children: "Resumen Inteligente" })
259
- ] }),
260
- /* @__PURE__ */ a.jsx(
261
- "button",
262
- {
263
- onClick: () => i(),
264
- className: _.summaryCard_button,
265
- children: "Generar Resumen"
255
+ e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
256
+ })();
257
+ })(O);
258
+ var t1 = O.exports;
259
+ const P = /* @__PURE__ */ J(t1);
260
+ var U = { exports: {} }, m = {};
261
+ /**
262
+ * @license React
263
+ * react-jsx-runtime.production.min.js
264
+ *
265
+ * Copyright (c) Facebook, Inc. and its affiliates.
266
+ *
267
+ * This source code is licensed under the MIT license found in the
268
+ * LICENSE file in the root directory of this source tree.
269
+ */
270
+ var k;
271
+ function a1() {
272
+ if (k)
273
+ return m;
274
+ k = 1;
275
+ var e = B, n = Symbol.for("react.element"), s = Symbol.for("react.fragment"), p = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
276
+ function d(r, C, _) {
277
+ var t, a = {}, u = null, c = null;
278
+ _ !== void 0 && (u = "" + _), C.key !== void 0 && (u = "" + C.key), C.ref !== void 0 && (c = C.ref);
279
+ for (t in C)
280
+ p.call(C, t) && !i.hasOwnProperty(t) && (a[t] = C[t]);
281
+ if (r && r.defaultProps)
282
+ for (t in C = r.defaultProps, C)
283
+ a[t] === void 0 && (a[t] = C[t]);
284
+ return { $$typeof: n, type: r, key: u, ref: c, props: a, _owner: o.current };
285
+ }
286
+ return m.Fragment = s, m.jsx = d, m.jsxs = d, m;
287
+ }
288
+ U.exports = a1();
289
+ var i1 = U.exports, N = /* @__PURE__ */ ((e) => (e[e.sm = 12] = "sm", e[e.md = 16] = "md", e[e.lg = 24] = "lg", e[e.xl = 32] = "xl", e))(N || {}), G = /* @__PURE__ */ ((e) => (e.neutral70 = "neutral-70", e.gray_100 = "gray-100", e.gray_90 = "gray-90", e.gray_85 = "gray-85", e.gray_80 = "gray-80", e.gray_70 = "gray-70", e.gray_50 = "gray-50", e.gray_30 = "gray-30", e.gray_10 = "gray-10", e.gray_05 = "gray-05", e.gray_00 = "gray-00", e.gray_100_60 = "gray-100-60", e.gray_100_50 = "gray-100-50", e.gray_100_30 = "gray-100-30", e.gray_100_20 = "gray-100-20", e.gray_100_10 = "gray-100-10", e.gray_100_05 = "gray-100-05", e.gray_100_00 = "gray-100-00", e.gray_90_70 = "gray-90-70", e.gray_90_50 = "gray-90-50", e.gray_90_40 = "gray-90-40", e.gray_90_30 = "gray-90-30", e.gray_90_20 = "gray-90-20", e.gray_90_10 = "gray-90-10", e.gray_90_05 = "gray-90-05", e.gray_90_02 = "gray-90-02", e.gray_90_00 = "gray-90-00", e.gray_80_20 = "gray-80-20", e.gray_80_10 = "gray-80-10", e.gray_30_20 = "gray-30-20", e.gray_30_15 = "gray-30-15", e.gray_30_10 = "gray-30-10", e.gray_30_00 = "gray-30-00", e.brand_90 = "brand-90", e.brand_80 = "brand-80", e.brand_70 = "brand-70", e.brand_60 = "brand-60", e.brand_50 = "brand-50", e.brand_40 = "brand-40", e.brand_30 = "brand-30", e.brand_20 = "brand-20", e.brand_10 = "brand-10", e.blue_10 = "blue-10", e.blue_50 = "blue-50", e.blue_60 = "blue-60", e.blue_50_10 = "blue-50-10", e.blue_50_20 = "blue-50-20", e.blue_50_70 = "blue-50-70", e.red_10 = "red-10", e.red_50 = "red-50", e.red_60 = "red-60", e.red_50_10 = "red-50-10", e.red_50_20 = "red-50-20", e.red_50_70 = "red-50-70", e.green_10 = "green-10", e.green_50 = "green-50", e.green_60 = "green-60", e.green_50_10 = "green-50-10", e.green_50_20 = "green-50-20", e.green_50_70 = "green-50-70", e.yellow_10 = "yellow-10", e.yellow_50 = "yellow-50", e.yellow_60 = "yellow-60", e.yellow_50_10 = "yellow-50-10", e.yellow_50_20 = "yellow-50-20", e.yellow_50_40 = "yellow-50-40", e.yellow_50_70 = "yellow-50-70", e.neutral_90 = "neutral-90", e.neutral_85 = "neutral-85", e.neutral_80 = "neutral-80", e.neutral_70 = "neutral-70", e.neutral_50 = "neutral-50", e.neutral_30 = "neutral-30", e.neutral_10 = "neutral-10", e.neutral_05 = "neutral-05", e.neutral_00 = "neutral-00", e.primary_90 = "primary-90", e.primary_80 = "primary-80", e.primary_70 = "primary-70", e.primary_60 = "primary-60", e.primary_50 = "primary-50", e.primary_40 = "primary-40", e.primary_30 = "primary-30", e.primary_20 = "primary-20", e.primary_10 = "primary-10", e.info_10 = "info-10", e.info_50 = "info-50", e.info_60 = "info-60", e.info_opacity = "info-opacity", e.info_border = "info-border", e.error_10 = "error-10", e.error_50 = "error-50", e.error_60 = "error-60", e.error_opacity = "error-opacity", e.error_border = "error-border", e.success_10 = "success-10", e.success_50 = "success-50", e.success_60 = "success-60", e.success_opacity = "success-opacity", e.success_border = "success-border", e.warning_10 = "warning-10", e.warning_50 = "warning-50", e.warning_60 = "warning-60", e.warning_opacity = "warning-opacity", e.warning_border = "warning-border", e.palette_1_10 = "palette-1-10", e.palette_1_50 = "palette-1-50", e.palette_1_50_20 = "palette-1-50-20", e.palette_1_80 = "palette-1-80", e.palette_2_10 = "palette-2-10", e.palette_2_50 = "palette-2-50", e.palette_2_50_20 = "palette-2-50-20", e.palette_2_80 = "palette-2-80", e.palette_3_10 = "palette-3-10", e.palette_3_50 = "palette-3-50", e.palette_3_50_20 = "palette-3-50-20", e.palette_3_80 = "palette-3-80", e.palette_4_10 = "palette-4-10", e.palette_4_50 = "palette-4-50", e.palette_4_50_20 = "palette-4-50-20", e.palette_4_80 = "palette-4-80", e.palette_5_10 = "palette-5-10", e.palette_5_50 = "palette-5-50", e.palette_5_80 = "palette-5-80", e.palette_6_10 = "palette-6-10", e.palette_6_50 = "palette-6-50", e.palette_6_50_20 = "palette-6-50-20", e.palette_6_80 = "palette-6-80", e.palette_7_10 = "palette-7-10", e.palette_7_50 = "palette-7-50", e.palette_7_80 = "palette-7-80", e.palette_8_10 = "palette-8-10", e.palette_8_50 = "palette-8-50", e.palette_8_80 = "palette-8-80", e.palette_9_10 = "palette-9-10", e.palette_9_50 = "palette-9-50", e.palette_9_80 = "palette-9-80", e.palette_10_10 = "palette-10-10", e.palette_10_50 = "palette-10-50", e.palette_10_80 = "palette-10-80", e.palette_11_10 = "palette-11-10", e.palette_11_50 = "palette-11-50", e.palette_11_80 = "palette-11-80", e.palette_12_10 = "palette-12-10", e.palette_12_50 = "palette-12-50", e.palette_12_80 = "palette-12-80", e.palette_13_10 = "palette-13-10", e.palette_13_50 = "palette-13-50", e.palette_13_80 = "palette-13-80", e.palette_14_10 = "palette-14-10", e.palette_14_50 = "palette-14-50", e.palette_14_80 = "palette-14-80", e.palette_15_10 = "palette-15-10", e.palette_15_50 = "palette-15-50", e.palette_15_80 = "palette-15-80", e.palette_16_10 = "palette-16-10", e.palette_16_50 = "palette-16-50", e.palette_16_80 = "palette-16-80", e.palette_17_10 = "palette-17-10", e.palette_17_50 = "palette-17-50", e.palette_17_80 = "palette-17-80", e.palette_18_10 = "palette-18-10", e.palette_18_50 = "palette-18-50", e.palette_18_80 = "palette-18-80", e))(G || {});
290
+ const r1 = `
291
+ <path
292
+ fill-rule="evenodd"
293
+ clip-rule="evenodd"
294
+ d="M8.66683 3.33329C8.66683 2.9651 8.36835 2.66663 8.00016 2.66663C7.63197 2.66663 7.3335 2.9651 7.3335 3.33329V11.057L3.80506 7.52854C3.54471 7.2682 3.1226 7.2682 2.86225 7.52854C2.6019 7.78889 2.6019 8.211 2.86225 8.47135L7.51977 13.1289C7.64106 13.2549 7.81145 13.3333 8.00016 13.3333C8.07123 13.3333 8.1397 13.3222 8.20393 13.3016C8.30188 13.2703 8.39401 13.2157 8.47173 13.138L13.1384 8.47135C13.3987 8.211 13.3987 7.78889 13.1384 7.52854C12.878 7.2682 12.4559 7.2682 12.1956 7.52854L8.66683 11.0573V3.33329Z"
295
+ fill="#1B1C1D"
296
+ />
297
+ `, n1 = `
298
+ <path
299
+ fill-rule="evenodd"
300
+ clip-rule="evenodd"
301
+ d="M8.19158 2.69451C8.13095 2.67637 8.06669 2.66663 8.00016 2.66663C7.8116 2.66663 7.64131 2.74491 7.52005 2.87076L2.86225 7.52855C2.6019 7.7889 2.6019 8.21101 2.86225 8.47136C3.1226 8.73171 3.54471 8.73171 3.80506 8.47136L7.3335 4.94293V12.6666C7.3335 13.0348 7.63197 13.3333 8.00016 13.3333C8.36835 13.3333 8.66683 13.0348 8.66683 12.6666V4.94261L12.1956 8.47136C12.4559 8.73171 12.878 8.73171 13.1384 8.47136C13.3987 8.21101 13.3987 7.7889 13.1384 7.52855L8.47173 2.86189C8.39075 2.78091 8.29412 2.72512 8.19158 2.69451Z"
302
+ fill="#1B1C1D"
303
+ />
304
+ `, d1 = `
305
+ <path
306
+ fill-rule="evenodd"
307
+ clip-rule="evenodd"
308
+ d="M3.52876 5.52864C3.78911 5.26829 4.21122 5.26829 4.47157 5.52864L8.00016 9.05723L11.5288 5.52864C11.7891 5.26829 12.2112 5.26829 12.4716 5.52864C12.7319 5.78899 12.7319 6.2111 12.4716 6.47145L8.47157 10.4714C8.21122 10.7318 7.78911 10.7318 7.52876 10.4714L3.52876 6.47145C3.26841 6.2111 3.26841 5.78899 3.52876 5.52864Z"
309
+ fill="#1B1C1D"
310
+ />
311
+ `, s1 = `
312
+ <path
313
+ fill-rule="evenodd"
314
+ clip-rule="evenodd"
315
+ d="M10.4716 3.52864C10.7319 3.78899 10.7319 4.2111 10.4716 4.47145L6.94297 8.00004L10.4716 11.5286C10.7319 11.789 10.7319 12.2111 10.4716 12.4714C10.2112 12.7318 9.78911 12.7318 9.52876 12.4714L5.52876 8.47145C5.26841 8.2111 5.26841 7.78899 5.52876 7.52864L9.52876 3.52864C9.78911 3.26829 10.2112 3.26829 10.4716 3.52864Z"
316
+ fill="#1B1C1D"
317
+ />
318
+ `, p1 = `
319
+ <path
320
+ fill-rule="evenodd"
321
+ clip-rule="evenodd"
322
+ d="M5.52876 3.52864C5.78911 3.26829 6.21122 3.26829 6.47157 3.52864L10.4716 7.52864C10.7319 7.78899 10.7319 8.2111 10.4716 8.47145L6.47157 12.4714C6.21122 12.7318 5.78911 12.7318 5.52876 12.4714C5.26841 12.2111 5.26841 11.789 5.52876 11.5286L9.05735 8.00004L5.52876 4.47145C5.26841 4.2111 5.26841 3.78899 5.52876 3.52864Z"
323
+ fill="#1B1C1D"
324
+ />
325
+ `, o1 = `
326
+ <path
327
+ fill-rule="evenodd"
328
+ clip-rule="evenodd"
329
+ d="M7.80441 5.13807C8.06476 4.87772 8.06476 4.45561 7.80441 4.19526C7.54406 3.93491 7.12195 3.93491 6.8616 4.19526L3.52827 7.5286C3.26792 7.78895 3.26792 8.21105 3.52827 8.4714L6.8616 11.8047C7.12195 12.0651 7.54406 12.0651 7.80441 11.8047C8.06476 11.5444 8.06476 11.1223 7.80441 10.8619L4.94248 8L7.80441 5.13807ZM12.4712 5.13807C12.7315 4.87772 12.7315 4.45561 12.4712 4.19526C12.2108 3.93491 11.7887 3.93491 11.5284 4.19526L8.19502 7.5286C7.93467 7.78895 7.93467 8.21105 8.19502 8.4714L11.5284 11.8047C11.7887 12.0651 12.2108 12.0651 12.4712 11.8047C12.7315 11.5444 12.7315 11.1223 12.4712 10.8619L9.60923 8L12.4712 5.13807Z"
330
+ fill="#1B1C1D"
331
+ />
332
+ `, c1 = `
333
+ <path
334
+ fill-rule="evenodd"
335
+ clip-rule="evenodd"
336
+ d="M4.47108 4.19526C4.21073 3.93491 3.78862 3.93491 3.52827 4.19526C3.26792 4.45561 3.26792 4.87772 3.52827 5.13807L6.3902 8L3.52827 10.8619C3.26792 11.1223 3.26792 11.5444 3.52827 11.8047C3.78862 12.0651 4.21073 12.0651 4.47108 11.8047L7.80441 8.4714C8.06476 8.21105 8.06476 7.78895 7.80441 7.5286L4.47108 4.19526ZM9.13783 4.19526C8.87748 3.93491 8.45537 3.93491 8.19502 4.19526C7.93467 4.45561 7.93467 4.87772 8.19502 5.13807L11.0569 8L8.19502 10.8619C7.93467 11.1223 7.93467 11.5444 8.19502 11.8047C8.45537 12.0651 8.87748 12.0651 9.13783 11.8047L12.4712 8.4714C12.7315 8.21105 12.7315 7.78895 12.4712 7.5286L9.13783 4.19526Z"
337
+ fill="#1B1C1D"
338
+ />
339
+ `, _1 = `
340
+ <path
341
+ fill-rule="evenodd"
342
+ clip-rule="evenodd"
343
+ d="M7.52876 5.52864C7.78911 5.26829 8.21122 5.26829 8.47157 5.52864L12.4716 9.52864C12.7319 9.78899 12.7319 10.2111 12.4716 10.4714C12.2112 10.7318 11.7891 10.7318 11.5288 10.4714L8.00016 6.94285L4.47157 10.4714C4.21122 10.7318 3.78911 10.7318 3.52876 10.4714C3.26841 10.2111 3.26841 9.78899 3.52876 9.52864L7.52876 5.52864Z"
344
+ fill="#1B1C1D"
345
+ />
346
+ `, u1 = `
347
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.4714 2.19526C6.73175 2.45561 6.73175 2.87772 6.4714 3.13807L3.60948 6L6.4714 8.86193C6.73175 9.12228 6.73175 9.54439 6.4714 9.80474C6.21105 10.0651 5.78895 10.0651 5.5286 9.80474L2.19526 6.4714C1.93491 6.21105 1.93491 5.78895 2.19526 5.5286L5.5286 2.19526C5.78895 1.93491 6.21105 1.93491 6.4714 2.19526Z" fill="white"/>
348
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 5.63181 2.29848 5.33333 2.66667 5.33333H10.6667C11.5507 5.33333 12.3986 5.68452 13.0237 6.30964C13.6488 6.93476 14 7.78261 14 8.66667V13.3333C14 13.7015 13.7015 14 13.3333 14C12.9651 14 12.6667 13.7015 12.6667 13.3333V8.66667C12.6667 8.13623 12.456 7.62752 12.0809 7.25245C11.7058 6.87738 11.1971 6.66667 10.6667 6.66667H2.66667C2.29848 6.66667 2 6.36819 2 6Z" fill="white"/>
349
+ `, h1 = {
350
+ "arrow-down": r1,
351
+ "arrow-up": n1,
352
+ "chevron-down": d1,
353
+ "chevron-left": s1,
354
+ "chevron-right": p1,
355
+ "chevrons-left": o1,
356
+ "chevrons-right": c1,
357
+ "chevron-up": _1,
358
+ "corner-up-left": u1
359
+ }, f1 = `
360
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.01874 1.52206C7.31826 1.35342 7.6562 1.26483 7.99993 1.26483C8.34367 1.26483 8.6816 1.35342 8.98113 1.52206C9.28065 1.69069 9.53166 1.93368 9.70993 2.22758L9.71185 2.23074L15.364 11.6666C15.5386 11.969 15.631 12.3119 15.6319 12.6611C15.6329 13.0104 15.5424 13.3538 15.3695 13.6571C15.1966 13.9605 14.9472 14.2134 14.6462 14.3905C14.3452 14.5676 14.0031 14.6628 13.6539 14.6666L13.6466 14.6667L2.34594 14.6667C1.99674 14.6628 1.65463 14.5676 1.35365 14.3905C1.05266 14.2134 0.803301 13.9605 0.630365 13.6571C0.45743 13.3538 0.36695 13.0104 0.367928 12.6611C0.368906 12.3119 0.461307 11.969 0.635939 11.6666L0.641281 11.6574L6.28992 2.22757C6.46819 1.93368 6.71921 1.69069 7.01874 1.52206ZM7.99993 2.59816C7.88535 2.59816 7.77271 2.6277 7.67287 2.68391C7.57347 2.73987 7.49011 2.82039 7.43073 2.91777L7.42993 2.91908L1.78839 12.3372C1.7316 12.4371 1.70158 12.5499 1.70126 12.6649C1.70093 12.7813 1.73109 12.8957 1.78874 12.9969C1.84638 13.098 1.9295 13.1823 2.02983 13.2413C2.12929 13.2998 2.24222 13.3315 2.35757 13.3333H13.6423C13.7576 13.3315 13.8706 13.2998 13.97 13.2413C14.0704 13.1823 14.1535 13.098 14.2111 12.9969C14.2688 12.8957 14.2989 12.7813 14.2986 12.6649C14.2983 12.55 14.2683 12.4371 14.2115 12.3372L8.56993 2.91908L8.56913 2.91777C8.50976 2.82039 8.42639 2.73987 8.327 2.68391C8.22716 2.6277 8.11451 2.59816 7.99993 2.59816ZM7.99992 5.33331C8.36811 5.33331 8.66658 5.63179 8.66658 5.99998V8.66665C8.66658 9.03484 8.36811 9.33331 7.99992 9.33331C7.63173 9.33331 7.33325 9.03484 7.33325 8.66665V5.99998C7.33325 5.63179 7.63173 5.33331 7.99992 5.33331ZM7.99992 10.6667C7.63173 10.6667 7.33325 10.9652 7.33325 11.3334C7.33325 11.7015 7.63173 12 7.99992 12H8.00659C8.37477 12 8.67325 11.7015 8.67325 11.3334C8.67325 10.9652 8.37477 10.6667 8.00659 10.6667H7.99992Z" fill="#1B1C1D"/>
361
+ `, L1 = `
362
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.01898 1.52206C7.31851 1.35342 7.65644 1.26483 8.00018 1.26483C8.34391 1.26483 8.68185 1.35342 8.98137 1.52206C9.2809 1.69069 9.53191 1.93368 9.71018 2.22758L9.7121 2.23074L15.3642 11.6666C15.5389 11.969 15.6312 12.3119 15.6322 12.6611C15.6332 13.0104 15.5427 13.3538 15.3697 13.6571C15.1968 13.9605 14.9474 14.2134 14.6465 14.3905C14.3455 14.5676 14.0034 14.6628 13.6542 14.6666L13.6468 14.6667L2.34618 14.6667C1.99698 14.6628 1.65487 14.5676 1.35389 14.3905C1.05291 14.2134 0.803545 13.9605 0.630609 13.6571C0.457674 13.3538 0.367194 13.0104 0.368172 12.6611C0.36915 12.3119 0.461551 11.969 0.636183 11.6666L0.641525 11.6574L6.28827 2.23075L6.29018 2.22758C6.46845 1.93368 6.71946 1.69069 7.01898 1.52206ZM8.00016 5.33331C8.36835 5.33331 8.66683 5.63179 8.66683 5.99998V8.66665C8.66683 9.03484 8.36835 9.33331 8.00016 9.33331C7.63197 9.33331 7.3335 9.03484 7.3335 8.66665V5.99998C7.3335 5.63179 7.63197 5.33331 8.00016 5.33331ZM8.00016 10.6667C7.63197 10.6667 7.3335 10.9652 7.3335 11.3334C7.3335 11.7015 7.63197 12 8.00016 12H8.00683C8.37502 12 8.6735 11.7015 8.6735 11.3334C8.6735 10.9652 8.37502 10.6667 8.00683 10.6667H8.00016Z" fill="#000"/>
363
+ `, v1 = `
364
+ <g clip-path="url(#clip0_3782_54921)">
365
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 0.666687C3.94999 0.666687 0.666748 3.94993 0.666748 8.00002C0.666748 12.0501 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0502 0.666687 8.00008 0.666687ZM12.1427 5.19974C11.8848 4.93698 11.4627 4.93304 11.1999 5.19095L10.8726 5.5131C10.6585 5.72405 10.3433 6.03508 9.93856 6.43561C9.21986 7.14691 8.21883 8.14054 7.0004 9.3574L5.13832 7.49531C4.87797 7.23496 4.45586 7.23496 4.19551 7.49531C3.93516 7.75566 3.93516 8.17777 4.19551 8.43812L6.52884 10.7715C6.65386 10.8965 6.82343 10.9667 7.00024 10.9667C7.17705 10.9667 7.34662 10.8965 7.47165 10.7715C8.90267 9.34045 10.0685 8.18293 10.8765 7.38329C11.2805 6.98348 11.595 6.67314 11.8084 6.46282L12.1339 6.14251C12.3967 5.8846 12.4006 5.46251 12.1427 5.19974Z" fill="black"/>
366
+ </g>
367
+ <defs>
368
+ <clipPath id="clip0_3782_54921">
369
+ <rect width="16" height="16" fill="white"/>
370
+ </clipPath>
371
+ </defs>
372
+ `, M1 = `
373
+ <g clip-path="url(#clip0_3792_54463)">
374
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 2.00002C4.68637 2.00002 2.00008 4.68631 2.00008 8.00002C2.00008 11.3137 4.68637 14 8.00008 14C11.3138 14 14.0001 11.3137 14.0001 8.00002C14.0001 4.68631 11.3138 2.00002 8.00008 2.00002ZM0.666748 8.00002C0.666748 3.94993 3.94999 0.666687 8.00008 0.666687C12.0502 0.666687 15.3334 3.94993 15.3334 8.00002C15.3334 12.0501 12.0502 15.3334 8.00008 15.3334C3.94999 15.3334 0.666748 12.0501 0.666748 8.00002ZM10.4713 5.52861C10.7317 5.78896 10.7317 6.21107 10.4713 6.47141L8.94273 8.00001L10.4713 9.52861C10.7317 9.78896 10.7317 10.2111 10.4713 10.4714C10.211 10.7318 9.78886 10.7318 9.52851 10.4714L7.99992 8.94282L6.47132 10.4714C6.21097 10.7318 5.78886 10.7318 5.52851 10.4714C5.26816 10.2111 5.26816 9.78896 5.52851 9.52861L7.05711 8.00001L5.52851 6.47141C5.26816 6.21107 5.26816 5.78896 5.52851 5.52861C5.78886 5.26826 6.21097 5.26826 6.47132 5.52861L7.99992 7.0572L9.52851 5.52861C9.78886 5.26826 10.211 5.26826 10.4713 5.52861Z" fill="#1B1C1D"/>
375
+ </g>
376
+ <defs>
377
+ <clipPath id="clip0_3792_54463">
378
+ <rect width="16" height="16" fill="white"/>
379
+ </clipPath>
380
+ </defs>
381
+ `, Z1 = `
382
+ <g clip-path="url(#clip0_3782_54922)">
383
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 0.666687C3.94999 0.666687 0.666748 3.94993 0.666748 8.00002C0.666748 12.0501 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0502 0.666687 8.00008 0.666687ZM10.4713 5.52864C10.7317 5.78899 10.7317 6.2111 10.4713 6.47145L8.94273 8.00004L10.4713 9.52864C10.7317 9.78899 10.7317 10.2111 10.4713 10.4714C10.211 10.7318 9.78886 10.7318 9.52851 10.4714L7.99992 8.94285L6.47132 10.4714C6.21097 10.7318 5.78886 10.7318 5.52851 10.4714C5.26816 10.2111 5.26816 9.78899 5.52851 9.52864L7.05711 8.00004L5.52851 6.47145C5.26816 6.2111 5.26816 5.78899 5.52851 5.52864C5.78886 5.26829 6.21097 5.26829 6.47132 5.52864L7.99992 7.05723L9.52851 5.52864C9.78886 5.26829 10.211 5.26829 10.4713 5.52864Z" fill="black"/>
384
+ </g>
385
+ <defs>
386
+ <clipPath id="clip0_3782_54922">
387
+ <rect width="16" height="16" fill="white"/>
388
+ </clipPath>
389
+ </defs>
390
+ `, g1 = `
391
+ <g clip-path="url(#clip0_3792_54452)">
392
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00008 8.00002C2.00008 4.68631 4.68637 2.00002 8.00008 2.00002C11.3138 2.00002 14.0001 4.68631 14.0001 8.00002C14.0001 11.3137 11.3138 14 8.00008 14C4.68637 14 2.00008 11.3137 2.00008 8.00002ZM8.00008 0.666687C3.94999 0.666687 0.666748 3.94993 0.666748 8.00002C0.666748 12.0501 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0502 0.666687 8.00008 0.666687ZM7.33325 5.33335C7.33325 4.96516 7.63173 4.66669 7.99992 4.66669H8.00659C8.37478 4.66669 8.67325 4.96516 8.67325 5.33335C8.67325 5.70154 8.37478 6.00002 8.00659 6.00002H7.99992C7.63173 6.00002 7.33325 5.70154 7.33325 5.33335ZM7.99992 7.33334C8.36811 7.33334 8.66659 7.63182 8.66659 8.00001V10.6667C8.66659 11.0349 8.36811 11.3333 7.99992 11.3333C7.63173 11.3333 7.33325 11.0349 7.33325 10.6667V8.00001C7.33325 7.63182 7.63173 7.33334 7.99992 7.33334Z" fill="#1B1C1D"/>
393
+ </g>
394
+ <defs>
395
+ <clipPath id="clip0_3792_54452">
396
+ <rect width="16" height="16" fill="white"/>
397
+ </clipPath>
398
+ </defs>
399
+ `, y1 = `
400
+ <g clip-path="url(#clip0_3792_54440)">
401
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 7.99996C0.666748 3.94987 3.94999 0.666626 8.00008 0.666626C12.0502 0.666626 15.3334 3.94987 15.3334 7.99996C15.3334 12.05 12.0502 15.3333 8.00008 15.3333C3.94999 15.3333 0.666748 12.05 0.666748 7.99996ZM7.99992 7.33331C8.36811 7.33331 8.66659 7.63179 8.66659 7.99998V10.6666C8.66659 11.0348 8.36811 11.3333 7.99992 11.3333C7.63173 11.3333 7.33325 11.0348 7.33325 10.6666V7.99998C7.33325 7.63179 7.63173 7.33331 7.99992 7.33331ZM7.99992 4.66663C7.63173 4.66663 7.33325 4.9651 7.33325 5.33329C7.33325 5.70148 7.63173 5.99996 7.99992 5.99996H8.00659C8.37478 5.99996 8.67325 5.70148 8.67325 5.33329C8.67325 4.9651 8.37478 4.66663 8.00659 4.66663H7.99992Z" fill="#1B1C1D"/>
402
+ </g>
403
+ <defs>
404
+ <clipPath id="clip0_3792_54440">
405
+ <rect width="16" height="16" fill="white"/>
406
+ </clipPath>
407
+ </defs>
408
+ `, m1 = `
409
+ <g clip-path="url(#clip0_3782_54925)">
410
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.25499 3.31206C5.28143 2.49099 6.58342 2.00002 8.00008 2.00002C11.3138 2.00002 14.0001 4.68631 14.0001 8.00002C14.0001 9.41668 13.5091 10.7187 12.688 11.7451L4.25499 3.31206ZM3.31218 4.25486C2.49107 5.28131 2.00008 6.58333 2.00008 8.00002C2.00008 11.3137 4.68637 14 8.00008 14C9.41677 14 10.7188 13.509 11.7452 12.6879L3.31218 4.25486ZM8.00008 0.666687C3.94999 0.666687 0.666748 3.94993 0.666748 8.00002C0.666748 12.0501 3.94999 15.3334 8.00008 15.3334C12.0502 15.3334 15.3334 12.0501 15.3334 8.00002C15.3334 3.94993 12.0502 0.666687 8.00008 0.666687Z" fill="#1B1C1D"/>
411
+ </g>
412
+ <defs>
413
+ <clipPath id="clip0_3782_54925">
414
+ <rect width="16" height="16" fill="white"/>
415
+ </clipPath>
416
+ </defs>
417
+ `, V1 = `
418
+ <g clip-path="url(#clip0_10341_34400)">
419
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4421 2.51561C9.26024 1.98901 7.93984 1.85856 6.6778 2.1437C5.41575 2.42884 4.27969 3.1143 3.43905 4.09785C2.59841 5.08141 2.09822 6.31035 2.01309 7.6014C1.92796 8.89245 2.26244 10.1764 2.96666 11.2619C3.67088 12.3473 4.70709 13.176 5.92076 13.6244C7.13444 14.0728 8.46054 14.1168 9.7013 13.75C10.9421 13.3831 12.031 12.625 12.8057 11.5887C13.5804 10.5524 13.9993 9.29346 14.0001 7.99961V7.38666C14.0001 7.01847 14.2986 6.71999 14.6668 6.71999C15.0349 6.71999 15.3334 7.01847 15.3334 7.38666V7.99999C15.3325 9.58137 14.8204 11.1205 13.8736 12.387C12.9267 13.6536 11.5958 14.5802 10.0793 15.0286C8.56286 15.4769 6.94207 15.4231 5.45869 14.8751C3.97531 14.327 2.70883 13.3142 1.84812 11.9876C0.98741 10.6609 0.578595 9.09162 0.682644 7.51367C0.786694 5.93572 1.39803 4.43368 2.42549 3.23156C3.45294 2.02944 4.84146 1.19165 6.38395 0.843146C7.92645 0.49464 9.54028 0.654086 10.9848 1.29771C11.3211 1.44756 11.4722 1.84168 11.3224 2.17799C11.1725 2.51431 10.7784 2.66546 10.4421 2.51561Z" fill="#465669"/>
420
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1378 2.19503C15.3982 2.45525 15.3984 2.87736 15.1382 3.13784L8.47156 9.81117C8.34656 9.9363 8.17695 10.0066 8.00009 10.0067C7.82322 10.0067 7.65358 9.93647 7.52851 9.8114L5.52851 7.8114C5.26816 7.55105 5.26816 7.12895 5.52851 6.8686C5.78886 6.60825 6.21097 6.60825 6.47132 6.8686L7.99968 8.39696L14.1949 2.1955C14.4552 1.93502 14.8773 1.93481 15.1378 2.19503Z" fill="#465669"/>
421
+ </g>
422
+ <defs>
423
+ <clipPath id="clip0_10341_34400">
424
+ <rect width="16" height="16" fill="white"/>
425
+ </clipPath>
426
+ </defs>
427
+ `, H1 = `
428
+ <g clip-path="url(#clip0_3782_54923)">
429
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.23984 0.666626C5.06303 0.666626 4.89346 0.736864 4.76843 0.861888L0.861766 4.76856C0.736742 4.89358 0.666504 5.06315 0.666504 5.23996V10.76C0.666504 10.9368 0.736742 11.1063 0.861766 11.2314L4.76843 15.138C4.89346 15.2631 5.06303 15.3333 5.23984 15.3333H10.7598C10.9366 15.3333 11.1062 15.2631 11.2312 15.138L15.1379 11.2314C15.2629 11.1063 15.3332 10.9368 15.3332 10.76V5.23996C15.3332 5.06315 15.2629 4.89358 15.1379 4.76855L11.2312 0.861888C11.1062 0.736864 10.9366 0.666626 10.7598 0.666626H5.23984ZM10.4713 5.52858C10.7317 5.78892 10.7317 6.21103 10.4713 6.47138L8.94273 7.99998L10.4713 9.52858C10.7317 9.78893 10.7317 10.211 10.4713 10.4714C10.211 10.7317 9.78886 10.7317 9.52851 10.4714L7.99992 8.94279L6.47132 10.4714C6.21097 10.7317 5.78886 10.7317 5.52851 10.4714C5.26816 10.211 5.26816 9.78893 5.52851 9.52858L7.05711 7.99998L5.52851 6.47138C5.26816 6.21103 5.26816 5.78892 5.52851 5.52858C5.78886 5.26823 6.21097 5.26823 6.47132 5.52858L7.99992 7.05717L9.52851 5.52858C9.78886 5.26823 10.211 5.26823 10.4713 5.52858Z" fill="#000"/>
430
+ </g>
431
+ <defs>
432
+ <clipPath id="clip0_3782_54923">
433
+ <rect width="16" height="16" fill="white"/>
434
+ </clipPath>
435
+ </defs>
436
+ `, x1 = `
437
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
438
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.8047 3.52876C14.0651 3.78911 14.0651 4.21122 13.8047 4.47157L6.4714 11.8049C6.21105 12.0653 5.78895 12.0653 5.5286 11.8049L2.19526 8.47157C1.93491 8.21122 1.93491 7.78911 2.19526 7.52876C2.45561 7.26841 2.87772 7.26841 3.13807 7.52876L6 10.3907L12.8619 3.52876C13.1223 3.26841 13.5444 3.26841 13.8047 3.52876Z" fill="#FAFBFC"/>
439
+ </svg>
440
+ `, w1 = {
441
+ "alert-triangle": f1,
442
+ "alert-triangle-fill": L1,
443
+ "circle-check": "",
444
+ "circle-check-fill": v1,
445
+ "circle-cross": M1,
446
+ "circle-cross-fill": Z1,
447
+ "circle-info": g1,
448
+ "circle-info-fill": y1,
449
+ "circle-denied": m1,
450
+ "octagon-cross": H1,
451
+ check: x1,
452
+ "check-circle": V1
453
+ }, S1 = `
454
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.66667 1.00004C2.5 1 2 1.5 2 2.62794V13.3721C2 14.5 2.5 15 3.66667 15L12.3333 15C13.5 15 14 14.5 14 13.3721V2.6279C14 1.5 13.5 1 12.3333 1L3.66667 1.00004ZM3.33333 2.62794C3.33333 2.44813 3.48257 2.30236 3.66667 2.30236L12.3333 2.30232C12.5174 2.30232 12.6667 2.44809 12.6667 2.6279V13.3721C12.6667 13.5519 12.5174 13.6976 12.3333 13.6976L9.5 13.6977V11.1667C9.5 10.8906 9.27614 10.6667 9 10.6667H7C6.72386 10.6667 6.5 10.8906 6.5 11.1667V13.6977L3.66667 13.6977C3.48257 13.6977 3.33333 13.5519 3.33333 13.3721V2.62794ZM5.5 7C5.5 6.72386 5.64924 6.5 5.83333 6.5H7.16667C7.35076 6.5 7.5 6.72386 7.5 7V8C7.5 8.27614 7.35076 8.5 7.16667 8.5H5.83333C5.64924 8.5 5.5 8.27614 5.5 8V7ZM5.83333 3.5C5.64924 3.5 5.5 3.72386 5.5 4V5C5.5 5.27614 5.64924 5.5 5.83333 5.5H7.16667C7.35076 5.5 7.5 5.27614 7.5 5V4C7.5 3.72386 7.35076 3.5 7.16667 3.5H5.83333ZM8.5 7C8.5 6.72386 8.64924 6.5 8.83333 6.5H10.1667C10.3508 6.5 10.5 6.72386 10.5 7V8C10.5 8.27614 10.3508 8.5 10.1667 8.5H8.83333C8.64924 8.5 8.5 8.27614 8.5 8V7ZM8.83333 3.5C8.64924 3.5 8.5 3.72386 8.5 4V5C8.5 5.27614 8.64924 5.5 8.83333 5.5H10.1667C10.3508 5.5 10.5 5.27614 10.5 5V4C10.5 3.72386 10.3508 3.5 10.1667 3.5H8.83333Z" fill="#1B1C1D"/>
455
+ `, P1 = `
456
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.66667 1.00004C2.5 1 2 1.5 2 2.62794V13.3721C2 14.5 2.5 15 3.66667 15L12.3333 15C13.5 15 14 14.5 14 13.3721V2.6279C14 1.5 13.5 1 12.3333 1L3.66667 1.00004ZM7 10.6667C6.72386 10.6667 6.5 10.8906 6.5 11.1667V13.6194H9.5V11.1667C9.5 10.8906 9.27614 10.6667 9 10.6667H7ZM5.5 7C5.5 6.72386 5.64924 6.5 5.83333 6.5H7.16667C7.35076 6.5 7.5 6.72386 7.5 7V8C7.5 8.27614 7.35076 8.5 7.16667 8.5H5.83333C5.64924 8.5 5.5 8.27614 5.5 8V7ZM5.83333 3.5C5.64924 3.5 5.5 3.72386 5.5 4V5C5.5 5.27614 5.64924 5.5 5.83333 5.5H7.16667C7.35076 5.5 7.5 5.27614 7.5 5V4C7.5 3.72386 7.35076 3.5 7.16667 3.5H5.83333ZM8.5 7C8.5 6.72386 8.64924 6.5 8.83333 6.5H10.1667C10.3508 6.5 10.5 6.72386 10.5 7V8C10.5 8.27614 10.3508 8.5 10.1667 8.5H8.83333C8.64924 8.5 8.5 8.27614 8.5 8V7ZM8.83333 3.5C8.64924 3.5 8.5 3.72386 8.5 4V5C8.5 5.27614 8.64924 5.5 8.83333 5.5H10.1667C10.3508 5.5 10.5 5.27614 10.5 5V4C10.5 3.72386 10.3508 3.5 10.1667 3.5H8.83333Z" fill="#1B1C1D"/>
457
+ `, b1 = `
458
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 1.33332C11.3333 0.965133 11.0349 0.666656 10.6667 0.666656C10.2985 0.666656 10 0.965133 10 1.33332V2H6.00008V1.33332C6.00008 0.965133 5.7016 0.666656 5.33341 0.666656C4.96522 0.666656 4.66675 0.965133 4.66675 1.33332V2H3.33325C2.22868 2 1.33325 2.89543 1.33325 4V6.66667V13.3333C1.33325 14.4379 2.22868 15.3333 3.33325 15.3333H12.6666C13.7712 15.3333 14.6666 14.4379 14.6666 13.3333V6.66667V4C14.6666 2.89543 13.7712 2 12.6666 2H11.3333V1.33332ZM13.3333 6V4C13.3333 3.63181 13.0348 3.33333 12.6666 3.33333H11.3333V3.99999C11.3333 4.36818 11.0349 4.66666 10.6667 4.66666C10.2985 4.66666 10 4.36818 10 3.99999V3.33333H6.00008V3.99999C6.00008 4.36818 5.7016 4.66666 5.33341 4.66666C4.96522 4.66666 4.66675 4.36818 4.66675 3.99999V3.33333H3.33325C2.96506 3.33333 2.66659 3.63181 2.66659 4V6H13.3333ZM2.66659 7.33333H13.3333V13.3333C13.3333 13.7015 13.0348 14 12.6666 14H3.33325C2.96506 14 2.66659 13.7015 2.66659 13.3333V7.33333Z" fill="#1B1C1D"/>
459
+ `, D1 = `
460
+ <path d="M4 1.333h1.333v2.223H4V1.333ZM10.667 1.333H12v2.223h-1.333V1.333ZM1.778 4.444h3.555v5.334H1.778V4.444ZM6.222 4.444h3.556v5.334H6.222V4.444ZM10.667 4.444h3.555v5.334h-3.555V4.444ZM1.778 10.667h3.555v3.555H1.778v-3.555ZM6.222 10.667h3.556v3.555H6.222v-3.555ZM10.667 10.667h3.555v3.555h-3.555v-3.555Z" fill="#465669"/>
461
+ `, k1 = `
462
+ <g clip-path="url(#clip0_3796_55107)">
463
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 2.00001C4.68637 2.00001 2.00008 4.6863 2.00008 8.00001C2.00008 11.3137 4.68637 14 8.00008 14C11.3138 14 14.0001 11.3137 14.0001 8.00001C14.0001 4.6863 11.3138 2.00001 8.00008 2.00001ZM0.666748 8.00001C0.666748 3.94992 3.94999 0.666672 8.00008 0.666672C12.0502 0.666672 15.3334 3.94992 15.3334 8.00001C15.3334 12.0501 12.0502 15.3333 8.00008 15.3333C3.94999 15.3333 0.666748 12.0501 0.666748 8.00001Z" fill="#1B1C1D"/>
464
+ </g>
465
+ <defs>
466
+ <clipPath id="clip0_3796_55107">
467
+ <rect width="16" height="16" fill="white"/>
468
+ </clipPath>
469
+ </defs>
470
+ `, j1 = `
471
+ <g clip-path="url(#clip0_3782_54675)">
472
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 7.99999C0.666748 3.9499 3.94999 0.666656 8.00008 0.666656C12.0502 0.666656 15.3334 3.9499 15.3334 7.99999C15.3334 12.0501 12.0502 15.3333 8.00008 15.3333C3.94999 15.3333 0.666748 12.0501 0.666748 7.99999Z" fill="black"/>
473
+ </g>
474
+ <defs>
475
+ <clipPath id="clip0_3782_54675">
476
+ <rect width="16" height="16" fill="white"/>
477
+ </clipPath>
478
+ </defs>
479
+ `, B1 = `
480
+ <g clip-path="url(#clip0_3782_54676)">
481
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00008 7.99999C2.00008 4.68628 4.68637 1.99999 8.00008 1.99999C11.3138 1.99999 14.0001 4.68628 14.0001 7.99999C14.0001 11.3137 11.3138 14 8.00008 14C4.68637 14 2.00008 11.3137 2.00008 7.99999ZM8.00008 0.666656C3.94999 0.666656 0.666748 3.9499 0.666748 7.99999C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 7.99999C15.3334 3.9499 12.0502 0.666656 8.00008 0.666656ZM8.66659 4.00001C8.66659 3.63182 8.36811 3.33334 7.99992 3.33334C7.63173 3.33334 7.33325 3.63182 7.33325 4.00001V8.00001C7.33325 8.25252 7.47592 8.48337 7.70178 8.59629L10.3684 9.92963C10.6978 10.0943 11.0982 9.9608 11.2629 9.63149C11.4275 9.30217 11.294 8.90172 10.9647 8.73706L8.66659 7.58799V4.00001Z" fill="#1B1C1D"/>
482
+ </g>
483
+ <defs>
484
+ <clipPath id="clip0_3782_54676">
485
+ <rect width="16" height="16" fill="white"/>
486
+ </clipPath>
487
+ </defs>
488
+ `, I1 = `
489
+ <g clip-path="url(#clip0_3782_54737)">
490
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 0.666656C3.94999 0.666656 0.666748 3.9499 0.666748 7.99999C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 7.99999C15.3334 3.9499 12.0502 0.666656 8.00008 0.666656ZM8.66659 4.00001C8.66659 3.63182 8.36811 3.33334 7.99992 3.33334C7.63173 3.33334 7.33325 3.63182 7.33325 4.00001V8.00001C7.33325 8.25252 7.47592 8.48337 7.70178 8.59629L10.3684 9.92963C10.6978 10.0943 11.0982 9.9608 11.2629 9.63149C11.4275 9.30217 11.294 8.90172 10.9647 8.73706L8.66659 7.58799V4.00001Z" fill="#1B1C1D"/>
491
+ </g>
492
+ <defs>
493
+ <clipPath id="clip0_3782_54737">
494
+ <rect width="16" height="16" fill="white"/>
495
+ </clipPath>
496
+ </defs>
497
+ `, A1 = `
498
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.66659 0.666667C8.66659 0.298477 8.36811 0 7.99992 0C7.63173 0 7.33325 0.298477 7.33325 0.666667V2.66666H6.33325C5.5376 2.66666 4.77454 2.98273 4.21193 3.54534C3.64932 4.10795 3.33325 4.87101 3.33325 5.66666C3.33325 6.46231 3.64932 7.22537 4.21193 7.78798C4.77454 8.35059 5.5376 8.66666 6.33325 8.66666H7.33325V12H3.99992C3.63173 12 3.33325 12.2985 3.33325 12.6667C3.33325 13.0348 3.63173 13.3333 3.99992 13.3333H7.33325V15.3333C7.33325 15.7015 7.63173 16 7.99992 16C8.36811 16 8.66659 15.7015 8.66659 15.3333V13.3333H9.66659C10.4622 13.3333 11.2253 13.0173 11.7879 12.4546C12.3505 11.892 12.6666 11.129 12.6666 10.3333C12.6666 9.53767 12.3505 8.77461 11.7879 8.212C11.2253 7.64939 10.4622 7.33332 9.66659 7.33332H8.66659V3.99999H11.3333C11.7014 3.99999 11.9999 3.70151 11.9999 3.33332C11.9999 2.96513 11.7014 2.66666 11.3333 2.66666H8.66659V0.666667ZM7.33325 3.99999H6.33325C5.89122 3.99999 5.4673 4.17558 5.15474 4.48815C4.84218 4.80071 4.66659 5.22463 4.66659 5.66666C4.66659 6.10868 4.84218 6.53261 5.15474 6.84517C5.4673 7.15773 5.89122 7.33332 6.33325 7.33332H7.33325V3.99999ZM8.66659 8.66666V12H9.66659C10.1086 12 10.5325 11.8244 10.8451 11.5118C11.1577 11.1993 11.3333 10.7754 11.3333 10.3333C11.3333 9.8913 11.1577 9.46737 10.8451 9.15481C10.5325 8.84225 10.1086 8.66666 9.66659 8.66666H8.66659Z" fill="#1B1C1D"/>
499
+ `, O1 = `
500
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.24877 8C2.31252 8.11017 2.39704 8.25057 2.50174 8.41269C2.77067 8.8291 3.16893 9.38285 3.68598 9.93437C4.73072 11.0488 6.19138 12.0833 8 12.0833C9.80862 12.0833 11.2693 11.0488 12.314 9.93437C12.8311 9.38285 13.2293 8.8291 13.4983 8.41269C13.603 8.25057 13.6875 8.11017 13.7512 8C13.6875 7.88983 13.603 7.74943 13.4983 7.58731C13.2293 7.1709 12.8311 6.61715 12.314 6.06563C11.2693 4.95124 9.80862 3.91667 8 3.91667C6.19138 3.91667 4.73072 4.95124 3.68598 6.06563C3.16893 6.61715 2.77067 7.1709 2.50174 7.58731C2.39704 7.74943 2.31252 7.88983 2.24877 8ZM14.4167 8C14.9384 7.73913 14.9383 7.73893 14.9382 7.73871L14.9373 7.73684L14.9353 7.73286L14.9286 7.7199C14.9231 7.70908 14.9152 7.69393 14.9051 7.67476C14.8848 7.63641 14.8553 7.58188 14.8169 7.51349C14.74 7.37679 14.6268 7.18422 14.4783 6.95436C14.1821 6.49577 13.7418 5.88285 13.1651 5.2677C12.0224 4.04876 10.2747 2.75 8 2.75C5.72529 2.75 3.97761 4.04876 2.83485 5.2677C2.25815 5.88285 1.81787 6.49577 1.5217 6.95436C1.37325 7.18422 1.26005 7.37679 1.18315 7.51349C1.14468 7.58188 1.11523 7.63641 1.09494 7.67476C1.08479 7.69393 1.07693 7.70908 1.07136 7.7199L1.06474 7.73286L1.06273 7.73684L1.06205 7.7382C1.06194 7.73841 1.06158 7.73913 1.58333 8L1.06158 7.73913C0.979472 7.90335 0.979472 8.09665 1.06158 8.26087L1.58333 8C1.06158 8.26087 1.06148 8.26066 1.06158 8.26087L1.06273 8.26316L1.06474 8.26714L1.07136 8.2801C1.07693 8.29092 1.08479 8.30607 1.09494 8.32524C1.11523 8.36359 1.14468 8.41812 1.18315 8.48651C1.26005 8.62321 1.37325 8.81578 1.5217 9.04564C1.81787 9.50423 2.25815 10.1172 2.83485 10.7323C3.97761 11.9512 5.72529 13.25 8 13.25C10.2747 13.25 12.0224 11.9512 13.1651 10.7323C13.7418 10.1172 14.1821 9.50423 14.4783 9.04564C14.6268 8.81578 14.74 8.62321 14.8169 8.48651C14.8553 8.41812 14.8848 8.36359 14.9051 8.32524C14.9152 8.30607 14.9231 8.29092 14.9286 8.2801L14.9353 8.26714L14.9373 8.26316L14.938 8.2618C14.9381 8.26159 14.9384 8.26087 14.4167 8ZM14.4167 8L14.9384 8.26087C15.0205 8.09665 15.0203 7.90294 14.9382 7.73871L14.4167 8Z" fill="#1B1C1D"/>
501
+ <path d="M5.66699 8.00008C5.66699 6.71142 6.71166 5.66675 8.00033 5.66675C9.28899 5.66675 10.3337 6.71142 10.3337 8.00008C10.3337 9.28875 9.28899 10.3334 8.00033 10.3334C6.71166 10.3334 5.66699 9.28875 5.66699 8.00008Z" fill="#1B1C1D"/>
502
+ `, U1 = `
503
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.87081 2.05086C2.64301 1.82305 2.27366 1.82305 2.04585 2.05086C1.81805 2.27867 1.81805 2.64801 2.04585 2.87582L3.66495 4.49491C2.60983 5.40315 1.72937 6.49914 1.06933 7.7292C0.979706 7.89621 0.976819 8.09636 1.06158 8.26589L1.58333 8.00501C1.06158 8.26589 1.06205 8.26682 1.06205 8.26682L1.06273 8.26817L1.06474 8.27216L1.07136 8.28512C1.07693 8.29594 1.08479 8.31108 1.09494 8.33026C1.11523 8.36861 1.14468 8.42313 1.18315 8.49152C1.26005 8.62822 1.37325 8.8208 1.5217 9.05065C1.81787 9.50925 2.25815 10.1222 2.83485 10.7373C3.97761 11.9563 5.72529 13.2551 8 13.2551L8.00954 13.2549C9.21612 13.2352 10.3895 12.8779 11.3986 12.2285L13.1292 13.9592C13.357 14.187 13.7263 14.187 13.9541 13.9592C14.182 13.7313 14.182 13.362 13.9541 13.1342L11.883 11.063C11.879 11.059 11.875 11.0549 11.871 11.051L9.88525 9.0653C10.0617 8.75216 10.1624 8.39062 10.1624 8.00557C10.1624 6.81165 9.1945 5.84378 8.00057 5.84378C7.61552 5.84378 7.25399 5.94444 6.94085 6.1209L4.95295 4.133C4.94901 4.12894 4.94502 4.12495 4.94098 4.12103L2.87081 2.05086ZM4.49248 5.32244C3.59602 6.08081 2.83712 6.98894 2.24983 8.00686C2.31346 8.11675 2.39762 8.25649 2.50174 8.41771C2.77067 8.83411 3.16893 9.38786 3.68598 9.93938C4.72981 11.0528 6.18883 12.0865 7.99527 12.0883C8.89679 12.0728 9.7755 11.8272 10.55 11.38L9.06029 9.89025C8.74715 10.0667 8.38562 10.1674 8.00057 10.1674C6.80665 10.1674 5.83878 9.1995 5.83878 8.00557C5.83878 7.62053 5.93944 7.25899 6.11589 6.94586L4.49248 5.32244ZM6.90795 4.04633C7.26545 3.96265 7.63147 3.92082 7.99863 3.92168L8 3.92168C9.80862 3.92168 11.2693 4.95626 12.314 6.07065C12.8311 6.62217 13.2293 7.17592 13.4983 7.59232C13.6026 7.7538 13.6868 7.89374 13.7505 8.00371C13.4487 8.52894 13.1006 9.02645 12.7103 9.49027C12.5029 9.73678 12.5346 10.1048 12.7811 10.3122C13.0276 10.5196 13.3956 10.4879 13.603 10.2414C14.1128 9.63562 14.5579 8.97825 14.9311 8.28C15.0203 8.11314 15.023 7.91337 14.9384 7.74414C14.9276 7.72291 14.9162 7.70083 14.9051 7.67977C14.8848 7.64142 14.8553 7.5869 14.8169 7.51851C14.74 7.38181 14.6268 7.18923 14.4783 6.95937C14.1821 6.50078 13.7418 5.88786 13.1651 5.27272C12.0225 4.05389 10.2751 2.75528 8.00069 2.75501C7.54332 2.75399 7.08738 2.80613 6.64205 2.91037C6.32836 2.98379 6.13359 3.29761 6.20702 3.6113C6.28045 3.92498 6.59426 4.11975 6.90795 4.04633Z" fill="#1B1C1D"/>
504
+ `, N1 = `
505
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 0.666656C3.46957 0.666656 2.96086 0.87737 2.58579 1.25244C2.21071 1.62752 2 2.13622 2 2.66666V13.3333C2 13.8638 2.21071 14.3725 2.58579 14.7475C2.96086 15.1226 3.46957 15.3333 4 15.3333H12C12.5304 15.3333 13.0391 15.1226 13.4142 14.7475C13.7893 14.3725 14 13.8638 14 13.3333V5.99999C14 5.99789 14 5.99579 14 5.99369C13.9983 5.81928 13.9284 5.65236 13.805 5.52884C13.8049 5.52876 13.8048 5.52867 13.8047 5.52859L9.13834 0.862184L9.13807 0.861919C9.01305 0.736894 8.84348 0.666656 8.66667 0.666656M8 1.99999H4C3.82319 1.99999 3.65362 2.07023 3.5286 2.19525C3.40357 2.32028 3.33333 2.48985 3.33333 2.66666V13.3333C3.33333 13.5101 3.40357 13.6797 3.5286 13.8047C3.65362 13.9298 3.82319 14 4 14H12C12.1768 14 12.3464 13.9298 12.4714 13.8047C12.5964 13.6797 12.6667 13.5101 12.6667 13.3333V6.66666H8.66667C8.29848 6.66666 8 6.36818 8 5.99999V1.99999ZM11.7239 5.33332L9.33333 2.9428V5.33332H11.7239Z" fill="#1B1C1D"/>
506
+ `, G1 = `
507
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.99999C7.29276 1.99999 6.61448 2.28094 6.11438 2.78104C5.61428 3.28114 5.33333 3.95941 5.33333 4.66666V6.66666H10.6667V4.66666C10.6667 3.95941 10.3857 3.28114 9.88562 2.78104C9.38552 2.28094 8.70724 1.99999 8 1.99999ZM4 4.66666V6.66666H3.33325C2.22868 6.66666 1.33325 7.56209 1.33325 8.66666V13.3333C1.33325 14.4379 2.22868 15.3333 3.33325 15.3333H12.6666C13.7712 15.3333 14.6666 14.4379 14.6666 13.3333V8.66666C14.6666 7.56209 13.7712 6.66666 12.6666 6.66666H12V4.66666C12 3.60579 11.5786 2.58837 10.8284 1.83823C10.0783 1.08808 9.06087 0.666656 8 0.666656C6.93913 0.666656 5.92172 1.08808 5.17157 1.83823C4.42143 2.58837 4 3.60579 4 4.66666ZM4.66667 7.99999H11.3333H12.6666C13.0348 7.99999 13.3333 8.29847 13.3333 8.66666V13.3333C13.3333 13.7015 13.0348 14 12.6666 14H3.33325C2.96506 14 2.66659 13.7015 2.66659 13.3333V8.66666C2.66659 8.29847 2.96506 7.99999 3.33325 7.99999H4.66667ZM8.00012 9C7.63276 9 7.33496 9.2978 7.33496 9.66516V12.3348C7.33496 12.7022 7.63276 13 8.00012 13C8.36748 13 8.66528 12.7022 8.66528 12.3348V9.66516C8.66528 9.2978 8.36748 9 8.00012 9Z" fill="#1B1C1D"/>
508
+ `, F1 = `
509
+ <g clip-path="url(#clip0_3851_55740)">
510
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 0.666656C3.94999 0.666656 0.666748 3.9499 0.666748 7.99999C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 7.99999C15.3334 3.9499 12.0502 0.666656 8.00008 0.666656ZM8.00003 6.66669L8 1.93143L7.9797 1.9314C4.5545 1.9314 1.77783 4.70807 1.77783 8.13326C1.77783 11.5585 4.5545 14.3351 7.9797 14.3351C9.41051 14.3351 10.7282 13.8506 11.7775 13.0367L8.80002 9.06664C8.28075 8.37427 8.00004 7.53215 8.00003 6.66669Z" fill="black"/>
511
+ </g>
512
+ <defs>
513
+ <clipPath id="clip0_3851_55740">
514
+ <rect width="16" height="16" fill="white"/>
515
+ </clipPath>
516
+ </defs>
517
+ `, T1 = `
518
+ <path d="M15.375 9.5C15.375 9.59946 15.3354 9.69484 15.2651 9.76517C15.1948 9.83549 15.0994 9.875 15 9.875H13.875V11C13.875 11.0995 13.8354 11.1948 13.7651 11.2652C13.6948 11.3355 13.5994 11.375 13.5 11.375C13.4005 11.375 13.3051 11.3355 13.2348 11.2652C13.1645 11.1948 13.125 11.0995 13.125 11V9.875H12C11.9005 9.875 11.8051 9.83549 11.7348 9.76517C11.6645 9.69484 11.625 9.59946 11.625 9.5C11.625 9.40055 11.6645 9.30516 11.7348 9.23484C11.8051 9.16451 11.9005 9.125 12 9.125H13.125V8C13.125 7.90055 13.1645 7.80516 13.2348 7.73484C13.3051 7.66451 13.4005 7.625 13.5 7.625C13.5994 7.625 13.6948 7.66451 13.7651 7.73484C13.8354 7.80516 13.875 7.90055 13.875 8V9.125H15C15.0994 9.125 15.1948 9.16451 15.2651 9.23484C15.3354 9.30516 15.375 9.40055 15.375 9.5ZM3.49996 4.375H4.62496V5.5C4.62496 5.59946 4.66446 5.69484 4.73479 5.76517C4.80512 5.83549 4.9005 5.875 4.99996 5.875C5.09941 5.875 5.19479 5.83549 5.26512 5.76517C5.33545 5.69484 5.37496 5.59946 5.37496 5.5V4.375H6.49996C6.59941 4.375 6.69479 4.33549 6.76512 4.26517C6.83545 4.19484 6.87496 4.09946 6.87496 4C6.87496 3.90055 6.83545 3.80516 6.76512 3.73484C6.69479 3.66451 6.59941 3.625 6.49996 3.625H5.37496V2.5C5.37496 2.40055 5.33545 2.30516 5.26512 2.23484C5.19479 2.16451 5.09941 2.125 4.99996 2.125C4.9005 2.125 4.80512 2.16451 4.73479 2.23484C4.66446 2.30516 4.62496 2.40055 4.62496 2.5V3.625H3.49996C3.4005 3.625 3.30512 3.66451 3.23479 3.73484C3.16446 3.80516 3.12496 3.90055 3.12496 4C3.12496 4.09946 3.16446 4.19484 3.23479 4.26517C3.30512 4.33549 3.4005 4.375 3.49996 4.375ZM11.5 12.125H10.875V11.5C10.875 11.4005 10.8354 11.3052 10.7651 11.2348C10.6948 11.1645 10.5994 11.125 10.5 11.125C10.4005 11.125 10.3051 11.1645 10.2348 11.2348C10.1645 11.3052 10.125 11.4005 10.125 11.5V12.125H9.49996C9.4005 12.125 9.30512 12.1645 9.23479 12.2348C9.16446 12.3052 9.12496 12.4005 9.12496 12.5C9.12496 12.5995 9.16446 12.6948 9.23479 12.7652C9.30512 12.8355 9.4005 12.875 9.49996 12.875H10.125V13.5C10.125 13.5995 10.1645 13.6948 10.2348 13.7652C10.3051 13.8355 10.4005 13.875 10.5 13.875C10.5994 13.875 10.6948 13.8355 10.7651 13.7652C10.8354 13.6948 10.875 13.5995 10.875 13.5V12.875H11.5C11.5994 12.875 11.6948 12.8355 11.7651 12.7652C11.8354 12.6948 11.875 12.5995 11.875 12.5C11.875 12.4005 11.8354 12.3052 11.7651 12.2348C11.6948 12.1645 11.5994 12.125 11.5 12.125ZM13.6187 4.91188L4.91121 13.6188C4.82995 13.7 4.73349 13.7645 4.62732 13.8085C4.52116 13.8524 4.40737 13.8751 4.29246 13.8751C4.17754 13.8751 4.06375 13.8524 3.95759 13.8085C3.85142 13.7645 3.75496 13.7 3.67371 13.6188L2.38058 12.3256C2.29932 12.2444 2.23486 12.1479 2.19088 12.0417C2.1469 11.9356 2.12427 11.8218 2.12427 11.7069C2.12427 11.592 2.1469 11.4782 2.19088 11.372C2.23486 11.2658 2.29932 11.1694 2.38058 11.0881L11.0881 2.38125C11.1693 2.29999 11.2658 2.23553 11.372 2.19155C11.4781 2.14757 11.5919 2.12494 11.7068 2.12494C11.8217 2.12494 11.9355 2.14757 12.0417 2.19155C12.1479 2.23553 12.2443 2.29999 12.3256 2.38125L13.6187 3.67438C13.7 3.75563 13.7644 3.85209 13.8084 3.95826C13.8524 4.06442 13.875 4.17821 13.875 4.29313C13.875 4.40804 13.8524 4.52183 13.8084 4.628C13.7644 4.73416 13.7 4.83062 13.6187 4.91188ZM13.0881 4.20438L11.7956 2.91188C11.784 2.90026 11.7702 2.89104 11.755 2.88474C11.7398 2.87845 11.7236 2.87522 11.7071 2.87522C11.6907 2.87522 11.6744 2.87845 11.6593 2.88474C11.6441 2.89104 11.6303 2.90026 11.6187 2.91188L9.52996 5L11 6.47L13.0881 4.38125C13.0997 4.36964 13.1089 4.35586 13.1152 4.34068C13.1215 4.32551 13.1247 4.30924 13.1247 4.29281C13.1247 4.27639 13.1215 4.26012 13.1152 4.24495C13.1089 4.22977 13.0997 4.21599 13.0881 4.20438Z" fill="black"/>
519
+ `, E1 = `
520
+ <g clip-path="url(#clip0_3782_54679)">
521
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.8048 0.195262C11.5445 -0.0650874 11.1224 -0.0650874 10.862 0.195262C10.6017 0.455612 10.6017 0.877722 10.862 1.13807L12.3906 2.66666H4.66659C3.78253 2.66666 2.93468 3.01785 2.30956 3.64297C1.68444 4.26809 1.33325 5.11594 1.33325 5.99999V7.33332C1.33325 7.70151 1.63173 7.99999 1.99992 7.99999C2.36811 7.99999 2.66659 7.70151 2.66659 7.33332V5.99999C2.66659 5.46956 2.8773 4.96085 3.25237 4.58578C3.62744 4.2107 4.13615 3.99999 4.66659 3.99999H12.3906L10.862 5.5286C10.6017 5.78895 10.6017 6.21105 10.862 6.4714C11.1224 6.73175 11.5445 6.73175 11.8048 6.4714L14.4715 3.80474C14.7318 3.54439 14.7318 3.12228 14.4715 2.86193L11.8048 0.195262ZM5.13799 9.52861C5.39834 9.78895 5.39834 10.2111 5.13799 10.4714L3.60941 12H11.3333C11.8637 12 12.3724 11.7893 12.7475 11.4142C13.1225 11.0391 13.3333 10.5304 13.3333 10V8.66667C13.3333 8.29848 13.6317 8 13.9999 8C14.3681 8 14.6666 8.29848 14.6666 8.66667V10C14.6666 10.8841 14.3154 11.7319 13.6903 12.357C13.0652 12.9821 12.2173 13.3333 11.3333 13.3333H3.60938L5.13799 14.8619C5.39834 15.1223 5.39834 15.5444 5.13799 15.8047C4.87764 16.0651 4.45553 16.0651 4.19518 15.8047L1.52851 13.1381C1.46307 13.0726 1.41407 12.997 1.38153 12.9162C1.3504 12.8391 1.33325 12.7549 1.33325 12.6667C1.33325 12.5741 1.35211 12.486 1.3862 12.4059C1.41537 12.3371 1.4566 12.2723 1.50989 12.2147C1.51667 12.2073 1.52362 12.2001 1.53073 12.1931L4.19518 9.52861C4.45553 9.26826 4.87764 9.26826 5.13799 9.52861Z" fill="#1B1C1D"/>
522
+ </g>
523
+ <defs>
524
+ <clipPath id="clip0_3782_54679">
525
+ <rect width="16" height="16" fill="white"/>
526
+ </clipPath>
527
+ </defs>
528
+ `, R1 = `
529
+ <path d="M10.9084 9.55292C11.2613 9.55292 11.5474 9.693 11.5474 9.8658V12.647C11.5474 12.8198 11.2613 12.9598 10.9084 12.9598C10.5555 12.9598 10.2694 12.8198 10.2694 12.647V9.8658C10.2694 9.693 10.5555 9.55292 10.9084 9.55292Z" fill="#1B1C1D"/>
530
+ <path d="M8.94519 8.18461C8.94519 7.91792 8.65911 7.70172 8.30621 7.70172C7.95332 7.70172 7.66724 7.91792 7.66724 8.18461V12.4769C7.66724 12.7436 7.95332 12.9598 8.30621 12.9598C8.65911 12.9598 8.94519 12.7436 8.94519 12.4769V8.18461Z" fill="#1B1C1D"/>
531
+ <path d="M5.70404 9.5529C6.05694 9.5529 6.34302 9.69298 6.34302 9.86578V12.6469C6.34302 12.8197 6.05694 12.9598 5.70404 12.9598C5.35114 12.9598 5.06506 12.8197 5.06506 12.6469V9.86578C5.06506 9.69298 5.35114 9.5529 5.70404 9.5529Z" fill="#1B1C1D"/>
532
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.8335 2.16667V1.99999C4.8335 1.35566 5.35583 0.833328 6.00016 0.833328H10.0002C10.6445 0.833328 11.1668 1.35566 11.1668 1.99999V2.16667H12.0001C12.4863 2.16667 12.9526 2.35983 13.2964 2.70364C13.6403 3.04746 13.8334 3.51377 13.8334 4.00001V13.3333C13.8334 13.8196 13.6403 14.2859 13.2964 14.6297C12.9526 14.9735 12.4863 15.1667 12.0001 15.1667H4.00008C3.51385 15.1667 3.04754 14.9735 2.70372 14.6297C2.3599 14.2859 2.16675 13.8196 2.16675 13.3333V4.00001C2.16675 3.51377 2.3599 3.04746 2.70372 2.70364C3.04754 2.35983 3.51385 2.16667 4.00008 2.16667H4.8335ZM5.8335 1.99999C5.8335 1.90795 5.90812 1.83333 6.00016 1.83333H10.0002C10.0922 1.83333 10.1668 1.90795 10.1668 1.99999V2.65752C10.1668 2.66057 10.1667 2.66362 10.1667 2.66667C10.1667 2.66973 10.1668 2.67278 10.1668 2.67582V3.33333C10.1668 3.42538 10.0922 3.49999 10.0002 3.49999H6.00016C5.90812 3.49999 5.8335 3.42538 5.8335 3.33333V1.99999ZM11.1668 3.16667V3.33333C11.1668 3.97766 10.6445 4.49999 10.0002 4.49999H6.00016C5.35583 4.49999 4.8335 3.97766 4.8335 3.33333V3.16667H4.00008C3.77907 3.16667 3.56711 3.25447 3.41083 3.41075C3.25455 3.56703 3.16675 3.77899 3.16675 4.00001V13.3333C3.16675 13.5544 3.25455 13.7663 3.41083 13.9226C3.56711 14.0789 3.77907 14.1667 4.00008 14.1667H12.0001C12.2211 14.1667 12.4331 14.0789 12.5893 13.9226C12.7456 13.7663 12.8334 13.5544 12.8334 13.3333V4.00001C12.8334 3.77899 12.7456 3.56703 12.5893 3.41075C12.4331 3.25447 12.2211 3.16667 12.0001 3.16667H11.1668Z" fill="#1B1C1D"/>
533
+ `, $1 = `
534
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.05421 1.67267C8.18323 1.9016 8.16574 2.18495 8.00954 2.39626C7.44006 3.1667 7.16603 4.11595 7.23727 5.07136C7.30852 6.02676 7.72032 6.92487 8.39777 7.60232C9.07522 8.27977 9.97332 8.69157 10.9287 8.76282C11.8841 8.83406 12.8334 8.56003 13.6038 7.99055C13.8151 7.83435 14.0985 7.81686 14.3274 7.94588C14.5563 8.07489 14.6881 8.32635 14.6639 8.58801C14.5474 9.8489 14.0742 11.0505 13.2997 12.0523C12.5251 13.0541 11.4813 13.8145 10.2904 14.2447C9.09943 14.6749 7.81059 14.757 6.57468 14.4814C5.33876 14.2058 4.20689 13.584 3.31151 12.6886C2.41613 11.7932 1.79426 10.6613 1.51868 9.42541C1.2431 8.1895 1.32521 6.90066 1.75539 5.70971C2.18557 4.51875 2.94603 3.47494 3.9478 2.70041C4.94956 1.92589 6.15119 1.45268 7.41208 1.33615C7.67374 1.31197 7.9252 1.44375 8.05421 1.67267ZM6.21102 2.95936C5.69261 3.14693 5.20383 3.41467 4.76335 3.75524C3.96194 4.37486 3.35356 5.20991 3.00942 6.16267C2.66528 7.11543 2.59959 8.1465 2.82006 9.13524C3.04052 10.124 3.53801 11.0295 4.25432 11.7458C4.97063 12.4621 5.87612 12.9596 6.86485 13.18C7.85358 13.4005 8.88465 13.3348 9.83742 12.9907C10.7902 12.6465 11.6252 12.0382 12.2449 11.2367C12.5854 10.7963 12.8532 10.3075 13.0407 9.78907C12.3386 10.0431 11.5856 10.1488 10.8296 10.0925C9.5557 9.99746 8.35823 9.4484 7.45496 8.54513C6.55169 7.64186 6.00263 6.44439 5.90763 5.17051C5.85126 4.41453 5.95702 3.66145 6.21102 2.95936Z" fill="#465669"/>
535
+ `, z1 = `
536
+ <g clip-path="url(#clip0_8662_58179)">
537
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5.33333C6.52724 5.33333 5.33333 6.52724 5.33333 8C5.33333 9.47276 6.52724 10.6667 8 10.6667C9.47276 10.6667 10.6667 9.47276 10.6667 8C10.6667 6.52724 9.47276 5.33333 8 5.33333ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="#465669"/>
538
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C8.36819 0 8.66667 0.298477 8.66667 0.666667V2C8.66667 2.36819 8.36819 2.66667 8 2.66667C7.63181 2.66667 7.33333 2.36819 7.33333 2V0.666667C7.33333 0.298477 7.63181 0 8 0Z" fill="#465669"/>
539
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 13.3333C8.36819 13.3333 8.66667 13.6318 8.66667 14V15.3333C8.66667 15.7015 8.36819 16 8 16C7.63181 16 7.33333 15.7015 7.33333 15.3333V14C7.33333 13.6318 7.63181 13.3333 8 13.3333Z" fill="#465669"/>
540
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.34193 2.34193C2.60228 2.08158 3.02439 2.08158 3.28474 2.34193L4.2314 3.2886C4.49175 3.54894 4.49175 3.97105 4.2314 4.2314C3.97105 4.49175 3.54894 4.49175 3.2886 4.2314L2.34193 3.28474C2.08158 3.02439 2.08158 2.60228 2.34193 2.34193Z" fill="#465669"/>
541
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.7686 11.7686C12.0289 11.5082 12.4511 11.5082 12.7114 11.7686L13.6581 12.7153C13.9184 12.9756 13.9184 13.3977 13.6581 13.6581C13.3977 13.9184 12.9756 13.9184 12.7153 13.6581L11.7686 12.7114C11.5082 12.4511 11.5082 12.0289 11.7686 11.7686Z" fill="#465669"/>
542
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 8C0 7.63181 0.298477 7.33333 0.666667 7.33333H2C2.36819 7.33333 2.66667 7.63181 2.66667 8C2.66667 8.36819 2.36819 8.66667 2 8.66667H0.666667C0.298477 8.66667 0 8.36819 0 8Z" fill="#465669"/>
543
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.3333 8C13.3333 7.63181 13.6318 7.33333 14 7.33333H15.3333C15.7015 7.33333 16 7.63181 16 8C16 8.36819 15.7015 8.66667 15.3333 8.66667H14C13.6318 8.66667 13.3333 8.36819 13.3333 8Z" fill="#465669"/>
544
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.2314 11.7686C4.49175 12.0289 4.49175 12.4511 4.2314 12.7114L3.28474 13.6581C3.02439 13.9184 2.60228 13.9184 2.34193 13.6581C2.08158 13.3977 2.08158 12.9756 2.34193 12.7153L3.2886 11.7686C3.54894 11.5082 3.97105 11.5082 4.2314 11.7686Z" fill="#465669"/>
545
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.6581 2.34193C13.9184 2.60228 13.9184 3.02439 13.6581 3.28474L12.7114 4.2314C12.4511 4.49175 12.0289 4.49175 11.7686 4.2314C11.5082 3.97105 11.5082 3.54894 11.7686 3.2886L12.7153 2.34193C12.9756 2.08158 13.3977 2.08158 13.6581 2.34193Z" fill="#465669"/>
546
+ </g>
547
+ <defs>
548
+ <clipPath id="clip0_8662_58179">
549
+ <rect width="16" height="16" fill="white"/>
550
+ </clipPath>
551
+ </defs>
552
+ `, W1 = `
553
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.00008 4.66668C6.00008 3.56211 6.89551 2.66668 8.00008 2.66668C9.10465 2.66668 10.0001 3.56211 10.0001 4.66668C10.0001 5.77125 9.10465 6.66668 8.00008 6.66668C6.89551 6.66668 6.00008 5.77125 6.00008 4.66668ZM8.00008 1.33334C6.15913 1.33334 4.66675 2.82573 4.66675 4.66668C4.66675 6.50763 6.15913 8.00001 8.00008 8.00001C9.84103 8.00001 11.3334 6.50763 11.3334 4.66668C11.3334 2.82573 9.84103 1.33334 8.00008 1.33334ZM5.33333 9.33334C4.44928 9.33334 3.60143 9.68453 2.97631 10.3097C2.35119 10.9348 2 11.7826 2 12.6667V14C2 14.3682 2.29848 14.6667 2.66667 14.6667C3.03486 14.6667 3.33333 14.3682 3.33333 14V12.6667C3.33333 12.1362 3.54405 11.6275 3.91912 11.2525C4.29419 10.8774 4.8029 10.6667 5.33333 10.6667H10.6667C11.1971 10.6667 11.7058 10.8774 12.0809 11.2525C12.456 11.6275 12.6667 12.1362 12.6667 12.6667V14C12.6667 14.3682 12.9651 14.6667 13.3333 14.6667C13.7015 14.6667 14 14.3682 14 14V12.6667C14 11.7826 13.6488 10.9348 13.0237 10.3097C12.3986 9.68453 11.5507 9.33334 10.6667 9.33334H5.33333Z" fill="#1B1C1D"/>
554
+ `, q1 = `
555
+ <path d="M8.00008 1.33331C6.15913 1.33331 4.66675 2.8257 4.66675 4.66665C4.66675 6.5076 6.15913 7.99998 8.00008 7.99998C9.84103 7.99998 11.3334 6.5076 11.3334 4.66665C11.3334 2.8257 9.84103 1.33331 8.00008 1.33331Z" fill="#1B1C1D"/>
556
+ <path d="M5.33333 9.33331C4.44928 9.33331 3.60143 9.6845 2.97631 10.3096C2.35119 10.9347 2 11.7826 2 12.6666V14C2 14.3682 2.29848 14.6666 2.66667 14.6666H13.3333C13.7015 14.6666 14 14.3682 14 14V12.6666C14 11.7826 13.6488 10.9347 13.0237 10.3096C12.3986 9.6845 11.5507 9.33331 10.6667 9.33331H5.33333Z" fill="#1B1C1D"/>
557
+ `, J1 = `
558
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.33502 4.94417C4.33502 3.9321 5.15546 3.11167 6.16752 3.11167C7.17958 3.11167 8.00002 3.9321 8.00002 4.94417C8.00002 5.95623 7.17958 6.77667 6.16752 6.77667C5.15546 6.77667 4.33502 5.95623 4.33502 4.94417ZM6.16752 1.89C4.48075 1.89 3.11335 3.2574 3.11335 4.94417C3.11335 6.63094 4.48075 7.99833 6.16752 7.99833C7.85429 7.99833 9.22169 6.63094 9.22169 4.94417C9.22169 3.2574 7.85429 1.89 6.16752 1.89ZM3.72409 9.21999C2.91407 9.21999 2.13723 9.54177 1.56447 10.1145C0.991699 10.6873 0.669922 11.4641 0.669922 12.2742V13.4958C0.669922 13.8332 0.943401 14.1067 1.28076 14.1067C1.61811 14.1067 1.89159 13.8332 1.89159 13.4958V12.2742C1.89159 11.7882 2.08465 11.322 2.42832 10.9784C2.77198 10.6347 3.23808 10.4417 3.72409 10.4417H8.61076C9.09676 10.4417 9.56287 10.6347 9.90653 10.9784C10.2502 11.322 10.4433 11.7882 10.4433 12.2742V13.4958C10.4433 13.8332 10.7167 14.1067 11.0541 14.1067C11.3914 14.1067 11.6649 13.8332 11.6649 13.4958V12.2742C11.6649 11.4641 11.3431 10.6873 10.7704 10.1145C10.1976 9.54177 9.42077 9.21999 8.61076 9.21999H3.72409ZM12.2952 9.75752C12.3795 9.43088 12.7127 9.23445 13.0393 9.31879C13.6946 9.48797 14.275 9.86996 14.6896 10.4048C15.1042 10.9396 15.3295 11.597 15.33 12.2737V13.4958C15.33 13.8332 15.0565 14.1067 14.7191 14.1067C14.3818 14.1067 14.1083 13.8332 14.1083 13.4958V12.2743C14.1079 11.8684 13.9728 11.4741 13.7241 11.1533C13.4753 10.8324 13.1271 10.6032 12.7339 10.5017C12.4073 10.4173 12.2109 10.0842 12.2952 9.75752ZM10.5947 1.98847C10.2679 1.9048 9.93513 2.10189 9.85146 2.42871C9.76778 2.75552 9.96488 3.08829 10.2917 3.17196C10.6859 3.27289 11.0352 3.50213 11.2847 3.82356C11.5342 4.14498 11.6697 4.5403 11.6697 4.9472C11.6697 5.35409 11.5342 5.74941 11.2847 6.07084C11.0352 6.39226 10.6859 6.62151 10.2917 6.72243C9.96488 6.80611 9.76778 7.13888 9.85146 7.46569C9.93513 7.7925 10.2679 7.9896 10.5947 7.90592C11.2517 7.73771 11.834 7.35564 12.2498 6.81993C12.6656 6.28422 12.8913 5.62535 12.8913 4.9472C12.8913 4.26904 12.6656 3.61017 12.2498 3.07447C11.834 2.53876 11.2517 2.15668 10.5947 1.98847Z" fill="black"/>
559
+ `, Y1 = `
560
+ <g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd" fill="#465669"><path d="M.976 10.31a3.333 3.333 0 0 1 2.357-.977H8a3.333 3.333 0 0 1 3.333 3.334V14A.667.667 0 1 1 10 14v-1.333a2 2 0 0 0-2-2H3.333a2 2 0 0 0-2 2V14A.667.667 0 1 1 0 14v-1.333c0-.884.351-1.732.976-2.357ZM5.667 2.667a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-3.334 2a3.333 3.333 0 1 1 6.667 0 3.333 3.333 0 0 1-6.667 0ZM15.805 5.529c.26.26.26.682 0 .942l-2.667 2.667a.667.667 0 0 1-.943 0l-1.333-1.333a.667.667 0 0 1 .943-.943l.862.862 2.195-2.195c.26-.26.682-.26.943 0Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs>
561
+ `, K1 = `
562
+ <path fill="#465669" d="M2 14a.667.667 0 0 1-1.333 0H2ZM4.198 8.53a6.001 6.001 0 0 1 6.437.97.666.666 0 1 1-.881.999A4.667 4.667 0 0 0 2 14H.667a6 6 0 0 1 3.53-5.469Z"/><path fill="#465669" d="M9.333 5.333a2.667 2.667 0 1 0-5.333 0 2.667 2.667 0 0 0 5.333 0Zm1.333 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM14.246 10.816a.666.666 0 0 1 .937.938l-.045.05-2.667 2.667a.666.666 0 0 1-.892.046l-.05-.046-1.334-1.333-.045-.05a.666.666 0 0 1 .937-.938l.05.045.863.862 2.195-2.195.05-.046Z"/>
563
+ `, Q1 = `
564
+ <path d="M2.0013 13.9998C2.00132 14.368 1.70283 14.6665 1.33464 14.6665C0.966569 14.6665 0.668161 14.3685 0.667969 14.0005L2.0013 13.9998ZM4.19922 8.53108C5.25171 8.05599 6.41931 7.89501 7.5612 8.06689C8.70302 8.2388 9.77076 8.73666 10.6367 9.50049C10.9128 9.74405 10.9395 10.1651 10.696 10.4412C10.4524 10.7173 10.0313 10.7434 9.75521 10.4998C9.08167 9.90573 8.25074 9.51894 7.36263 9.38525C6.47449 9.25157 5.56665 9.37706 4.74805 9.74658C3.92944 10.1161 3.2346 10.7141 2.7474 11.4686C2.26034 12.223 2.0013 13.1019 2.0013 13.9998L0.667969 14.0005C0.667905 12.8458 1.00123 11.7153 1.6276 10.7453C2.25399 9.77523 3.14678 9.00618 4.19922 8.53108Z" fill="#465669"/>
565
+ <path d="M9.33464 5.33398C9.33464 3.86122 8.14073 2.66732 6.66797 2.66732C5.19521 2.66732 4.0013 3.86122 4.0013 5.33398C4.0013 6.80674 5.19521 8.00065 6.66797 8.00065C8.14073 8.00065 9.33464 6.80674 9.33464 5.33398ZM10.668 5.33398C10.668 7.54312 8.87711 9.33398 6.66797 9.33398C4.45883 9.33398 2.66797 7.54312 2.66797 5.33398C2.66797 3.12485 4.45883 1.33398 6.66797 1.33398C8.87711 1.33398 10.668 3.12485 10.668 5.33398Z" fill="#465669"/>
566
+ <path d="M14.2459 10.8156C14.5078 10.602 14.8938 10.6171 15.1379 10.8612C15.3819 11.1052 15.397 11.4912 15.1834 11.7531L15.1379 11.8039L12.4712 14.4705C12.2271 14.7146 11.8411 14.7297 11.5793 14.5161L11.5285 14.4705L10.1952 13.1372L10.1496 13.0864C9.93602 12.8246 9.95108 12.4386 10.1952 12.1945C10.4392 11.9504 10.8252 11.9354 11.0871 12.1489L11.1379 12.1945L11.9998 13.0565L14.1952 10.8612L14.2459 10.8156Z" fill="url(#paint0_linear_10082_97163)"/>
567
+ <defs>
568
+ <linearGradient id="paint0_linear_10082_97163" x1="15.333" y1="12.6659" x2="10" y2="12.6659" gradientUnits="userSpaceOnUse">
569
+ <stop stop-color="#0DC1D3"/>
570
+ <stop offset="1" stop-color="#FF7173"/>
571
+ </linearGradient>
572
+ </defs>
573
+ `, X1 = `
574
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.66675 3.33333C2.3016 3.33333 2.00008 3.63486 2.00008 4V12C2.00008 12.3651 2.3016 12.6667 2.66675 12.6667H13.3334C13.6986 12.6667 14.0001 12.3651 14.0001 12V4C14.0001 3.63486 13.6986 3.33333 13.3334 3.33333H2.66675ZM0.666748 4C0.666748 2.89848 1.56522 2 2.66675 2H13.3334C14.4349 2 15.3334 2.89848 15.3334 4V12C15.3334 13.1015 14.4349 14 13.3334 14H2.66675C1.56522 14 0.666748 13.1015 0.666748 12V4Z" fill="#465669"/>
575
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.787073 3.6177C0.998216 3.31607 1.4139 3.24271 1.71554 3.45385L7.99989 7.8529L14.2843 3.45385C14.5859 3.24271 15.0016 3.31607 15.2127 3.6177C15.4239 3.91933 15.3505 4.33502 15.0489 4.54616L8.3822 9.21283C8.15266 9.37351 7.84713 9.37351 7.61759 9.21283L0.95092 4.54616C0.649287 4.33502 0.57593 3.91933 0.787073 3.6177Z" fill="#465669"/>
576
+ `, e3 = `
577
+ <path d="M4.66653 4.00001V2.00001C4.66653 1.63182 4.96501 1.33334 5.3332 1.33334H13.3332C13.7014 1.33334 13.9999 1.63182 13.9999 2.00001V11.3333C13.9999 11.7015 13.7014 12 13.3332 12H11.3332V13.9994C11.3332 14.3679 11.0333 14.6667 10.662 14.6667H2.67111C2.30039 14.6667 2 14.3703 2 13.9994L2.00173 4.66726C2.0018 4.29875 2.30176 4.00001 2.67295 4.00001H4.66653ZM3.33495 5.33334L3.33346 13.3333H9.99987V5.33334H3.33495ZM5.99987 4.00001H11.3332V10.6667H12.6665V2.66668H5.99987V4.00001ZM4.66667 7.33334H8.66667V8.66668H4.66667V7.33334ZM4.66667 10H8.66667V11.3333H4.66667V10Z" fill="#465669"/>
578
+ `, l3 = `
579
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 .667c.254 0 .486.144.598.371l1.905 3.86 4.26.622a.667.667 0 0 1 .369 1.138L12.05 9.66l.727 4.24a.667.667 0 0 1-.967.703L8 12.6l-3.81 2.003a.667.667 0 0 1-.967-.702L3.95 9.66.868 6.658a.667.667 0 0 1 .369-1.138l4.26-.622 1.905-3.86A.667.667 0 0 1 8 .667Z" fill="#465669"/>
580
+ `, C3 = `
581
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.667 2.667A.667.667 0 0 0 2 3.333v9.334a.667.667 0 0 0 .667.666h10.666a.667.667 0 0 0 .667-.666V5.333a.667.667 0 0 0-.667-.666h-6a.667.667 0 0 1-.555-.297L5.643 2.667H2.667Zm-1.415-.748a2 2 0 0 1 1.415-.586H6c.223 0 .43.112.555.297L7.69 3.333h5.643a2 2 0 0 1 2 2v7.334a2 2 0 0 1-2 2H2.667a2 2 0 0 1-2-2V3.333a2 2 0 0 1 .585-1.414Z" fill="#465669"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 6.667c.368 0 .667.298.667.666v4a.667.667 0 1 1-1.333 0v-4c0-.368.298-.666.666-.666Z" fill="#465669"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.333 9.333c0-.368.299-.666.667-.666h4A.667.667 0 1 1 10 10H6a.667.667 0 0 1-.667-.667Z" fill="#465669"/>
582
+ `, t3 = `
583
+ <g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd" fill="#465669"><path d="M7.702.737a.667.667 0 0 1 .596 0l6.667 3.333a.667.667 0 0 1 0 1.193L8.298 8.596a.667.667 0 0 1-.596 0L1.035 5.263a.667.667 0 0 1 0-1.193L7.702.737Zm-4.878 3.93L8 7.255l5.176-2.588L8 2.079 2.824 4.667ZM.737 11.035a.667.667 0 0 1 .894-.298L8 13.921l6.368-3.184a.667.667 0 1 1 .597 1.193l-6.667 3.333a.667.667 0 0 1-.596 0L1.035 11.93a.667.667 0 0 1-.298-.895Z"/><path d="M.737 7.702a.667.667 0 0 1 .894-.298L8 10.588l6.368-3.184a.667.667 0 1 1 .597 1.192L8.298 11.93a.666.666 0 0 1-.596 0L1.035 8.596a.667.667 0 0 1-.298-.894Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs>
584
+ `, a3 = `
585
+ <path fill-rule="evenodd" clip-rule="evenodd" d="m2.667 3.333.002.01a.197.197 0 0 0 .021.045.824.824 0 0 0 .194.2c.22.174.58.36 1.084.527 1.002.334 2.427.552 4.032.552s3.03-.218 4.032-.552c.504-.168.864-.353 1.084-.527a.824.824 0 0 0 .194-.2.2.2 0 0 0 .021-.044l.003-.01-.002-.01a.2.2 0 0 0-.022-.045.824.824 0 0 0-.194-.2c-.22-.174-.58-.36-1.084-.527C11.031 2.218 9.605 2 8 2s-3.03.218-4.032.552c-.504.168-.864.353-1.084.526a.824.824 0 0 0-.194.201.196.196 0 0 0-.021.044l-.002.01Zm.88-2.046C4.717.897 6.292.667 8 .667c1.709 0 3.283.23 4.454.62.581.194 1.1.44 1.487.744.38.3.726.734.726 1.302 0 .568-.346 1.003-.726 1.302-.387.306-.906.551-1.487.745C11.284 5.77 9.709 6 8 6c-1.708 0-3.283-.23-4.453-.62-.582-.194-1.1-.44-1.488-.745-.38-.299-.726-.734-.726-1.302 0-.568.346-1.003.726-1.302.387-.305.906-.55 1.488-.744ZM2 7.333a.667.667 0 0 1 .67.679.2.2 0 0 0 .02.045.817.817 0 0 0 .193.2c.218.173.576.358 1.078.526.998.333 2.424.55 4.04.55 1.615 0 3.04-.217 4.038-.55.503-.168.86-.353 1.078-.526a.818.818 0 0 0 .193-.2.197.197 0 0 0 .021-.045A.667.667 0 1 1 14.667 8c0 .566-.342 1.001-.722 1.302-.385.306-.903.551-1.484.745-1.168.39-2.743.62-4.46.62-1.719 0-3.293-.23-4.462-.62-.58-.194-1.098-.44-1.484-.745-.38-.3-.722-.736-.722-1.302 0-.368.299-.667.667-.667Z" fill="#465669"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 2.667c.368 0 .667.298.667.666v9.334l.002.012a.2.2 0 0 0 .022.044.817.817 0 0 0 .192.2c.218.174.576.358 1.078.526.998.334 2.424.551 4.04.551 1.615 0 3.04-.217 4.038-.55.503-.168.86-.353 1.078-.526a.818.818 0 0 0 .193-.2.197.197 0 0 0 .021-.045.042.042 0 0 0 .003-.012V3.333a.667.667 0 0 1 1.333 0v9.334c0 .566-.342 1.001-.722 1.302-.385.305-.903.551-1.484.745-1.168.39-2.743.62-4.46.62-1.719 0-3.293-.23-4.462-.62-.58-.194-1.098-.44-1.484-.745-.38-.301-.722-.736-.722-1.302V3.333c0-.368.299-.666.667-.666Z" fill="#465669"/>
586
+ `, i3 = `
587
+ <path fill="#465669" d="M9.333 14V8.667H6.667V14a.667.667 0 0 1-1.334 0V8.667a1.335 1.335 0 0 1 1.334-1.334h2.666a1.335 1.335 0 0 1 1.334 1.334V14a.667.667 0 0 1-1.334 0Z"/>
588
+ <path fill="#465669" d="M13.333 6.667a.67.67 0 0 0-.236-.51l-.003-.003L8.43 2.158l-.096-.067a.666.666 0 0 0-.766.067L2.906 6.154l-.003.003a.669.669 0 0 0-.236.51v6a.668.668 0 0 0 .666.667h9.334a.667.667 0 0 0 .666-.667v-6Zm1.334 6a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2v-6a2 2 0 0 1 .709-1.529l4.663-3.996.004-.003a2 2 0 0 1 2.442-.107l.14.107.004.003 4.662 3.996a2.004 2.004 0 0 1 .71 1.529v6Z"/>
589
+ `, r3 = `
590
+ <g fill="#465669" clip-path="url(#a)"><path d="M6 2.667A.67.67 0 0 0 5.333 2H2.666A.67.67 0 0 0 2 2.667v2.666A.67.67 0 0 0 2.667 6a.667.667 0 0 1 0 1.333c-1.102 0-2-.898-2-2V2.667c0-1.102.898-2 2-2h2.666c1.102 0 2 .898 2 2a.667.667 0 0 1-1.333 0Z"/><path d="M10 6.667A.67.67 0 0 0 9.333 6H6.666A.67.67 0 0 0 6 6.667v2.666a.67.67 0 0 0 .667.667.667.667 0 0 1 0 1.333c-1.102 0-2-.898-2-2V6.667c0-1.102.898-2 2-2h2.666c1.102 0 2 .898 2 2a.667.667 0 0 1-1.333 0Z"/><path d="M14 10.667a.667.667 0 0 0-.667-.667h-2.667a.667.667 0 0 0-.666.667v2.666c0 .368.298.667.666.667h2.667a.667.667 0 0 0 .667-.667v-2.666Zm1.333 2.666a2 2 0 0 1-2 2h-2.667a2 2 0 0 1-2-2v-2.666a2 2 0 0 1 2-2h2.667a2 2 0 0 1 2 2v2.666Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs>
591
+ `, n3 = `
592
+ <g clip-path="url(#a)"><path fill="#465669" d="M6.001 2.666a.67.67 0 0 0-.666-.667H2.668a.67.67 0 0 0-.667.667v2.667a.67.67 0 0 0 .667.666.667.667 0 0 1 0 1.334c-1.102 0-2-.899-2-2V2.666c0-1.102.898-2 2-2h2.667c1.101 0 2 .898 2 2a.667.667 0 0 1-1.334 0Z"/><path fill="#465669" d="M10.001 6.666a.67.67 0 0 0-.666-.667H6.668a.67.67 0 0 0-.667.667v2.667a.67.67 0 0 0 .667.666.667.667 0 1 1 0 1.334c-1.102 0-2-.899-2-2V6.666c0-1.102.898-2 2-2h2.667c1.101 0 2 .898 2 2a.667.667 0 1 1-1.334 0Z"/><path fill="url(#b)" d="M14.001 10.666a.667.667 0 0 0-.666-.667h-2.667a.667.667 0 0 0-.667.667v2.667c0 .368.299.666.667.666h2.667a.667.667 0 0 0 .666-.666v-2.667Zm1.334 2.667a2 2 0 0 1-2 2h-2.667a2 2 0 0 1-2-2v-2.667a2 2 0 0 1 2-2h2.667a2 2 0 0 1 2 2v2.667Z"/></g><defs><linearGradient id="b" x1="15.335" x2="8.668" y1="11.999" y2="11.999" gradientUnits="userSpaceOnUse"><stop stop-color="#0DC1D3"/><stop offset="1" stop-color="#FF7173"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs>
593
+ `, d3 = `
594
+ <path fill="#465669" d="M6.667 3.333A.667.667 0 0 0 6 2.667H3.333a.667.667 0 0 0-.666.666V6c0 .368.298.667.667.667H6A.667.667 0 0 0 6.667 6V3.333ZM8 6a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V3.333a2 2 0 0 1 2-2H6a2 2 0 0 1 2 2V6Z"/>
595
+ <path fill="#465669" d="M4 10V7.333a.667.667 0 0 1 1.333 0V10a.666.666 0 0 0 .667.667h.667a.667.667 0 1 1 0 1.333H6a2 2 0 0 1-2-2ZM13.333 10a.667.667 0 0 0-.666-.667H10a.667.667 0 0 0-.667.667v2.667c0 .368.299.666.667.666h2.667a.667.667 0 0 0 .666-.666V10Zm1.334 2.667a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h2.667a2 2 0 0 1 2 2v2.667Z"/>
596
+ `, s3 = `
597
+ <path d="M6.66536 3.33398C6.66536 2.96579 6.36689 2.66732 5.9987 2.66732H3.33203C2.96384 2.66732 2.66536 2.96579 2.66536 3.33398V6.00065C2.66536 6.36884 2.96384 6.66732 3.33203 6.66732H5.9987C6.36689 6.66732 6.66536 6.36884 6.66536 6.00065V3.33398ZM7.9987 6.00065C7.9987 7.10522 7.10327 8.00065 5.9987 8.00065H3.33203C2.22746 8.00065 1.33203 7.10522 1.33203 6.00065V3.33398C1.33203 2.22941 2.22746 1.33398 3.33203 1.33398H5.9987C7.10327 1.33398 7.9987 2.22941 7.9987 3.33398V6.00065Z" fill="#465669"/>
598
+ <path d="M4 9.99935V7.33268C4 6.96449 4.29848 6.66602 4.66667 6.66602C5.03486 6.66602 5.33333 6.96449 5.33333 7.33268V9.99935C5.33333 10.1762 5.40362 10.3457 5.52865 10.4707C5.65367 10.5957 5.82319 10.666 6 10.666H6.66667C7.03486 10.666 7.33333 10.9645 7.33333 11.3327C7.33333 11.7009 7.03486 11.9993 6.66667 11.9993H6C5.46957 11.9993 4.96101 11.7885 4.58594 11.4134C4.21086 11.0383 4 10.5298 4 9.99935Z" fill="#465669"/>
599
+ <path d="M13.3333 10C13.3333 9.63181 13.0349 9.33333 12.6667 9.33333H10C9.63181 9.33333 9.33333 9.63181 9.33333 10V12.6667C9.33333 13.0349 9.63181 13.3333 10 13.3333H12.6667C13.0349 13.3333 13.3333 13.0349 13.3333 12.6667V10ZM14.6667 12.6667C14.6667 13.7712 13.7712 14.6667 12.6667 14.6667H10C8.89543 14.6667 8 13.7712 8 12.6667V10C8 8.89543 8.89543 8 10 8H12.6667C13.7712 8 14.6667 8.89543 14.6667 10V12.6667Z" fill="url(#paint0_linear_10082_97159)"/>
600
+ <defs>
601
+ <linearGradient id="paint0_linear_10082_97159" x1="14.6667" y1="11.3333" x2="8" y2="11.3333" gradientUnits="userSpaceOnUse">
602
+ <stop stop-color="#0DC1D3"/>
603
+ <stop offset="1" stop-color="#FF7173"/>
604
+ </linearGradient>
605
+ </defs>
606
+ `, p3 = {
607
+ "building-fill": P1,
608
+ "circle-fill": j1,
609
+ "clock-fill": I1,
610
+ "closed-eye": U1,
611
+ "copy-file": e3,
612
+ "magic-wand": T1,
613
+ "open-eye": O1,
614
+ "user-fill": q1,
615
+ building: S1,
616
+ calendar: b1,
617
+ circle: k1,
618
+ clock: B1,
619
+ dollar: A1,
620
+ file: N1,
621
+ lock: G1,
622
+ mail: X1,
623
+ moon: $1,
624
+ process: F1,
625
+ repeat: E1,
626
+ report: R1,
627
+ sun: z1,
628
+ user: W1,
629
+ users: J1,
630
+ "star-fill": l3,
631
+ "square-stack": r3,
632
+ "square-stack-gradient": n3,
633
+ "folder-plus": C3,
634
+ layers: t3,
635
+ "user-check": Y1,
636
+ database: a3,
637
+ "calendar-edh": D1,
638
+ house: i3,
639
+ workflow: d3,
640
+ "workflow-gradient": s3,
641
+ "user-round-check": K1,
642
+ "user-round-check-gradient": Q1
643
+ }, o3 = `
644
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.46729 12.4559C6.46729 13.8558 5.32313 15 3.92322 15C2.52331 15 1.37915 13.8558 1.37915 12.4559C1.37915 11.2431 2.21901 10.2367 3.34707 9.97443L3.34707 8C3.34707 7.68244 3.60566 7.42385 3.92322 7.42385H7.49375V6.02557C6.3657 5.76328 5.52584 4.75686 5.52584 3.54407C5.52584 2.14416 6.66999 1 8.0699 1C9.46982 1 10.614 2.14416 10.614 3.54407C10.614 4.75686 9.77411 5.76328 8.64606 6.02557V7.42385H12.076C12.3936 7.42385 12.6522 7.68244 12.6522 8V9.97443C13.7802 10.2367 14.6201 11.2431 14.6201 12.4559C14.6201 13.8558 13.4759 15 12.076 15C10.6761 15 9.53196 13.8558 9.53196 12.4559C9.53196 11.2431 10.3718 10.2367 11.4999 9.97443V8.57615L4.49937 8.57615V9.97461C5.62832 10.2387 6.46729 11.2572 6.46729 12.4559ZM5.31499 12.4559C5.31499 11.6911 4.68802 11.0642 3.92322 11.0642C3.15842 11.0642 2.53145 11.6911 2.53145 12.4559C2.53145 13.2207 3.15842 13.8477 3.92322 13.8477C4.68802 13.8477 5.31499 13.2207 5.31499 12.4559ZM13.4678 12.4559C13.4678 11.6911 12.8408 11.0642 12.076 11.0642C11.3112 11.0642 10.6843 11.6911 10.6843 12.4559C10.6843 13.2207 11.3112 13.8477 12.076 13.8477C12.8408 13.8477 13.4678 13.2207 13.4678 12.4559ZM9.46167 3.55813C9.46167 2.79333 8.8347 2.16636 8.0699 2.16636C7.30511 2.16636 6.67814 2.79333 6.67814 3.55813C6.67814 4.32292 7.30511 4.94989 8.0699 4.94989C8.8347 4.94989 9.46167 4.32292 9.46167 3.55813Z" fill="#1B1C1D"/>
645
+ `, c3 = `
646
+ <g clip-path="url(#clip0_3782_54683)">
647
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 7.99999C0.666748 3.9499 3.94999 0.666656 8.00008 0.666656C12.0502 0.666656 15.3334 3.9499 15.3334 7.99999C15.3334 12.0501 12.0502 15.3333 8.00008 15.3333C3.94999 15.3333 0.666748 12.0501 0.666748 7.99999ZM14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z" fill="black"/>
648
+ </g>
649
+ <defs>
650
+ <clipPath id="clip0_3782_54683">
651
+ <rect width="16" height="16" fill="white"/>
652
+ </clipPath>
653
+ </defs>
654
+ `, _3 = `
655
+ <g clip-path="url(#clip0_3802_54417)">
656
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.99822 7.99749C1.99822 4.68416 4.68421 1.99818 7.99754 1.99818C11.3109 1.99818 13.9969 4.68416 13.9969 7.99749C13.9969 11.3108 11.3109 13.9968 7.99754 13.9968C4.68421 13.9968 1.99822 11.3108 1.99822 7.99749ZM7.99754 0.664993C3.94791 0.664993 0.665039 3.94787 0.665039 7.99749C0.665039 12.0471 3.94791 15.33 7.99754 15.33C12.0472 15.33 15.33 12.0471 15.33 7.99749C15.33 3.94787 12.0472 0.664993 7.99754 0.664993ZM4.83172 6.831C4.2795 6.831 3.83183 7.27866 3.83183 7.83088C3.83183 8.3831 4.2795 8.83077 4.83172 8.83077C5.38394 8.83077 5.83161 8.3831 5.83161 7.83088C5.83161 7.27866 5.38394 6.831 4.83172 6.831ZM6.83142 7.83088C6.83142 7.27866 7.27909 6.831 7.83131 6.831C8.38353 6.831 8.8312 7.27866 8.8312 7.83088C8.8312 8.38311 8.38353 8.83077 7.83131 8.83077C7.27909 8.83077 6.83142 8.38311 6.83142 7.83088ZM10.8309 6.831C10.2787 6.831 9.83106 7.27866 9.83106 7.83088C9.83106 8.3831 10.2787 8.83077 10.8309 8.83077C11.3832 8.83077 11.8308 8.3831 11.8308 7.83088C11.8308 7.27866 11.3832 6.831 10.8309 6.831Z" fill="#1B1C1D"/>
657
+ </g>
658
+ <defs>
659
+ <clipPath id="clip0_3802_54417">
660
+ <rect width="16" height="16" fill="white"/>
661
+ </clipPath>
662
+ </defs>
663
+ `, u3 = `
664
+ <g clip-path="url(#clip0_3931_56251)">
665
+ <path
666
+ fill-rule="evenodd"
667
+ clip-rule="evenodd"
668
+ d="M7.99754 0.665039C3.94791 0.665039 0.665039 3.94791 0.665039 7.99754C0.665039 12.0472 3.94791 15.33 7.99754 15.33C12.0472 15.33 15.33 12.0472 15.33 7.99754C15.33 3.94791 12.0472 0.665039 7.99754 0.665039ZM4.83172 6.83108C4.2795 6.83108 3.83183 7.27874 3.83183 7.83096C3.83183 8.38319 4.2795 8.83085 4.83172 8.83085C5.38394 8.83085 5.83161 8.38319 5.83161 7.83096C5.83161 7.27874 5.38394 6.83108 4.83172 6.83108ZM7.83131 6.83108C7.27909 6.83108 6.83142 7.27875 6.83142 7.83097C6.83142 8.38319 7.27909 8.83085 7.83131 8.83085C8.38353 8.83085 8.8312 8.38319 8.8312 7.83097C8.8312 7.27875 8.38353 6.83108 7.83131 6.83108ZM9.83082 7.83097C9.83082 7.27875 10.2785 6.83108 10.8307 6.83108C11.3829 6.83108 11.8306 7.27875 11.8306 7.83097C11.8306 8.38319 11.3829 8.83085 10.8307 8.83085C10.2785 8.83085 9.83082 8.38319 9.83082 7.83097Z"
669
+ fill="#1B1C1D"
670
+ />
671
+ </g>
672
+ <defs>
673
+ <clipPath id="clip0_3931_56251">
674
+ <rect width="16" height="16" fill="white" />
675
+ </clipPath>
676
+ </defs>
677
+ `, h3 = `
678
+ <path
679
+ fill="#1B1C1D"
680
+ fillRule="evenodd"
681
+ d="M3.333 6.667a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666ZM6.666 8a1.333 1.333 0 1 1 2.667 0 1.333 1.333 0 0 1-2.667 0Zm4.668 0A1.333 1.333 0 1 1 14 8a1.333 1.333 0 0 1-2.666 0Z"
682
+ clipRule="evenodd"
683
+ />
684
+ `, f3 = `
685
+ <g clip-path="url(#clip0_3792_54454)">
686
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00008 8.00001C2.00008 4.6863 4.68637 2.00001 8.00008 2.00001C11.3138 2.00001 14.0001 4.6863 14.0001 8.00001C14.0001 11.3137 11.3138 14 8.00008 14C4.68637 14 2.00008 11.3137 2.00008 8.00001ZM8.00008 0.666672C3.94999 0.666672 0.666748 3.94992 0.666748 8.00001C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 8.00001C15.3334 3.94992 12.0502 0.666672 8.00008 0.666672ZM8.17199 5.34954C7.86165 5.29631 7.54247 5.35463 7.27101 5.51417C6.99954 5.67372 6.79329 5.92419 6.6888 6.22122C6.56662 6.56855 6.18601 6.75107 5.83869 6.62888C5.49136 6.5067 5.30884 6.12609 5.43103 5.77877C5.64001 5.18469 6.05249 4.68375 6.59543 4.36466C7.13836 4.04557 7.77671 3.92893 8.3974 4.0354C9.0181 4.14186 9.58108 4.46457 9.98665 4.94635C10.3922 5.42807 10.6141 6.03775 10.6132 6.66742C10.6129 7.68757 9.85651 8.36127 9.31638 8.72136C9.02596 8.91498 8.74028 9.05734 8.52984 9.15087C8.42367 9.19806 8.33427 9.23386 8.26985 9.2584C8.23758 9.27069 8.21142 9.28022 8.19238 9.28699L8.16923 9.2951L8.16185 9.29762L8.15926 9.2985L8.15823 9.29884L7.94658 8.66666C8.1574 9.29912 8.15823 9.29884 8.15823 9.29884C7.80894 9.41527 7.43056 9.22678 7.31413 8.87748C7.19785 8.52865 7.38597 8.15164 7.73438 8.03467L7.73541 8.03432L7.7457 8.03071C7.75596 8.02706 7.77277 8.02096 7.79519 8.01242C7.84014 7.99529 7.90699 7.9686 7.98832 7.93245C8.15288 7.85932 8.3672 7.75168 8.57678 7.61196C9.03652 7.30547 9.27991 6.97942 9.27991 6.66666C9.28038 6.35178 9.1694 6.0459 8.96662 5.80501C8.76383 5.56412 8.48234 5.40277 8.17199 5.34954ZM7.33325 11.3333C7.33325 10.9651 7.63173 10.6667 7.99992 10.6667H8.00659C8.37478 10.6667 8.67325 10.9651 8.67325 11.3333C8.67325 11.7015 8.37478 12 8.00659 12H7.99992C7.63173 12 7.33325 11.7015 7.33325 11.3333Z" fill="#1B1C1D"/>
687
+ </g>
688
+ <defs>
689
+ <clipPath id="clip0_3792_54454">
690
+ <rect width="16" height="16" fill="white"/>
691
+ </clipPath>
692
+ </defs>
693
+ `, L3 = `
694
+ <g clip-path="url(#clip0_3792_54439)">
695
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 7.99999C0.666748 3.9499 3.94999 0.666656 8.00008 0.666656C12.0502 0.666656 15.3334 3.9499 15.3334 7.99999C15.3334 12.0501 12.0502 15.3333 8.00008 15.3333C3.94999 15.3333 0.666748 12.0501 0.666748 7.99999ZM8.17199 5.34954C7.86165 5.29631 7.54247 5.35463 7.27101 5.51417C6.99954 5.67372 6.79329 5.92419 6.6888 6.22122C6.56662 6.56855 6.18601 6.75107 5.83869 6.62888C5.49136 6.5067 5.30884 6.12609 5.43103 5.77877C5.64001 5.18469 6.05249 4.68375 6.59543 4.36466C7.13836 4.04557 7.77671 3.92893 8.3974 4.0354C9.0181 4.14186 9.58108 4.46457 9.98665 4.94635C10.3922 5.42807 10.6141 6.03775 10.6132 6.66742C10.6129 7.68757 9.85651 8.36127 9.31638 8.72136C9.02596 8.91498 8.74028 9.05734 8.52984 9.15087C8.42367 9.19806 8.33427 9.23386 8.26985 9.2584C8.23758 9.27069 8.21142 9.28022 8.19238 9.28699L8.16923 9.2951L8.16185 9.29762L8.15926 9.2985L8.15823 9.29884C7.80894 9.41527 7.43056 9.22678 7.31413 8.87748C7.19769 8.52818 7.38647 8.15064 7.73576 8.03421L7.7457 8.03071C7.75596 8.02706 7.77277 8.02096 7.79519 8.01242C7.84014 7.99529 7.90699 7.9686 7.98832 7.93245C8.15288 7.85932 8.3672 7.75168 8.57678 7.61196C9.03652 7.30547 9.27991 6.97942 9.27991 6.66666C9.28038 6.35178 9.1694 6.0459 8.96662 5.80501C8.76383 5.56412 8.48234 5.40277 8.17199 5.34954ZM8.42673 11.8454C8.70958 11.6097 8.74779 11.1893 8.51208 10.9065C8.27637 10.6236 7.85599 10.5854 7.57314 10.8211C7.29029 11.0568 7.25208 11.4772 7.48779 11.76C7.7235 12.0429 8.14388 12.0811 8.42673 11.8454Z" fill="#1B1C1D"/>
696
+ </g>
697
+ <defs>
698
+ <clipPath id="clip0_3792_54439">
699
+ <rect width="16" height="16" fill="white"/>
700
+ </clipPath>
701
+ </defs>
702
+ `, v3 = `
703
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 12C4.5 11.1716 5.17157 10.5 6 10.5H18C18.8284 10.5 19.5 11.1716 19.5 12C19.5 12.8285 18.8284 13.5 18 13.5H6C5.17157 13.5 4.5 12.8285 4.5 12Z" fill="#1B1C1D"/>
704
+ `, M3 = `
705
+ <g clip-path="url(#clip0_3792_54451)">
706
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00008 8.00001C2.00008 4.6863 4.68637 2.00001 8.00008 2.00001C11.3138 2.00001 14.0001 4.6863 14.0001 8.00001C14.0001 11.3137 11.3138 14 8.00008 14C4.68637 14 2.00008 11.3137 2.00008 8.00001ZM8.00008 0.666672C3.94999 0.666672 0.666748 3.94992 0.666748 8.00001C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 8.00001C15.3334 3.94992 12.0502 0.666672 8.00008 0.666672ZM5.33341 7.33333C4.96522 7.33333 4.66675 7.6318 4.66675 7.99999C4.66675 8.36819 4.96522 8.66666 5.33341 8.66666H10.6667C11.0349 8.66666 11.3334 8.36819 11.3334 7.99999C11.3334 7.6318 11.0349 7.33333 10.6667 7.33333H5.33341Z" fill="#1B1C1D"/>
707
+ </g>
708
+ <defs>
709
+ <clipPath id="clip0_3792_54451">
710
+ <rect width="16" height="16" fill="white"/>
711
+ </clipPath>
712
+ </defs>
713
+ `, Z3 = `
714
+ <g clip-path="url(#clip0_3782_55235)">
715
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 0.666656C3.94999 0.666656 0.666748 3.9499 0.666748 7.99999C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 7.99999C15.3334 3.9499 12.0502 0.666656 8.00008 0.666656ZM5.33341 7.33334C4.96522 7.33334 4.66675 7.63182 4.66675 8.00001C4.66675 8.3682 4.96522 8.66668 5.33341 8.66668H10.6667C11.0349 8.66668 11.3334 8.3682 11.3334 8.00001C11.3334 7.63182 11.0349 7.33334 10.6667 7.33334H5.33341Z" fill="#1B1C1D"/>
716
+ </g>
717
+ <defs>
718
+ <clipPath id="clip0_3782_55235">
719
+ <rect width="16" height="16" fill="white"/>
720
+ </clipPath>
721
+ </defs>
722
+ `, g3 = `
723
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.66659 3.33334C8.66659 2.96515 8.36811 2.66667 7.99992 2.66667C7.63173 2.66667 7.33325 2.96515 7.33325 3.33334V7.33333H3.33341C2.96522 7.33333 2.66675 7.6318 2.66675 7.99999C2.66675 8.36819 2.96522 8.66666 3.33341 8.66666H7.33325V12.6667C7.33325 13.0349 7.63173 13.3333 7.99992 13.3333C8.36811 13.3333 8.66659 13.0349 8.66659 12.6667V8.66666H12.6667C13.0349 8.66666 13.3334 8.36819 13.3334 7.99999C13.3334 7.6318 13.0349 7.33333 12.6667 7.33333H8.66659V3.33334Z" fill="#1B1C1D"/>
724
+ `, y3 = `
725
+ <g clip-path="url(#clip0_3792_54446)">
726
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 2.00001C4.68637 2.00001 2.00008 4.6863 2.00008 8.00001C2.00008 11.3137 4.68637 14 8.00008 14C11.3138 14 14.0001 11.3137 14.0001 8.00001C14.0001 4.6863 11.3138 2.00001 8.00008 2.00001ZM0.666748 8.00001C0.666748 3.94992 3.94999 0.666672 8.00008 0.666672C12.0502 0.666672 15.3334 3.94992 15.3334 8.00001C15.3334 12.0501 12.0502 15.3333 8.00008 15.3333C3.94999 15.3333 0.666748 12.0501 0.666748 8.00001ZM7.99992 4.66667C8.36811 4.66667 8.66659 4.96515 8.66659 5.33334V7.33333H10.6667C11.0349 7.33333 11.3334 7.6318 11.3334 7.99999C11.3334 8.36819 11.0349 8.66666 10.6667 8.66666H8.66659V10.6667C8.66659 11.0349 8.36811 11.3333 7.99992 11.3333C7.63173 11.3333 7.33325 11.0349 7.33325 10.6667V8.66666H5.33341C4.96522 8.66666 4.66675 8.36819 4.66675 7.99999C4.66675 7.6318 4.96522 7.33333 5.33341 7.33333H7.33325V5.33334C7.33325 4.96515 7.63173 4.66667 7.99992 4.66667Z" fill="#1B1C1D"/>
727
+ </g>
728
+ <defs>
729
+ <clipPath id="clip0_3792_54446">
730
+ <rect width="16" height="16" fill="white"/>
731
+ </clipPath>
732
+ </defs>
733
+ `, m3 = `
734
+ <g clip-path="url(#clip0_3792_54438)">
735
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00008 0.666656C3.94999 0.666656 0.666748 3.9499 0.666748 7.99999C0.666748 12.0501 3.94999 15.3333 8.00008 15.3333C12.0502 15.3333 15.3334 12.0501 15.3334 7.99999C15.3334 3.9499 12.0502 0.666656 8.00008 0.666656ZM7.99992 4.66666C8.36811 4.66666 8.66659 4.96513 8.66659 5.33332V7.33334H10.6667C11.0349 7.33334 11.3334 7.63182 11.3334 8.00001C11.3334 8.3682 11.0349 8.66668 10.6667 8.66668H8.66659V10.6667C8.66659 11.0348 8.36811 11.3333 7.99992 11.3333C7.63173 11.3333 7.33325 11.0348 7.33325 10.6667V8.66668H5.33341C4.96522 8.66668 4.66675 8.3682 4.66675 8.00001C4.66675 7.63182 4.96522 7.33334 5.33341 7.33334H7.33325V5.33332C7.33325 4.96513 7.63173 4.66666 7.99992 4.66666Z" fill="#1B1C1D"/>
736
+ </g>
737
+ <defs>
738
+ <clipPath id="clip0_3792_54438">
739
+ <rect width="16" height="16" fill="white"/>
740
+ </clipPath>
741
+ </defs>
742
+ `, V3 = `
743
+ <g clip-path="url(#clip0_3931_56260)">
744
+ <path
745
+ fill-rule="evenodd"
746
+ clip-rule="evenodd"
747
+ d="M2.1951 2.19522C2.32012 2.0702 2.48969 1.99996 2.6665 1.99996H8.6665C8.84332 1.99996 9.01288 2.0702 9.13791 2.19522C9.26293 2.32025 9.33317 2.48982 9.33317 2.66663V3.33329C9.33317 3.70148 9.63165 3.99996 9.99984 3.99996C10.368 3.99996 10.6665 3.70148 10.6665 3.33329V2.66663C10.6665 2.13619 10.4558 1.62748 10.0807 1.25241C9.70564 0.87734 9.19694 0.666626 8.6665 0.666626H2.6665C2.13607 0.666626 1.62736 0.87734 1.25229 1.25241C0.877217 1.62749 0.666504 2.13619 0.666504 2.66663V8.66663C0.666504 9.19706 0.877218 9.70577 1.25229 10.0808C1.62736 10.4559 2.13607 10.6666 2.6665 10.6666H3.33317C3.70136 10.6666 3.99984 10.3681 3.99984 9.99996C3.99984 9.63177 3.70136 9.33329 3.33317 9.33329H2.6665C2.48969 9.33329 2.32012 9.26306 2.1951 9.13803C2.07008 9.01301 1.99984 8.84344 1.99984 8.66663V2.66663C1.99984 2.48981 2.07008 2.32025 2.1951 2.19522ZM6.66683 7.33328C6.66683 6.96509 6.96531 6.66662 7.3335 6.66662H13.3335C13.7017 6.66662 14.0002 6.96509 14.0002 7.33328V13.3333C14.0002 13.7015 13.7017 13.9999 13.3335 13.9999H7.3335C6.96531 13.9999 6.66683 13.7015 6.66683 13.3333V7.33328ZM7.3335 5.33328C6.22893 5.33328 5.3335 6.22871 5.3335 7.33328V13.3333C5.3335 14.4379 6.22893 15.3333 7.3335 15.3333H13.3335C14.4381 15.3333 15.3335 14.4379 15.3335 13.3333V7.33328C15.3335 6.22871 14.4381 5.33328 13.3335 5.33328H7.3335Z"
748
+ fill="#1B1C1D"
749
+ />
750
+ </g>
751
+ <defs>
752
+ <clipPath id="clip0_3931_56260">
753
+ <rect width="16" height="16" fill="white" />
754
+ </clipPath>
755
+ </defs>
756
+ `, H3 = `
757
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4713 4.4714C12.7317 4.21105 12.7317 3.78894 12.4713 3.52859C12.211 3.26824 11.7889 3.26824 11.5285 3.52859L7.99992 7.05719L4.47132 3.52859C4.21097 3.26824 3.78886 3.26824 3.52851 3.52859C3.26816 3.78894 3.26816 4.21105 3.52851 4.4714L7.05711 8L3.52851 11.5286C3.26816 11.7889 3.26816 12.2111 3.52851 12.4714C3.78886 12.7317 4.21097 12.7317 4.47132 12.4714L7.99992 8.9428L11.5285 12.4714C11.7889 12.7317 12.211 12.7317 12.4713 12.4714C12.7317 12.2111 12.7317 11.7889 12.4713 11.5286L8.94273 8L12.4713 4.4714Z" fill="#1B1C1D"/>
758
+ `, x3 = `
759
+ <path
760
+ fill="#1B1C1D"
761
+ fillRule="evenodd"
762
+ d="M8.666 2a.667.667 0 0 0-1.333 0v6.39L5.138 6.195a.667.667 0 1 0-.943.943l3.333 3.334c.26.26.683.26.943 0l3.334-3.334a.667.667 0 0 0-.943-.943L8.666 8.391V2ZM2 9.333c.368 0 .666.299.666.667v2.667a.667.667 0 0 0 .667.666h9.333a.667.667 0 0 0 .667-.666V10a.667.667 0 0 1 1.333 0v2.667a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V10c0-.368.298-.667.667-.667Z"
763
+ clipRule="evenodd"
764
+ />
765
+ `, w3 = `
766
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4716 2.80474C11.6118 2.66455 11.8019 2.58579 12.0002 2.58579C12.0983 2.58579 12.1956 2.60513 12.2863 2.64269C12.3769 2.68026 12.4594 2.73533 12.5288 2.80474C12.5982 2.87416 12.6533 2.95657 12.6908 3.04726C12.7284 3.13796 12.7477 3.23517 12.7477 3.33334C12.7477 3.43151 12.7284 3.52871 12.6908 3.61941C12.6533 3.71011 12.5982 3.79252 12.5288 3.86193L4.32601 12.0647L2.91642 12.4171L3.26882 11.0075L11.4716 2.80474ZM12.0002 1.25246C11.4483 1.25246 10.919 1.47169 10.5288 1.86193L2.19544 10.1953C2.11 10.2807 2.04939 10.3878 2.02008 10.505L1.35342 13.1716C1.29662 13.3988 1.36319 13.6392 1.52877 13.8047C1.69436 13.9703 1.93468 14.0369 2.16187 13.9801L4.82853 13.3134C4.94576 13.2841 5.05281 13.2235 5.13825 13.1381L13.4716 4.80474C13.6648 4.61151 13.8181 4.38212 13.9227 4.12966C14.0272 3.87719 14.0811 3.6066 14.0811 3.33334C14.0811 3.06007 14.0272 2.78948 13.9227 2.53702C13.8181 2.28455 13.6648 2.05516 13.4716 1.86193C13.2784 1.6687 13.049 1.51543 12.7965 1.41085C12.544 1.30628 12.2734 1.25246 12.0002 1.25246ZM8.00016 12.6667C7.63197 12.6667 7.3335 12.9651 7.3335 13.3333C7.3335 13.7015 7.63197 14 8.00016 14H14.0002C14.3684 14 14.6668 13.7015 14.6668 13.3333C14.6668 12.9651 14.3684 12.6667 14.0002 12.6667H8.00016Z" fill="#1B1C1D"/>
767
+ `, S3 = `
768
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.728434 1.71941C0.837673 1.48397 1.07363 1.33333 1.33318 1.33333H14.6665C14.9261 1.33333 15.162 1.48397 15.2713 1.71941C15.3805 1.95485 15.3432 2.23229 15.1756 2.43048L9.99985 8.55076V14C9.99985 14.231 9.88021 14.4456 9.68367 14.5671C9.48712 14.6886 9.2417 14.6996 9.03504 14.5963L6.36837 13.2629C6.14251 13.15 5.99985 12.9192 5.99985 12.6667V8.55076L0.824133 2.43048C0.656534 2.23229 0.619195 1.95485 0.728434 1.71941ZM2.77005 2.66666L7.17556 7.87618C7.27734 7.99653 7.33318 8.14905 7.33318 8.30666V12.2546L8.66651 12.9213V8.30666C8.66651 8.14905 8.72236 7.99653 8.82413 7.87618L13.2296 2.66666H2.77005Z" fill="#1B1C1D"/>
769
+ `, P3 = `
770
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.33325 1.99999C9.33325 1.63181 9.63173 1.33333 9.99992 1.33333H13.9999C14.0777 1.33333 14.1524 1.34665 14.2218 1.37113C14.3129 1.40321 14.3985 1.45569 14.4714 1.52859C14.6042 1.66142 14.6693 1.83635 14.6666 2.01042V5.99999C14.6666 6.36818 14.3681 6.66666 13.9999 6.66666C13.6317 6.66666 13.3333 6.36818 13.3333 5.99999V3.60955L7.13807 9.80473C6.87772 10.0651 6.45561 10.0651 6.19526 9.80473C5.93491 9.54438 5.93491 9.12227 6.19526 8.86192L12.3905 2.66666H9.99992C9.63173 2.66666 9.33325 2.36818 9.33325 1.99999ZM3.33325 4.66666C3.15644 4.66666 2.98687 4.7369 2.86185 4.86192C2.73682 4.98695 2.66659 5.15652 2.66659 5.33333V12.6667C2.66659 12.8435 2.73682 13.013 2.86185 13.1381C2.98687 13.2631 3.15644 13.3333 3.33325 13.3333H10.6666C10.8434 13.3333 11.013 13.2631 11.138 13.1381C11.263 13.013 11.3333 12.8435 11.3333 12.6667V8.66666C11.3333 8.29847 11.6317 7.99999 11.9999 7.99999C12.3681 7.99999 12.6666 8.29847 12.6666 8.66666V12.6667C12.6666 13.1971 12.4559 13.7058 12.0808 14.0809C11.7057 14.4559 11.197 14.6667 10.6666 14.6667H3.33325C2.80282 14.6667 2.29411 14.4559 1.91904 14.0809C1.54397 13.7058 1.33325 13.1971 1.33325 12.6667V5.33333C1.33325 4.8029 1.54397 4.29419 1.91904 3.91911C2.29411 3.54404 2.80282 3.33333 3.33325 3.33333H7.33325C7.70144 3.33333 7.99992 3.63181 7.99992 3.99999C7.99992 4.36818 7.70144 4.66666 7.33325 4.66666H3.33325Z" fill="#1B1C1D"/>
771
+ `, b3 = `
772
+ <g clip-path="url(#clip0_3792_54455)">
773
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3305 0.711104C10.2817 0.70199 9.27131 1.10517 8.5169 1.8338L7.36335 2.98055C7.10224 3.24014 7.10101 3.66225 7.3606 3.92335C7.62019 4.18446 8.04229 4.18569 8.3034 3.9261L9.44646 2.78969C9.94905 2.30593 10.6212 2.03832 11.3189 2.04439C12.0181 2.05046 12.6869 2.33091 13.1814 2.82533C13.6758 3.31976 13.9562 3.98859 13.9623 4.68778C13.9684 5.38515 13.701 6.05707 13.2176 6.55959L11.2219 8.55534C10.9515 8.82578 10.6262 9.03491 10.2679 9.16856C9.90966 9.3022 9.52684 9.35723 9.14543 9.32992C8.76402 9.3026 8.39295 9.19358 8.05738 9.01024C7.72181 8.8269 7.42959 8.57354 7.20055 8.26734C6.98001 7.97251 6.56222 7.91228 6.26739 8.13282C5.97255 8.35335 5.91233 8.77114 6.13286 9.06598C6.47643 9.52528 6.91475 9.90532 7.4181 10.1803C7.92146 10.4553 8.47807 10.6189 9.05018 10.6598C9.6223 10.7008 10.1965 10.6183 10.7339 10.4178C11.2713 10.2174 11.7594 9.90359 12.1649 9.49798L14.1649 7.49813L14.1729 7.4898C14.9015 6.73539 15.3047 5.72498 15.2956 4.6762C15.2865 3.62741 14.8658 2.62416 14.1242 1.88253C13.3825 1.14089 12.3793 0.720218 11.3305 0.711104ZM6.94966 5.34015C6.37755 5.29917 5.80331 5.38172 5.26591 5.58219C4.72854 5.78264 4.24048 6.0964 3.83498 6.50201L1.835 8.50186L1.82695 8.51019C1.09832 9.2646 0.695139 10.275 0.704253 11.3238C0.713366 12.3726 1.13404 13.3758 1.87567 14.1175C2.61731 14.8591 3.62056 15.2798 4.66934 15.2889C5.71813 15.298 6.72861 14.8949 7.48302 14.1663L8.63121 13.0181C8.89156 12.7577 8.89156 12.3356 8.63121 12.0753C8.37086 11.8149 7.94875 11.8149 7.6884 12.0753L6.55272 13.2109C6.05021 13.6943 5.37829 13.9617 4.68093 13.9556C3.98174 13.9495 3.31291 13.6691 2.81848 13.1747C2.32406 12.6802 2.04361 12.0114 2.03754 11.3122C2.03148 10.6148 2.29885 9.94292 2.7822 9.44041L4.77796 7.44465C5.0483 7.17421 5.37364 6.96508 5.73191 6.83143C6.09018 6.69779 6.47301 6.64276 6.85442 6.67007C7.23583 6.69739 7.6069 6.80641 7.94247 6.98975C8.27804 7.17309 8.57026 7.42645 8.7993 7.73265C9.01983 8.02748 9.43763 8.08771 9.73246 7.86717C10.0273 7.64664 10.0875 7.22885 9.86698 6.93401C9.52342 6.47471 9.0851 6.09467 8.58174 5.81966C8.07839 5.54465 7.52178 5.38112 6.94966 5.34015Z" fill="#1B1C1D"/>
774
+ </g>
775
+ <defs>
776
+ <clipPath id="clip0_3792_54455">
777
+ <rect width="16" height="16" fill="white"/>
778
+ </clipPath>
779
+ </defs>
780
+ `, D3 = `
781
+ <path fill="#465669" fill-rule="evenodd" d="M4 5.333a2.667 2.667 0 0 0 0 5.334h2A.667.667 0 1 1 6 12H4a4 4 0 0 1 0-8h2a.667.667 0 0 1 0 1.333H4Zm5.333-.666c0-.369.299-.667.667-.667h2a4 4 0 1 1 0 8h-2a.667.667 0 0 1 0-1.333h2a2.667 2.667 0 0 0 0-5.334h-2a.667.667 0 0 1-.667-.666Z" clip-rule="evenodd"/>
782
+ <path fill="#465669" fill-rule="evenodd" d="M4.667 8c0-.368.298-.667.666-.667h5.333a.667.667 0 1 1 0 1.334H5.333A.667.667 0 0 1 4.666 8Z" clip-rule="evenodd"/>
783
+ `, k3 = `
784
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00016 3.33333C1.63197 3.33333 1.3335 3.63181 1.3335 3.99999C1.3335 4.36818 1.63197 4.66666 2.00016 4.66666H2.00683C2.37502 4.66666 2.6735 4.36818 2.6735 3.99999C2.6735 3.63181 2.37502 3.33333 2.00683 3.33333H2.00016ZM5.33317 3.33333C4.96498 3.33333 4.6665 3.63181 4.6665 3.99999C4.6665 4.36818 4.96498 4.66666 5.33317 4.66666H13.9998C14.368 4.66666 14.6665 4.36818 14.6665 3.99999C14.6665 3.63181 14.368 3.33333 13.9998 3.33333H5.33317ZM5.33317 7.33333C4.96498 7.33333 4.6665 7.6318 4.6665 7.99999C4.6665 8.36819 4.96498 8.66666 5.33317 8.66666H13.9998C14.368 8.66666 14.6665 8.36819 14.6665 7.99999C14.6665 7.6318 14.368 7.33333 13.9998 7.33333H5.33317ZM4.6665 12C4.6665 11.6318 4.96498 11.3333 5.33317 11.3333H13.9998C14.368 11.3333 14.6665 11.6318 14.6665 12C14.6665 12.3682 14.368 12.6667 13.9998 12.6667H5.33317C4.96498 12.6667 4.6665 12.3682 4.6665 12ZM1.3335 7.99999C1.3335 7.6318 1.63197 7.33333 2.00016 7.33333H2.00683C2.37502 7.33333 2.6735 7.6318 2.6735 7.99999C2.6735 8.36819 2.37502 8.66666 2.00683 8.66666H2.00016C1.63197 8.66666 1.3335 8.36819 1.3335 7.99999ZM2.00016 11.3333C1.63197 11.3333 1.3335 11.6318 1.3335 12C1.3335 12.3682 1.63197 12.6667 2.00016 12.6667H2.00683C2.37502 12.6667 2.6735 12.3682 2.6735 12C2.6735 11.6318 2.37502 11.3333 2.00683 11.3333H2.00016Z" fill="#1B1C1D"/>
785
+ `, j3 = `
786
+ <g transform="translate(8, 8)">
787
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
788
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.875s" repeatCount="indefinite"></animate>
789
+ </rect>
790
+ <g transform="rotate(45)">
791
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
792
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate>
793
+ </rect>
794
+ </g>
795
+ <g transform="rotate(90)">
796
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
797
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.625s" repeatCount="indefinite"></animate>
798
+ </rect>
799
+ </g>
800
+ <g transform="rotate(135)">
801
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
802
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
803
+ </rect>
804
+ </g>
805
+ <g transform="rotate(180)">
806
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
807
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.375s" repeatCount="indefinite"></animate>
808
+ </rect>
809
+ </g>
810
+ <g transform="rotate(225)">
811
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
812
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate>
813
+ </rect>
814
+ </g>
815
+ <g transform="rotate(270)">
816
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
817
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.125s" repeatCount="indefinite"></animate>
818
+ </rect>
819
+ </g>
820
+ <g transform="rotate(315)">
821
+ <rect x="-1" y="3" rx="1" ry="1.2" width="2" height="4" fill="white">
822
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
823
+ </rect>
824
+ </g>
825
+ </g>
826
+ `, B3 = `
827
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.33325 1.99999C9.33325 1.63181 9.63173 1.33333 9.99992 1.33333H12.6666C13.197 1.33333 13.7057 1.54404 14.0808 1.91911C14.4559 2.29419 14.6666 2.80289 14.6666 3.33333V12.6667C14.6666 13.1971 14.4559 13.7058 14.0808 14.0809C13.7057 14.4559 13.197 14.6667 12.6666 14.6667H9.99992C9.63173 14.6667 9.33325 14.3682 9.33325 14C9.33325 13.6318 9.63173 13.3333 9.99992 13.3333H12.6666C12.8434 13.3333 13.013 13.2631 13.138 13.1381C13.263 13.013 13.3333 12.8435 13.3333 12.6667V3.33333C13.3333 3.15652 13.263 2.98695 13.138 2.86192C13.013 2.7369 12.8434 2.66666 12.6666 2.66666H9.99992C9.63173 2.66666 9.33325 2.36818 9.33325 1.99999ZM6.19526 4.19526C6.45561 3.93491 6.87772 3.93491 7.13807 4.19526L10.4714 7.5286C10.7318 7.78895 10.7318 8.21105 10.4714 8.4714L7.13807 11.8047C6.87772 12.0651 6.45561 12.0651 6.19526 11.8047C5.93491 11.5444 5.93491 11.1223 6.19526 10.8619L8.39053 8.66666H1.99992C1.63173 8.66666 1.33325 8.36819 1.33325 7.99999C1.33325 7.6318 1.63173 7.33333 1.99992 7.33333H8.39052L6.19526 5.13807C5.93491 4.87772 5.93491 4.45561 6.19526 4.19526Z" fill="#1B1C1D"/>
828
+ `, I3 = `
829
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.33325 2.66666C3.15644 2.66666 2.98687 2.7369 2.86185 2.86192C2.73682 2.98695 2.66659 3.15652 2.66659 3.33333V12.6667C2.66659 12.8435 2.73682 13.013 2.86185 13.1381C2.98687 13.2631 3.15644 13.3333 3.33325 13.3333H5.99992C6.36811 13.3333 6.66659 13.6318 6.66659 14C6.66659 14.3682 6.36811 14.6667 5.99992 14.6667H3.33325C2.80282 14.6667 2.29411 14.4559 1.91904 14.0809C1.54397 13.7058 1.33325 13.1971 1.33325 12.6667V3.33333C1.33325 2.8029 1.54397 2.29419 1.91904 1.91911C2.29411 1.54404 2.80282 1.33333 3.33325 1.33333H5.99992C6.36811 1.33333 6.66659 1.63181 6.66659 1.99999C6.66659 2.36818 6.36811 2.66666 5.99992 2.66666H3.33325ZM10.1953 4.19526C10.4556 3.93491 10.8777 3.93491 11.1381 4.19526L14.4714 7.5286C14.7318 7.78895 14.7318 8.21105 14.4714 8.4714L11.1381 11.8047C10.8777 12.0651 10.4556 12.0651 10.1953 11.8047C9.93491 11.5444 9.93491 11.1223 10.1953 10.8619L12.3905 8.66666H5.99992C5.63173 8.66666 5.33325 8.36819 5.33325 7.99999C5.33325 7.6318 5.63173 7.33333 5.99992 7.33333H12.3905L10.1953 5.13807C9.93491 4.87772 9.93491 4.45561 10.1953 4.19526Z" fill="#1B1C1D"/>
830
+ `, A3 = `
831
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.3335 3.99999C1.3335 3.63181 1.63197 3.33333 2.00016 3.33333H14.0002C14.3684 3.33333 14.6668 3.63181 14.6668 3.99999C14.6668 4.36818 14.3684 4.66666 14.0002 4.66666H2.00016C1.63197 4.66666 1.3335 4.36818 1.3335 3.99999ZM1.3335 7.99999C1.3335 7.6318 1.63197 7.33333 2.00016 7.33333H14.0002C14.3684 7.33333 14.6668 7.6318 14.6668 7.99999C14.6668 8.36819 14.3684 8.66666 14.0002 8.66666H2.00016C1.63197 8.66666 1.3335 8.36819 1.3335 7.99999ZM2.00016 11.3333C1.63197 11.3333 1.3335 11.6318 1.3335 12C1.3335 12.3682 1.63197 12.6667 2.00016 12.6667H14.0002C14.3684 12.6667 14.6668 12.3682 14.6668 12C14.6668 11.6318 14.3684 11.3333 14.0002 11.3333H2.00016Z" fill="#1B1C1D"/>
832
+ `, O3 = `
833
+ <path
834
+ fill-rule="evenodd"
835
+ clip-rule="evenodd"
836
+ d="M9.386 3.197a5 5 0 0 0-6.103 3.135.625.625 0 0 1-1.178-.417 6.25 6.25 0 0 1 10.305-2.34l1.84 1.729V2.998a.625.625 0 1 1 1.25 0v3.75c0 .346-.28.625-.625.625h-3.75a.625.625 0 1 1 0-1.25h2.172l-1.75-1.644a5 5 0 0 0-2.161-1.282ZM.5 9.248c0-.345.28-.625.625-.625h3.75a.625.625 0 0 1 0 1.25H2.702l1.75 1.645a5 5 0 0 0 8.264-1.853.625.625 0 0 1 1.178.417 6.249 6.249 0 0 1-10.305 2.34L1.75 10.694v2.304a.625.625 0 1 1-1.25 0v-3.75Z"
837
+ fill="#465669"
838
+ />
839
+ `, U3 = `
840
+ <g clip-path="url(#clip0_3802_54557)">
841
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.99334 7.9925C1.99334 4.67917 4.67932 1.99319 7.99266 1.99319C11.306 1.99319 13.992 4.67917 13.992 7.9925C13.992 11.3058 11.306 13.9918 7.99266 13.9918C4.67932 13.9918 1.99334 11.3058 1.99334 7.9925ZM7.99266 0.660004C3.94303 0.660004 0.660156 3.94288 0.660156 7.9925C0.660156 12.0421 3.94303 15.325 7.99266 15.325C12.0423 15.325 15.3252 12.0421 15.3252 7.9925C15.3252 3.94288 12.0423 0.660004 7.99266 0.660004ZM7.90557 5.38535C7.0915 5.38535 6.37035 5.81162 5.92594 6.46722C5.88517 6.52736 5.84673 6.58943 5.81076 6.65328L5.80281 6.66706C5.78987 6.68896 5.7759 6.71012 5.76101 6.73037C5.65007 6.88126 5.48741 6.98251 5.3069 6.98125C4.96202 6.97888 4.71579 6.62124 4.87687 6.29449C4.89842 6.25079 4.92078 6.20758 4.9439 6.16495L4.96655 6.12382C5.00697 6.05147 5.04966 5.98074 5.09451 5.91173C5.7129 4.96022 6.74136 4.33749 7.90557 4.33749C8.59125 4.33749 9.22984 4.55349 9.7653 4.92547C9.95818 5.05946 10.1377 5.21369 10.3012 5.38535C10.4364 5.52727 10.5606 5.6811 10.6724 5.84527L10.6944 5.87794V5.38535C10.6944 5.09885 10.9091 4.86602 11.1755 4.86149L11.1834 4.86142C11.4535 4.86142 11.6724 5.09601 11.6724 5.38535V7.2191C11.6724 7.3132 11.6492 7.40151 11.6087 7.47784C11.5583 7.57278 11.481 7.64919 11.3879 7.69517C11.3257 7.72589 11.2564 7.74303 11.1834 7.74303H9.2274C8.95732 7.74303 8.7384 7.50844 8.7384 7.2191C8.7384 7.06487 8.8006 6.9262 8.8996 6.83032C8.98632 6.74633 9.10128 6.69517 9.2274 6.69517H10.0237L10.0165 6.68245C9.82175 6.32631 9.5507 6.02385 9.2274 5.80082C9.17726 5.76623 9.12585 5.73354 9.07329 5.70287C8.72631 5.5004 8.32848 5.38535 7.90557 5.38535ZM10.4583 9.11278C10.8106 9.11521 11.0582 9.48513 10.8842 9.81335C10.8616 9.85593 10.8383 9.89803 10.8142 9.93952L10.7955 9.97125C10.7694 10.0153 10.7423 10.0587 10.7145 10.1015C10.0959 11.0512 9.06844 11.6725 7.90557 11.6725C7.31558 11.6725 6.76044 11.5126 6.27588 11.2309C6.10379 11.1309 5.94061 11.0156 5.78792 10.8866C5.62517 10.7491 5.47436 10.5961 5.3374 10.4298L5.3154 10.4028V10.8866C5.3154 11.1574 5.12357 11.3803 4.87752 11.4077C4.86072 11.4096 4.84367 11.4105 4.8264 11.4105C4.55632 11.4105 4.3374 11.1759 4.3374 10.8866V9.05285C4.3374 9.04206 4.33771 9.03135 4.33831 9.02072C4.34945 8.82337 4.46256 8.65549 4.62194 8.57678C4.68415 8.54606 4.75341 8.52892 4.8264 8.52892H6.7824C7.05248 8.52892 7.2714 8.76351 7.2714 9.05285C7.2714 9.18119 7.22833 9.29876 7.15683 9.38986C7.06713 9.50414 6.93268 9.57678 6.7824 9.57678H5.9494C6.16967 9.89098 6.45433 10.1504 6.7824 10.3325C6.91693 10.4072 7.05875 10.4688 7.20643 10.516C7.42794 10.5867 7.66262 10.6246 7.90557 10.6246C8.71835 10.6246 9.43849 10.1997 9.88306 9.54591C9.90996 9.50635 9.93585 9.46595 9.96069 9.42476C9.96524 9.41722 9.9699 9.40979 9.97468 9.40244C9.98626 9.38464 9.9986 9.3673 10.0115 9.35071C10.1233 9.20705 10.2826 9.11157 10.4583 9.11278Z" fill="#1B1C1D"/>
842
+ </g>
843
+ <defs>
844
+ <clipPath id="clip0_3802_54557">
845
+ <rect width="16" height="16" fill="white"/>
846
+ </clipPath>
847
+ </defs>`, N3 = `
848
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.669922 8.005C0.669922 12.056 3.95391 15.34 8.00492 15.34C12.0559 15.34 15.3399 12.056 15.3399 8.005C15.3399 3.95399 12.0559 0.669998 8.00492 0.669998C3.95391 0.669998 0.669922 3.95399 0.669922 8.005ZM10.0237 6.69515H9.22742C8.95734 6.69515 8.73842 6.92975 8.73842 7.21908C8.73842 7.50842 8.95734 7.74301 9.22742 7.74301H11.1834C11.4535 7.74301 11.6724 7.50842 11.6724 7.21908V5.38533C11.6724 5.096 11.4535 4.8614 11.1834 4.8614C10.9133 4.8614 10.6944 5.096 10.6944 5.38533V5.87792C10.0738 4.94544 9.05596 4.33748 7.90559 4.33748C6.59167 4.33748 5.45065 5.13066 4.87689 6.29447C4.71581 6.62122 4.96204 6.97886 5.30692 6.98123C5.5167 6.9827 5.70238 6.84571 5.81078 6.65326C6.23883 5.8934 7.01683 5.38533 7.90559 5.38533C8.80567 5.38533 9.59214 5.90645 10.0166 6.68243L10.0237 6.69515ZM10.8842 9.81334C11.0582 9.48511 10.8106 9.11519 10.4583 9.11276C10.2539 9.11135 10.0717 9.2408 9.96071 9.42474C9.52532 10.1467 8.76755 10.6246 7.90559 10.6246C7.10566 10.6246 6.3955 10.2131 5.94941 9.57676H6.78242C7.0525 9.57676 7.27142 9.34217 7.27142 9.05283C7.27142 8.7635 7.0525 8.5289 6.78242 8.5289H4.82642C4.55634 8.5289 4.33742 8.7635 4.33742 9.05283V10.8866C4.33742 11.1759 4.55634 11.4105 4.82642 11.4105C5.0965 11.4105 5.31542 11.1759 5.31542 10.8866V10.4028C5.94309 11.1804 6.87071 11.6725 7.90559 11.6725C9.18232 11.6725 10.2958 10.9235 10.8842 9.81334Z" fill="#1B1C1D"/>
849
+ `, G3 = `
850
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.66683 7.33333C2.66683 4.756 4.75617 2.66666 7.3335 2.66666C9.91083 2.66666 12.0002 4.756 12.0002 7.33333C12.0002 8.59006 11.5034 9.73077 10.6955 10.5698C10.6722 10.5876 10.6497 10.6072 10.6284 10.6286C10.607 10.6499 10.5874 10.6724 10.5696 10.6957C9.73062 11.5034 8.59006 12 7.3335 12C4.75617 12 2.66683 9.91066 2.66683 7.33333ZM11.0784 12.0214C10.052 12.8424 8.75007 13.3333 7.3335 13.3333C4.01979 13.3333 1.3335 10.647 1.3335 7.33333C1.3335 4.01962 4.01979 1.33333 7.3335 1.33333C10.6472 1.33333 13.3335 4.01962 13.3335 7.33333C13.3335 8.75011 12.8424 10.0522 12.0213 11.0787L14.4712 13.5286C14.7315 13.7889 14.7315 14.2111 14.4712 14.4714C14.2108 14.7318 13.7887 14.7318 13.5284 14.4714L11.0784 12.0214Z" fill="#1B1C1D"/>
851
+ `, F3 = `
852
+ <g clip-path="url(#clip0_3782_54618)">
853
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.23701 13.4743C6.23701 14.4949 7.07207 15.33 8.09271 15.33C9.02056 15.33 9.85562 14.4949 9.85562 13.5671V13.4743C9.85562 13.2887 9.9484 13.1959 10.134 13.1032C10.3195 13.0104 10.4123 13.0104 10.5979 13.1959C11.3402 13.9382 12.4536 13.9382 13.1959 13.1959C13.9382 12.5465 13.9382 11.3403 13.1959 10.598C13.1794 10.5651 13.163 10.5351 13.1476 10.5071C13.076 10.3766 13.0267 10.2867 13.1031 10.134C13.1031 9.94848 13.2887 9.85569 13.4742 9.85569C14.4949 9.85569 15.3299 9.02063 15.3299 8C15.3299 6.97937 14.4949 6.1443 13.4742 6.1443H13.3814C13.2887 6.1443 13.1959 6.05152 13.1031 5.95873V5.86595C13.0103 5.68038 13.0103 5.58759 13.1959 5.40202C13.567 5.03088 13.7526 4.56696 13.7526 4.10304C13.7526 3.63911 13.567 3.17519 13.1959 2.80405C12.8247 2.43291 12.3608 2.24734 11.8969 2.24734C11.433 2.24734 10.969 2.43291 10.5979 2.80405C10.5051 2.89683 10.3195 2.98962 10.134 2.89683C9.9484 2.89683 9.85562 2.71126 9.85562 2.52569C9.85562 1.50506 9.02056 0.669998 7.99992 0.669998C6.97929 0.669998 6.14423 1.50506 6.14423 2.52569V2.61848C6.14423 2.71126 6.05144 2.80405 5.95866 2.89683H5.86587C5.6803 2.98962 5.58752 2.98962 5.40195 2.80405C4.65967 2.06177 3.54625 2.06177 2.80397 2.80405C2.06169 3.45354 2.06169 4.65975 2.80397 5.40202C2.98954 5.49481 2.98954 5.68038 2.89676 5.86595C2.89676 6.05152 2.71119 6.1443 2.52562 6.1443C1.50499 6.1443 0.669922 6.97937 0.669922 8C0.669922 9.02063 1.50499 9.85569 2.52562 9.85569H2.6184C2.71119 9.85569 2.89676 9.94848 2.98954 10.134C3.08233 10.3196 3.08233 10.4124 2.89676 10.598C2.15448 11.3403 2.15448 12.4537 2.89676 13.1959C3.54625 13.9382 4.75245 13.9382 5.49473 13.1959C5.58752 13.0104 5.77309 13.0104 5.95866 13.1032C6.14423 13.1032 6.23701 13.2887 6.23701 13.4743ZM6.42258 11.897C6.23701 11.8042 5.95866 11.8042 5.77309 11.8042C5.30916 11.8042 4.93802 11.9897 4.56688 12.4537C4.38131 12.732 4.01018 12.732 3.73182 12.4537C3.45347 12.1753 3.45347 11.8042 3.73182 11.5258C4.28853 11.0619 4.38131 10.4124 4.10296 9.76291C3.82461 9.11342 3.2679 8.74228 2.6184 8.74228H2.52562C2.15448 8.74228 1.87612 8.46392 1.87612 8.09278C1.87612 7.72164 2.15448 7.44329 2.52562 7.44329C3.2679 7.44329 3.82461 6.97937 4.01018 6.42266C4.28853 5.77316 4.10296 5.12367 3.63904 4.56696L3.63903 4.56696C3.54625 4.38139 3.45347 4.19582 3.45347 4.10304C3.45347 4.01025 3.54625 3.82468 3.63904 3.7319C3.91739 3.45354 4.28853 3.45354 4.56688 3.7319C5.03081 4.19582 5.6803 4.28861 6.14423 4.10304H6.3298C6.97929 3.82468 7.35043 3.26797 7.35043 2.61848V2.52569C7.35043 2.15456 7.62878 1.8762 7.99992 1.8762C8.37106 1.8762 8.64942 2.15456 8.64942 2.52569C8.64942 3.17519 9.02056 3.7319 9.67005 3.7319C10.3195 4.01025 10.969 3.82468 11.5257 3.36076C11.7113 3.17519 12.0825 3.0824 12.3608 3.36076C12.3857 3.41048 12.4105 3.45354 12.4336 3.49351C12.4967 3.60271 12.5464 3.68884 12.5464 3.82468C12.5464 4.01025 12.5464 4.10304 12.3608 4.28861C11.8969 4.75253 11.8041 5.40202 11.9897 5.95873V6.1443C12.268 6.7938 12.8247 7.16494 13.4742 7.16494H13.567C13.9382 7.16494 14.2165 7.44329 14.2165 7.81443C14.2165 8.18557 13.9382 8.46392 13.567 8.46392C12.9175 8.46392 12.3608 8.92785 12.0825 9.48456C11.8041 10.134 11.9897 10.7835 12.4536 11.3403C12.7319 11.5258 12.7319 11.897 12.4536 12.1753C12.1752 12.4537 11.8041 12.4537 11.5257 12.1753C11.0618 11.6186 10.4123 11.5258 9.76283 11.8042C9.11334 12.0825 8.7422 12.6392 8.7422 13.2887V13.3815C8.7422 13.7527 8.46385 14.031 8.09271 14.031C7.72157 14.031 7.44321 13.7527 7.44321 13.3815C7.44321 12.732 6.97929 12.0825 6.42258 11.897ZM5.58737 7.99998C5.58737 9.29897 6.70079 10.4124 7.99977 10.4124C9.29876 10.4124 10.4122 9.29897 10.4122 7.99998C10.4122 6.701 9.29876 5.58758 7.99977 5.58758C6.70079 5.58758 5.58737 6.701 5.58737 7.99998ZM6.79357 7.99998C6.79357 7.35049 7.35028 6.79378 7.99977 6.79378C8.64927 6.79378 9.20598 7.35049 9.20598 7.99998C9.20598 8.64948 8.64927 9.20619 7.99977 9.20619C7.35028 9.20619 6.79357 8.64948 6.79357 7.99998Z" fill="#1B1C1D"/>
854
+ </g>
855
+ <defs>
856
+ <clipPath id="clip0_3782_54618">
857
+ <rect width="16" height="16" fill="white"/>
858
+ </clipPath>
859
+ </defs>
860
+ `, T3 = `
861
+ <path d="M8.81191 2.66602C8.81191 2.4892 8.74162 2.31969 8.6166 2.19466C8.49158 2.06969 8.32201 1.99935 8.14524 1.99935H7.85227C7.67551 1.99935 7.50594 2.06969 7.38092 2.19466C7.2559 2.31969 7.18561 2.4892 7.18561 2.66602V2.78646C7.18525 3.13718 7.09225 3.48216 6.91673 3.78581C6.74122 4.08931 6.48923 4.34162 6.18561 4.51693L6.18496 4.51628L5.90045 4.68229L5.8985 4.68359C5.59453 4.85902 5.24946 4.95117 4.8985 4.95117C4.54751 4.95113 4.20246 4.85909 3.8985 4.68359L3.81842 4.64062L3.79889 4.63021C3.64592 4.54198 3.46428 4.51818 3.29368 4.5638C3.14431 4.60375 3.01403 4.69391 2.92454 4.81836L2.88873 4.8737L2.74225 5.12695C2.65458 5.27963 2.63106 5.46074 2.67649 5.63086C2.71642 5.78018 2.80667 5.91051 2.93105 6L2.98639 6.03581L3.0222 6.05794L3.12181 6.12435C3.40792 6.29767 3.64615 6.5392 3.81451 6.82878C3.98995 7.13052 4.08324 7.47324 4.08535 7.82227V8.16341L4.08144 8.29492C4.06245 8.60159 3.97341 8.90055 3.81972 9.16797C3.64593 9.47036 3.39544 9.72117 3.09446 9.89713L3.09511 9.89779L2.99485 9.95768L2.98639 9.96289C2.83357 10.0514 2.72211 10.1972 2.67649 10.3678C2.63106 10.538 2.65458 10.7191 2.74225 10.8717L2.88808 11.125C2.9766 11.2778 3.12308 11.3893 3.29368 11.4349C3.46428 11.4805 3.64592 11.4567 3.79889 11.3685L3.81842 11.3581L3.8985 11.3151L4.01438 11.2533C4.28883 11.118 4.59135 11.0476 4.8985 11.0475C5.20558 11.0475 5.5082 11.1181 5.78261 11.2533L5.8985 11.3151L5.90045 11.3164L6.18496 11.4818C6.48858 11.6571 6.74122 11.9094 6.91673 12.2129C7.09225 12.5165 7.18525 12.8615 7.18561 13.2122V13.3327C7.18561 13.5095 7.2559 13.679 7.38092 13.804C7.50594 13.929 7.67551 13.9993 7.85227 13.9993H8.14524C8.32201 13.9993 8.49158 13.929 8.6166 13.804C8.74162 13.679 8.81191 13.5095 8.81191 13.3327V13.2122L8.81647 13.0807C8.83684 12.7757 8.92723 12.4786 9.08079 12.2129C9.23433 11.9474 9.44656 11.7213 9.70058 11.5514L9.81191 11.4818L10.0971 11.3164L10.099 11.3151L10.2149 11.2533C10.4893 11.1181 10.7919 11.0475 11.099 11.0475C11.45 11.0476 11.7951 11.1396 12.099 11.3151L12.1986 11.3685C12.3516 11.4567 12.5332 11.4805 12.7038 11.4349C12.8744 11.3893 13.0203 11.2778 13.1088 11.125L13.2514 10.8717L13.2546 10.8665L13.2846 10.8073C13.3476 10.6677 13.3609 10.5099 13.321 10.3607C13.2754 10.1902 13.1639 10.0449 13.0111 9.95638L12.9317 9.91406C12.9252 9.91059 12.9186 9.90733 12.9122 9.90365C12.607 9.72744 12.3534 9.47353 12.1778 9.16797C12.0022 8.86243 11.9108 8.5158 11.9122 8.16341V7.83268C11.9112 7.48119 12.0026 7.13551 12.1778 6.83073C12.3515 6.52841 12.6015 6.27687 12.9024 6.10091L13.0027 6.04102L13.0111 6.03581L13.0665 6C13.1909 5.91051 13.2811 5.78018 13.321 5.63086C13.3665 5.46074 13.3429 5.27963 13.2553 5.12695L13.1088 4.87305C13.0203 4.72023 12.8744 4.60943 12.7038 4.5638C12.5545 4.52388 12.3968 4.53717 12.2572 4.60026L12.1986 4.63021C12.1923 4.63389 12.1856 4.63716 12.1791 4.64062L12.0984 4.68294L12.099 4.68359C11.7951 4.85909 11.45 4.95113 11.099 4.95117C10.7481 4.95117 10.403 4.85902 10.099 4.68359L10.0971 4.68229L9.81191 4.51628C9.50829 4.34097 9.25629 4.08931 9.08079 3.78581C8.90527 3.48216 8.81227 3.13718 8.81191 2.78646V2.66602ZM10.1452 2.78516L10.1511 2.8724C10.1626 2.95878 10.1912 3.04256 10.2351 3.11849C10.279 3.19439 10.3372 3.26078 10.4063 3.3138L10.4805 3.36328L10.765 3.52865C10.8663 3.58709 10.9821 3.61784 11.099 3.61784C11.216 3.61779 11.3311 3.58711 11.4324 3.52865L11.4519 3.51758L11.5515 3.46419C12.0064 3.20833 12.5435 3.14044 13.0482 3.27539C13.4961 3.39514 13.8865 3.66609 14.155 4.03906L14.2624 4.20508L14.4089 4.45898L14.4096 4.45964L14.5001 4.63542C14.6892 5.05411 14.7291 5.52752 14.6094 5.97526C14.4734 6.4839 14.1416 6.91758 13.6876 7.18359L13.6882 7.18424L13.5788 7.25C13.4771 7.30874 13.3926 7.39359 13.334 7.49544C13.2756 7.59724 13.245 7.71268 13.2455 7.83008V8.16862C13.245 8.28602 13.2756 8.40145 13.334 8.50325C13.3917 8.60352 13.4747 8.68683 13.5743 8.74544L13.6589 8.79102L13.6797 8.80273L13.8458 8.91016C14.2186 9.17859 14.4897 9.56859 14.6094 10.0163C14.7457 10.5259 14.6741 11.0683 14.4122 11.526L14.4128 11.5267L14.2663 11.7871L14.2624 11.7936C13.9969 12.2521 13.5601 12.5864 13.0482 12.7233C12.5434 12.8583 12.0065 12.7892 11.5515 12.5332V12.5345L11.4519 12.4811C11.4454 12.4776 11.4388 12.4737 11.4324 12.4701C11.3311 12.4116 11.216 12.3809 11.099 12.3809C10.9821 12.3809 10.867 12.4116 10.7657 12.4701L10.765 12.4694L10.4805 12.6354L10.4063 12.6849C10.3372 12.7379 10.279 12.8043 10.2351 12.8802C10.1766 12.9814 10.1454 13.0966 10.1452 13.2135V13.3327C10.1452 13.863 9.93488 14.3717 9.55996 14.7467C9.18488 15.1218 8.67568 15.3327 8.14524 15.3327H7.85227C7.32184 15.3327 6.81263 15.1218 6.43756 14.7467C6.06264 14.3717 5.85227 13.863 5.85227 13.3327V13.2135L5.84641 13.1263C5.83495 13.0399 5.80632 12.9561 5.76243 12.8802C5.71852 12.8043 5.66035 12.7379 5.59121 12.6849L5.51699 12.6354L5.23183 12.4694C5.13053 12.411 5.01545 12.3809 4.8985 12.3809C4.81083 12.3809 4.72443 12.3983 4.64394 12.4316L4.56517 12.4701C4.55876 12.4737 4.55216 12.4776 4.54563 12.4811L4.44602 12.5345L4.44537 12.5332C3.9905 12.789 3.45398 12.8582 2.94928 12.7233C2.50145 12.6036 2.11098 12.3326 1.84251 11.9596L1.73509 11.7936L1.5886 11.5397L1.58795 11.5391C1.3233 11.0802 1.25134 10.5352 1.38808 10.0234C1.52407 9.51487 1.85535 9.08048 2.30931 8.81445L2.41868 8.7487L2.4916 8.69987C2.56102 8.64652 2.61956 8.57966 2.66347 8.50325C2.72194 8.40145 2.75248 8.28602 2.75201 8.16862V7.83008L2.74615 7.74349C2.73437 7.65754 2.7054 7.57418 2.66152 7.4987C2.61765 7.42333 2.55974 7.35738 2.49095 7.30469L2.41868 7.25651L2.38222 7.23372L2.28261 7.16732C1.84276 6.90004 1.52132 6.47353 1.38808 5.97526C1.25134 5.46354 1.3233 4.91846 1.58795 4.45964L1.5886 4.45833L1.73509 4.20508L1.84251 4.03906C2.11097 3.66609 2.50145 3.39514 2.94928 3.27539C3.45388 3.14049 3.99056 3.20921 4.44537 3.46484L4.44602 3.46419L4.54563 3.51758L4.56517 3.52865L4.64394 3.56706C4.72443 3.60037 4.81083 3.6178 4.8985 3.61784C4.9863 3.61784 5.07311 3.60043 5.15371 3.56706L5.23183 3.52865L5.51699 3.36328L5.59121 3.3138C5.66035 3.26078 5.71852 3.19439 5.76243 3.11849C5.82086 3.01741 5.85207 2.90255 5.85227 2.78581V2.66602C5.85227 2.13569 6.06264 1.627 6.43756 1.25195C6.81263 0.87688 7.32184 0.666016 7.85227 0.666016H8.14524C8.67568 0.666016 9.18488 0.87688 9.55996 1.25195C9.93488 1.627 10.1452 2.13569 10.1452 2.66602V2.78516Z" fill="#465669"/>
862
+ <path d="M9.33203 8.00065C9.33203 7.26427 8.73508 6.66732 7.9987 6.66732C7.26232 6.66732 6.66536 7.26427 6.66536 8.00065C6.66536 8.73703 7.26232 9.33398 7.9987 9.33398C8.73508 9.33398 9.33203 8.73703 9.33203 8.00065ZM10.6654 8.00065C10.6654 9.47341 9.47146 10.6673 7.9987 10.6673C6.52594 10.6673 5.33203 9.47341 5.33203 8.00065C5.33203 6.52789 6.52594 5.33398 7.9987 5.33398C9.47146 5.33398 10.6654 6.52789 10.6654 8.00065Z" fill="url(#paint0_linear_10082_97161)"/>
863
+ <defs>
864
+ <linearGradient id="paint0_linear_10082_97161" x1="10.6654" y1="8.00065" x2="5.33203" y2="8.00065" gradientUnits="userSpaceOnUse">
865
+ <stop stop-color="#0DC1D3"/>
866
+ <stop offset="1" stop-color="#FF7173"/>
867
+ </linearGradient>
868
+ </defs>
869
+ `, E3 = `
870
+ <path fill="#465669" d="M13.334 7V3.333a.667.667 0 0 0-.667-.666H3.333a.667.667 0 0 0-.666.666v9.334a.666.666 0 0 0 .667.666H7a.667.667 0 0 1 0 1.334H3.333a2 2 0 0 1-2-2V3.333a2 2 0 0 1 2-2h9.334a2 2 0 0 1 2 2V7a.667.667 0 1 1-1.333 0Z"/>
871
+ <path fill="#465669" d="M9.334 7V2a.667.667 0 0 1 1.333 0v5a.667.667 0 1 1-1.333 0ZM5.333 14V2a.667.667 0 1 1 1.334 0v12a.667.667 0 1 1-1.333 0ZM9.952 12.18a.667.667 0 0 1 .495 1.24l-.666.265-.065.023a.667.667 0 0 1-.43-1.26l.666-.267ZM8.901 10.856a.667.667 0 0 1 .777-.44l.066.018.6.2.064.025a.667.667 0 0 1-.42 1.259l-.066-.019-.6-.2-.063-.025a.666.666 0 0 1-.358-.818ZM10.659 13.593a.666.666 0 0 1 1.24.485l-.2.6-.025.063a.667.667 0 0 1-1.24-.485l.2-.6.025-.063ZM10.686 8.914c.32-.128.681.01.838.31l.028.062.267.667.022.064a.667.667 0 0 1-1.231.493l-.03-.063-.266-.666-.022-.065a.667.667 0 0 1 .394-.802ZM12.326 9.26a.666.666 0 0 1 1.24.484l-.2.6-.025.064a.667.667 0 0 1-1.24-.485l.2-.6.025-.064ZM12.552 13.18c.32-.127.682.01.838.31l.029.063.266.666.022.065a.667.667 0 0 1-1.23.493l-.03-.063-.266-.667-.022-.064a.667.667 0 0 1 .393-.802ZM14.22 10.314a.667.667 0 0 1 .494 1.239l-.667.266-.064.022a.667.667 0 0 1-.43-1.26l.666-.267ZM13.234 12.522a.667.667 0 0 1 .778-.44l.065.02.6.199.064.025a.667.667 0 0 1-.42 1.258l-.065-.018-.6-.2-.064-.025a.667.667 0 0 1-.358-.819Z"/>
872
+ <path fill="#465669" d="M13.333 12a1.333 1.333 0 1 0-2.666 0 1.333 1.333 0 0 0 2.666 0Zm1.333 0a2.667 2.667 0 1 1-5.333 0 2.667 2.667 0 0 1 5.333 0Z"/>
873
+ `, R3 = `
874
+ <path d="M13.332 7.00065V3.33398C13.332 3.15717 13.2617 2.98765 13.1367 2.86263C13.0117 2.73761 12.8422 2.66732 12.6654 2.66732H3.33203C3.15522 2.66732 2.9857 2.73761 2.86068 2.86263C2.73565 2.98765 2.66536 3.15717 2.66536 3.33398V12.6673C2.66536 12.8441 2.73565 13.0136 2.86068 13.1387C2.9857 13.2637 3.15522 13.334 3.33203 13.334H6.9987C7.36689 13.334 7.66536 13.6325 7.66536 14.0007C7.66536 14.3688 7.36689 14.6673 6.9987 14.6673H3.33203C2.8016 14.6673 2.29304 14.4565 1.91797 14.0814C1.5429 13.7063 1.33203 13.1978 1.33203 12.6673V3.33398C1.33203 2.80355 1.5429 2.29499 1.91797 1.91992C2.29304 1.54485 2.8016 1.33398 3.33203 1.33398H12.6654C13.1958 1.33398 13.7044 1.54485 14.0794 1.91992C14.4545 2.29499 14.6654 2.80355 14.6654 3.33398V7.00065C14.6654 7.36884 14.3669 7.66732 13.9987 7.66732C13.6305 7.66732 13.332 7.36884 13.332 7.00065Z" fill="#465669"/>
875
+ <path d="M9.33203 7.00065V2.00065C9.33203 1.63246 9.63051 1.33398 9.9987 1.33398C10.3669 1.33398 10.6654 1.63246 10.6654 2.00065V7.00065C10.6654 7.36884 10.3669 7.66732 9.9987 7.66732C9.63051 7.66732 9.33203 7.36884 9.33203 7.00065Z" fill="#465669"/>
876
+ <path d="M5.33203 14.0007V2.00065C5.33203 1.63246 5.63051 1.33398 5.9987 1.33398C6.36689 1.33398 6.66536 1.63246 6.66536 2.00065V14.0007C6.66536 14.3688 6.36689 14.6673 5.9987 14.6673C5.63051 14.6673 5.33203 14.3688 5.33203 14.0007Z" fill="#465669"/>
877
+ <path d="M9.95341 12.1816C10.2952 12.045 10.6832 12.2116 10.8199 12.5534C10.9565 12.8952 10.79 13.2832 10.4482 13.4199L9.78153 13.6862L9.71708 13.7083C9.39228 13.8015 9.04319 13.6356 8.915 13.3151C8.77825 12.9732 8.94489 12.5853 9.28674 12.4486L9.95341 12.1816Z" fill="url(#paint0_linear_10082_97162)"/>
878
+ <path d="M8.90198 10.8565C9.01121 10.5291 9.34965 10.3425 9.67932 10.4164L9.74507 10.4353L10.3447 10.6351L10.4085 10.6599C10.7166 10.7986 10.8757 11.1508 10.7666 11.4782C10.6574 11.8056 10.3189 11.9922 9.98922 11.9183L9.92346 11.9001L9.3232 11.6996L9.26005 11.6749C8.95181 11.5362 8.7928 11.184 8.90198 10.8565Z" fill="url(#paint1_linear_10082_97162)"/>
879
+ <path d="M10.6599 13.5933C10.7985 13.2851 11.1507 13.1261 11.4783 13.2353C11.8275 13.3517 12.0166 13.7291 11.9002 14.0784L11.6996 14.678L11.6749 14.7418C11.5362 15.0499 11.184 15.209 10.8565 15.0999C10.5073 14.9834 10.3189 14.606 10.4353 14.2568L10.6352 13.6565L10.6599 13.5933Z" fill="url(#paint2_linear_10082_97162)"/>
880
+ <path d="M10.6867 8.91496C11.0071 8.78695 11.3681 8.92498 11.5246 9.2242L11.5533 9.2867L11.8196 9.95337L11.8417 10.0178C11.9348 10.3426 11.7689 10.6917 11.4485 10.8199C11.1281 10.9481 10.7672 10.8099 10.6106 10.5107L10.5819 10.4482L10.315 9.78149L10.2929 9.71704C10.1998 9.39227 10.3663 9.04314 10.6867 8.91496Z" fill="url(#paint3_linear_10082_97162)"/>
881
+ <path d="M12.3266 9.26001C12.4652 8.95174 12.8174 8.79276 13.1449 8.90194C13.4942 9.0184 13.6832 9.39577 13.5668 9.74504L13.3663 10.3446L13.3416 10.4084C13.2029 10.7165 12.8506 10.8757 12.5232 10.7665C12.174 10.65 11.9856 10.2727 12.102 9.92342L12.3018 9.32316L12.3266 9.26001Z" fill="url(#paint4_linear_10082_97162)"/>
882
+ <path d="M12.5534 13.1816C12.8738 13.0536 13.2347 13.1916 13.3913 13.4909L13.4199 13.5534L13.6862 14.22L13.7084 14.2845C13.8015 14.6093 13.6356 14.9584 13.3151 15.0866C12.9948 15.2147 12.6339 15.0765 12.4772 14.7773L12.4486 14.7148L12.1817 14.0482L12.1595 13.9837C12.0665 13.6589 12.233 13.3098 12.5534 13.1816Z" fill="url(#paint5_linear_10082_97162)"/>
883
+ <path d="M14.2201 10.315C14.5619 10.1784 14.9499 10.3449 15.0866 10.6867C15.2232 11.0285 15.0566 11.4165 14.7149 11.5532L14.0482 11.8195L13.9837 11.8417C13.6589 11.9348 13.3099 11.7689 13.1817 11.4484C13.0449 11.1066 13.2116 10.7186 13.5534 10.5819L14.2201 10.315Z" fill="url(#paint6_linear_10082_97162)"/>
884
+ <path d="M13.2353 12.5232C13.3445 12.1958 13.683 12.0091 14.0127 12.0831L14.0784 12.1019L14.678 12.3018L14.7418 12.3265C15.0499 12.4652 15.209 12.8174 15.0999 13.1449C14.9908 13.4723 14.6522 13.6588 14.3225 13.585L14.2568 13.5668L13.6565 13.3663L13.5934 13.3415C13.2851 13.2029 13.1261 12.8507 13.2353 12.5232Z" fill="url(#paint7_linear_10082_97162)"/>
885
+ <path d="M13.3341 12.0008C13.3341 11.2644 12.7372 10.6674 12.0008 10.6674C11.2644 10.6674 10.6675 11.2644 10.6675 12.0008C10.6675 12.7371 11.2644 13.3341 12.0008 13.3341C12.7372 13.3341 13.3341 12.7371 13.3341 12.0008ZM14.6675 12.0008C14.6675 13.4735 13.4736 14.6674 12.0008 14.6674C10.528 14.6674 9.33414 13.4735 9.33414 12.0008C9.33414 10.528 10.528 9.3341 12.0008 9.3341C13.4736 9.3341 14.6675 10.528 14.6675 12.0008Z" fill="url(#paint8_linear_10082_97162)"/>
886
+ <defs>
887
+ <linearGradient id="paint0_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
888
+ <stop stop-color="#0DC1D3"/>
889
+ <stop offset="1" stop-color="#FF7173"/>
890
+ </linearGradient>
891
+ <linearGradient id="paint1_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
892
+ <stop stop-color="#0DC1D3"/>
893
+ <stop offset="1" stop-color="#FF7173"/>
894
+ </linearGradient>
895
+ <linearGradient id="paint2_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
896
+ <stop stop-color="#0DC1D3"/>
897
+ <stop offset="1" stop-color="#FF7173"/>
898
+ </linearGradient>
899
+ <linearGradient id="paint3_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
900
+ <stop stop-color="#0DC1D3"/>
901
+ <stop offset="1" stop-color="#FF7173"/>
902
+ </linearGradient>
903
+ <linearGradient id="paint4_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
904
+ <stop stop-color="#0DC1D3"/>
905
+ <stop offset="1" stop-color="#FF7173"/>
906
+ </linearGradient>
907
+ <linearGradient id="paint5_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
908
+ <stop stop-color="#0DC1D3"/>
909
+ <stop offset="1" stop-color="#FF7173"/>
910
+ </linearGradient>
911
+ <linearGradient id="paint6_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
912
+ <stop stop-color="#0DC1D3"/>
913
+ <stop offset="1" stop-color="#FF7173"/>
914
+ </linearGradient>
915
+ <linearGradient id="paint7_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
916
+ <stop stop-color="#0DC1D3"/>
917
+ <stop offset="1" stop-color="#FF7173"/>
918
+ </linearGradient>
919
+ <linearGradient id="paint8_linear_10082_97162" x1="15.1343" y1="12.0008" x2="8.86719" y2="12.0008" gradientUnits="userSpaceOnUse">
920
+ <stop stop-color="#0DC1D3"/>
921
+ <stop offset="1" stop-color="#FF7173"/>
922
+ </linearGradient>
923
+ </defs>
924
+ `, $3 = `
925
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.1951 2.19527C6.32012 2.07024 6.48969 2.00001 6.6665 2.00001H9.33317C9.50998 2.00001 9.67955 2.07024 9.80457 2.19527C9.9296 2.32029 9.99984 2.48986 9.99984 2.66667V3.33333H5.99984V2.66667C5.99984 2.48986 6.07008 2.32029 6.1951 2.19527ZM5.32948 4.66666L5.33317 4.66667L5.33686 4.66666H10.6628L10.6665 4.66667L10.6702 4.66666H11.9998V13.3333C11.9998 13.5101 11.9296 13.6797 11.8046 13.8047C11.6796 13.9298 11.51 14 11.3332 14H4.6665C4.48969 14 4.32012 13.9298 4.1951 13.8047C4.07008 13.6797 3.99984 13.5101 3.99984 13.3333V4.66666H5.32948ZM4.6665 3.33333V2.66667C4.6665 2.13624 4.87722 1.62753 5.25229 1.25246C5.62736 0.877385 6.13607 0.666672 6.6665 0.666672H9.33317C9.8636 0.666672 10.3723 0.877385 10.7474 1.25246C11.1225 1.62753 11.3332 2.13624 11.3332 2.66667V3.33333H14.0002C14.3684 3.33333 14.6668 3.63181 14.6668 3.99999C14.6668 4.36818 14.3684 4.66666 14.0002 4.66666H13.3332V13.3333C13.3332 13.8638 13.1225 14.3725 12.7474 14.7476C12.3723 15.1226 11.8636 15.3333 11.3332 15.3333H4.6665C4.13607 15.3333 3.62736 15.1226 3.25229 14.7476C2.87722 14.3725 2.6665 13.8638 2.6665 13.3333V4.66666H2.00016C1.63197 4.66666 1.3335 4.36818 1.3335 3.99999C1.3335 3.63181 1.63197 3.33333 2.00016 3.33333H4.6665ZM6.66667 6.66667C7.03486 6.66667 7.33333 6.96515 7.33333 7.33334V11.3333C7.33333 11.7015 7.03486 12 6.66667 12C6.29848 12 6 11.7015 6 11.3333V7.33334C6 6.96515 6.29848 6.66667 6.66667 6.66667ZM9.99984 7.33334C9.99984 6.96515 9.70136 6.66667 9.33317 6.66667C8.96498 6.66667 8.6665 6.96515 8.6665 7.33334V11.3333C8.6665 11.7015 8.96498 12 9.33317 12C9.70136 12 9.99984 11.7015 9.99984 11.3333V7.33334Z" fill="#1B1C1D"/>
926
+ `, z3 = `
927
+ <path d="M11.2336 2.2698C10.8814 2.07848 10.4407 2.20888 10.2494 2.56114C10.058 2.91335 10.1885 3.35401 10.5407 3.54538C12.2592 4.47891 13.3268 6.27238 13.3268 8.22596C13.3268 11.1608 10.939 13.5485 8.00417 13.5485C5.0693 13.5485 2.68159 11.1608 2.68159 8.22596C2.68159 6.28089 3.74229 4.49115 5.44972 3.5551C5.80125 3.36243 5.92996 2.92123 5.73729 2.56975C5.54456 2.21827 5.10337 2.08951 4.75193 2.28218C2.57955 3.47314 1.22998 5.75067 1.22998 8.22596C1.22998 11.9612 4.26888 15.0002 8.00417 15.0002C11.7395 15.0002 14.7784 11.9612 14.7784 8.22596C14.7784 5.73983 13.4201 3.45756 11.2336 2.2698Z" fill="black"/>
928
+ <path d="M8.00856 6C8.41172 6 8.73856 5.69287 8.73856 5.31402V1.68598C8.73856 1.30713 8.41172 1 8.00856 1C7.60541 1 7.27856 1.30713 7.27856 1.68598V5.31402C7.27856 5.69287 7.60541 6 8.00856 6Z" fill="black"/>
929
+ `, W3 = `
930
+ <g clip-path="url(#clip0_3796_54894)">
931
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.665039 7.99999C0.665039 3.94898 3.94903 0.664993 8.00004 0.664993C12.051 0.664993 15.335 3.94898 15.335 7.99999C15.335 12.051 12.051 15.335 8.00004 15.335C3.94903 15.335 0.665039 12.051 0.665039 7.99999ZM7.81408 7.29795C7.41051 7.29795 6.90961 7.02079 6.90961 6.48705L6.90961 3.49298C6.90961 2.95924 7.41051 2.68207 7.81408 2.68207C8.21764 2.68207 8.71854 2.95924 8.71854 3.49298V6.48705C8.71854 7.02079 8.21764 7.29795 7.81408 7.29795ZM7.34625 6.48705C7.34625 6.52987 7.35524 6.57101 7.37179 6.60932C7.35528 6.57104 7.34631 6.52995 7.34631 6.48718L7.34631 3.4931C7.34631 3.28641 7.55576 3.11884 7.81413 3.11884C8.01898 3.11884 8.19308 3.22418 8.25642 3.37083C8.19313 3.22411 8.01899 3.11872 7.81408 3.11872C7.55571 3.11872 7.34625 3.28628 7.34625 3.49298V6.48705ZM10.2891 4.46607C10.4831 4.36189 10.7323 4.36837 10.9319 4.53458C11.9413 5.37516 12.5843 6.64208 12.5843 8.05899C12.5843 10.5909 10.5318 12.6434 7.99996 12.6434C5.46808 12.6434 3.41559 10.5909 3.41559 8.05899C3.41559 6.81896 3.90821 5.69354 4.70795 4.8685C4.90017 4.67021 5.16232 4.64324 5.37163 4.74332C5.57623 4.84115 5.7232 5.05549 5.7232 5.31752C5.7232 5.49654 5.64966 5.66055 5.53619 5.78333C4.98349 6.38141 4.64606 7.18055 4.64606 8.05899C4.64606 9.9113 6.14765 11.4129 7.99996 11.4129C9.85227 11.4129 11.3539 9.9113 11.3539 8.05899C11.3539 7.04967 10.9083 6.14467 10.2024 5.52949C10.06 5.40539 9.9648 5.22336 9.9648 5.02076C9.9648 4.77408 10.0988 4.56832 10.2891 4.46607Z" fill="#1B1C1D"/>
932
+ </g>
933
+ <defs>
934
+ <clipPath id="clip0_3796_54894">
935
+ <rect width="16" height="16" fill="white"/>
936
+ </clipPath>
937
+ </defs>
938
+ `, q3 = `
939
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.22206 1.37123C8.15258 1.34669 8.07781 1.33333 7.99992 1.33333C7.8915 1.33333 7.78912 1.35921 7.69863 1.40513C7.66638 1.42148 7.63518 1.44062 7.60539 1.46254C7.57574 1.48435 7.54795 1.50855 7.52232 1.53486L4.19526 4.86192C3.93491 5.12227 3.93491 5.54438 4.19526 5.80473C4.45561 6.06508 4.87772 6.06508 5.13807 5.80473L7.33325 3.60955V10C7.33325 10.3682 7.63173 10.6667 7.99992 10.6667C8.36811 10.6667 8.66659 10.3682 8.66659 10V3.60939L10.8619 5.80473C11.1223 6.06508 11.5444 6.06508 11.8047 5.80473C12.0651 5.54438 12.0651 5.12227 11.8047 4.86192L8.4714 1.52859C8.39858 1.45577 8.31311 1.40332 8.22206 1.37123ZM1.99992 9.33333C2.36811 9.33333 2.66659 9.63181 2.66659 10V12.6667C2.66659 12.8435 2.73682 13.013 2.86185 13.1381C2.98687 13.2631 3.15644 13.3333 3.33325 13.3333H12.6666C12.8434 13.3333 13.013 13.2631 13.138 13.1381C13.263 13.013 13.3333 12.8435 13.3333 12.6667V10C13.3333 9.63181 13.6317 9.33333 13.9999 9.33333C14.3681 9.33333 14.6666 9.63181 14.6666 10V12.6667C14.6666 13.1971 14.4559 13.7058 14.0808 14.0809C13.7057 14.4559 13.197 14.6667 12.6666 14.6667H3.33325C2.80282 14.6667 2.29411 14.4559 1.91904 14.0809C1.54397 13.7058 1.33325 13.1971 1.33325 12.6667V10C1.33325 9.63181 1.63173 9.33333 1.99992 9.33333Z" fill="#1B1C1D"/>
940
+ `, J3 = `
941
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1 1.35A.35.35 0 0 1 1.35 1h2.8a.35.35 0 0 1 .35.35v2.8a.35.35 0 0 1-.35.35h-2.8A.35.35 0 0 1 1 4.15v-2.8ZM1 6.6a.35.35 0 0 1 .35-.35h2.8a.35.35 0 0 1 .35.35v2.8a.35.35 0 0 1-.35.35h-2.8A.35.35 0 0 1 1 9.4V6.6Zm.35 4.9a.35.35 0 0 0-.35.35v2.8c0 .193.157.35.35.35h2.8a.35.35 0 0 0 .35-.35v-2.8a.35.35 0 0 0-.35-.35h-2.8Zm4.9-10.15A.35.35 0 0 1 6.6 1h2.8a.35.35 0 0 1 .35.35v2.8a.35.35 0 0 1-.35.35H6.6a.35.35 0 0 1-.35-.35v-2.8Zm.35 4.9a.35.35 0 0 0-.35.35v2.8c0 .193.157.35.35.35h2.8a.35.35 0 0 0 .35-.35V6.6a.35.35 0 0 0-.35-.35H6.6Zm-.35 5.6a.35.35 0 0 1 .35-.35h2.8a.35.35 0 0 1 .35.35v2.8a.35.35 0 0 1-.35.35H6.6a.35.35 0 0 1-.35-.35v-2.8ZM11.85 1a.35.35 0 0 0-.35.35v2.8c0 .193.157.35.35.35h2.8a.35.35 0 0 0 .35-.35v-2.8a.35.35 0 0 0-.35-.35h-2.8Zm-.35 5.6a.35.35 0 0 1 .35-.35h2.8a.35.35 0 0 1 .35.35v2.8a.35.35 0 0 1-.35.35h-2.8a.35.35 0 0 1-.35-.35V6.6Zm.35 4.9a.35.35 0 0 0-.35.35v2.8c0 .193.157.35.35.35h2.8a.35.35 0 0 0 .35-.35v-2.8a.35.35 0 0 0-.35-.35h-2.8Z" fill="#8C93A6"/>
942
+ `, Y3 = `
943
+ <g clip-path="url(#a)" fill-rule="evenodd" clip-rule="evenodd" fill="#465669"><path d="M12.243 3.757a6 6 0 1 0-8.486 8.485 6 6 0 0 0 8.486-8.485Zm-9.428-.943a7.333 7.333 0 1 1 10.37 10.371 7.333 7.333 0 0 1-10.37-10.37Z"/><path d="M9.886 5.448c.368 0 .666.298.666.667v3.77a.667.667 0 0 1-1.333 0V6.782H6.114a.667.667 0 0 1 0-1.333h3.772Z"/><path d="M10.357 5.643c.26.26.26.683 0 .943l-3.771 3.771a.667.667 0 1 1-.943-.942l3.771-3.772c.26-.26.683-.26.943 0Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs>
944
+ `, j = `<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
945
+ <path d="M9.72533 5.2756C9.49566 4.97913 9.18312 4.75754 8.82733 4.63894L7.90867 4.34027C7.83814 4.31517 7.7771 4.26885 7.73395 4.20767C7.69079 4.1465 7.66762 4.07347 7.66762 3.9986C7.66762 3.92374 7.69079 3.85071 7.73395 3.78953C7.7771 3.72836 7.83814 3.68204 7.90867 3.65694L8.82733 3.35827C9.09918 3.2644 9.34606 3.10982 9.54925 2.90629C9.75244 2.70276 9.90659 2.45561 10 2.1836L10.0073 2.16094L10.306 1.24294C10.3308 1.17195 10.3771 1.11043 10.4384 1.06691C10.4998 1.02338 10.5731 1 10.6483 1C10.7235 1 10.7969 1.02338 10.8582 1.06691C10.9196 1.11043 10.9658 1.17195 10.9907 1.24294L11.2887 2.16094C11.3818 2.43997 11.5387 2.69345 11.7469 2.90128C11.9551 3.10912 12.2088 3.26558 12.488 3.35827L13.406 3.65694L13.4247 3.6616C13.4952 3.68671 13.5562 3.73303 13.5994 3.7942C13.6425 3.85537 13.6657 3.92841 13.6657 4.00327C13.6657 4.07814 13.6425 4.15117 13.5994 4.21234C13.5562 4.27351 13.4952 4.31983 13.4247 4.34494L12.506 4.6436C12.2269 4.73638 11.9733 4.89289 11.7653 5.10071C11.5572 5.30854 11.4004 5.56198 11.3073 5.84094L11.0087 6.75894L11 6.7816C10.9712 6.84869 10.9228 6.90552 10.8612 6.94465C10.7996 6.98379 10.7276 7.00342 10.6546 7.00098C10.5816 6.99853 10.5111 6.97411 10.4522 6.93093C10.3934 6.88774 10.3489 6.8278 10.3247 6.75894L10.026 5.84094C9.95929 5.63663 9.85713 5.44537 9.72533 5.2756ZM14.856 7.8096L14.3453 7.64427C14.1904 7.59247 14.0496 7.50532 13.9341 7.38973C13.8187 7.27414 13.7317 7.13328 13.68 6.97827L13.5133 6.46894C13.4995 6.42956 13.4738 6.39544 13.4398 6.3713C13.4058 6.34717 13.3651 6.3342 13.3233 6.3342C13.2816 6.3342 13.2409 6.34717 13.2069 6.3713C13.1728 6.39544 13.1471 6.42956 13.1333 6.46894L12.968 6.97827C12.9173 7.13228 12.8317 7.27251 12.7179 7.38803C12.6041 7.50355 12.4652 7.59124 12.312 7.64427L11.802 7.8096C11.7626 7.82341 11.7285 7.8491 11.7044 7.88314C11.6802 7.91718 11.6673 7.95788 11.6673 7.9996C11.6673 8.04133 11.6802 8.08203 11.7044 8.11607C11.7285 8.1501 11.7626 8.1758 11.802 8.1896L12.312 8.3556C12.4674 8.40743 12.6086 8.4948 12.7243 8.61076C12.8401 8.72673 12.9271 8.86808 12.9787 9.0236L13.144 9.53294C13.1578 9.57232 13.1835 9.60643 13.2175 9.63057C13.2516 9.65471 13.2923 9.66767 13.334 9.66767C13.3757 9.66767 13.4164 9.65471 13.4505 9.63057C13.4845 9.60643 13.5102 9.57232 13.524 9.53294L13.69 9.0236C13.7417 8.86853 13.8288 8.72761 13.9444 8.61202C14.06 8.49642 14.2009 8.40932 14.356 8.3576L14.866 8.19227C14.9054 8.17847 14.9395 8.15277 14.9636 8.11873C14.9878 8.0847 15.0007 8.044 15.0007 8.00227C15.0007 7.96054 14.9878 7.91985 14.9636 7.88581C14.9395 7.85177 14.9054 7.82607 14.866 7.81227L14.856 7.8096ZM5.83333 3.00294C6.47733 3.00294 7 3.52494 7 4.1696V7.1696C7 7.47902 6.87708 7.77577 6.65829 7.99456C6.4395 8.21335 6.14275 8.33627 5.83333 8.33627H2.16667C1.85725 8.33627 1.5605 8.21335 1.34171 7.99456C1.12292 7.77577 1 7.47902 1 7.1696V4.1696C1 3.52494 1.522 3.00294 2.16667 3.00294H5.83333ZM3.82533 9.6576C4.46933 9.6576 4.992 10.1796 4.992 10.8243V13.8336C4.992 14.143 4.86908 14.4398 4.65029 14.6586C4.4315 14.8774 4.13475 15.0003 3.82533 15.0003H2.16667C1.85725 15.0003 1.5605 14.8774 1.34171 14.6586C1.12292 14.4398 1 14.143 1 13.8336V10.8243C1 10.1796 1.522 9.6576 2.16667 9.6576H3.82533ZM11.8347 9.66694C12.4787 9.66694 13.0013 10.1896 13.0013 10.8336V13.8336C13.0013 14.143 12.8784 14.4398 12.6596 14.6586C12.4408 14.8774 12.1441 15.0003 11.8347 15.0003H7.50133C7.19191 15.0003 6.89517 14.8774 6.67638 14.6586C6.45758 14.4398 6.33467 14.143 6.33467 13.8336V10.8336L6.338 10.7376C6.36227 10.4457 6.49546 10.1736 6.71111 9.97536C6.92676 9.77713 7.20908 9.66727 7.502 9.6676L11.8347 9.66694Z" fill="#3398B9"/>
946
+ </svg>`, K3 = `
947
+ <path fill="#465669" d="M6.667 3.333a1.333 1.333 0 1 1 2.666 0 1.333 1.333 0 0 1-2.667 0ZM11.334 3.333a1.333 1.333 0 1 1 2.666 0 1.333 1.333 0 0 1-2.666 0ZM2 3.333a1.333 1.333 0 1 1 2.667 0 1.333 1.333 0 0 1-2.667 0ZM6.667 8a1.333 1.333 0 1 1 2.666 0 1.333 1.333 0 0 1-2.667 0ZM11.334 8A1.333 1.333 0 1 1 14 8a1.333 1.333 0 0 1-2.666 0ZM2 8a1.333 1.333 0 1 1 2.667 0A1.333 1.333 0 0 1 2 8ZM6.667 12.667a1.333 1.333 0 1 1 2.666 0 1.333 1.333 0 0 1-2.667 0ZM11.334 12.667a1.333 1.333 0 1 1 2.666 0 1.333 1.333 0 0 1-2.666 0ZM2 12.667a1.333 1.333 0 1 1 2.667 0 1.333 1.333 0 0 1-2.667 0Z"/>
948
+ `, Q3 = {
949
+ branch: o3,
950
+ dots: h3,
951
+ "circle-active": c3,
952
+ "circle-dots": _3,
953
+ "circle-dots-fill": u3,
954
+ "circle-help": f3,
955
+ "circle-help-fill": L3,
956
+ plus: g3,
957
+ "circle-plus": y3,
958
+ "circle-plus-fill": m3,
959
+ minus: v3,
960
+ "circle-minus": M3,
961
+ "circle-minus-fill": Z3,
962
+ copy: V3,
963
+ close: H3,
964
+ download: x3,
965
+ edit: w3,
966
+ filter: S3,
967
+ grip: K3,
968
+ link: b3,
969
+ "link-horizontal": D3,
970
+ "external-link": P3,
971
+ list: k3,
972
+ loading: j3,
973
+ login: B3,
974
+ logout: I3,
975
+ menu: A3,
976
+ refresh: O3,
977
+ "circle-refresh": U3,
978
+ "circle-refresh-fill": N3,
979
+ search: G3,
980
+ settings: F3,
981
+ "settings-gradient": T3,
982
+ "settings-columns": E3,
983
+ "settings-columns-gradient": R3,
984
+ trash: $3,
985
+ "turn-on": z3,
986
+ "turn-on-fill": W3,
987
+ upload: q3,
988
+ module: J3,
989
+ "circle-migrate": Y3,
990
+ sparkles: j,
991
+ "sparkles-fill": j
992
+ }, X3 = {
993
+ ...h1,
994
+ ...w1,
995
+ ...p3,
996
+ ...Q3
997
+ }, e6 = ({
998
+ size: e = "md",
999
+ className: n,
1000
+ name: s,
1001
+ filled: p,
1002
+ gradient: o,
1003
+ color: i = G.neutral_70
1004
+ }) => {
1005
+ const d = (() => {
1006
+ let _ = s;
1007
+ return o ? _ = s + "-gradient" : p && (_ = s + "-fill"), X3[_];
1008
+ })();
1009
+ if (!d)
1010
+ return console.warn(`Icon ${s} not found`), null;
1011
+ const r = N[e], C = i && !o ? d.replace(/fill="[^"]*"/g, `fill="var(--color-${i})"`) : d;
1012
+ return /* @__PURE__ */ i1.jsx(
1013
+ "svg",
1014
+ {
1015
+ "data-testid": "icon-test-id",
1016
+ className: n,
1017
+ dangerouslySetInnerHTML: { __html: C },
1018
+ height: r,
1019
+ width: r,
1020
+ fill: "none",
1021
+ viewBox: "0 0 16 16"
1022
+ }
1023
+ );
1024
+ }, l6 = (e, n) => {
1025
+ const [s, p] = g(""), [o, i] = g(!1);
1026
+ return {
1027
+ onSubmit: async (r) => {
1028
+ i(!0);
1029
+ try {
1030
+ const C = n ? {
1031
+ "Content-Type": "application/json",
1032
+ ...n
1033
+ } : {}, t = await new A(e, C).post(r);
1034
+ if (t.ok) {
1035
+ const a = await t.json();
1036
+ p((a == null ? void 0 : a.description) ?? ""), i(!1);
266
1037
  }
267
- )
268
- ] }),
269
- /* @__PURE__ */ a.jsxs("div", { className: _.summaryCard_content, children: [
270
- u && !t && /* @__PURE__ */ a.jsxs("div", { className: _.summaryCard_loading, children: [
271
- /* @__PURE__ */ a.jsx("div", { className: _.summaryCard_spinner }),
272
- /* @__PURE__ */ a.jsx("p", { className: _.summaryCard_loadingText, children: "Analizando contenido..." })
1038
+ if (!t.ok) {
1039
+ i(!1);
1040
+ const a = await t.text().catch(() => "");
1041
+ throw new Error(`HTTP ${t.status} ${t.statusText} ${a}`);
1042
+ }
1043
+ } catch (C) {
1044
+ i(!1), console.error("Error onSubmit", C);
1045
+ }
1046
+ },
1047
+ loading: o,
1048
+ summary: s
1049
+ };
1050
+ }, C6 = "_aiSparklesIcon_1ixvw_1", t6 = "_aiSparklesIcon__animated_1ixvw_5", a6 = "_aiSparklesIcon_aiMainPulse_1ixvw_14", i6 = "_aiMainPulse_1ixvw_1", r6 = "_aiSparklesIcon_aiSecondaryPulse_1ixvw_17", n6 = "_aiSecondaryPulse_1ixvw_1", d6 = "_aiSparklesIcon_aiStarPulse1_1ixvw_20", s6 = "_aiStarPulse1_1ixvw_1", p6 = "_aiSparklesIcon_aiStarPulse1Delay_1ixvw_23", o6 = "_aiSparklesIcon_aiStarPulse2_1ixvw_26", c6 = "_aiStarPulse2_1ixvw_1", _6 = "_aiSparklesIcon_aiStarPulse2Alt_1ixvw_29", u6 = "_aiSparklesIcon_aiStarPulse3_1ixvw_32", h6 = "_aiStarPulse3_1ixvw_1", f6 = "_aiSparklesIcon_aiStarPulse2Delay_1ixvw_35", L = {
1051
+ aiSparklesIcon: C6,
1052
+ aiSparklesIcon__animated: t6,
1053
+ aiSparklesIcon_aiMainPulse: a6,
1054
+ aiMainPulse: i6,
1055
+ aiSparklesIcon_aiSecondaryPulse: r6,
1056
+ aiSecondaryPulse: n6,
1057
+ aiSparklesIcon_aiStarPulse1: d6,
1058
+ aiStarPulse1: s6,
1059
+ aiSparklesIcon_aiStarPulse1Delay: p6,
1060
+ aiSparklesIcon_aiStarPulse2: o6,
1061
+ aiStarPulse2: c6,
1062
+ aiSparklesIcon_aiStarPulse2Alt: _6,
1063
+ aiSparklesIcon_aiStarPulse3: u6,
1064
+ aiStarPulse3: h6,
1065
+ aiSparklesIcon_aiStarPulse2Delay: f6
1066
+ }, Z = {
1067
+ p1710e940: "M8.58599 5.11211C8.94555 3.6293 11.0544 3.6293 11.414 5.11211L12.4034 9.19217C12.5317 9.72158 12.9451 10.1349 13.4745 10.2633L17.5546 11.2527C19.0374 11.6122 19.0374 13.7211 17.5546 14.0807L13.4745 15.07C12.9451 15.1984 12.5317 15.6118 12.4034 16.1412L11.414 20.2212C11.0544 21.704 8.94555 21.704 8.58599 20.2212L7.59664 16.1412C7.46826 15.6118 7.05491 15.1984 6.5255 15.07L2.44544 14.0807C0.96263 13.7211 0.962629 11.6122 2.44544 11.2527L6.5255 10.2633C7.05491 10.1349 7.46826 9.72158 7.59664 9.19217L8.58599 5.11211Z",
1068
+ p1dd12900: "M25.3333 5.24146L25.0072 6.58629C24.8769 7.12384 24.4572 7.54355 23.9196 7.6739L22.5748 8L23.9196 8.3261C24.4572 8.45645 24.8769 8.87616 25.0072 9.41371L25.3333 10.7585L25.6594 9.41371C25.7898 8.87616 26.2095 8.45645 26.747 8.3261L28.0919 8L26.747 7.6739C26.2095 7.54355 25.7898 7.12384 25.6594 6.58629L25.3333 5.24146ZM25.986 4.51328C25.82 3.82891 24.8467 3.82891 24.6807 4.51328L24.2241 6.39639C24.1648 6.64073 23.9741 6.83151 23.7297 6.89076L21.8466 7.34738C21.1622 7.51333 21.1622 8.48667 21.8466 8.65262L23.7297 9.10925C23.9741 9.1685 24.1648 9.35927 24.2241 9.60361L24.6807 11.4867C24.8467 12.1711 25.82 12.1711 25.986 11.4867L26.4426 9.60361C26.5018 9.35927 26.6926 9.1685 26.9369 9.10925L28.8201 8.65262C29.5044 8.48667 29.5044 7.51333 28.8201 7.34738L26.9369 6.89075C26.6926 6.83151 26.5018 6.64073 26.4426 6.39639L25.986 4.51328Z",
1069
+ p1ea4f580: "M0.205025 0.205025C0.478392 -0.0683417 0.921608 -0.0683417 1.19497 0.205025L6.19497 5.20502C6.46834 5.47839 6.46834 5.92161 6.19497 6.19497L1.19497 11.195C0.921608 11.4683 0.478392 11.4683 0.205025 11.195C-0.0683417 10.9216 -0.0683417 10.4784 0.205025 10.205L4.71005 5.7L0.205025 1.19497C-0.0683417 0.921608 -0.0683417 0.478392 0.205025 0.205025Z",
1070
+ p31b0a80: "M20.4632 19.351C20.6844 18.4385 21.9822 18.4385 22.2035 19.351L22.8123 21.8618C22.8913 22.1876 23.1457 22.442 23.4715 22.521L25.9823 23.1298C26.8948 23.3511 26.8948 24.6489 25.9823 24.8702L23.4715 25.479C23.1457 25.558 22.8913 25.8124 22.8123 26.1382L22.2035 28.649C21.9822 29.5615 20.6844 29.5615 20.4632 28.649L19.8543 26.1382C19.7753 25.8124 19.521 25.558 19.1952 25.479L16.6844 24.8702C15.7719 24.6489 15.7719 23.3511 16.6844 23.1298L19.1952 22.521C19.521 22.442 19.7753 22.1876 19.8543 21.8618L20.4632 19.351Z",
1071
+ p31cbf800: "M29.3333 18.6667C28.597 18.6667 28 18.0697 28 17.3333C28 16.597 28.597 16 29.3333 16C30.0697 16 30.6667 16.597 30.6667 17.3333C30.6667 18.0697 30.0697 18.6667 29.3333 18.6667Z",
1072
+ p32560f80: "M2.66667 25.3333C1.93029 25.3333 1.33333 24.7364 1.33333 24C1.33333 23.2636 1.93029 22.6667 2.66667 22.6667C3.40305 22.6667 4 23.2636 4 24C4 24.7364 3.40305 25.3333 2.66667 25.3333Z",
1073
+ p3fd05680: "M17.3333 4C16.597 4 16 3.40305 16 2.66667C16 1.93029 16.597 1.33333 17.3333 1.33333C18.0697 1.33333 18.6667 1.93029 18.6667 2.66667C18.6667 3.40305 18.0697 4 17.3333 4Z",
1074
+ p5724c80: "M9.33333 30.6667C8.59695 30.6667 8 30.0697 8 29.3333C8 28.597 8.59695 28 9.33333 28C10.0697 28 10.6667 28.597 10.6667 29.3333C10.6667 30.0697 10.0697 30.6667 9.33333 30.6667Z",
1075
+ pd049700: "M24.7623 4.94912C24.9075 4.35029 25.7592 4.35029 25.9044 4.94912L26.3039 6.59684C26.3558 6.81064 26.5227 6.97757 26.7365 7.02941L28.3842 7.42896C28.983 7.57416 28.983 8.42584 28.3842 8.57104L26.7365 8.97059C26.5227 9.02243 26.3558 9.18936 26.3039 9.40316L25.9044 11.0509C25.7592 11.6497 24.9075 11.6497 24.7623 11.0509L24.3627 9.40316C24.3109 9.18936 24.144 9.02243 23.9302 8.97059L22.2825 8.57104C21.6836 8.42584 21.6836 7.57416 22.2825 7.42896L23.9302 7.02941C24.144 6.97757 24.3109 6.81064 24.3627 6.59684L24.7623 4.94912Z"
1076
+ }, L6 = ({ isAnimated: e }) => /* @__PURE__ */ l.jsxs(
1077
+ "svg",
1078
+ {
1079
+ className: P(
1080
+ L.aiSparklesIcon,
1081
+ e && L.aiSparklesIcon__animated
1082
+ ),
1083
+ fill: "none",
1084
+ preserveAspectRatio: "none",
1085
+ viewBox: "0 0 32 32",
1086
+ children: [
1087
+ /* @__PURE__ */ l.jsxs("g", { children: [
1088
+ /* @__PURE__ */ l.jsx(
1089
+ "path",
1090
+ {
1091
+ d: Z.p1710e940,
1092
+ fill: "url(#paint0_linear_ctx)",
1093
+ className: L.aiSparklesIcon_aiMainPulse
1094
+ }
1095
+ ),
1096
+ /* @__PURE__ */ l.jsx(
1097
+ "path",
1098
+ {
1099
+ d: Z.p31b0a80,
1100
+ fill: "url(#paint1_linear_ctx)",
1101
+ className: L.aiSparklesIcon_aiSecondaryPulse
1102
+ }
1103
+ ),
1104
+ /* @__PURE__ */ l.jsx(
1105
+ "path",
1106
+ {
1107
+ d: Z.pd049700,
1108
+ fill: "url(#paint2_linear_ctx)",
1109
+ className: L.aiSparklesIcon_aiStarPulse1
1110
+ }
1111
+ ),
1112
+ /* @__PURE__ */ l.jsx(
1113
+ "path",
1114
+ {
1115
+ clipRule: "evenodd",
1116
+ d: Z.p1dd12900,
1117
+ fill: "url(#paint3_linear_ctx)",
1118
+ fillRule: "evenodd",
1119
+ className: L.aiSparklesIcon_aiStarPulse1Delay
1120
+ }
1121
+ ),
1122
+ /* @__PURE__ */ l.jsx(
1123
+ "path",
1124
+ {
1125
+ d: Z.p5724c80,
1126
+ fill: "url(#paint4_linear_ctx)",
1127
+ className: L.aiSparklesIcon_aiStarPulse2
1128
+ }
1129
+ ),
1130
+ /* @__PURE__ */ l.jsx(
1131
+ "path",
1132
+ {
1133
+ d: Z.p32560f80,
1134
+ fill: "url(#paint5_linear_ctx)",
1135
+ className: L.aiSparklesIcon_aiStarPulse2Alt
1136
+ }
1137
+ ),
1138
+ /* @__PURE__ */ l.jsx(
1139
+ "path",
1140
+ {
1141
+ d: Z.p3fd05680,
1142
+ fill: "url(#paint6_linear_ctx)",
1143
+ className: L.aiSparklesIcon_aiStarPulse3
1144
+ }
1145
+ ),
1146
+ /* @__PURE__ */ l.jsx(
1147
+ "path",
1148
+ {
1149
+ d: Z.p31cbf800,
1150
+ fill: "url(#paint7_linear_ctx)",
1151
+ className: L.aiSparklesIcon_aiStarPulse2Delay
1152
+ }
1153
+ )
273
1154
  ] }),
274
- t && /* @__PURE__ */ a.jsx("div", { className: _.summaryCard_summaryText, children: t.map((c) => c.content) })
275
- ] })
1155
+ /* @__PURE__ */ l.jsxs("defs", { children: [
1156
+ /* @__PURE__ */ l.jsxs(
1157
+ "linearGradient",
1158
+ {
1159
+ gradientUnits: "userSpaceOnUse",
1160
+ id: "paint0_linear_ctx",
1161
+ x1: "16",
1162
+ x2: "16",
1163
+ y1: "1.33333",
1164
+ y2: "30.6667",
1165
+ children: [
1166
+ /* @__PURE__ */ l.jsx("stop", {}),
1167
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1168
+ ]
1169
+ }
1170
+ ),
1171
+ /* @__PURE__ */ l.jsxs(
1172
+ "linearGradient",
1173
+ {
1174
+ gradientUnits: "userSpaceOnUse",
1175
+ id: "paint1_linear_ctx",
1176
+ x1: "16",
1177
+ x2: "16",
1178
+ y1: "1.33333",
1179
+ y2: "30.6667",
1180
+ children: [
1181
+ /* @__PURE__ */ l.jsx("stop", {}),
1182
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1183
+ ]
1184
+ }
1185
+ ),
1186
+ /* @__PURE__ */ l.jsxs(
1187
+ "linearGradient",
1188
+ {
1189
+ gradientUnits: "userSpaceOnUse",
1190
+ id: "paint2_linear_ctx",
1191
+ x1: "16",
1192
+ x2: "16",
1193
+ y1: "1.33333",
1194
+ y2: "30.6667",
1195
+ children: [
1196
+ /* @__PURE__ */ l.jsx("stop", {}),
1197
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1198
+ ]
1199
+ }
1200
+ ),
1201
+ /* @__PURE__ */ l.jsxs(
1202
+ "linearGradient",
1203
+ {
1204
+ gradientUnits: "userSpaceOnUse",
1205
+ id: "paint3_linear_ctx",
1206
+ x1: "16",
1207
+ x2: "16",
1208
+ y1: "1.33333",
1209
+ y2: "30.6667",
1210
+ children: [
1211
+ /* @__PURE__ */ l.jsx("stop", {}),
1212
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1213
+ ]
1214
+ }
1215
+ ),
1216
+ /* @__PURE__ */ l.jsxs(
1217
+ "linearGradient",
1218
+ {
1219
+ gradientUnits: "userSpaceOnUse",
1220
+ id: "paint4_linear_ctx",
1221
+ x1: "16",
1222
+ x2: "16",
1223
+ y1: "1.33333",
1224
+ y2: "30.6667",
1225
+ children: [
1226
+ /* @__PURE__ */ l.jsx("stop", {}),
1227
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1228
+ ]
1229
+ }
1230
+ ),
1231
+ /* @__PURE__ */ l.jsxs(
1232
+ "linearGradient",
1233
+ {
1234
+ gradientUnits: "userSpaceOnUse",
1235
+ id: "paint5_linear_ctx",
1236
+ x1: "16",
1237
+ x2: "16",
1238
+ y1: "1.33333",
1239
+ y2: "30.6667",
1240
+ children: [
1241
+ /* @__PURE__ */ l.jsx("stop", {}),
1242
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1243
+ ]
1244
+ }
1245
+ ),
1246
+ /* @__PURE__ */ l.jsxs(
1247
+ "linearGradient",
1248
+ {
1249
+ gradientUnits: "userSpaceOnUse",
1250
+ id: "paint6_linear_ctx",
1251
+ x1: "16",
1252
+ x2: "16",
1253
+ y1: "1.33333",
1254
+ y2: "30.6667",
1255
+ children: [
1256
+ /* @__PURE__ */ l.jsx("stop", {}),
1257
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1258
+ ]
1259
+ }
1260
+ ),
1261
+ /* @__PURE__ */ l.jsxs(
1262
+ "linearGradient",
1263
+ {
1264
+ gradientUnits: "userSpaceOnUse",
1265
+ id: "paint7_linear_ctx",
1266
+ x1: "16",
1267
+ x2: "16",
1268
+ y1: "1.33333",
1269
+ y2: "30.6667",
1270
+ children: [
1271
+ /* @__PURE__ */ l.jsx("stop", {}),
1272
+ /* @__PURE__ */ l.jsx("stop", { offset: "1" })
1273
+ ]
1274
+ }
1275
+ )
1276
+ ] })
1277
+ ]
1278
+ }
1279
+ ), v6 = "_summaryCard_199gv_1", M6 = "_summaryCard_borderGlow_199gv_16", Z6 = "_borderGlow_199gv_1", g6 = "_summaryCard_header_199gv_33", y6 = "_summaryCard_chevron_199gv_41", m6 = "_summaryCard_chevron__open_199gv_45", V6 = "_summaryCard_titleWrapper_199gv_48", H6 = "_summaryCard_title_199gv_48", x6 = "_summaryCard_title__loading_199gv_60", w6 = "_shimmer_199gv_1", S6 = "_blink_199gv_1", P6 = "_summaryCard_content_199gv_77", b6 = "_summaryCard_contentInner_199gv_81", D6 = "_summaryCard_summaryText_199gv_87", k6 = "_fadeIn_199gv_1", f = {
1280
+ summaryCard: v6,
1281
+ summaryCard_borderGlow: M6,
1282
+ borderGlow: Z6,
1283
+ summaryCard_header: g6,
1284
+ summaryCard_chevron: y6,
1285
+ summaryCard_chevron__open: m6,
1286
+ summaryCard_titleWrapper: V6,
1287
+ summaryCard_title: H6,
1288
+ summaryCard_title__loading: x6,
1289
+ shimmer: w6,
1290
+ blink: S6,
1291
+ summaryCard_content: P6,
1292
+ summaryCard_contentInner: b6,
1293
+ summaryCard_summaryText: D6,
1294
+ fadeIn: k6
1295
+ }, O6 = ({
1296
+ api: e,
1297
+ headers: n,
1298
+ body: s,
1299
+ title: p = "Resumen inteligente",
1300
+ loadingMessage: o = "Analizando contenido...",
1301
+ noDataMessage: i = "No hay datos para mostrar."
1302
+ }) => {
1303
+ const [d, r] = g(!1), [C, _] = g(!1), [t, a] = g(0), u = H(null), c = H(null), { summary: h, loading: v, onSubmit: F } = l6(e, n), T = C || v;
1304
+ x(() => {
1305
+ if (!(c != null && c.current) || !d)
1306
+ return;
1307
+ const M = () => {
1308
+ var b;
1309
+ if (!(c != null && c.current))
1310
+ return;
1311
+ const R = (b = c == null ? void 0 : c.current) == null ? void 0 : b.scrollHeight;
1312
+ a(R);
1313
+ };
1314
+ M();
1315
+ const V = new ResizeObserver(M);
1316
+ return V.observe(c == null ? void 0 : c.current), () => {
1317
+ V.disconnect();
1318
+ };
1319
+ }, [h, v]), x(() => {
1320
+ var M;
1321
+ if (d && (c != null && c.current)) {
1322
+ const V = (M = c == null ? void 0 : c.current) == null ? void 0 : M.scrollHeight;
1323
+ a(V);
1324
+ } else
1325
+ a(0);
1326
+ }, [d]);
1327
+ const E = () => {
1328
+ const M = !d;
1329
+ M && !v && !(h != null && h.length) && e && F(s), r(M);
1330
+ };
1331
+ return /* @__PURE__ */ l.jsxs("div", { className: f.summaryCard, children: [
1332
+ /* @__PURE__ */ l.jsx("div", { className: f.summaryCard_borderGlow }),
1333
+ /* @__PURE__ */ l.jsxs(
1334
+ "div",
1335
+ {
1336
+ className: f.summaryCard_header,
1337
+ role: "button",
1338
+ "aria-expanded": d,
1339
+ "aria-controls": "summary-content",
1340
+ onMouseEnter: () => !C && _(!0),
1341
+ onMouseLeave: () => C && _(!1),
1342
+ onClick: E,
1343
+ children: [
1344
+ /* @__PURE__ */ l.jsxs("div", { className: f.summaryCard_titleWrapper, children: [
1345
+ /* @__PURE__ */ l.jsx(L6, { isAnimated: T }),
1346
+ /* @__PURE__ */ l.jsx(
1347
+ "h3",
1348
+ {
1349
+ className: P(
1350
+ f.summaryCard_title,
1351
+ v && f.summaryCard_title__loading
1352
+ ),
1353
+ children: p
1354
+ }
1355
+ )
1356
+ ] }),
1357
+ /* @__PURE__ */ l.jsx(
1358
+ e6,
1359
+ {
1360
+ className: P(
1361
+ f.summaryCard_chevron,
1362
+ d && f.summaryCard_chevron__open
1363
+ ),
1364
+ name: "chevron-down",
1365
+ color: "primary-50"
1366
+ }
1367
+ )
1368
+ ]
1369
+ }
1370
+ ),
1371
+ /* @__PURE__ */ l.jsx(
1372
+ "div",
1373
+ {
1374
+ id: "summary-content",
1375
+ ref: u,
1376
+ className: f.summaryCard_content,
1377
+ style: {
1378
+ maxHeight: `${t}px`
1379
+ },
1380
+ children: /* @__PURE__ */ l.jsx("div", { ref: c, className: f.summaryCard_contentInner, children: /* @__PURE__ */ l.jsxs("div", { className: f.summaryCard_summaryText, children: [
1381
+ !v && h,
1382
+ !v && !h.length && i,
1383
+ v && o
1384
+ ] }) })
1385
+ }
1386
+ )
276
1387
  ] });
277
1388
  };
278
1389
  export {
279
- Z as ChatPanel,
280
- tt as InputAction,
281
- et as SummaryCard
1390
+ I6 as ChatPanel,
1391
+ A6 as InputAction,
1392
+ O6 as SummaryCard
282
1393
  };