@foris/avocado-suite 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/avocado-suite.es.js +522 -510
- package/dist/avocado-suite.umd.js +43 -43
- package/package.json +2 -2
package/dist/avocado-suite.es.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import A1, { useState as k1, useEffect as D1, createContext as
|
2
|
-
function
|
3
|
-
return
|
1
|
+
import A1, { useState as k1, useEffect as D1, createContext as m3, useContext as V3 } from "react";
|
2
|
+
function P3(l) {
|
3
|
+
return l && l.__esModule && Object.prototype.hasOwnProperty.call(l, "default") ? l.default : l;
|
4
4
|
}
|
5
5
|
var n1 = { exports: {} }, B = {};
|
6
6
|
/**
|
@@ -12,23 +12,23 @@ var n1 = { exports: {} }, B = {};
|
|
12
12
|
* This source code is licensed under the MIT license found in the
|
13
13
|
* LICENSE file in the root directory of this source tree.
|
14
14
|
*/
|
15
|
-
var
|
16
|
-
function
|
17
|
-
if (
|
15
|
+
var I1;
|
16
|
+
function Z3() {
|
17
|
+
if (I1)
|
18
18
|
return B;
|
19
|
-
|
20
|
-
var
|
21
|
-
function
|
22
|
-
var
|
23
|
-
|
24
|
-
for (
|
25
|
-
t.call(
|
26
|
-
if (
|
27
|
-
for (
|
28
|
-
T[
|
29
|
-
return { $$typeof:
|
19
|
+
I1 = 1;
|
20
|
+
var l = A1, d = Symbol.for("react.element"), i = Symbol.for("react.fragment"), t = Object.prototype.hasOwnProperty, f = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
21
|
+
function g(c, a, b) {
|
22
|
+
var L, T = {}, R = null, I = null;
|
23
|
+
b !== void 0 && (R = "" + b), a.key !== void 0 && (R = "" + a.key), a.ref !== void 0 && (I = a.ref);
|
24
|
+
for (L in a)
|
25
|
+
t.call(a, L) && !s.hasOwnProperty(L) && (T[L] = a[L]);
|
26
|
+
if (c && c.defaultProps)
|
27
|
+
for (L in a = c.defaultProps, a)
|
28
|
+
T[L] === void 0 && (T[L] = a[L]);
|
29
|
+
return { $$typeof: d, type: c, key: R, ref: I, props: T, _owner: f.current };
|
30
30
|
}
|
31
|
-
return B.Fragment = i, B.jsx =
|
31
|
+
return B.Fragment = i, B.jsx = g, B.jsxs = g, B;
|
32
32
|
}
|
33
33
|
var F = {};
|
34
34
|
/**
|
@@ -40,47 +40,47 @@ var F = {};
|
|
40
40
|
* This source code is licensed under the MIT license found in the
|
41
41
|
* LICENSE file in the root directory of this source tree.
|
42
42
|
*/
|
43
|
-
var
|
44
|
-
function
|
45
|
-
return
|
46
|
-
var
|
47
|
-
function
|
43
|
+
var y1;
|
44
|
+
function E3() {
|
45
|
+
return y1 || (y1 = 1, process.env.NODE_ENV !== "production" && function() {
|
46
|
+
var l = A1, d = Symbol.for("react.element"), i = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), c = Symbol.for("react.context"), a = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), a1 = Symbol.iterator, F1 = "@@iterator";
|
47
|
+
function $1(e) {
|
48
48
|
if (e === null || typeof e != "object")
|
49
49
|
return null;
|
50
|
-
var C = a1 && e[a1] || e[
|
50
|
+
var C = a1 && e[a1] || e[F1];
|
51
51
|
return typeof C == "function" ? C : null;
|
52
52
|
}
|
53
|
-
var k =
|
54
|
-
function
|
53
|
+
var k = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
54
|
+
function M(e) {
|
55
55
|
{
|
56
|
-
for (var C = arguments.length, r = new Array(C > 1 ? C - 1 : 0),
|
57
|
-
r[
|
58
|
-
|
56
|
+
for (var C = arguments.length, r = new Array(C > 1 ? C - 1 : 0), n = 1; n < C; n++)
|
57
|
+
r[n - 1] = arguments[n];
|
58
|
+
U1("error", e, r);
|
59
59
|
}
|
60
60
|
}
|
61
|
-
function
|
61
|
+
function U1(e, C, r) {
|
62
62
|
{
|
63
|
-
var
|
63
|
+
var n = k.ReactDebugCurrentFrame, p = n.getStackAddendum();
|
64
64
|
p !== "" && (C += "%s", r = r.concat([p]));
|
65
|
-
var h = r.map(function(
|
66
|
-
return String(
|
65
|
+
var h = r.map(function(u) {
|
66
|
+
return String(u);
|
67
67
|
});
|
68
68
|
h.unshift("Warning: " + C), Function.prototype.apply.call(console[e], console, h);
|
69
69
|
}
|
70
70
|
}
|
71
|
-
var
|
71
|
+
var W1 = !1, Y1 = !1, G1 = !1, K1 = !1, q1 = !1, c1;
|
72
72
|
c1 = Symbol.for("react.module.reference");
|
73
|
-
function
|
74
|
-
return !!(typeof e == "string" || typeof e == "function" || e === t || e ===
|
73
|
+
function z1(e) {
|
74
|
+
return !!(typeof e == "string" || typeof e == "function" || e === t || e === s || q1 || e === f || e === b || e === L || K1 || e === I || W1 || Y1 || G1 || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === T || e.$$typeof === g || e.$$typeof === c || e.$$typeof === a || // This needs to include all possible module reference object
|
75
75
|
// types supported by any Flight configuration anywhere since
|
76
76
|
// we don't know which Flight build this will end up being used
|
77
77
|
// with.
|
78
78
|
e.$$typeof === c1 || e.getModuleId !== void 0));
|
79
79
|
}
|
80
|
-
function
|
81
|
-
var
|
82
|
-
if (
|
83
|
-
return
|
80
|
+
function J1(e, C, r) {
|
81
|
+
var n = e.displayName;
|
82
|
+
if (n)
|
83
|
+
return n;
|
84
84
|
var p = C.displayName || C.name || "";
|
85
85
|
return p !== "" ? r + "(" + p + ")" : r;
|
86
86
|
}
|
@@ -90,7 +90,7 @@ function Z3() {
|
|
90
90
|
function w(e) {
|
91
91
|
if (e == null)
|
92
92
|
return null;
|
93
|
-
if (typeof e.tag == "number" &&
|
93
|
+
if (typeof e.tag == "number" && M("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
94
94
|
return e.displayName || e.name || null;
|
95
95
|
if (typeof e == "string")
|
96
96
|
return e;
|
@@ -99,32 +99,32 @@ function Z3() {
|
|
99
99
|
return "Fragment";
|
100
100
|
case i:
|
101
101
|
return "Portal";
|
102
|
-
case
|
102
|
+
case s:
|
103
103
|
return "Profiler";
|
104
104
|
case f:
|
105
105
|
return "StrictMode";
|
106
|
-
case
|
106
|
+
case b:
|
107
107
|
return "Suspense";
|
108
|
-
case
|
108
|
+
case L:
|
109
109
|
return "SuspenseList";
|
110
110
|
}
|
111
111
|
if (typeof e == "object")
|
112
112
|
switch (e.$$typeof) {
|
113
|
-
case
|
113
|
+
case c:
|
114
114
|
var C = e;
|
115
115
|
return o1(C) + ".Consumer";
|
116
|
-
case
|
116
|
+
case g:
|
117
117
|
var r = e;
|
118
118
|
return o1(r._context) + ".Provider";
|
119
|
-
case
|
120
|
-
return
|
119
|
+
case a:
|
120
|
+
return J1(e, e.render, "ForwardRef");
|
121
121
|
case T:
|
122
|
-
var
|
123
|
-
return
|
122
|
+
var n = e.displayName || null;
|
123
|
+
return n !== null ? n : w(e.type) || "Memo";
|
124
124
|
case R: {
|
125
|
-
var p = e, h = p._payload,
|
125
|
+
var p = e, h = p._payload, u = p._init;
|
126
126
|
try {
|
127
|
-
return w(
|
127
|
+
return w(u(h));
|
128
128
|
} catch {
|
129
129
|
return null;
|
130
130
|
}
|
@@ -132,11 +132,11 @@ function Z3() {
|
|
132
132
|
}
|
133
133
|
return null;
|
134
134
|
}
|
135
|
-
var
|
135
|
+
var y = Object.assign, N = 0, d1, s1, u1, _1, f1, p1, h1;
|
136
136
|
function v1() {
|
137
137
|
}
|
138
138
|
v1.__reactDisabledLog = !0;
|
139
|
-
function
|
139
|
+
function X1() {
|
140
140
|
{
|
141
141
|
if (N === 0) {
|
142
142
|
d1 = console.log, s1 = console.info, u1 = console.warn, _1 = console.error, f1 = console.group, p1 = console.groupCollapsed, h1 = console.groupEnd;
|
@@ -159,7 +159,7 @@ function Z3() {
|
|
159
159
|
N++;
|
160
160
|
}
|
161
161
|
}
|
162
|
-
function
|
162
|
+
function Q1() {
|
163
163
|
{
|
164
164
|
if (N--, N === 0) {
|
165
165
|
var e = {
|
@@ -168,30 +168,30 @@ function Z3() {
|
|
168
168
|
writable: !0
|
169
169
|
};
|
170
170
|
Object.defineProperties(console, {
|
171
|
-
log:
|
171
|
+
log: y({}, e, {
|
172
172
|
value: d1
|
173
173
|
}),
|
174
|
-
info:
|
174
|
+
info: y({}, e, {
|
175
175
|
value: s1
|
176
176
|
}),
|
177
|
-
warn:
|
177
|
+
warn: y({}, e, {
|
178
178
|
value: u1
|
179
179
|
}),
|
180
|
-
error:
|
180
|
+
error: y({}, e, {
|
181
181
|
value: _1
|
182
182
|
}),
|
183
|
-
group:
|
183
|
+
group: y({}, e, {
|
184
184
|
value: f1
|
185
185
|
}),
|
186
|
-
groupCollapsed:
|
186
|
+
groupCollapsed: y({}, e, {
|
187
187
|
value: p1
|
188
188
|
}),
|
189
|
-
groupEnd:
|
189
|
+
groupEnd: y({}, e, {
|
190
190
|
value: h1
|
191
191
|
})
|
192
192
|
});
|
193
193
|
}
|
194
|
-
N < 0 &&
|
194
|
+
N < 0 && M("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
195
195
|
}
|
196
196
|
}
|
197
197
|
var J = k.ReactCurrentDispatcher, X;
|
@@ -201,8 +201,8 @@ function Z3() {
|
|
201
201
|
try {
|
202
202
|
throw Error();
|
203
203
|
} catch (p) {
|
204
|
-
var
|
205
|
-
X =
|
204
|
+
var n = p.stack.trim().match(/\n( *(at )?)/);
|
205
|
+
X = n && n[1] || "";
|
206
206
|
}
|
207
207
|
return `
|
208
208
|
` + X + e;
|
@@ -210,8 +210,8 @@ function Z3() {
|
|
210
210
|
}
|
211
211
|
var Q = !1, W;
|
212
212
|
{
|
213
|
-
var
|
214
|
-
W = new
|
213
|
+
var e3 = typeof WeakMap == "function" ? WeakMap : Map;
|
214
|
+
W = new e3();
|
215
215
|
}
|
216
216
|
function L1(e, C) {
|
217
217
|
if (!e || Q)
|
@@ -221,73 +221,73 @@ function Z3() {
|
|
221
221
|
if (r !== void 0)
|
222
222
|
return r;
|
223
223
|
}
|
224
|
-
var
|
224
|
+
var n;
|
225
225
|
Q = !0;
|
226
226
|
var p = Error.prepareStackTrace;
|
227
227
|
Error.prepareStackTrace = void 0;
|
228
228
|
var h;
|
229
|
-
h = J.current, J.current = null,
|
229
|
+
h = J.current, J.current = null, X1();
|
230
230
|
try {
|
231
231
|
if (C) {
|
232
|
-
var
|
232
|
+
var u = function() {
|
233
233
|
throw Error();
|
234
234
|
};
|
235
|
-
if (Object.defineProperty(
|
235
|
+
if (Object.defineProperty(u.prototype, "props", {
|
236
236
|
set: function() {
|
237
237
|
throw Error();
|
238
238
|
}
|
239
239
|
}), typeof Reflect == "object" && Reflect.construct) {
|
240
240
|
try {
|
241
|
-
Reflect.construct(
|
241
|
+
Reflect.construct(u, []);
|
242
242
|
} catch (x) {
|
243
|
-
|
243
|
+
n = x;
|
244
244
|
}
|
245
|
-
Reflect.construct(e, [],
|
245
|
+
Reflect.construct(e, [], u);
|
246
246
|
} else {
|
247
247
|
try {
|
248
|
-
|
248
|
+
u.call();
|
249
249
|
} catch (x) {
|
250
|
-
|
250
|
+
n = x;
|
251
251
|
}
|
252
|
-
e.call(
|
252
|
+
e.call(u.prototype);
|
253
253
|
}
|
254
254
|
} else {
|
255
255
|
try {
|
256
256
|
throw Error();
|
257
257
|
} catch (x) {
|
258
|
-
|
258
|
+
n = x;
|
259
259
|
}
|
260
260
|
e();
|
261
261
|
}
|
262
262
|
} catch (x) {
|
263
|
-
if (x &&
|
264
|
-
for (var
|
265
|
-
`),
|
266
|
-
`), v =
|
267
|
-
|
268
|
-
for (; v >= 1 &&
|
269
|
-
if (
|
270
|
-
if (v !== 1 ||
|
263
|
+
if (x && n && typeof x.stack == "string") {
|
264
|
+
for (var o = x.stack.split(`
|
265
|
+
`), m = n.stack.split(`
|
266
|
+
`), v = o.length - 1, H = m.length - 1; v >= 1 && H >= 0 && o[v] !== m[H]; )
|
267
|
+
H--;
|
268
|
+
for (; v >= 1 && H >= 0; v--, H--)
|
269
|
+
if (o[v] !== m[H]) {
|
270
|
+
if (v !== 1 || H !== 1)
|
271
271
|
do
|
272
|
-
if (v--,
|
272
|
+
if (v--, H--, H < 0 || o[v] !== m[H]) {
|
273
273
|
var V = `
|
274
|
-
` +
|
274
|
+
` + o[v].replace(" at new ", " at ");
|
275
275
|
return e.displayName && V.includes("<anonymous>") && (V = V.replace("<anonymous>", e.displayName)), typeof e == "function" && W.set(e, V), V;
|
276
276
|
}
|
277
|
-
while (v >= 1 &&
|
277
|
+
while (v >= 1 && H >= 0);
|
278
278
|
break;
|
279
279
|
}
|
280
280
|
}
|
281
281
|
} finally {
|
282
|
-
Q = !1, J.current = h,
|
282
|
+
Q = !1, J.current = h, Q1(), Error.prepareStackTrace = p;
|
283
283
|
}
|
284
284
|
var O = e ? e.displayName || e.name : "", x1 = O ? U(O) : "";
|
285
285
|
return typeof e == "function" && W.set(e, x1), x1;
|
286
286
|
}
|
287
|
-
function
|
287
|
+
function C3(e, C, r) {
|
288
288
|
return L1(e, !1);
|
289
289
|
}
|
290
|
-
function
|
290
|
+
function r3(e) {
|
291
291
|
var C = e.prototype;
|
292
292
|
return !!(C && C.isReactComponent);
|
293
293
|
}
|
@@ -295,23 +295,23 @@ function Z3() {
|
|
295
295
|
if (e == null)
|
296
296
|
return "";
|
297
297
|
if (typeof e == "function")
|
298
|
-
return L1(e,
|
298
|
+
return L1(e, r3(e));
|
299
299
|
if (typeof e == "string")
|
300
300
|
return U(e);
|
301
301
|
switch (e) {
|
302
|
-
case
|
302
|
+
case b:
|
303
303
|
return U("Suspense");
|
304
|
-
case
|
304
|
+
case L:
|
305
305
|
return U("SuspenseList");
|
306
306
|
}
|
307
307
|
if (typeof e == "object")
|
308
308
|
switch (e.$$typeof) {
|
309
|
-
case
|
310
|
-
return
|
309
|
+
case a:
|
310
|
+
return C3(e.render);
|
311
311
|
case T:
|
312
312
|
return Y(e.type, C, r);
|
313
313
|
case R: {
|
314
|
-
var
|
314
|
+
var n = e, p = n._payload, h = n._init;
|
315
315
|
try {
|
316
316
|
return Y(h(p), C, r);
|
317
317
|
} catch {
|
@@ -328,36 +328,36 @@ function Z3() {
|
|
328
328
|
} else
|
329
329
|
g1.setExtraStackFrame(null);
|
330
330
|
}
|
331
|
-
function
|
331
|
+
function t3(e, C, r, n, p) {
|
332
332
|
{
|
333
333
|
var h = Function.call.bind(G);
|
334
|
-
for (var
|
335
|
-
if (h(e,
|
336
|
-
var
|
334
|
+
for (var u in e)
|
335
|
+
if (h(e, u)) {
|
336
|
+
var o = void 0;
|
337
337
|
try {
|
338
|
-
if (typeof e[
|
339
|
-
var
|
340
|
-
throw
|
338
|
+
if (typeof e[u] != "function") {
|
339
|
+
var m = Error((n || "React class") + ": " + r + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
340
|
+
throw m.name = "Invariant Violation", m;
|
341
341
|
}
|
342
|
-
|
342
|
+
o = e[u](C, u, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
343
343
|
} catch (v) {
|
344
|
-
|
344
|
+
o = v;
|
345
345
|
}
|
346
|
-
|
346
|
+
o && !(o instanceof Error) && (K(p), M("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", r, u, typeof o), K(null)), o instanceof Error && !(o.message in H1) && (H1[o.message] = !0, K(p), M("Failed %s type: %s", r, o.message), K(null));
|
347
347
|
}
|
348
348
|
}
|
349
349
|
}
|
350
|
-
var
|
350
|
+
var l3 = Array.isArray;
|
351
351
|
function e1(e) {
|
352
|
-
return
|
352
|
+
return l3(e);
|
353
353
|
}
|
354
|
-
function
|
354
|
+
function n3(e) {
|
355
355
|
{
|
356
356
|
var C = typeof Symbol == "function" && Symbol.toStringTag, r = C && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
357
357
|
return r;
|
358
358
|
}
|
359
359
|
}
|
360
|
-
function
|
360
|
+
function i3(e) {
|
361
361
|
try {
|
362
362
|
return b1(e), !1;
|
363
363
|
} catch {
|
@@ -368,17 +368,17 @@ function Z3() {
|
|
368
368
|
return "" + e;
|
369
369
|
}
|
370
370
|
function M1(e) {
|
371
|
-
if (
|
372
|
-
return
|
371
|
+
if (i3(e))
|
372
|
+
return M("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", n3(e)), b1(e);
|
373
373
|
}
|
374
|
-
var j = k.ReactCurrentOwner,
|
374
|
+
var j = k.ReactCurrentOwner, a3 = {
|
375
375
|
key: !0,
|
376
376
|
ref: !0,
|
377
377
|
__self: !0,
|
378
378
|
__source: !0
|
379
379
|
}, m1, V1, C1;
|
380
380
|
C1 = {};
|
381
|
-
function
|
381
|
+
function c3(e) {
|
382
382
|
if (G.call(e, "ref")) {
|
383
383
|
var C = Object.getOwnPropertyDescriptor(e, "ref").get;
|
384
384
|
if (C && C.isReactWarning)
|
@@ -386,7 +386,7 @@ function Z3() {
|
|
386
386
|
}
|
387
387
|
return e.ref !== void 0;
|
388
388
|
}
|
389
|
-
function
|
389
|
+
function o3(e) {
|
390
390
|
if (G.call(e, "key")) {
|
391
391
|
var C = Object.getOwnPropertyDescriptor(e, "key").get;
|
392
392
|
if (C && C.isReactWarning)
|
@@ -394,16 +394,16 @@ function Z3() {
|
|
394
394
|
}
|
395
395
|
return e.key !== void 0;
|
396
396
|
}
|
397
|
-
function
|
397
|
+
function d3(e, C) {
|
398
398
|
if (typeof e.ref == "string" && j.current && C && j.current.stateNode !== C) {
|
399
399
|
var r = w(j.current.type);
|
400
|
-
C1[r] || (
|
400
|
+
C1[r] || (M('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', w(j.current.type), e.ref), C1[r] = !0);
|
401
401
|
}
|
402
402
|
}
|
403
|
-
function
|
403
|
+
function s3(e, C) {
|
404
404
|
{
|
405
405
|
var r = function() {
|
406
|
-
m1 || (m1 = !0,
|
406
|
+
m1 || (m1 = !0, M("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", C));
|
407
407
|
};
|
408
408
|
r.isReactWarning = !0, Object.defineProperty(e, "key", {
|
409
409
|
get: r,
|
@@ -411,10 +411,10 @@ function Z3() {
|
|
411
411
|
});
|
412
412
|
}
|
413
413
|
}
|
414
|
-
function
|
414
|
+
function u3(e, C) {
|
415
415
|
{
|
416
416
|
var r = function() {
|
417
|
-
V1 || (V1 = !0,
|
417
|
+
V1 || (V1 = !0, M("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", C));
|
418
418
|
};
|
419
419
|
r.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
420
420
|
get: r,
|
@@ -422,51 +422,51 @@ function Z3() {
|
|
422
422
|
});
|
423
423
|
}
|
424
424
|
}
|
425
|
-
var
|
426
|
-
var
|
425
|
+
var _3 = function(e, C, r, n, p, h, u) {
|
426
|
+
var o = {
|
427
427
|
// This tag allows us to uniquely identify this as a React Element
|
428
|
-
$$typeof:
|
428
|
+
$$typeof: d,
|
429
429
|
// Built-in properties that belong on the element
|
430
430
|
type: e,
|
431
431
|
key: C,
|
432
432
|
ref: r,
|
433
|
-
props:
|
433
|
+
props: u,
|
434
434
|
// Record the component responsible for creating this element.
|
435
435
|
_owner: h
|
436
436
|
};
|
437
|
-
return
|
437
|
+
return o._store = {}, Object.defineProperty(o._store, "validated", {
|
438
438
|
configurable: !1,
|
439
439
|
enumerable: !1,
|
440
440
|
writable: !0,
|
441
441
|
value: !1
|
442
|
-
}), Object.defineProperty(
|
442
|
+
}), Object.defineProperty(o, "_self", {
|
443
443
|
configurable: !1,
|
444
444
|
enumerable: !1,
|
445
445
|
writable: !1,
|
446
|
-
value:
|
447
|
-
}), Object.defineProperty(
|
446
|
+
value: n
|
447
|
+
}), Object.defineProperty(o, "_source", {
|
448
448
|
configurable: !1,
|
449
449
|
enumerable: !1,
|
450
450
|
writable: !1,
|
451
451
|
value: p
|
452
|
-
}), Object.freeze && (Object.freeze(
|
452
|
+
}), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
|
453
453
|
};
|
454
|
-
function
|
454
|
+
function f3(e, C, r, n, p) {
|
455
455
|
{
|
456
|
-
var h,
|
457
|
-
r !== void 0 && (M1(r),
|
456
|
+
var h, u = {}, o = null, m = null;
|
457
|
+
r !== void 0 && (M1(r), o = "" + r), o3(C) && (M1(C.key), o = "" + C.key), c3(C) && (m = C.ref, d3(C, p));
|
458
458
|
for (h in C)
|
459
|
-
G.call(C, h) && !
|
459
|
+
G.call(C, h) && !a3.hasOwnProperty(h) && (u[h] = C[h]);
|
460
460
|
if (e && e.defaultProps) {
|
461
461
|
var v = e.defaultProps;
|
462
462
|
for (h in v)
|
463
|
-
|
463
|
+
u[h] === void 0 && (u[h] = v[h]);
|
464
464
|
}
|
465
|
-
if (
|
466
|
-
var
|
467
|
-
|
465
|
+
if (o || m) {
|
466
|
+
var H = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
467
|
+
o && s3(u, H), m && u3(u, H);
|
468
468
|
}
|
469
|
-
return
|
469
|
+
return _3(e, o, m, p, n, j.current, u);
|
470
470
|
}
|
471
471
|
}
|
472
472
|
var r1 = k.ReactCurrentOwner, P1 = k.ReactDebugCurrentFrame;
|
@@ -480,7 +480,7 @@ function Z3() {
|
|
480
480
|
var t1;
|
481
481
|
t1 = !1;
|
482
482
|
function l1(e) {
|
483
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
483
|
+
return typeof e == "object" && e !== null && e.$$typeof === d;
|
484
484
|
}
|
485
485
|
function Z1() {
|
486
486
|
{
|
@@ -494,7 +494,7 @@ Check the render method of \`` + e + "`.";
|
|
494
494
|
return "";
|
495
495
|
}
|
496
496
|
}
|
497
|
-
function
|
497
|
+
function p3(e) {
|
498
498
|
{
|
499
499
|
if (e !== void 0) {
|
500
500
|
var C = e.fileName.replace(/^.*[\\\/]/, ""), r = e.lineNumber;
|
@@ -506,7 +506,7 @@ Check your code at ` + C + ":" + r + ".";
|
|
506
506
|
}
|
507
507
|
}
|
508
508
|
var E1 = {};
|
509
|
-
function
|
509
|
+
function h3(e) {
|
510
510
|
{
|
511
511
|
var C = Z1();
|
512
512
|
if (!C) {
|
@@ -523,12 +523,12 @@ Check the top-level render call using <` + r + ">.");
|
|
523
523
|
if (!e._store || e._store.validated || e.key != null)
|
524
524
|
return;
|
525
525
|
e._store.validated = !0;
|
526
|
-
var r =
|
526
|
+
var r = h3(C);
|
527
527
|
if (E1[r])
|
528
528
|
return;
|
529
529
|
E1[r] = !0;
|
530
|
-
var
|
531
|
-
e && e._owner && e._owner !== r1.current && (
|
530
|
+
var n = "";
|
531
|
+
e && e._owner && e._owner !== r1.current && (n = " It was passed a child from " + w(e._owner.type) + "."), D(e), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, n), D(null);
|
532
532
|
}
|
533
533
|
}
|
534
534
|
function R1(e, C) {
|
@@ -537,20 +537,20 @@ Check the top-level render call using <` + r + ">.");
|
|
537
537
|
return;
|
538
538
|
if (e1(e))
|
539
539
|
for (var r = 0; r < e.length; r++) {
|
540
|
-
var
|
541
|
-
l1(
|
540
|
+
var n = e[r];
|
541
|
+
l1(n) && T1(n, C);
|
542
542
|
}
|
543
543
|
else if (l1(e))
|
544
544
|
e._store && (e._store.validated = !0);
|
545
545
|
else if (e) {
|
546
|
-
var p =
|
546
|
+
var p = $1(e);
|
547
547
|
if (typeof p == "function" && p !== e.entries)
|
548
|
-
for (var h = p.call(e),
|
549
|
-
l1(
|
548
|
+
for (var h = p.call(e), u; !(u = h.next()).done; )
|
549
|
+
l1(u.value) && T1(u.value, C);
|
550
550
|
}
|
551
551
|
}
|
552
552
|
}
|
553
|
-
function
|
553
|
+
function v3(e) {
|
554
554
|
{
|
555
555
|
var C = e.type;
|
556
556
|
if (C == null || typeof C == "string")
|
@@ -558,137 +558,137 @@ Check the top-level render call using <` + r + ">.");
|
|
558
558
|
var r;
|
559
559
|
if (typeof C == "function")
|
560
560
|
r = C.propTypes;
|
561
|
-
else if (typeof C == "object" && (C.$$typeof ===
|
561
|
+
else if (typeof C == "object" && (C.$$typeof === a || // Note: Memo only checks outer props here.
|
562
562
|
// Inner props are checked in the reconciler.
|
563
563
|
C.$$typeof === T))
|
564
564
|
r = C.propTypes;
|
565
565
|
else
|
566
566
|
return;
|
567
567
|
if (r) {
|
568
|
-
var
|
569
|
-
|
568
|
+
var n = w(C);
|
569
|
+
t3(r, e.props, "prop", n, e);
|
570
570
|
} else if (C.PropTypes !== void 0 && !t1) {
|
571
571
|
t1 = !0;
|
572
572
|
var p = w(C);
|
573
|
-
|
573
|
+
M("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", p || "Unknown");
|
574
574
|
}
|
575
|
-
typeof C.getDefaultProps == "function" && !C.getDefaultProps.isReactClassApproved &&
|
575
|
+
typeof C.getDefaultProps == "function" && !C.getDefaultProps.isReactClassApproved && M("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
576
576
|
}
|
577
577
|
}
|
578
|
-
function
|
578
|
+
function L3(e) {
|
579
579
|
{
|
580
580
|
for (var C = Object.keys(e.props), r = 0; r < C.length; r++) {
|
581
|
-
var
|
582
|
-
if (
|
583
|
-
D(e),
|
581
|
+
var n = C[r];
|
582
|
+
if (n !== "children" && n !== "key") {
|
583
|
+
D(e), M("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), D(null);
|
584
584
|
break;
|
585
585
|
}
|
586
586
|
}
|
587
|
-
e.ref !== null && (D(e),
|
587
|
+
e.ref !== null && (D(e), M("Invalid attribute `ref` supplied to `React.Fragment`."), D(null));
|
588
588
|
}
|
589
589
|
}
|
590
|
-
function w1(e, C, r,
|
590
|
+
function w1(e, C, r, n, p, h) {
|
591
591
|
{
|
592
|
-
var
|
593
|
-
if (!
|
594
|
-
var
|
595
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
596
|
-
var
|
597
|
-
|
592
|
+
var u = z1(e);
|
593
|
+
if (!u) {
|
594
|
+
var o = "";
|
595
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
596
|
+
var m = p3(p);
|
597
|
+
m ? o += m : o += Z1();
|
598
598
|
var v;
|
599
|
-
e === null ? v = "null" : e1(e) ? v = "array" : e !== void 0 && e.$$typeof ===
|
599
|
+
e === null ? v = "null" : e1(e) ? v = "array" : e !== void 0 && e.$$typeof === d ? (v = "<" + (w(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : v = typeof e, M("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", v, o);
|
600
600
|
}
|
601
|
-
var
|
602
|
-
if (
|
603
|
-
return
|
604
|
-
if (
|
601
|
+
var H = f3(e, C, r, p, h);
|
602
|
+
if (H == null)
|
603
|
+
return H;
|
604
|
+
if (u) {
|
605
605
|
var V = C.children;
|
606
606
|
if (V !== void 0)
|
607
|
-
if (
|
607
|
+
if (n)
|
608
608
|
if (e1(V)) {
|
609
609
|
for (var O = 0; O < V.length; O++)
|
610
610
|
R1(V[O], e);
|
611
611
|
Object.freeze && Object.freeze(V);
|
612
612
|
} else
|
613
|
-
|
613
|
+
M("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
614
614
|
else
|
615
615
|
R1(V, e);
|
616
616
|
}
|
617
|
-
return e === t ?
|
617
|
+
return e === t ? L3(H) : v3(H), H;
|
618
618
|
}
|
619
619
|
}
|
620
|
-
function
|
620
|
+
function H3(e, C, r) {
|
621
621
|
return w1(e, C, r, !0);
|
622
622
|
}
|
623
|
-
function
|
623
|
+
function g3(e, C, r) {
|
624
624
|
return w1(e, C, r, !1);
|
625
625
|
}
|
626
|
-
var
|
627
|
-
F.Fragment = t, F.jsx =
|
626
|
+
var b3 = g3, M3 = H3;
|
627
|
+
F.Fragment = t, F.jsx = b3, F.jsxs = M3;
|
628
628
|
}()), F;
|
629
629
|
}
|
630
|
-
process.env.NODE_ENV === "production" ? n1.exports =
|
631
|
-
var
|
630
|
+
process.env.NODE_ENV === "production" ? n1.exports = Z3() : n1.exports = E3();
|
631
|
+
var _ = n1.exports, O1 = { exports: {} };
|
632
632
|
/*!
|
633
633
|
Copyright (c) 2018 Jed Watson.
|
634
634
|
Licensed under the MIT License (MIT), see
|
635
635
|
http://jedwatson.github.io/classnames
|
636
636
|
*/
|
637
|
-
(function(
|
637
|
+
(function(l) {
|
638
638
|
(function() {
|
639
|
-
var
|
639
|
+
var d = {}.hasOwnProperty;
|
640
640
|
function i() {
|
641
641
|
for (var t = [], f = 0; f < arguments.length; f++) {
|
642
|
-
var
|
643
|
-
if (
|
644
|
-
var
|
645
|
-
if (
|
646
|
-
t.push(
|
647
|
-
else if (Array.isArray(
|
648
|
-
if (
|
649
|
-
var
|
650
|
-
|
642
|
+
var s = arguments[f];
|
643
|
+
if (s) {
|
644
|
+
var g = typeof s;
|
645
|
+
if (g === "string" || g === "number")
|
646
|
+
t.push(s);
|
647
|
+
else if (Array.isArray(s)) {
|
648
|
+
if (s.length) {
|
649
|
+
var c = i.apply(null, s);
|
650
|
+
c && t.push(c);
|
651
651
|
}
|
652
|
-
} else if (
|
653
|
-
if (
|
654
|
-
t.push(
|
652
|
+
} else if (g === "object") {
|
653
|
+
if (s.toString !== Object.prototype.toString && !s.toString.toString().includes("[native code]")) {
|
654
|
+
t.push(s.toString());
|
655
655
|
continue;
|
656
656
|
}
|
657
|
-
for (var
|
658
|
-
|
657
|
+
for (var a in s)
|
658
|
+
d.call(s, a) && s[a] && t.push(a);
|
659
659
|
}
|
660
660
|
}
|
661
661
|
}
|
662
662
|
return t.join(" ");
|
663
663
|
}
|
664
|
-
|
664
|
+
l.exports ? (i.default = i, l.exports = i) : window.classNames = i;
|
665
665
|
})();
|
666
666
|
})(O1);
|
667
|
-
var
|
668
|
-
const Z = /* @__PURE__ */
|
669
|
-
var S1 = /* @__PURE__ */ ((
|
670
|
-
const
|
667
|
+
var T3 = O1.exports;
|
668
|
+
const Z = /* @__PURE__ */ P3(T3);
|
669
|
+
var S1 = /* @__PURE__ */ ((l) => (l[l.sm = 12] = "sm", l[l.md = 16] = "md", l[l.lg = 24] = "lg", l[l.xl = 32] = "xl", l))(S1 || {}), N1 = /* @__PURE__ */ ((l) => (l.neutral70 = "var(--color-neutral-70)", l))(N1 || {});
|
670
|
+
const R3 = `
|
671
671
|
<path
|
672
672
|
fill-rule="evenodd"
|
673
673
|
clip-rule="evenodd"
|
674
674
|
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"
|
675
675
|
fill="#1B1C1D"
|
676
676
|
/>
|
677
|
-
`,
|
677
|
+
`, w3 = `
|
678
678
|
<path
|
679
679
|
fill-rule="evenodd"
|
680
680
|
clip-rule="evenodd"
|
681
681
|
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"
|
682
682
|
fill="#1B1C1D"
|
683
683
|
/>
|
684
|
-
`,
|
684
|
+
`, x3 = `
|
685
685
|
<path
|
686
686
|
fill-rule="evenodd"
|
687
687
|
clip-rule="evenodd"
|
688
688
|
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"
|
689
689
|
fill="#1B1C1D"
|
690
690
|
/>
|
691
|
-
`,
|
691
|
+
`, I3 = `
|
692
692
|
<path
|
693
693
|
fill-rule="evenodd"
|
694
694
|
clip-rule="evenodd"
|
@@ -702,41 +702,41 @@ fill="#1B1C1D"
|
|
702
702
|
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"
|
703
703
|
fill="#1B1C1D"
|
704
704
|
/>
|
705
|
-
`,
|
705
|
+
`, A3 = `
|
706
706
|
<path
|
707
707
|
fill-rule="evenodd"
|
708
708
|
clip-rule="evenodd"
|
709
709
|
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"
|
710
710
|
fill="#1B1C1D"
|
711
711
|
/>
|
712
|
-
`,
|
712
|
+
`, k3 = `
|
713
713
|
<path
|
714
714
|
fill-rule="evenodd"
|
715
715
|
clip-rule="evenodd"
|
716
716
|
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"
|
717
717
|
fill="#1B1C1D"
|
718
718
|
/>
|
719
|
-
`,
|
719
|
+
`, D3 = `
|
720
720
|
<path
|
721
721
|
fill-rule="evenodd"
|
722
722
|
clip-rule="evenodd"
|
723
723
|
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"
|
724
724
|
fill="#1B1C1D"
|
725
725
|
/>
|
726
|
-
`,
|
727
|
-
"arrow-down":
|
728
|
-
"arrow-up":
|
729
|
-
"chevron-down":
|
730
|
-
"chevron-left":
|
726
|
+
`, O3 = {
|
727
|
+
"arrow-down": R3,
|
728
|
+
"arrow-up": w3,
|
729
|
+
"chevron-down": x3,
|
730
|
+
"chevron-left": I3,
|
731
731
|
"chevron-right": y3,
|
732
|
-
"chevrons-left":
|
733
|
-
"chevrons-right":
|
734
|
-
"chevron-up":
|
735
|
-
},
|
732
|
+
"chevrons-left": A3,
|
733
|
+
"chevrons-right": k3,
|
734
|
+
"chevron-up": D3
|
735
|
+
}, S3 = `
|
736
736
|
<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"/>
|
737
|
-
`, S3 = `
|
738
|
-
<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"/>
|
739
737
|
`, N3 = `
|
738
|
+
<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"/>
|
739
|
+
`, j3 = `
|
740
740
|
<g clip-path="url(#clip0_3782_54921)">
|
741
741
|
<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"/>
|
742
742
|
</g>
|
@@ -745,7 +745,7 @@ fill="#1B1C1D"
|
|
745
745
|
<rect width="16" height="16" fill="white"/>
|
746
746
|
</clipPath>
|
747
747
|
</defs>
|
748
|
-
`,
|
748
|
+
`, B3 = `
|
749
749
|
<g clip-path="url(#clip0_3792_54463)">
|
750
750
|
<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"/>
|
751
751
|
</g>
|
@@ -754,7 +754,7 @@ fill="#1B1C1D"
|
|
754
754
|
<rect width="16" height="16" fill="white"/>
|
755
755
|
</clipPath>
|
756
756
|
</defs>
|
757
|
-
`,
|
757
|
+
`, F3 = `
|
758
758
|
<g clip-path="url(#clip0_3782_54922)">
|
759
759
|
<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"/>
|
760
760
|
</g>
|
@@ -763,7 +763,7 @@ fill="#1B1C1D"
|
|
763
763
|
<rect width="16" height="16" fill="white"/>
|
764
764
|
</clipPath>
|
765
765
|
</defs>
|
766
|
-
`,
|
766
|
+
`, $3 = `
|
767
767
|
<g clip-path="url(#clip0_3792_54452)">
|
768
768
|
<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"/>
|
769
769
|
</g>
|
@@ -772,7 +772,7 @@ fill="#1B1C1D"
|
|
772
772
|
<rect width="16" height="16" fill="white"/>
|
773
773
|
</clipPath>
|
774
774
|
</defs>
|
775
|
-
`,
|
775
|
+
`, U3 = `
|
776
776
|
<g clip-path="url(#clip0_3792_54440)">
|
777
777
|
<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"/>
|
778
778
|
</g>
|
@@ -781,7 +781,7 @@ fill="#1B1C1D"
|
|
781
781
|
<rect width="16" height="16" fill="white"/>
|
782
782
|
</clipPath>
|
783
783
|
</defs>
|
784
|
-
`,
|
784
|
+
`, W3 = `
|
785
785
|
<g clip-path="url(#clip0_3782_54925)">
|
786
786
|
<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"/>
|
787
787
|
</g>
|
@@ -790,7 +790,7 @@ fill="#1B1C1D"
|
|
790
790
|
<rect width="16" height="16" fill="white"/>
|
791
791
|
</clipPath>
|
792
792
|
</defs>
|
793
|
-
`,
|
793
|
+
`, Y3 = `
|
794
794
|
<g clip-path="url(#clip0_3782_54923)">
|
795
795
|
<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"/>
|
796
796
|
</g>
|
@@ -799,24 +799,24 @@ fill="#1B1C1D"
|
|
799
799
|
<rect width="16" height="16" fill="white"/>
|
800
800
|
</clipPath>
|
801
801
|
</defs>
|
802
|
-
`,
|
803
|
-
"alert-triangle":
|
804
|
-
"alert-triangle-fill":
|
802
|
+
`, G3 = {
|
803
|
+
"alert-triangle": S3,
|
804
|
+
"alert-triangle-fill": N3,
|
805
805
|
"circle-check": "",
|
806
|
-
"circle-check-fill":
|
807
|
-
"circle-cross":
|
808
|
-
"circle-cross-fill":
|
809
|
-
"circle-info":
|
810
|
-
"circle-info-fill":
|
811
|
-
"circle-denied":
|
812
|
-
"octagon-cross":
|
813
|
-
},
|
806
|
+
"circle-check-fill": j3,
|
807
|
+
"circle-cross": B3,
|
808
|
+
"circle-cross-fill": F3,
|
809
|
+
"circle-info": $3,
|
810
|
+
"circle-info-fill": U3,
|
811
|
+
"circle-denied": W3,
|
812
|
+
"octagon-cross": Y3
|
813
|
+
}, K3 = `
|
814
814
|
<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"/>
|
815
|
-
`, K3 = `
|
816
|
-
<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"/>
|
817
815
|
`, q3 = `
|
818
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
816
|
+
<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"/>
|
819
817
|
`, z3 = `
|
818
|
+
<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"/>
|
819
|
+
`, J3 = `
|
820
820
|
<g clip-path="url(#clip0_3796_55107)">
|
821
821
|
<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"/>
|
822
822
|
</g>
|
@@ -825,7 +825,7 @@ fill="#1B1C1D"
|
|
825
825
|
<rect width="16" height="16" fill="white"/>
|
826
826
|
</clipPath>
|
827
827
|
</defs>
|
828
|
-
`,
|
828
|
+
`, X3 = `
|
829
829
|
<g clip-path="url(#clip0_3782_54675)">
|
830
830
|
<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"/>
|
831
831
|
</g>
|
@@ -834,7 +834,7 @@ fill="#1B1C1D"
|
|
834
834
|
<rect width="16" height="16" fill="white"/>
|
835
835
|
</clipPath>
|
836
836
|
</defs>
|
837
|
-
`,
|
837
|
+
`, Q3 = `
|
838
838
|
<g clip-path="url(#clip0_3782_54676)">
|
839
839
|
<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"/>
|
840
840
|
</g>
|
@@ -843,7 +843,7 @@ fill="#1B1C1D"
|
|
843
843
|
<rect width="16" height="16" fill="white"/>
|
844
844
|
</clipPath>
|
845
845
|
</defs>
|
846
|
-
`,
|
846
|
+
`, e6 = `
|
847
847
|
<g clip-path="url(#clip0_3782_54737)">
|
848
848
|
<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"/>
|
849
849
|
</g>
|
@@ -852,18 +852,18 @@ fill="#1B1C1D"
|
|
852
852
|
<rect width="16" height="16" fill="white"/>
|
853
853
|
</clipPath>
|
854
854
|
</defs>
|
855
|
-
`, e6 = `
|
856
|
-
<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"/>
|
857
855
|
`, C6 = `
|
856
|
+
<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"/>
|
857
|
+
`, r6 = `
|
858
858
|
<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"/>
|
859
859
|
<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"/>
|
860
|
-
`, r6 = `
|
861
|
-
<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"/>
|
862
860
|
`, t6 = `
|
863
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
861
|
+
<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"/>
|
864
862
|
`, l6 = `
|
865
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
863
|
+
<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"/>
|
866
864
|
`, n6 = `
|
865
|
+
<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"/>
|
866
|
+
`, i6 = `
|
867
867
|
<g clip-path="url(#clip0_3851_55740)">
|
868
868
|
<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"/>
|
869
869
|
</g>
|
@@ -872,9 +872,9 @@ fill="#1B1C1D"
|
|
872
872
|
<rect width="16" height="16" fill="white"/>
|
873
873
|
</clipPath>
|
874
874
|
</defs>
|
875
|
-
`, i6 = `
|
876
|
-
<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"/>
|
877
875
|
`, a6 = `
|
876
|
+
<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"/>
|
877
|
+
`, c6 = `
|
878
878
|
<g clip-path="url(#clip0_3782_54679)">
|
879
879
|
<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"/>
|
880
880
|
</g>
|
@@ -883,41 +883,41 @@ fill="#1B1C1D"
|
|
883
883
|
<rect width="16" height="16" fill="white"/>
|
884
884
|
</clipPath>
|
885
885
|
</defs>
|
886
|
-
`,
|
886
|
+
`, o6 = `
|
887
887
|
<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"/>
|
888
888
|
<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"/>
|
889
889
|
<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"/>
|
890
890
|
<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"/>
|
891
|
-
`, o6 = `
|
892
|
-
<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"/>
|
893
891
|
`, d6 = `
|
892
|
+
<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"/>
|
893
|
+
`, s6 = `
|
894
894
|
<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"/>
|
895
895
|
<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"/>
|
896
|
-
`,
|
896
|
+
`, u6 = `
|
897
897
|
<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"/>
|
898
|
-
`,
|
899
|
-
building:
|
900
|
-
"
|
901
|
-
|
902
|
-
|
903
|
-
"
|
904
|
-
|
905
|
-
"
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
users:
|
918
|
-
},
|
898
|
+
`, _6 = {
|
899
|
+
"building-fill": q3,
|
900
|
+
"circle-fill": X3,
|
901
|
+
"clock-fill": e6,
|
902
|
+
"closed-eye": t6,
|
903
|
+
"magic-wand": a6,
|
904
|
+
"open-eye": r6,
|
905
|
+
"user-fill": s6,
|
906
|
+
building: K3,
|
907
|
+
calendar: z3,
|
908
|
+
circle: J3,
|
909
|
+
clock: Q3,
|
910
|
+
dollar: C6,
|
911
|
+
file: l6,
|
912
|
+
lock: n6,
|
913
|
+
process: i6,
|
914
|
+
repeat: c6,
|
915
|
+
report: o6,
|
916
|
+
user: d6,
|
917
|
+
users: u6
|
918
|
+
}, f6 = `
|
919
919
|
<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"/>
|
920
|
-
`,
|
920
|
+
`, p6 = `
|
921
921
|
<g clip-path="url(#clip0_3782_54683)">
|
922
922
|
<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"/>
|
923
923
|
</g>
|
@@ -926,7 +926,7 @@ fill="#1B1C1D"
|
|
926
926
|
<rect width="16" height="16" fill="white"/>
|
927
927
|
</clipPath>
|
928
928
|
</defs>
|
929
|
-
`,
|
929
|
+
`, h6 = `
|
930
930
|
<g clip-path="url(#clip0_3802_54417)">
|
931
931
|
<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"/>
|
932
932
|
</g>
|
@@ -935,7 +935,7 @@ fill="#1B1C1D"
|
|
935
935
|
<rect width="16" height="16" fill="white"/>
|
936
936
|
</clipPath>
|
937
937
|
</defs>
|
938
|
-
`,
|
938
|
+
`, v6 = `
|
939
939
|
<g clip-path="url(#clip0_3931_56251)">
|
940
940
|
<path
|
941
941
|
fill-rule="evenodd"
|
@@ -949,14 +949,14 @@ fill="#1B1C1D"
|
|
949
949
|
<rect width="16" height="16" fill="white" />
|
950
950
|
</clipPath>
|
951
951
|
</defs>
|
952
|
-
`,
|
952
|
+
`, L6 = `
|
953
953
|
<path
|
954
954
|
fill="#1B1C1D"
|
955
955
|
fillRule="evenodd"
|
956
956
|
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"
|
957
957
|
clipRule="evenodd"
|
958
958
|
/>
|
959
|
-
`,
|
959
|
+
`, H6 = `
|
960
960
|
<g clip-path="url(#clip0_3792_54454)">
|
961
961
|
<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"/>
|
962
962
|
</g>
|
@@ -965,7 +965,7 @@ fill="#1B1C1D"
|
|
965
965
|
<rect width="16" height="16" fill="white"/>
|
966
966
|
</clipPath>
|
967
967
|
</defs>
|
968
|
-
`,
|
968
|
+
`, g6 = `
|
969
969
|
<g clip-path="url(#clip0_3792_54439)">
|
970
970
|
<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"/>
|
971
971
|
</g>
|
@@ -974,9 +974,9 @@ fill="#1B1C1D"
|
|
974
974
|
<rect width="16" height="16" fill="white"/>
|
975
975
|
</clipPath>
|
976
976
|
</defs>
|
977
|
-
`, g6 = `
|
978
|
-
<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"/>
|
979
977
|
`, b6 = `
|
978
|
+
<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"/>
|
979
|
+
`, M6 = `
|
980
980
|
<g clip-path="url(#clip0_3792_54451)">
|
981
981
|
<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"/>
|
982
982
|
</g>
|
@@ -985,7 +985,7 @@ fill="#1B1C1D"
|
|
985
985
|
<rect width="16" height="16" fill="white"/>
|
986
986
|
</clipPath>
|
987
987
|
</defs>
|
988
|
-
`,
|
988
|
+
`, m6 = `
|
989
989
|
<g clip-path="url(#clip0_3782_55235)">
|
990
990
|
<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"/>
|
991
991
|
</g>
|
@@ -994,9 +994,9 @@ fill="#1B1C1D"
|
|
994
994
|
<rect width="16" height="16" fill="white"/>
|
995
995
|
</clipPath>
|
996
996
|
</defs>
|
997
|
-
`, m6 = `
|
998
|
-
<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"/>
|
999
997
|
`, V6 = `
|
998
|
+
<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"/>
|
999
|
+
`, P6 = `
|
1000
1000
|
<g clip-path="url(#clip0_3792_54446)">
|
1001
1001
|
<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"/>
|
1002
1002
|
</g>
|
@@ -1005,7 +1005,7 @@ fill="#1B1C1D"
|
|
1005
1005
|
<rect width="16" height="16" fill="white"/>
|
1006
1006
|
</clipPath>
|
1007
1007
|
</defs>
|
1008
|
-
`,
|
1008
|
+
`, Z6 = `
|
1009
1009
|
<g clip-path="url(#clip0_3792_54438)">
|
1010
1010
|
<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"/>
|
1011
1011
|
</g>
|
@@ -1014,7 +1014,7 @@ fill="#1B1C1D"
|
|
1014
1014
|
<rect width="16" height="16" fill="white"/>
|
1015
1015
|
</clipPath>
|
1016
1016
|
</defs>
|
1017
|
-
`,
|
1017
|
+
`, E6 = `
|
1018
1018
|
<g clip-path="url(#clip0_3931_56260)">
|
1019
1019
|
<path
|
1020
1020
|
fill-rule="evenodd"
|
@@ -1028,20 +1028,20 @@ fill="#1B1C1D"
|
|
1028
1028
|
<rect width="16" height="16" fill="white" />
|
1029
1029
|
</clipPath>
|
1030
1030
|
</defs>
|
1031
|
-
`, E6 = `
|
1032
|
-
<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"/>
|
1033
1031
|
`, T6 = `
|
1032
|
+
<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"/>
|
1033
|
+
`, R6 = `
|
1034
1034
|
<path
|
1035
1035
|
fill="#1B1C1D"
|
1036
1036
|
fillRule="evenodd"
|
1037
1037
|
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"
|
1038
1038
|
clipRule="evenodd"
|
1039
1039
|
/>
|
1040
|
-
`, R6 = `
|
1041
|
-
<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"/>
|
1042
1040
|
`, w6 = `
|
1043
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
1041
|
+
<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"/>
|
1044
1042
|
`, x6 = `
|
1043
|
+
<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"/>
|
1044
|
+
`, I6 = `
|
1045
1045
|
<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"/>
|
1046
1046
|
`, y6 = `
|
1047
1047
|
<g clip-path="url(#clip0_3792_54455)">
|
@@ -1052,15 +1052,15 @@ clipRule="evenodd"
|
|
1052
1052
|
<rect width="16" height="16" fill="white"/>
|
1053
1053
|
</clipPath>
|
1054
1054
|
</defs>
|
1055
|
-
`, I6 = `
|
1056
|
-
<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"/>
|
1057
1055
|
`, A6 = `
|
1058
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
1056
|
+
<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"/>
|
1059
1057
|
`, k6 = `
|
1060
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
1058
|
+
<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"/>
|
1061
1059
|
`, D6 = `
|
1062
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
1060
|
+
<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"/>
|
1063
1061
|
`, O6 = `
|
1062
|
+
<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"/>
|
1063
|
+
`, S6 = `
|
1064
1064
|
<g clip-path="url(#clip0_3802_54557)">
|
1065
1065
|
<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"/>
|
1066
1066
|
</g>
|
@@ -1069,11 +1069,11 @@ clipRule="evenodd"
|
|
1069
1069
|
<rect width="16" height="16" fill="white"/>
|
1070
1070
|
</clipPath>
|
1071
1071
|
</defs>
|
1072
|
-
`, S6 = `
|
1073
|
-
<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"/>
|
1074
1072
|
`, N6 = `
|
1075
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
1073
|
+
<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"/>
|
1076
1074
|
`, j6 = `
|
1075
|
+
<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"/>
|
1076
|
+
`, B6 = `
|
1077
1077
|
<g clip-path="url(#clip0_3782_54618)">
|
1078
1078
|
<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"/>
|
1079
1079
|
</g>
|
@@ -1082,12 +1082,12 @@ clipRule="evenodd"
|
|
1082
1082
|
<rect width="16" height="16" fill="white"/>
|
1083
1083
|
</clipPath>
|
1084
1084
|
</defs>
|
1085
|
-
`, B6 = `
|
1086
|
-
<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"/>
|
1087
1085
|
`, F6 = `
|
1086
|
+
<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"/>
|
1087
|
+
`, $6 = `
|
1088
1088
|
<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"/>
|
1089
1089
|
<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"/>
|
1090
|
-
`,
|
1090
|
+
`, U6 = `
|
1091
1091
|
<g clip-path="url(#clip0_3796_54894)">
|
1092
1092
|
<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"/>
|
1093
1093
|
</g>
|
@@ -1096,74 +1096,86 @@ clipRule="evenodd"
|
|
1096
1096
|
<rect width="16" height="16" fill="white"/>
|
1097
1097
|
</clipPath>
|
1098
1098
|
</defs>
|
1099
|
-
`,
|
1099
|
+
`, W6 = `
|
1100
1100
|
<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"/>
|
1101
|
-
`,
|
1102
|
-
branch:
|
1103
|
-
dots:
|
1104
|
-
"circle-active":
|
1105
|
-
"circle-dots":
|
1106
|
-
"circle-dots-fill":
|
1107
|
-
"circle-help":
|
1108
|
-
"circle-help-fill":
|
1109
|
-
plus:
|
1110
|
-
"circle-plus":
|
1111
|
-
"circle-plus-fill":
|
1112
|
-
minus:
|
1113
|
-
"circle-minus":
|
1114
|
-
"circle-minus-fill":
|
1115
|
-
copy:
|
1116
|
-
close:
|
1117
|
-
download:
|
1118
|
-
edit:
|
1119
|
-
filter:
|
1101
|
+
`, Y6 = {
|
1102
|
+
branch: f6,
|
1103
|
+
dots: L6,
|
1104
|
+
"circle-active": p6,
|
1105
|
+
"circle-dots": h6,
|
1106
|
+
"circle-dots-fill": v6,
|
1107
|
+
"circle-help": H6,
|
1108
|
+
"circle-help-fill": g6,
|
1109
|
+
plus: V6,
|
1110
|
+
"circle-plus": P6,
|
1111
|
+
"circle-plus-fill": Z6,
|
1112
|
+
minus: b6,
|
1113
|
+
"circle-minus": M6,
|
1114
|
+
"circle-minus-fill": m6,
|
1115
|
+
copy: E6,
|
1116
|
+
close: T6,
|
1117
|
+
download: R6,
|
1118
|
+
edit: w6,
|
1119
|
+
filter: x6,
|
1120
1120
|
link: y6,
|
1121
|
-
"external-link":
|
1122
|
-
list:
|
1123
|
-
login:
|
1124
|
-
logout:
|
1125
|
-
menu:
|
1126
|
-
refresh:
|
1127
|
-
"refresh-fill":
|
1128
|
-
search:
|
1129
|
-
settings:
|
1130
|
-
trash:
|
1131
|
-
"turn-on":
|
1132
|
-
"turn-on-fill":
|
1133
|
-
upload:
|
1134
|
-
},
|
1135
|
-
...
|
1136
|
-
...
|
1137
|
-
...
|
1138
|
-
...
|
1139
|
-
}, z = (
|
1140
|
-
const {
|
1141
|
-
|
1121
|
+
"external-link": I6,
|
1122
|
+
list: A6,
|
1123
|
+
login: k6,
|
1124
|
+
logout: D6,
|
1125
|
+
menu: O6,
|
1126
|
+
refresh: S6,
|
1127
|
+
"refresh-fill": N6,
|
1128
|
+
search: j6,
|
1129
|
+
settings: B6,
|
1130
|
+
trash: F6,
|
1131
|
+
"turn-on": $6,
|
1132
|
+
"turn-on-fill": U6,
|
1133
|
+
upload: W6
|
1134
|
+
}, G6 = {
|
1135
|
+
...O3,
|
1136
|
+
...G3,
|
1137
|
+
..._6,
|
1138
|
+
...Y6
|
1139
|
+
}, z = (l) => {
|
1140
|
+
const {
|
1141
|
+
size: d = "md",
|
1142
|
+
className: i,
|
1143
|
+
name: t,
|
1144
|
+
filled: f,
|
1145
|
+
color: s = N1.neutral70
|
1146
|
+
} = l, c = (() => {
|
1147
|
+
const L = f ? t + "-fill" : t;
|
1148
|
+
return G6[L];
|
1149
|
+
})();
|
1150
|
+
if (!c)
|
1151
|
+
return console.warn(`Icon ${t} not found`), null;
|
1152
|
+
const a = S1[d], b = s ? c.replace(/fill="[^"]*"/g, `fill="${s}"`) : c;
|
1153
|
+
return /* @__PURE__ */ _.jsx(
|
1142
1154
|
"svg",
|
1143
1155
|
{
|
1144
|
-
className: i,
|
1145
|
-
dangerouslySetInnerHTML: { __html: H },
|
1146
1156
|
"data-testid": "icon-test-id",
|
1147
|
-
|
1157
|
+
className: i,
|
1158
|
+
dangerouslySetInnerHTML: { __html: b },
|
1148
1159
|
height: a,
|
1149
|
-
|
1150
|
-
|
1160
|
+
width: a,
|
1161
|
+
fill: "none",
|
1162
|
+
viewBox: "0 0 16 16"
|
1151
1163
|
}
|
1152
|
-
)
|
1153
|
-
},
|
1154
|
-
breadcrumbs:
|
1155
|
-
breadcrumbs_list:
|
1156
|
-
breadcrumbItem:
|
1157
|
-
breadcrumbItem_label:
|
1158
|
-
breadcrumbItem_separator:
|
1159
|
-
breadcrumbItem__active:
|
1160
|
-
labelIcon:
|
1161
|
-
breadcrumbs__darkMode:
|
1162
|
-
},
|
1163
|
-
const { className:
|
1164
|
+
);
|
1165
|
+
}, K6 = "_breadcrumbs_1x8rf_1", q6 = "_breadcrumbs_list_1x8rf_4", z6 = "_breadcrumbItem_1x8rf_11", J6 = "_breadcrumbItem_label_1x8rf_15", X6 = "_breadcrumbItem_separator_1x8rf_29", Q6 = "_breadcrumbItem__active_1x8rf_35", e9 = "_labelIcon_1x8rf_38", C9 = "_breadcrumbs__darkMode_1x8rf_48", E = {
|
1166
|
+
breadcrumbs: K6,
|
1167
|
+
breadcrumbs_list: q6,
|
1168
|
+
breadcrumbItem: z6,
|
1169
|
+
breadcrumbItem_label: J6,
|
1170
|
+
breadcrumbItem_separator: X6,
|
1171
|
+
breadcrumbItem__active: Q6,
|
1172
|
+
labelIcon: e9,
|
1173
|
+
breadcrumbs__darkMode: C9
|
1174
|
+
}, r9 = (l) => {
|
1175
|
+
const { className: d, darkMode: i, items: t } = l, [f, s] = k1(window.innerWidth <= 992), g = (c, a) => {
|
1164
1176
|
var R;
|
1165
|
-
const
|
1166
|
-
f && /* @__PURE__ */
|
1177
|
+
const b = /* @__PURE__ */ _.jsxs(_.Fragment, { children: [
|
1178
|
+
f && /* @__PURE__ */ _.jsx(
|
1167
1179
|
z,
|
1168
1180
|
{
|
1169
1181
|
className: E.labelIcon,
|
@@ -1172,55 +1184,55 @@ clipRule="evenodd"
|
|
1172
1184
|
size: "md"
|
1173
1185
|
}
|
1174
1186
|
),
|
1175
|
-
|
1187
|
+
c == null ? void 0 : c.title
|
1176
1188
|
] });
|
1177
|
-
let
|
1178
|
-
href:
|
1189
|
+
let L = {
|
1190
|
+
href: c.path
|
1179
1191
|
};
|
1180
|
-
if (
|
1181
|
-
const
|
1182
|
-
return
|
1183
|
-
...(R =
|
1184
|
-
...
|
1192
|
+
if (a === t.length - 1 && (L["aria-current"] = "page", L.href = void 0), c != null && c.component) {
|
1193
|
+
const I = { ...c == null ? void 0 : c.component };
|
1194
|
+
return I.props = {
|
1195
|
+
...(R = c == null ? void 0 : c.component) == null ? void 0 : R.props,
|
1196
|
+
...L,
|
1185
1197
|
className: E.breadcrumbItem_label,
|
1186
|
-
children:
|
1187
|
-
},
|
1198
|
+
children: b
|
1199
|
+
}, I;
|
1188
1200
|
} else
|
1189
|
-
return /* @__PURE__ */
|
1201
|
+
return /* @__PURE__ */ _.jsx("a", { className: E.breadcrumbItem_label, ...L, children: b });
|
1190
1202
|
};
|
1191
1203
|
return D1(() => {
|
1192
|
-
const
|
1193
|
-
|
1204
|
+
const c = () => {
|
1205
|
+
s(window.innerWidth <= 992);
|
1194
1206
|
};
|
1195
|
-
return window.addEventListener("resize",
|
1196
|
-
}, []), /* @__PURE__ */
|
1207
|
+
return window.addEventListener("resize", c), () => window.removeEventListener("resize", c);
|
1208
|
+
}, []), /* @__PURE__ */ _.jsx(
|
1197
1209
|
"nav",
|
1198
1210
|
{
|
1199
1211
|
"aria-label": "breadcrumb",
|
1200
1212
|
className: Z(
|
1201
1213
|
E.breadcrumbs,
|
1202
|
-
|
1214
|
+
d && d,
|
1203
1215
|
i && E.breadcrumbs__darkMode
|
1204
1216
|
),
|
1205
|
-
children: /* @__PURE__ */
|
1206
|
-
(!f || f &&
|
1217
|
+
children: /* @__PURE__ */ _.jsx("ol", { className: E.breadcrumbs_list, children: t == null ? void 0 : t.map((c, a) => /* @__PURE__ */ _.jsxs(_.Fragment, { children: [
|
1218
|
+
(!f || f && a == (t == null ? void 0 : t.length) - 2) && /* @__PURE__ */ _.jsx(
|
1207
1219
|
"li",
|
1208
1220
|
{
|
1209
1221
|
className: Z(
|
1210
1222
|
E.breadcrumbItem,
|
1211
|
-
!f &&
|
1212
|
-
f &&
|
1223
|
+
!f && a == (t == null ? void 0 : t.length) - 1 && E.breadcrumbItem__active,
|
1224
|
+
f && a == (t == null ? void 0 : t.length) - 2 && E.breadcrumbItem__active
|
1213
1225
|
),
|
1214
|
-
children:
|
1226
|
+
children: g(c, a)
|
1215
1227
|
},
|
1216
|
-
`breadcrumbItem-${
|
1228
|
+
`breadcrumbItem-${a}`
|
1217
1229
|
),
|
1218
|
-
!f &&
|
1230
|
+
!f && a < (t == null ? void 0 : t.length) - 1 && /* @__PURE__ */ _.jsx(
|
1219
1231
|
"li",
|
1220
1232
|
{
|
1221
1233
|
"aria-hidden": "true",
|
1222
1234
|
className: E.breadcrumbItem,
|
1223
|
-
children: /* @__PURE__ */
|
1235
|
+
children: /* @__PURE__ */ _.jsx(
|
1224
1236
|
z,
|
1225
1237
|
{
|
1226
1238
|
className: E.breadcrumbItem_separator,
|
@@ -1229,128 +1241,128 @@ clipRule="evenodd"
|
|
1229
1241
|
}
|
1230
1242
|
)
|
1231
1243
|
},
|
1232
|
-
`breadcrumbItemChevron-${
|
1244
|
+
`breadcrumbItemChevron-${a}`
|
1233
1245
|
)
|
1234
1246
|
] })) })
|
1235
1247
|
}
|
1236
1248
|
);
|
1237
1249
|
};
|
1238
|
-
|
1250
|
+
r9.prototype = {
|
1239
1251
|
avocado: "Breadcrumbs"
|
1240
1252
|
};
|
1241
|
-
const
|
1253
|
+
const j1 = {
|
1242
1254
|
mode: "light"
|
1243
|
-
},
|
1244
|
-
children:
|
1245
|
-
theme:
|
1255
|
+
}, B1 = m3(void 0), F9 = ({
|
1256
|
+
children: l,
|
1257
|
+
theme: d = j1
|
1246
1258
|
}) => {
|
1247
|
-
const [i, t] = k1(
|
1259
|
+
const [i, t] = k1(d);
|
1248
1260
|
D1(() => {
|
1249
|
-
|
1250
|
-
}, [
|
1261
|
+
d !== i && t(d);
|
1262
|
+
}, [d]);
|
1251
1263
|
const f = {
|
1252
1264
|
theme: i
|
1253
1265
|
};
|
1254
|
-
return /* @__PURE__ */
|
1266
|
+
return /* @__PURE__ */ _.jsx(B1.Provider, { value: f, children: l });
|
1255
1267
|
}, i1 = () => {
|
1256
|
-
const
|
1257
|
-
return
|
1258
|
-
},
|
1259
|
-
button:
|
1260
|
-
button_icon:
|
1261
|
-
button__secondary:
|
1262
|
-
button__darkMode:
|
1263
|
-
button__ghost:
|
1264
|
-
button__danger:
|
1265
|
-
},
|
1268
|
+
const l = V3(B1);
|
1269
|
+
return l || { theme: j1 };
|
1270
|
+
}, t9 = "_button_u4n36_1", l9 = "_button_icon_u4n36_28", n9 = "_button__secondary_u4n36_34", i9 = "_button__darkMode_u4n36_49", a9 = "_button__ghost_u4n36_58", c9 = "_button__danger_u4n36_72", $ = {
|
1271
|
+
button: t9,
|
1272
|
+
button_icon: l9,
|
1273
|
+
button__secondary: n9,
|
1274
|
+
button__darkMode: i9,
|
1275
|
+
button__ghost: a9,
|
1276
|
+
button__danger: c9
|
1277
|
+
}, o9 = (l) => {
|
1266
1278
|
const {
|
1267
|
-
children:
|
1279
|
+
children: d,
|
1268
1280
|
className: i,
|
1269
1281
|
leftIcon: t,
|
1270
1282
|
rightIcon: f,
|
1271
|
-
variant:
|
1272
|
-
type:
|
1273
|
-
...
|
1274
|
-
} =
|
1275
|
-
return /* @__PURE__ */
|
1283
|
+
variant: s = "primary",
|
1284
|
+
type: g = "button",
|
1285
|
+
...c
|
1286
|
+
} = l, { theme: a } = i1();
|
1287
|
+
return /* @__PURE__ */ _.jsxs(
|
1276
1288
|
"button",
|
1277
1289
|
{
|
1278
1290
|
className: Z(
|
1279
1291
|
$.button,
|
1280
1292
|
i && i,
|
1281
|
-
|
1282
|
-
(
|
1293
|
+
s && $[`button__${s}`],
|
1294
|
+
(a == null ? void 0 : a.mode) === "dark" && $.button__darkMode
|
1283
1295
|
),
|
1284
|
-
type:
|
1285
|
-
...
|
1296
|
+
type: g,
|
1297
|
+
...c,
|
1286
1298
|
children: [
|
1287
|
-
t && /* @__PURE__ */
|
1288
|
-
|
1289
|
-
f && /* @__PURE__ */
|
1299
|
+
t && /* @__PURE__ */ _.jsx(z, { className: $.button_icon, name: t, size: "md" }),
|
1300
|
+
d,
|
1301
|
+
f && /* @__PURE__ */ _.jsx(z, { className: $.button_icon, name: f, size: "md" })
|
1290
1302
|
]
|
1291
1303
|
}
|
1292
1304
|
);
|
1293
1305
|
};
|
1294
|
-
|
1306
|
+
o9.prototype = {
|
1295
1307
|
avocado: "Button"
|
1296
1308
|
};
|
1297
|
-
const
|
1298
|
-
box:
|
1299
|
-
},
|
1300
|
-
const { className:
|
1301
|
-
return /* @__PURE__ */
|
1309
|
+
const d9 = "_box_ykuuf_1", s9 = {
|
1310
|
+
box: d9
|
1311
|
+
}, $9 = (l) => {
|
1312
|
+
const { className: d, children: i } = l;
|
1313
|
+
return /* @__PURE__ */ _.jsx(
|
1302
1314
|
"section",
|
1303
1315
|
{
|
1304
1316
|
className: Z(
|
1305
|
-
|
1306
|
-
|
1317
|
+
s9.box,
|
1318
|
+
d && d
|
1307
1319
|
),
|
1308
1320
|
children: i
|
1309
1321
|
}
|
1310
1322
|
);
|
1311
|
-
},
|
1312
|
-
card:
|
1313
|
-
card_icon:
|
1314
|
-
card_content:
|
1315
|
-
card__clickable:
|
1316
|
-
card__disabled:
|
1317
|
-
_icon:
|
1318
|
-
card__darkMode:
|
1319
|
-
},
|
1323
|
+
}, u9 = "_card_1v97k_1", _9 = "_card_icon_1v97k_11", f9 = "_card_content_1v97k_23", p9 = "_card__clickable_1v97k_26", h9 = "_card__disabled_1v97k_35", v9 = "__icon_1v97k_41", L9 = "_card__darkMode_1v97k_44", S = {
|
1324
|
+
card: u9,
|
1325
|
+
card_icon: _9,
|
1326
|
+
card_content: f9,
|
1327
|
+
card__clickable: p9,
|
1328
|
+
card__disabled: h9,
|
1329
|
+
_icon: v9,
|
1330
|
+
card__darkMode: L9
|
1331
|
+
}, U9 = (l) => {
|
1320
1332
|
const {
|
1321
|
-
children:
|
1333
|
+
children: d,
|
1322
1334
|
className: i,
|
1323
1335
|
isClickable: t,
|
1324
1336
|
isDisabled: f
|
1325
|
-
} =
|
1326
|
-
return /* @__PURE__ */
|
1337
|
+
} = l, { theme: s } = i1();
|
1338
|
+
return /* @__PURE__ */ _.jsxs(
|
1327
1339
|
"section",
|
1328
1340
|
{
|
1329
1341
|
className: Z(
|
1330
1342
|
S.card,
|
1331
1343
|
t && S.card__clickable,
|
1332
1344
|
i && i,
|
1333
|
-
(
|
1345
|
+
(s == null ? void 0 : s.mode) === "dark" && S.card__darkMode,
|
1334
1346
|
f && S.card__disabled
|
1335
1347
|
),
|
1336
1348
|
children: [
|
1337
|
-
/* @__PURE__ */
|
1338
|
-
/* @__PURE__ */
|
1349
|
+
/* @__PURE__ */ _.jsx("aside", { className: S.card_icon }),
|
1350
|
+
/* @__PURE__ */ _.jsx("div", { className: S.card_content, children: d })
|
1339
1351
|
]
|
1340
1352
|
}
|
1341
1353
|
);
|
1342
|
-
},
|
1343
|
-
heading:
|
1344
|
-
heading__1:
|
1345
|
-
heading__2:
|
1346
|
-
heading__3:
|
1347
|
-
heading__4:
|
1348
|
-
heading__darkMode:
|
1349
|
-
},
|
1350
|
-
const { children:
|
1354
|
+
}, H9 = "_heading_ws6r8_1", g9 = "_heading__1_ws6r8_1", b9 = "_heading__2_ws6r8_8", M9 = "_heading__3_ws6r8_15", m9 = "_heading__4_ws6r8_22", V9 = "_heading__darkMode_ws6r8_29", P = {
|
1355
|
+
heading: H9,
|
1356
|
+
heading__1: g9,
|
1357
|
+
heading__2: b9,
|
1358
|
+
heading__3: M9,
|
1359
|
+
heading__4: m9,
|
1360
|
+
heading__darkMode: V9
|
1361
|
+
}, P9 = (l) => {
|
1362
|
+
const { children: d, className: i, darkMode: t, type: f } = l;
|
1351
1363
|
switch (f) {
|
1352
1364
|
case "h1":
|
1353
|
-
return /* @__PURE__ */
|
1365
|
+
return /* @__PURE__ */ _.jsx(
|
1354
1366
|
"h1",
|
1355
1367
|
{
|
1356
1368
|
className: Z(
|
@@ -1359,11 +1371,11 @@ const o9 = "_box_ykuuf_1", d9 = {
|
|
1359
1371
|
t && P.heading__darkMode,
|
1360
1372
|
i && i
|
1361
1373
|
),
|
1362
|
-
children:
|
1374
|
+
children: d
|
1363
1375
|
}
|
1364
1376
|
);
|
1365
1377
|
case "h2":
|
1366
|
-
return /* @__PURE__ */
|
1378
|
+
return /* @__PURE__ */ _.jsx(
|
1367
1379
|
"h2",
|
1368
1380
|
{
|
1369
1381
|
className: Z(
|
@@ -1372,11 +1384,11 @@ const o9 = "_box_ykuuf_1", d9 = {
|
|
1372
1384
|
t && P.heading__darkMode,
|
1373
1385
|
i && i
|
1374
1386
|
),
|
1375
|
-
children:
|
1387
|
+
children: d
|
1376
1388
|
}
|
1377
1389
|
);
|
1378
1390
|
case "h3":
|
1379
|
-
return /* @__PURE__ */
|
1391
|
+
return /* @__PURE__ */ _.jsx(
|
1380
1392
|
"h3",
|
1381
1393
|
{
|
1382
1394
|
className: Z(
|
@@ -1385,11 +1397,11 @@ const o9 = "_box_ykuuf_1", d9 = {
|
|
1385
1397
|
t && P.heading__darkMode,
|
1386
1398
|
i && i
|
1387
1399
|
),
|
1388
|
-
children:
|
1400
|
+
children: d
|
1389
1401
|
}
|
1390
1402
|
);
|
1391
1403
|
case "h4":
|
1392
|
-
return /* @__PURE__ */
|
1404
|
+
return /* @__PURE__ */ _.jsx(
|
1393
1405
|
"h4",
|
1394
1406
|
{
|
1395
1407
|
className: Z(
|
@@ -1398,103 +1410,103 @@ const o9 = "_box_ykuuf_1", d9 = {
|
|
1398
1410
|
t && P.heading__darkMode,
|
1399
1411
|
i && i
|
1400
1412
|
),
|
1401
|
-
children:
|
1413
|
+
children: d
|
1402
1414
|
}
|
1403
1415
|
);
|
1404
1416
|
default:
|
1405
1417
|
return null;
|
1406
1418
|
}
|
1407
1419
|
};
|
1408
|
-
|
1420
|
+
P9.prototype = {
|
1409
1421
|
avocado: "Heading"
|
1410
1422
|
};
|
1411
|
-
const
|
1412
|
-
text:
|
1413
|
-
text__lg:
|
1414
|
-
text__md:
|
1415
|
-
text__sm:
|
1416
|
-
text__xs:
|
1417
|
-
text__medium:
|
1418
|
-
text__darkMode:
|
1419
|
-
}, y9 = (
|
1423
|
+
const Z9 = "_text_4ha5d_1", E9 = "_text__lg_4ha5d_1", T9 = "_text__md_4ha5d_7", R9 = "_text__sm_4ha5d_14", w9 = "_text__xs_4ha5d_21", x9 = "_text__medium_4ha5d_28", I9 = "_text__darkMode_4ha5d_31", q = {
|
1424
|
+
text: Z9,
|
1425
|
+
text__lg: E9,
|
1426
|
+
text__md: T9,
|
1427
|
+
text__sm: R9,
|
1428
|
+
text__xs: w9,
|
1429
|
+
text__medium: x9,
|
1430
|
+
text__darkMode: I9
|
1431
|
+
}, y9 = (l) => {
|
1420
1432
|
const {
|
1421
|
-
children:
|
1433
|
+
children: d,
|
1422
1434
|
className: i,
|
1423
1435
|
darkMode: t,
|
1424
1436
|
type: f = "md",
|
1425
|
-
weight:
|
1426
|
-
} =
|
1427
|
-
return /* @__PURE__ */
|
1437
|
+
weight: s = "regular"
|
1438
|
+
} = l;
|
1439
|
+
return /* @__PURE__ */ _.jsx(
|
1428
1440
|
"p",
|
1429
1441
|
{
|
1430
1442
|
className: Z(
|
1431
1443
|
q.text,
|
1432
1444
|
q[`text__${f}`],
|
1433
1445
|
t && q.text__darkMode,
|
1434
|
-
|
1446
|
+
s === "medium" && q.text__medium,
|
1435
1447
|
i && i
|
1436
1448
|
),
|
1437
|
-
children:
|
1449
|
+
children: d
|
1438
1450
|
}
|
1439
1451
|
);
|
1440
1452
|
};
|
1441
1453
|
y9.prototype = {
|
1442
1454
|
avocado: "Text"
|
1443
1455
|
};
|
1444
|
-
const
|
1445
|
-
componentCheck:
|
1446
|
-
componentCheck__disabled:
|
1447
|
-
label:
|
1448
|
-
componentCheck__darkMode:
|
1449
|
-
label_checkbox:
|
1450
|
-
label_left:
|
1451
|
-
label_right:
|
1452
|
-
},
|
1453
|
-
classNameCheckbox:
|
1454
|
-
disabled:
|
1456
|
+
const A9 = "_componentCheck_c0e1g_1", k9 = "_componentCheck__disabled_c0e1g_1", D9 = "_label_c0e1g_1", O9 = "_componentCheck__darkMode_c0e1g_4", S9 = "_label_checkbox_c0e1g_9", N9 = "_label_left_c0e1g_33", j9 = "_label_right_c0e1g_37", A = {
|
1457
|
+
componentCheck: A9,
|
1458
|
+
componentCheck__disabled: k9,
|
1459
|
+
label: D9,
|
1460
|
+
componentCheck__darkMode: O9,
|
1461
|
+
label_checkbox: S9,
|
1462
|
+
label_left: N9,
|
1463
|
+
label_right: j9
|
1464
|
+
}, W9 = ({
|
1465
|
+
classNameCheckbox: l = "",
|
1466
|
+
disabled: d = !1,
|
1455
1467
|
labelLeft: i = "",
|
1456
1468
|
labelRight: t = "",
|
1457
1469
|
...f
|
1458
1470
|
}) => {
|
1459
|
-
const { className:
|
1460
|
-
return /* @__PURE__ */
|
1471
|
+
const { className: s, ref: g } = f, c = i && typeof i == "string", a = t && typeof t == "string", { theme: b } = i1();
|
1472
|
+
return /* @__PURE__ */ _.jsx(
|
1461
1473
|
"div",
|
1462
1474
|
{
|
1463
1475
|
className: Z(
|
1464
1476
|
A.componentCheck,
|
1465
|
-
|
1477
|
+
d && A.componentCheck__disabled,
|
1466
1478
|
"container_row",
|
1467
1479
|
"row_align__end",
|
1468
|
-
|
1469
|
-
(
|
1480
|
+
s && s,
|
1481
|
+
(b == null ? void 0 : b.mode) === "dark" && A.componentCheck__darkMode
|
1470
1482
|
),
|
1471
|
-
children: /* @__PURE__ */
|
1472
|
-
|
1473
|
-
/* @__PURE__ */
|
1483
|
+
children: /* @__PURE__ */ _.jsxs("label", { className: A.label, children: [
|
1484
|
+
c ? /* @__PURE__ */ _.jsx("span", { className: A.label_left, children: i }) : /* @__PURE__ */ _.jsx(_.Fragment, { children: i }),
|
1485
|
+
/* @__PURE__ */ _.jsx(
|
1474
1486
|
"input",
|
1475
1487
|
{
|
1476
1488
|
...f,
|
1477
1489
|
className: Z(
|
1478
1490
|
A.label_checkbox,
|
1479
|
-
|
1491
|
+
l && l
|
1480
1492
|
),
|
1481
1493
|
type: "checkbox",
|
1482
|
-
disabled:
|
1483
|
-
ref:
|
1494
|
+
disabled: d,
|
1495
|
+
ref: g
|
1484
1496
|
}
|
1485
1497
|
),
|
1486
|
-
|
1498
|
+
a ? /* @__PURE__ */ _.jsx("span", { className: A.label_right, children: t }) : /* @__PURE__ */ _.jsx(_.Fragment, { children: t })
|
1487
1499
|
] })
|
1488
1500
|
}
|
1489
1501
|
);
|
1490
1502
|
};
|
1491
1503
|
export {
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1504
|
+
$9 as Box,
|
1505
|
+
r9 as Breadcrumbs,
|
1506
|
+
o9 as Button,
|
1507
|
+
U9 as Card,
|
1508
|
+
W9 as Checkbox,
|
1509
|
+
P9 as Heading,
|
1498
1510
|
y9 as Text,
|
1499
|
-
|
1511
|
+
F9 as ThemeProvider
|
1500
1512
|
};
|