wasvg 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasvg.cjs.js +12 -12
- package/dist/wasvg.css +1 -1
- package/dist/wasvg.es.js +367 -367
- package/package.json +1 -1
package/dist/wasvg.es.js
CHANGED
|
@@ -53,7 +53,7 @@ function F1() {
|
|
|
53
53
|
switch (n) {
|
|
54
54
|
case O:
|
|
55
55
|
return "Fragment";
|
|
56
|
-
case
|
|
56
|
+
case J:
|
|
57
57
|
return "Profiler";
|
|
58
58
|
case X:
|
|
59
59
|
return "StrictMode";
|
|
@@ -70,7 +70,7 @@ function F1() {
|
|
|
70
70
|
), n.$$typeof) {
|
|
71
71
|
case A:
|
|
72
72
|
return "Portal";
|
|
73
|
-
case
|
|
73
|
+
case Q:
|
|
74
74
|
return (n.displayName || "Context") + ".Provider";
|
|
75
75
|
case n1:
|
|
76
76
|
return (n._context.displayName || "Context") + ".Consumer";
|
|
@@ -236,9 +236,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
236
236
|
function H(n) {
|
|
237
237
|
typeof n == "object" && n !== null && n.$$typeof === R && n._store && (n._store.validated = 1);
|
|
238
238
|
}
|
|
239
|
-
var V = Y1, R = Symbol.for("react.transitional.element"), A = Symbol.for("react.portal"), O = Symbol.for("react.fragment"), X = Symbol.for("react.strict_mode"),
|
|
239
|
+
var V = Y1, R = Symbol.for("react.transitional.element"), A = Symbol.for("react.portal"), O = Symbol.for("react.fragment"), X = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler");
|
|
240
240
|
Symbol.for("react.provider");
|
|
241
|
-
var n1 = Symbol.for("react.consumer"),
|
|
241
|
+
var n1 = Symbol.for("react.consumer"), Q = Symbol.for("react.context"), K = Symbol.for("react.forward_ref"), D = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), t1 = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), $ = Symbol.for("react.client.reference"), C = V.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, G = Object.prototype.hasOwnProperty, s1 = Array.isArray, p = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
244
|
V = {
|
|
@@ -318,287 +318,16 @@ function Q1({ className: t = "", size: e = l.md }) {
|
|
|
318
318
|
}
|
|
319
319
|
);
|
|
320
320
|
}
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
{
|
|
325
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
326
|
-
className: `stroke-black ${t}`,
|
|
327
|
-
height: e,
|
|
328
|
-
width: e,
|
|
329
|
-
viewBox: "0 0 32 32",
|
|
330
|
-
children: [
|
|
331
|
-
/* @__PURE__ */ r.jsx("style", { type: "text/css", children: ".st0{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}" }),
|
|
332
|
-
/* @__PURE__ */ r.jsx(
|
|
333
|
-
"path",
|
|
334
|
-
{
|
|
335
|
-
className: "st0",
|
|
336
|
-
d: `M3.6,10.4c0.8,0.8,2.2,0.8,3.1,0L8,9.1l1.3,1.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1l-1.3-1.3L8,3
|
|
337
|
-
L4.9,6.1L3.6,7.3C2.8,8.2,2.8,9.5,3.6,10.4z`
|
|
338
|
-
}
|
|
339
|
-
),
|
|
340
|
-
/* @__PURE__ */ r.jsx(
|
|
341
|
-
"path",
|
|
342
|
-
{
|
|
343
|
-
className: "st0",
|
|
344
|
-
d: `M28.4,4.7c-0.8-0.9-2.2-0.9-3.1,0L24,6.1l-1.3-1.4c-0.8-0.9-2.2-0.9-3.1,0s-0.8,2.5,0,3.4l1.3,1.4L24,13
|
|
345
|
-
l3.1-3.4l1.3-1.4C29.2,7.2,29.2,5.7,28.4,4.7z`
|
|
346
|
-
}
|
|
347
|
-
),
|
|
348
|
-
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "7", y1: "14", x2: "9", y2: "14" }),
|
|
349
|
-
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "8", y1: "10", x2: "8", y2: "14" }),
|
|
350
|
-
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "23", y1: "29", x2: "25", y2: "29" }),
|
|
351
|
-
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "24", y1: "25", x2: "24", y2: "29" }),
|
|
352
|
-
/* @__PURE__ */ r.jsx(
|
|
353
|
-
"path",
|
|
354
|
-
{
|
|
355
|
-
className: "st0",
|
|
356
|
-
d: `M26.5,21c-0.1,0-0.2,0-0.4,0c0.2-0.4,0.4-0.8,0.4-1.3c0-1.4-1.1-2.5-2.5-2.5c-1.4,0-2.5,1.1-2.5,2.5
|
|
357
|
-
c0,0.5,0.1,0.9,0.4,1.3c-0.1,0-0.2,0-0.4,0c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5c1.2,0,2.2-0.9,2.4-2h0.1
|
|
358
|
-
c0.2,1.1,1.2,2,2.4,2c1.4,0,2.5-1.1,2.5-2.5C29,22.1,27.9,21,26.5,21z`
|
|
359
|
-
}
|
|
360
|
-
),
|
|
361
|
-
/* @__PURE__ */ r.jsx("polygon", { className: "st0", points: "8,18 3,23.5 8,29 13,23.5 " })
|
|
362
|
-
]
|
|
363
|
-
}
|
|
364
|
-
);
|
|
365
|
-
}
|
|
366
|
-
const K1 = {
|
|
367
|
-
sports: J1,
|
|
368
|
-
pets: Q1,
|
|
369
|
-
cardgames: X1
|
|
370
|
-
// Future categories can be added here
|
|
371
|
-
};
|
|
372
|
-
function M2({ categoryType: t, size: e = l.md, className: s = "" }) {
|
|
373
|
-
const a = K1[t];
|
|
374
|
-
return a ? /* @__PURE__ */ r.jsx(a, { size: e, className: s }) : null;
|
|
375
|
-
}
|
|
376
|
-
function t0({ className: t = "", size: e = l.md }) {
|
|
377
|
-
return /* @__PURE__ */ r.jsx(
|
|
378
|
-
"svg",
|
|
379
|
-
{
|
|
380
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
381
|
-
className: t,
|
|
382
|
-
height: e,
|
|
383
|
-
width: e,
|
|
384
|
-
viewBox: "0 -960 960 960",
|
|
385
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "m414-168 12-56q3-13 12.5-21.5T462-256l124-10q13-2 24 5t16 19l16 38q39-23 70-55.5t52-72.5l-12-6q-11-8-16-19.5t-2-24.5l28-122q3-12 12.5-20t21.5-10q-5-25-12.5-48.5T764-628q-9 5-19.5 4.5T726-630l-106-64q-11-7-16-19t-2-25l8-34q-31-14-63.5-21t-66.5-7q-14 0-29 1.5t-29 4.5l30 68q5 12 2.5 25T442-680l-94 82q-10 9-23.5 10t-24.5-6l-92-56q-23 38-35.5 81.5T160-480q0 16 4 52l88-8q14-2 25.5 4.5T294-412l48 114q5 12 2.5 25T332-252l-38 32q27 20 57.5 33t62.5 19Zm72-172q-13 2-24-5t-16-19l-54-124q-5-12-1.5-25t13.5-21l102-86q9-9 22-10t24 6l112 66q11 7 17 19t3 25l-32 130q-3 13-12 21.5T618-352l-132 12Zm-6 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
386
|
-
}
|
|
387
|
-
);
|
|
388
|
-
}
|
|
389
|
-
function e0({ className: t = "", size: e = l.md }) {
|
|
390
|
-
return /* @__PURE__ */ r.jsx(
|
|
391
|
-
"svg",
|
|
392
|
-
{
|
|
393
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
394
|
-
className: t,
|
|
395
|
-
height: e,
|
|
396
|
-
width: e,
|
|
397
|
-
viewBox: "0 -960 960 960",
|
|
398
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "m280-40 123-622q6-29 27-43.5t44-14.5q23 0 42.5 10t31.5 30l40 64q18 29 46.5 52.5T700-529v-71h60v560h-60v-406q-48-11-89-35t-71-59l-24 120 84 80v300h-80v-240l-84-80-72 320h-84Zm17-395-85-16q-16-3-25-16.5t-6-30.5l30-157q6-32 34-50.5t60-12.5l46 9-54 274Zm243-305q-33 0-56.5-23.5T460-820q0-33 23.5-56.5T540-900q33 0 56.5 23.5T620-820q0 33-23.5 56.5T540-740Z" })
|
|
399
|
-
}
|
|
400
|
-
);
|
|
401
|
-
}
|
|
402
|
-
function r0({ className: t = "", size: e = l.md }) {
|
|
403
|
-
return /* @__PURE__ */ r.jsx(
|
|
404
|
-
"svg",
|
|
405
|
-
{
|
|
406
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
407
|
-
className: t,
|
|
408
|
-
height: e,
|
|
409
|
-
width: e,
|
|
410
|
-
viewBox: "0 -960 960 960",
|
|
411
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "m137-160-57-56 164-164q31-31 42.5-77.5T298-600q0-58 26-114t74-104q91-91 201-103t181 61q72 72 60 182T738-478q-48 48-104 74t-114 26q-97 0-142 11t-77 43L137-160Zm275-334q47 46 127 34t143-75q64-64 76.5-143.5T724-803q-48-48-125.5-36T456-763q-63 63-76.5 142.5T412-494ZM720-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113T720-40Zm0-80q33 0 56.5-23.5T800-200q0-33-23.5-56.5T720-280q-33 0-56.5 23.5T640-200q0 33 23.5 56.5T720-120Zm0-80Z" })
|
|
412
|
-
}
|
|
413
|
-
);
|
|
414
|
-
}
|
|
415
|
-
function n0({ className: t = "", size: e = l.md }) {
|
|
416
|
-
return /* @__PURE__ */ r.jsx(
|
|
417
|
-
"svg",
|
|
418
|
-
{
|
|
419
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
420
|
-
className: t,
|
|
421
|
-
height: e,
|
|
422
|
-
width: e,
|
|
423
|
-
viewBox: "0 -960 960 960",
|
|
424
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "m216-160-56-56 384-384H440v80h-80v-160h233q16 0 31 6t26 17l120 119q27 27 66 42t84 16v80q-62 0-112.5-19T718-476l-40-42-88 88 90 90-262 151-40-69 172-99-68-68-266 265Zm-96-280v-80h200v80H120ZM40-560v-80h200v80H40Zm739-80q-33 0-57-23.5T698-720q0-33 24-56.5t57-23.5q33 0 57 23.5t24 56.5q0 33-24 56.5T779-640Zm-659-40v-80h200v80H120Z" })
|
|
425
|
-
}
|
|
426
|
-
);
|
|
427
|
-
}
|
|
428
|
-
function o0({ className: t = "", size: e = l.md }) {
|
|
429
|
-
return /* @__PURE__ */ r.jsx(
|
|
430
|
-
"svg",
|
|
431
|
-
{
|
|
432
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
433
|
-
className: t,
|
|
434
|
-
height: e,
|
|
435
|
-
width: e,
|
|
436
|
-
viewBox: "0 -960 960 960",
|
|
437
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "M162-520h114q-6-38-23-71t-43-59q-18 29-30.5 61.5T162-520Zm522 0h114q-5-36-17.5-68.5T750-650q-26 26-43 59t-23 71ZM210-310q26-26 43-59t23-71H162q5 36 17.5 68.5T210-310Zm540 0q18-29 30.5-61.5T798-440H684q6 38 23 71t43 59ZM358-520h82v-278q-53 8-98.5 29.5T260-712q39 38 64.5 86.5T358-520Zm162 0h82q8-57 33.5-105.5T700-712q-36-35-81.5-56.5T520-798v278Zm-80 358v-278h-82q-8 57-33.5 105.5T260-248q36 35 81.5 56.5T440-162Zm80 0q53-8 98.5-29.5T700-248q-39-38-64.5-86.5T602-440h-82v278Zm-40-318Zm0 400q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
438
|
-
}
|
|
439
|
-
);
|
|
440
|
-
}
|
|
441
|
-
function s0({ className: t = "", size: e = l.md }) {
|
|
442
|
-
return /* @__PURE__ */ r.jsx(
|
|
443
|
-
"svg",
|
|
444
|
-
{
|
|
445
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
446
|
-
className: t,
|
|
447
|
-
height: e,
|
|
448
|
-
width: e,
|
|
449
|
-
viewBox: "0 -960 960 960",
|
|
450
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "M480-320q-117 0-198.5-81.5T200-600q0-117 81.5-198.5T480-880q117 0 198.5 81.5T760-600q0 117-81.5 198.5T480-320Zm0-80q83 0 141.5-58.5T680-600q0-83-58.5-141.5T480-800q-83 0-141.5 58.5T280-600q0 83 58.5 141.5T480-400Zm-80-200q17 0 28.5-11.5T440-640q0-17-11.5-28.5T400-680q-17 0-28.5 11.5T360-640q0 17 11.5 28.5T400-600Zm160 0q17 0 28.5-11.5T600-640q0-17-11.5-28.5T560-680q-17 0-28.5 11.5T520-640q0 17 11.5 28.5T560-600Zm-80-80q17 0 28.5-11.5T520-720q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720q0 17 11.5 28.5T480-680ZM440-80v-40q0-33-23.5-56.5T360-200h-80v-80h400v80h-80q-33 0-56.5 23.5T520-120v40h-80Zm40-520Z" })
|
|
451
|
-
}
|
|
452
|
-
);
|
|
453
|
-
}
|
|
454
|
-
function a0({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
455
|
-
return /* @__PURE__ */ r.jsx(
|
|
456
|
-
"svg",
|
|
457
|
-
{
|
|
458
|
-
className: t,
|
|
459
|
-
height: e,
|
|
460
|
-
width: e,
|
|
461
|
-
version: "1.1",
|
|
462
|
-
id: "Capa_1",
|
|
463
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
464
|
-
viewBox: "0 0 306.292 306.292",
|
|
465
|
-
children: /* @__PURE__ */ r.jsx("g", { children: /* @__PURE__ */ r.jsx(
|
|
466
|
-
"path",
|
|
467
|
-
{
|
|
468
|
-
d: `M299.109,71.481c-8.554-18.094-23.642-31.774-42.484-38.52c-18.844-6.748-39.186-5.751-57.279,2.803
|
|
469
|
-
c-6.996,3.307-13.397,7.655-19.002,12.861c-0.341-0.174-0.689-0.334-1.053-0.465c-2.247-0.805-4.722-0.684-6.88,0.336
|
|
470
|
-
l-24.527,11.595c-3.118,1.474-4.993,4.508-5.142,7.729L6.619,105.204c-4.793,1.316-7.612,6.269-6.295,11.062
|
|
471
|
-
c1.097,3.996,4.721,6.619,8.673,6.619c0.789,0,1.591-0.105,2.389-0.324l41.318-11.347l13.88,29.362l-37.462,14.199
|
|
472
|
-
c-4.648,1.762-6.987,6.958-5.226,11.605c1.363,3.598,4.785,5.813,8.417,5.813c1.06,0,2.139-0.189,3.188-0.587L74.301,156.9
|
|
473
|
-
l16.834,35.61l-35.99,20.649c-4.311,2.474-5.801,7.974-3.327,12.286c1.664,2.899,4.695,4.522,7.814,4.522
|
|
474
|
-
c1.519,0,3.059-0.385,4.471-1.195l34.75-19.937l13.366,28.273l-35.116,24.239c-4.09,2.824-5.118,8.429-2.294,12.52
|
|
475
|
-
c1.747,2.53,4.557,3.888,7.415,3.888c1.763,0,3.544-0.517,5.105-1.594l116.818-80.637c0.293,0.143,0.593,0.274,0.903,0.385
|
|
476
|
-
c0.983,0.352,2.009,0.527,3.034,0.527c1.318,0,2.632-0.29,3.847-0.863l24.527-11.595c2.621-1.239,4.358-3.583,4.936-6.211
|
|
477
|
-
c7.579-1.027,15-3.214,21.998-6.522C300.744,153.587,316.766,108.834,299.109,71.481z M212.373,175.453L163.713,72.518l8.254-3.902
|
|
478
|
-
l48.661,102.935L212.373,175.453z M165.768,200.144l-11.045-23.364l30.182-17.316l9.791,20.712L165.768,200.144z M167.07,121.737
|
|
479
|
-
l10.117,21.401l-30.182,17.317l-12.473-26.385L167.07,121.737z M159.353,105.413l-32.538,12.333L115.566,93.95l33.959-9.326
|
|
480
|
-
L159.353,105.413z M97.944,98.79l11.987,25.356l-26.462,10.03l-13.143-27.802L97.944,98.79z M117.648,140.47l13.696,28.971
|
|
481
|
-
l-24.546,14.083L91.186,150.5L117.648,140.47z M139.061,185.766l11.696,24.74l-23.526,16.24l-12.715-26.897L139.061,185.766z
|
|
482
|
-
M235.225,160.313l-45.309-95.844c4.85-5.146,10.652-9.373,17.122-12.432c13.747-6.499,29.202-7.256,43.519-2.13
|
|
483
|
-
c14.316,5.125,25.78,15.52,32.278,29.267c6.499,13.748,7.255,29.203,2.13,43.519c-5.125,14.316-15.52,25.78-29.267,32.278
|
|
484
|
-
C249.225,158.032,242.28,159.832,235.225,160.313z`
|
|
485
|
-
}
|
|
486
|
-
) })
|
|
487
|
-
}
|
|
488
|
-
);
|
|
489
|
-
}
|
|
490
|
-
function c0({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
491
|
-
return /* @__PURE__ */ r.jsx(
|
|
492
|
-
"svg",
|
|
493
|
-
{
|
|
494
|
-
className: t,
|
|
495
|
-
height: e,
|
|
496
|
-
width: e,
|
|
497
|
-
version: "1.1",
|
|
498
|
-
id: "Capa_1",
|
|
499
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
500
|
-
viewBox: "0 0 345.134 345.134",
|
|
501
|
-
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
502
|
-
/* @__PURE__ */ r.jsx(
|
|
503
|
-
"path",
|
|
504
|
-
{
|
|
505
|
-
d: `M62.549,252.369c-9.506,0-18.442,3.701-25.164,10.423c-13.874,13.875-13.874,36.452,0,50.327
|
|
506
|
-
c6.722,6.721,15.658,10.422,25.164,10.422s18.442-3.702,25.163-10.422c6.721-6.721,10.423-15.658,10.423-25.164
|
|
507
|
-
c0-9.505-3.702-18.442-10.423-25.163S72.055,252.369,62.549,252.369z M74.984,300.391c-3.321,3.321-7.737,5.15-12.435,5.15
|
|
508
|
-
c-4.698,0-9.114-1.829-12.436-5.15c-6.856-6.857-6.856-18.014,0-24.871c3.321-3.322,7.737-5.151,12.436-5.151
|
|
509
|
-
c4.697,0,9.113,1.829,12.435,5.15c3.322,3.322,5.151,7.738,5.151,12.436C80.135,292.653,78.306,297.069,74.984,300.391z`
|
|
510
|
-
}
|
|
511
|
-
),
|
|
512
|
-
/* @__PURE__ */ r.jsx(
|
|
513
|
-
"path",
|
|
514
|
-
{
|
|
515
|
-
d: `M318.144,274.188c-0.21-7.501-3.541-14.67-9.136-19.67l-52.374-46.799c3.393-3.516,6.552-7.243,9.456-11.16
|
|
516
|
-
c0.618-0.631,1.141-1.352,1.553-2.142c13.073-18.52,20.587-40.958,20.587-64.543c0-29.765-12.02-62.442-32.152-87.412
|
|
517
|
-
C233.999,15.081,205.654,0,176.263,0c-25.543,0-50.292,11.395-70.828,32.351c-17.977,3.975-33.666,12.256-45.911,24.5
|
|
518
|
-
c-20.782,20.783-30.162,51.489-26.411,86.463c3.421,31.892,18.027,63.498,39.074,84.544c19.245,19.246,44.48,30.343,70.581,32.386
|
|
519
|
-
l-3.145,55.938c-0.422,7.492,2.293,14.917,7.448,20.37c5.155,5.453,12.416,8.581,19.921,8.581h18.541
|
|
520
|
-
c7.504,0,14.765-3.127,19.92-8.581c5.155-5.453,7.87-12.878,7.448-20.37l-3.564-63.404l47.854,53.555
|
|
521
|
-
c5,5.596,12.169,8.926,19.671,9.137c0.254,0.007,0.506,0.011,0.759,0.011c7.235,0,14.268-2.902,19.395-8.029l13.11-13.11
|
|
522
|
-
C315.433,289.036,318.355,281.69,318.144,274.188z M277.367,297.478c-2.613-0.074-5.012-1.188-6.754-3.137l-47.936-53.646
|
|
523
|
-
c-5.366-6.005-12.813-9.207-20.429-9.207c-3.877,0-7.799,0.83-11.512,2.542c-11.226,5.178-23.144,7.96-35.07,8.481l89.517-89.517
|
|
524
|
-
c-0.521,11.926-3.303,23.844-8.482,35.07c-5.076,11.006-2.397,23.842,6.665,31.94l53.646,47.936
|
|
525
|
-
c1.95,1.742,3.063,4.141,3.138,6.754c0.073,2.614-0.904,5.072-2.754,6.92l-13.11,13.11
|
|
526
|
-
C282.439,296.573,279.981,297.552,277.367,297.478z M157.594,317.193l3.203-56.98c10.334-0.85,20.618-3.146,30.541-6.93
|
|
527
|
-
l3.593,63.911c0.146,2.61-0.762,5.094-2.559,6.994c-1.796,1.9-4.225,2.946-6.839,2.946h-18.541c-2.614,0-5.044-1.046-6.841-2.947
|
|
528
|
-
C158.356,322.287,157.447,319.803,157.594,317.193z M72.252,69.579c16.857-16.857,42.365-24.397,71.816-21.243
|
|
529
|
-
c27.938,2.997,55.502,15.671,73.735,33.905c13.173,13.173,21.79,29.694,25.456,47.222L134.234,238.489
|
|
530
|
-
c-0.663,0.663-1.2,1.404-1.613,2.193c-17.708-3.607-34.412-12.257-47.705-25.551c-18.234-18.234-30.909-45.799-33.905-73.736
|
|
531
|
-
C47.851,111.941,55.395,86.436,72.252,69.579z M242.066,53.761c17.636,21.873,28.164,50.327,28.164,76.113
|
|
532
|
-
c0,14.016-3.173,27.544-8.912,39.77c2.333-12.385,2.54-25.007,0.712-37.323c-0.009-0.883-0.149-1.762-0.416-2.612
|
|
533
|
-
c-3.852-22.34-14.405-43.519-31.081-60.196c-21.047-21.047-52.652-35.654-84.544-39.074c-3.016-0.323-5.997-0.542-8.946-0.671
|
|
534
|
-
C149.446,22.066,162.779,18,176.263,18C200.103,18,223.472,30.7,242.066,53.761z`
|
|
535
|
-
}
|
|
536
|
-
)
|
|
537
|
-
] })
|
|
538
|
-
}
|
|
539
|
-
);
|
|
540
|
-
}
|
|
541
|
-
function l0({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
542
|
-
return /* @__PURE__ */ r.jsx(
|
|
543
|
-
"svg",
|
|
544
|
-
{
|
|
545
|
-
className: t,
|
|
546
|
-
height: e,
|
|
547
|
-
width: e,
|
|
548
|
-
version: "1.1",
|
|
549
|
-
id: "Capa_1",
|
|
550
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
551
|
-
viewBox: "0 0 306.292 306.292",
|
|
552
|
-
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
553
|
-
/* @__PURE__ */ r.jsx(
|
|
554
|
-
"path",
|
|
555
|
-
{
|
|
556
|
-
d: `M318.816,57.259c-4.269-2.55-9.792-1.156-12.342,3.111l0,0l-25.322,42.392h-29.876l33.178-55.544l0,0
|
|
557
|
-
c2.549-4.267,1.156-9.793-3.111-12.342c-4.27-2.549-9.793-1.157-12.342,3.111L170.763,202.45
|
|
558
|
-
c-9.397,15.731-26.617,25.503-44.94,25.503H37.96c-4.915,0-9.582,2.368-12.484,6.333L2.999,264.99
|
|
559
|
-
c-3.461,4.729-3.964,10.913-1.313,16.14c2.651,5.226,7.938,8.472,13.798,8.472h135.109c24.624,0,47.766-13.132,60.393-34.272
|
|
560
|
-
L321.928,69.6C324.476,65.333,323.084,59.808,318.816,57.259z M150.594,271.602H20.467l18.775-25.649h86.581
|
|
561
|
-
c24.624,0,47.765-13.132,60.394-34.272l33.313-55.77h29.876l-53.872,90.188C186.137,261.83,168.917,271.602,150.594,271.602z
|
|
562
|
-
M260.157,137.911h-29.876l10.244-17.149h29.876L260.157,137.911z`
|
|
563
|
-
}
|
|
564
|
-
),
|
|
565
|
-
/* @__PURE__ */ r.jsx(
|
|
566
|
-
"path",
|
|
567
|
-
{
|
|
568
|
-
d: `M85.667,214.104c24.565,0,53.252-6.091,53.252-23.258v-27.82c0-17.167-28.687-23.258-53.252-23.258
|
|
569
|
-
s-53.252,6.091-53.252,23.258v27.82C32.415,208.013,61.101,214.104,85.667,214.104z M85.667,196.104
|
|
570
|
-
c-19.354,0-31.959-4.2-35.252-6.772v-8.043c13.519,4.639,30.465,4.995,35.252,4.995c4.833,0,21.754-0.359,35.252-4.986v8.034
|
|
571
|
-
C117.626,191.904,105.02,196.104,85.667,196.104z M118.242,163.028c-5.383,2.434-16.712,5.256-32.576,5.256
|
|
572
|
-
c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54,157.768,112.863,160.592,118.242,163.028z`
|
|
573
|
-
}
|
|
574
|
-
)
|
|
575
|
-
] })
|
|
576
|
-
}
|
|
577
|
-
);
|
|
578
|
-
}
|
|
579
|
-
function i0({ className: t = "", size: e = l.md }) {
|
|
580
|
-
return /* @__PURE__ */ r.jsx(
|
|
581
|
-
"svg",
|
|
582
|
-
{
|
|
583
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
584
|
-
className: t,
|
|
585
|
-
height: e,
|
|
586
|
-
width: e,
|
|
587
|
-
viewBox: "0 -960 960 960",
|
|
588
|
-
children: /* @__PURE__ */ r.jsx("path", { d: "M480-480ZM362-202 202-362q-3 38-1.5 79t7.5 73q23 7 69.5 9t84.5-1Zm96-16q59-13 106-37t82-59q34-34 58-80.5T742-500L500-742q-57 14-103 38.5T316-644q-35 35-59.5 81.5T218-458l240 240Zm-62-122-56-56 224-224 56 56-224 224Zm362-256q4-39 2.5-81t-8.5-73q-23-8-69.5-10t-84.5 2l160 162ZM310-120q-57 0-104-8.5T148-148q-11-12-19.5-60T120-314q0-119 36-220.5T258-702q66-66 169-102t223-36q58 0 104.5 8.5T812-812q11 12 19.5 60t8.5 108q0 117-36 218.5T702-258q-65 65-168 101.5T310-120Z" })
|
|
589
|
-
}
|
|
590
|
-
);
|
|
591
|
-
}
|
|
592
|
-
var d0 = Object.defineProperty, h0 = (t, e, s) => e in t ? d0(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, F = (t, e, s) => h0(t, typeof e != "symbol" ? e + "" : e, s);
|
|
593
|
-
const C1 = "-", m0 = (t) => {
|
|
594
|
-
const e = v0(t), {
|
|
321
|
+
var X1 = Object.defineProperty, K1 = (t, e, s) => e in t ? X1(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s, F = (t, e, s) => K1(t, typeof e != "symbol" ? e + "" : e, s);
|
|
322
|
+
const C1 = "-", t0 = (t) => {
|
|
323
|
+
const e = r0(t), {
|
|
595
324
|
conflictingClassGroups: s,
|
|
596
325
|
conflictingClassGroupModifiers: a
|
|
597
326
|
} = t;
|
|
598
327
|
return {
|
|
599
328
|
getClassGroupId: (d) => {
|
|
600
329
|
const g = d.split(C1);
|
|
601
|
-
return g[0] === "" && g.length !== 1 && g.shift(), A1(g, e) ||
|
|
330
|
+
return g[0] === "" && g.length !== 1 && g.shift(), A1(g, e) || e0(d);
|
|
602
331
|
},
|
|
603
332
|
getConflictingClassGroupIds: (d, g) => {
|
|
604
333
|
const k = s[d] || [];
|
|
@@ -618,13 +347,13 @@ const C1 = "-", m0 = (t) => {
|
|
|
618
347
|
return (s = e.validators.find(({
|
|
619
348
|
validator: L
|
|
620
349
|
}) => L(k))) == null ? void 0 : s.classGroupId;
|
|
621
|
-
}, Z1 = /^\[(.+)\]$/,
|
|
350
|
+
}, Z1 = /^\[(.+)\]$/, e0 = (t) => {
|
|
622
351
|
if (Z1.test(t)) {
|
|
623
352
|
const e = Z1.exec(t)[1], s = e == null ? void 0 : e.substring(0, e.indexOf(":"));
|
|
624
353
|
if (s)
|
|
625
354
|
return "arbitrary.." + s;
|
|
626
355
|
}
|
|
627
|
-
},
|
|
356
|
+
}, r0 = (t) => {
|
|
628
357
|
const {
|
|
629
358
|
theme: e,
|
|
630
359
|
classGroups: s
|
|
@@ -643,7 +372,7 @@ const C1 = "-", m0 = (t) => {
|
|
|
643
372
|
return;
|
|
644
373
|
}
|
|
645
374
|
if (typeof d == "function") {
|
|
646
|
-
if (
|
|
375
|
+
if (n0(d)) {
|
|
647
376
|
k1(d(a), e, s, a);
|
|
648
377
|
return;
|
|
649
378
|
}
|
|
@@ -665,7 +394,7 @@ const C1 = "-", m0 = (t) => {
|
|
|
665
394
|
validators: []
|
|
666
395
|
}), s = s.nextPart.get(a);
|
|
667
396
|
}), s;
|
|
668
|
-
},
|
|
397
|
+
}, n0 = (t) => t.isThemeGetter, o0 = (t) => {
|
|
669
398
|
if (t < 1)
|
|
670
399
|
return {
|
|
671
400
|
get: () => {
|
|
@@ -689,7 +418,7 @@ const C1 = "-", m0 = (t) => {
|
|
|
689
418
|
s.has(g) ? s.set(g, k) : d(g, k);
|
|
690
419
|
}
|
|
691
420
|
};
|
|
692
|
-
}, q1 = "!", y1 = ":",
|
|
421
|
+
}, q1 = "!", y1 = ":", s0 = y1.length, a0 = (t) => {
|
|
693
422
|
const {
|
|
694
423
|
prefix: e,
|
|
695
424
|
experimentalParseClassName: s
|
|
@@ -701,7 +430,7 @@ const C1 = "-", m0 = (t) => {
|
|
|
701
430
|
let O = d[A];
|
|
702
431
|
if (k === 0 && L === 0) {
|
|
703
432
|
if (O === y1) {
|
|
704
|
-
g.push(d.slice(q, A)), q = A +
|
|
433
|
+
g.push(d.slice(q, A)), q = A + s0;
|
|
705
434
|
continue;
|
|
706
435
|
}
|
|
707
436
|
if (O === "/") {
|
|
@@ -711,7 +440,7 @@ const C1 = "-", m0 = (t) => {
|
|
|
711
440
|
}
|
|
712
441
|
O === "[" ? k++ : O === "]" ? k-- : O === "(" ? L++ : O === ")" && L--;
|
|
713
442
|
}
|
|
714
|
-
const S = g.length === 0 ? d : d.substring(q), H =
|
|
443
|
+
const S = g.length === 0 ? d : d.substring(q), H = c0(S), V = H !== S, R = Z && Z > q ? Z - q : void 0;
|
|
715
444
|
return {
|
|
716
445
|
modifiers: g,
|
|
717
446
|
hasImportantModifier: V,
|
|
@@ -737,7 +466,7 @@ const C1 = "-", m0 = (t) => {
|
|
|
737
466
|
});
|
|
738
467
|
}
|
|
739
468
|
return a;
|
|
740
|
-
},
|
|
469
|
+
}, c0 = (t) => t.endsWith(q1) ? t.substring(0, t.length - 1) : t.startsWith(q1) ? t.substring(1) : t, l0 = (t) => {
|
|
741
470
|
const e = Object.fromEntries(t.orderSensitiveModifiers.map((s) => [s, !0]));
|
|
742
471
|
return (s) => {
|
|
743
472
|
if (s.length <= 1)
|
|
@@ -748,18 +477,18 @@ const C1 = "-", m0 = (t) => {
|
|
|
748
477
|
g[0] === "[" || e[g] ? (a.push(...d.sort(), g), d = []) : d.push(g);
|
|
749
478
|
}), a.push(...d.sort()), a;
|
|
750
479
|
};
|
|
751
|
-
},
|
|
752
|
-
cache:
|
|
753
|
-
parseClassName:
|
|
754
|
-
sortModifiers:
|
|
755
|
-
...
|
|
756
|
-
}),
|
|
480
|
+
}, i0 = (t) => ({
|
|
481
|
+
cache: o0(t.cacheSize),
|
|
482
|
+
parseClassName: a0(t),
|
|
483
|
+
sortModifiers: l0(t),
|
|
484
|
+
...t0(t)
|
|
485
|
+
}), d0 = /\s+/, h0 = (t, e) => {
|
|
757
486
|
const {
|
|
758
487
|
parseClassName: s,
|
|
759
488
|
getClassGroupId: a,
|
|
760
489
|
getConflictingClassGroupIds: d,
|
|
761
490
|
sortModifiers: g
|
|
762
|
-
} = e, k = [], L = t.trim().split(
|
|
491
|
+
} = e, k = [], L = t.trim().split(d0);
|
|
763
492
|
let q = "";
|
|
764
493
|
for (let Z = L.length - 1; Z >= 0; Z -= 1) {
|
|
765
494
|
const S = L[Z], {
|
|
@@ -773,32 +502,32 @@ const C1 = "-", m0 = (t) => {
|
|
|
773
502
|
q = S + (q.length > 0 ? " " + q : q);
|
|
774
503
|
continue;
|
|
775
504
|
}
|
|
776
|
-
let X = !!O,
|
|
777
|
-
if (!
|
|
505
|
+
let X = !!O, J = a(X ? A.substring(0, O) : A);
|
|
506
|
+
if (!J) {
|
|
778
507
|
if (!X) {
|
|
779
508
|
q = S + (q.length > 0 ? " " + q : q);
|
|
780
509
|
continue;
|
|
781
510
|
}
|
|
782
|
-
if (
|
|
511
|
+
if (J = a(A), !J) {
|
|
783
512
|
q = S + (q.length > 0 ? " " + q : q);
|
|
784
513
|
continue;
|
|
785
514
|
}
|
|
786
515
|
X = !1;
|
|
787
516
|
}
|
|
788
|
-
const n1 = g(V).join(":"),
|
|
517
|
+
const n1 = g(V).join(":"), Q = R ? n1 + q1 : n1, K = Q + J;
|
|
789
518
|
if (k.includes(K))
|
|
790
519
|
continue;
|
|
791
520
|
k.push(K);
|
|
792
|
-
const D = d(
|
|
521
|
+
const D = d(J, X);
|
|
793
522
|
for (let B = 0; B < D.length; ++B) {
|
|
794
523
|
const t1 = D[B];
|
|
795
|
-
k.push(
|
|
524
|
+
k.push(Q + t1);
|
|
796
525
|
}
|
|
797
526
|
q = S + (q.length > 0 ? " " + q : q);
|
|
798
527
|
}
|
|
799
528
|
return q;
|
|
800
529
|
};
|
|
801
|
-
function
|
|
530
|
+
function m0() {
|
|
802
531
|
let t = 0, e, s, a = "";
|
|
803
532
|
for (; t < arguments.length; )
|
|
804
533
|
(e = arguments[t++]) && (s = E1(e)) && (a && (a += " "), a += s);
|
|
@@ -812,39 +541,39 @@ const E1 = (t) => {
|
|
|
812
541
|
t[a] && (e = E1(t[a])) && (s && (s += " "), s += e);
|
|
813
542
|
return s;
|
|
814
543
|
};
|
|
815
|
-
function
|
|
544
|
+
function u0(t, ...e) {
|
|
816
545
|
let s, a, d, g = k;
|
|
817
546
|
function k(q) {
|
|
818
547
|
const Z = e.reduce((S, H) => H(S), t());
|
|
819
|
-
return s =
|
|
548
|
+
return s = i0(Z), a = s.cache.get, d = s.cache.set, g = L, L(q);
|
|
820
549
|
}
|
|
821
550
|
function L(q) {
|
|
822
551
|
const Z = a(q);
|
|
823
552
|
if (Z)
|
|
824
553
|
return Z;
|
|
825
|
-
const S =
|
|
554
|
+
const S = h0(q, s);
|
|
826
555
|
return d(q, S), S;
|
|
827
556
|
}
|
|
828
557
|
return function() {
|
|
829
|
-
return g(
|
|
558
|
+
return g(m0.apply(null, arguments));
|
|
830
559
|
};
|
|
831
560
|
}
|
|
832
561
|
const N = (t) => {
|
|
833
562
|
const e = (s) => s[t] || [];
|
|
834
563
|
return e.isThemeGetter = !0, e;
|
|
835
|
-
}, N1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, O1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i,
|
|
564
|
+
}, N1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, O1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, v0 = /^\d+\/\d+$/, g0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, p0 = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, f0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, w0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, x0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, c1 = (t) => v0.test(t), j = (t) => !!t && !Number.isNaN(Number(t)), o1 = (t) => !!t && Number.isInteger(Number(t)), w1 = (t) => t.endsWith("%") && j(t.slice(0, -1)), r1 = (t) => g0.test(t), b0 = () => !0, k0 = (t) => (
|
|
836
565
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
837
566
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
838
567
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
839
|
-
|
|
840
|
-
), R1 = () => !1,
|
|
568
|
+
p0.test(t) && !f0.test(t)
|
|
569
|
+
), R1 = () => !1, q0 = (t) => w0.test(t), y0 = (t) => x0.test(t), j0 = (t) => !u(t) && !v(t), C0 = (t) => l1(t, D1, R1), u = (t) => N1.test(t), a1 = (t) => l1(t, I1, k0), x1 = (t) => l1(t, z0, j), S1 = (t) => l1(t, B1, R1), L0 = (t) => l1(t, P1, y0), g1 = (t) => l1(t, V1, q0), v = (t) => O1.test(t), m1 = (t) => i1(t, I1), T0 = (t) => i1(t, S0), H1 = (t) => i1(t, B1), M0 = (t) => i1(t, D1), Z0 = (t) => i1(t, P1), p1 = (t) => i1(t, V1, !0), l1 = (t, e, s) => {
|
|
841
570
|
const a = N1.exec(t);
|
|
842
571
|
return a ? a[1] ? e(a[1]) : s(a[2]) : !1;
|
|
843
572
|
}, i1 = (t, e, s = !1) => {
|
|
844
573
|
const a = O1.exec(t);
|
|
845
574
|
return a ? a[1] ? e(a[1]) : s : !1;
|
|
846
|
-
}, B1 = (t) => t === "position" || t === "percentage", P1 = (t) => t === "image" || t === "url", D1 = (t) => t === "length" || t === "size" || t === "bg-size", I1 = (t) => t === "length",
|
|
847
|
-
const t = N("color"), e = N("font"), s = N("text"), a = N("font-weight"), d = N("tracking"), g = N("leading"), k = N("breakpoint"), L = N("container"), q = N("spacing"), Z = N("radius"), S = N("shadow"), H = N("inset-shadow"), V = N("text-shadow"), R = N("drop-shadow"), A = N("blur"), O = N("perspective"), X = N("aspect"),
|
|
575
|
+
}, B1 = (t) => t === "position" || t === "percentage", P1 = (t) => t === "image" || t === "url", D1 = (t) => t === "length" || t === "size" || t === "bg-size", I1 = (t) => t === "length", z0 = (t) => t === "number", S0 = (t) => t === "family-name", V1 = (t) => t === "shadow", H0 = () => {
|
|
576
|
+
const t = N("color"), e = N("font"), s = N("text"), a = N("font-weight"), d = N("tracking"), g = N("leading"), k = N("breakpoint"), L = N("container"), q = N("spacing"), Z = N("radius"), S = N("shadow"), H = N("inset-shadow"), V = N("text-shadow"), R = N("drop-shadow"), A = N("blur"), O = N("perspective"), X = N("aspect"), J = N("ease"), n1 = N("animate"), Q = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], K = () => [
|
|
848
577
|
"center",
|
|
849
578
|
"top",
|
|
850
579
|
"bottom",
|
|
@@ -868,7 +597,7 @@ const N = (t) => {
|
|
|
868
597
|
position: [v, u]
|
|
869
598
|
}], n = () => ["no-repeat", {
|
|
870
599
|
repeat: ["", "x", "y", "space", "round"]
|
|
871
|
-
}], h = () => ["auto", "cover", "contain",
|
|
600
|
+
}], h = () => ["auto", "cover", "contain", M0, C0, {
|
|
872
601
|
size: [v, u]
|
|
873
602
|
}], x = () => [w1, m1, a1], f = () => [
|
|
874
603
|
// Deprecated since Tailwind CSS v4.0.0
|
|
@@ -893,11 +622,11 @@ const N = (t) => {
|
|
|
893
622
|
aspect: ["video"],
|
|
894
623
|
blur: [r1],
|
|
895
624
|
breakpoint: [r1],
|
|
896
|
-
color: [
|
|
625
|
+
color: [b0],
|
|
897
626
|
container: [r1],
|
|
898
627
|
"drop-shadow": [r1],
|
|
899
628
|
ease: ["in", "out", "in-out"],
|
|
900
|
-
font: [
|
|
629
|
+
font: [j0],
|
|
901
630
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
902
631
|
"inset-shadow": [r1],
|
|
903
632
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -938,14 +667,14 @@ const N = (t) => {
|
|
|
938
667
|
* @see https://tailwindcss.com/docs/break-after
|
|
939
668
|
*/
|
|
940
669
|
"break-after": [{
|
|
941
|
-
"break-after":
|
|
670
|
+
"break-after": Q()
|
|
942
671
|
}],
|
|
943
672
|
/**
|
|
944
673
|
* Break Before
|
|
945
674
|
* @see https://tailwindcss.com/docs/break-before
|
|
946
675
|
*/
|
|
947
676
|
"break-before": [{
|
|
948
|
-
"break-before":
|
|
677
|
+
"break-before": Q()
|
|
949
678
|
}],
|
|
950
679
|
/**
|
|
951
680
|
* Break Inside
|
|
@@ -1609,7 +1338,7 @@ const N = (t) => {
|
|
|
1609
1338
|
* @see https://tailwindcss.com/docs/font-family
|
|
1610
1339
|
*/
|
|
1611
1340
|
"font-family": [{
|
|
1612
|
-
font: [
|
|
1341
|
+
font: [T0, u, e]
|
|
1613
1342
|
}],
|
|
1614
1343
|
/**
|
|
1615
1344
|
* Font Variant Numeric
|
|
@@ -1864,7 +1593,7 @@ const N = (t) => {
|
|
|
1864
1593
|
}, o1, v, u],
|
|
1865
1594
|
radial: ["", v, u],
|
|
1866
1595
|
conic: [o1, v, u]
|
|
1867
|
-
},
|
|
1596
|
+
}, Z0, L0]
|
|
1868
1597
|
}],
|
|
1869
1598
|
/**
|
|
1870
1599
|
* Background Color
|
|
@@ -2787,7 +2516,7 @@ const N = (t) => {
|
|
|
2787
2516
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2788
2517
|
*/
|
|
2789
2518
|
ease: [{
|
|
2790
|
-
ease: ["linear", "initial",
|
|
2519
|
+
ease: ["linear", "initial", J, v, u]
|
|
2791
2520
|
}],
|
|
2792
2521
|
/**
|
|
2793
2522
|
* Transition Delay
|
|
@@ -3313,7 +3042,7 @@ const N = (t) => {
|
|
|
3313
3042
|
},
|
|
3314
3043
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3315
3044
|
};
|
|
3316
|
-
},
|
|
3045
|
+
}, $0 = /* @__PURE__ */ u0(H0);
|
|
3317
3046
|
function W1(t) {
|
|
3318
3047
|
var e, s, a = "";
|
|
3319
3048
|
if (typeof t == "string" || typeof t == "number") a += t;
|
|
@@ -3323,13 +3052,13 @@ function W1(t) {
|
|
|
3323
3052
|
} else for (s in t) t[s] && (a && (a += " "), a += s);
|
|
3324
3053
|
return a;
|
|
3325
3054
|
}
|
|
3326
|
-
function
|
|
3055
|
+
function _0() {
|
|
3327
3056
|
for (var t, e, s = 0, a = "", d = arguments.length; s < d; s++) (t = arguments[s]) && (e = W1(t)) && (a && (a += " "), a += e);
|
|
3328
3057
|
return a;
|
|
3329
3058
|
}
|
|
3330
|
-
function
|
|
3059
|
+
function U(...t) {
|
|
3331
3060
|
const e = t.filter((s) => s && s.trim() !== "");
|
|
3332
|
-
return e.length === 0 ? "" : e.length === 1 ? e[0] :
|
|
3061
|
+
return e.length === 0 ? "" : e.length === 1 ? e[0] : $0(_0(e));
|
|
3333
3062
|
}
|
|
3334
3063
|
const $1 = (t) => !Array.isArray(t) || t.length === 0, Y = class {
|
|
3335
3064
|
};
|
|
@@ -3342,27 +3071,27 @@ F(Y, "IsZeroArray", (t) => $1(t)), F(Y, "RemoveItem", (t, e) => Y.IsZeroArray(t)
|
|
|
3342
3071
|
s.id === e.id && (t[a] = e);
|
|
3343
3072
|
}
|
|
3344
3073
|
), t)), F(Y, "PrependItem", (t, e) => Y.IsZeroArray(t) ? [e] : [e, ...t]), F(Y, "AppendArray", (t, e) => Y.IsZeroArray(t) ? e : [...t, ...e]), F(Y, "Contain", (t, e) => $1(t) ? !1 : t.includes(e)), F(Y, "Union", (t, e) => t.concat(e.filter((s) => t.indexOf(s) < 0)));
|
|
3345
|
-
class
|
|
3074
|
+
class A0 extends Error {
|
|
3346
3075
|
}
|
|
3347
|
-
|
|
3348
|
-
function
|
|
3076
|
+
A0.prototype.name = "InvalidTokenError";
|
|
3077
|
+
function E0(t) {
|
|
3349
3078
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3350
3079
|
}
|
|
3351
|
-
var j1 = { exports: {} },
|
|
3352
|
-
function
|
|
3080
|
+
var j1 = { exports: {} }, N0 = j1.exports, _1;
|
|
3081
|
+
function O0() {
|
|
3353
3082
|
return _1 || (_1 = 1, (function(t, e) {
|
|
3354
3083
|
(function(s, a) {
|
|
3355
3084
|
t.exports = a();
|
|
3356
|
-
})(
|
|
3357
|
-
var s = 1e3, a = 6e4, d = 36e5, g = "millisecond", k = "second", L = "minute", q = "hour", Z = "day", S = "week", H = "month", V = "quarter", R = "year", A = "date", O = "Invalid Date", X = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,
|
|
3085
|
+
})(N0, function() {
|
|
3086
|
+
var s = 1e3, a = 6e4, d = 36e5, g = "millisecond", k = "second", L = "minute", q = "hour", Z = "day", S = "week", H = "month", V = "quarter", R = "year", A = "date", O = "Invalid Date", X = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, J = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, n1 = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(p) {
|
|
3358
3087
|
var i = ["th", "st", "nd", "rd"], c = p % 100;
|
|
3359
3088
|
return "[" + p + (i[(c - 20) % 10] || i[c] || i[0]) + "]";
|
|
3360
|
-
} },
|
|
3089
|
+
} }, Q = function(p, i, c) {
|
|
3361
3090
|
var m = String(p);
|
|
3362
3091
|
return !m || m.length >= i ? p : "" + Array(i + 1 - m.length).join(c) + p;
|
|
3363
|
-
}, K = { s:
|
|
3092
|
+
}, K = { s: Q, z: function(p) {
|
|
3364
3093
|
var i = -p.utcOffset(), c = Math.abs(i), m = Math.floor(c / 60), o = c % 60;
|
|
3365
|
-
return (i <= 0 ? "+" : "-") +
|
|
3094
|
+
return (i <= 0 ? "+" : "-") + Q(m, 2, "0") + ":" + Q(o, 2, "0");
|
|
3366
3095
|
}, m: function p(i, c) {
|
|
3367
3096
|
if (i.date() < c.date()) return -p(c, i);
|
|
3368
3097
|
var m = 12 * (c.year() - i.year()) + (c.month() - i.month()), o = i.clone().add(m, H), b = c - o < 0, n = i.clone().add(m + (b ? -1 : 1), H);
|
|
@@ -3504,7 +3233,7 @@ function J0() {
|
|
|
3504
3233
|
var v1 = _ < 12 ? "AM" : "PM";
|
|
3505
3234
|
return e1 ? v1.toLowerCase() : v1;
|
|
3506
3235
|
};
|
|
3507
|
-
return b.replace(
|
|
3236
|
+
return b.replace(J, function(_, I) {
|
|
3508
3237
|
return I || (function(e1) {
|
|
3509
3238
|
switch (e1) {
|
|
3510
3239
|
case "YY":
|
|
@@ -3626,11 +3355,282 @@ function J0() {
|
|
|
3626
3355
|
});
|
|
3627
3356
|
})(j1)), j1.exports;
|
|
3628
3357
|
}
|
|
3629
|
-
var
|
|
3630
|
-
const b1 = /* @__PURE__ */
|
|
3358
|
+
var R0 = O0();
|
|
3359
|
+
const b1 = /* @__PURE__ */ E0(R0);
|
|
3631
3360
|
class f1 {
|
|
3632
3361
|
}
|
|
3633
3362
|
F(f1, "getToday", () => b1()), F(f1, "isValidDate", (t) => b1.isDayjs(t)), F(f1, "parseDate", (t) => b1(t)), F(f1, "convertDayjsToGoTime", (t) => t == null ? void 0 : t.format("YYYY-MM-DDTHH:mm:ssZ"));
|
|
3363
|
+
function B0({ className: t = "", size: e = l.md }) {
|
|
3364
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3365
|
+
"svg",
|
|
3366
|
+
{
|
|
3367
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3368
|
+
className: U("stroke-black", t),
|
|
3369
|
+
height: e,
|
|
3370
|
+
width: e,
|
|
3371
|
+
viewBox: "0 0 32 32",
|
|
3372
|
+
children: [
|
|
3373
|
+
/* @__PURE__ */ r.jsx("style", { type: "text/css", children: ".st0{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}" }),
|
|
3374
|
+
/* @__PURE__ */ r.jsx(
|
|
3375
|
+
"path",
|
|
3376
|
+
{
|
|
3377
|
+
className: "st0",
|
|
3378
|
+
d: `M3.6,10.4c0.8,0.8,2.2,0.8,3.1,0L8,9.1l1.3,1.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1l-1.3-1.3L8,3
|
|
3379
|
+
L4.9,6.1L3.6,7.3C2.8,8.2,2.8,9.5,3.6,10.4z`
|
|
3380
|
+
}
|
|
3381
|
+
),
|
|
3382
|
+
/* @__PURE__ */ r.jsx(
|
|
3383
|
+
"path",
|
|
3384
|
+
{
|
|
3385
|
+
className: "st0",
|
|
3386
|
+
d: `M28.4,4.7c-0.8-0.9-2.2-0.9-3.1,0L24,6.1l-1.3-1.4c-0.8-0.9-2.2-0.9-3.1,0s-0.8,2.5,0,3.4l1.3,1.4L24,13
|
|
3387
|
+
l3.1-3.4l1.3-1.4C29.2,7.2,29.2,5.7,28.4,4.7z`
|
|
3388
|
+
}
|
|
3389
|
+
),
|
|
3390
|
+
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "7", y1: "14", x2: "9", y2: "14" }),
|
|
3391
|
+
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "8", y1: "10", x2: "8", y2: "14" }),
|
|
3392
|
+
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "23", y1: "29", x2: "25", y2: "29" }),
|
|
3393
|
+
/* @__PURE__ */ r.jsx("line", { className: "st0", x1: "24", y1: "25", x2: "24", y2: "29" }),
|
|
3394
|
+
/* @__PURE__ */ r.jsx(
|
|
3395
|
+
"path",
|
|
3396
|
+
{
|
|
3397
|
+
className: "st0",
|
|
3398
|
+
d: `M26.5,21c-0.1,0-0.2,0-0.4,0c0.2-0.4,0.4-0.8,0.4-1.3c0-1.4-1.1-2.5-2.5-2.5c-1.4,0-2.5,1.1-2.5,2.5
|
|
3399
|
+
c0,0.5,0.1,0.9,0.4,1.3c-0.1,0-0.2,0-0.4,0c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5c1.2,0,2.2-0.9,2.4-2h0.1
|
|
3400
|
+
c0.2,1.1,1.2,2,2.4,2c1.4,0,2.5-1.1,2.5-2.5C29,22.1,27.9,21,26.5,21z`
|
|
3401
|
+
}
|
|
3402
|
+
),
|
|
3403
|
+
/* @__PURE__ */ r.jsx("polygon", { className: "st0", points: "8,18 3,23.5 8,29 13,23.5 " })
|
|
3404
|
+
]
|
|
3405
|
+
}
|
|
3406
|
+
);
|
|
3407
|
+
}
|
|
3408
|
+
const P0 = {
|
|
3409
|
+
sports: J1,
|
|
3410
|
+
pets: Q1,
|
|
3411
|
+
cardgames: B0
|
|
3412
|
+
// Future categories can be added here
|
|
3413
|
+
};
|
|
3414
|
+
function Z2({ categoryType: t, size: e = l.md, className: s = "" }) {
|
|
3415
|
+
const a = P0[t];
|
|
3416
|
+
return a ? /* @__PURE__ */ r.jsx(a, { size: e, className: s }) : null;
|
|
3417
|
+
}
|
|
3418
|
+
function D0({ className: t = "", size: e = l.md }) {
|
|
3419
|
+
return /* @__PURE__ */ r.jsx(
|
|
3420
|
+
"svg",
|
|
3421
|
+
{
|
|
3422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3423
|
+
className: t,
|
|
3424
|
+
height: e,
|
|
3425
|
+
width: e,
|
|
3426
|
+
viewBox: "0 -960 960 960",
|
|
3427
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m414-168 12-56q3-13 12.5-21.5T462-256l124-10q13-2 24 5t16 19l16 38q39-23 70-55.5t52-72.5l-12-6q-11-8-16-19.5t-2-24.5l28-122q3-12 12.5-20t21.5-10q-5-25-12.5-48.5T764-628q-9 5-19.5 4.5T726-630l-106-64q-11-7-16-19t-2-25l8-34q-31-14-63.5-21t-66.5-7q-14 0-29 1.5t-29 4.5l30 68q5 12 2.5 25T442-680l-94 82q-10 9-23.5 10t-24.5-6l-92-56q-23 38-35.5 81.5T160-480q0 16 4 52l88-8q14-2 25.5 4.5T294-412l48 114q5 12 2.5 25T332-252l-38 32q27 20 57.5 33t62.5 19Zm72-172q-13 2-24-5t-16-19l-54-124q-5-12-1.5-25t13.5-21l102-86q9-9 22-10t24 6l112 66q11 7 17 19t3 25l-32 130q-3 13-12 21.5T618-352l-132 12Zm-6 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
3428
|
+
}
|
|
3429
|
+
);
|
|
3430
|
+
}
|
|
3431
|
+
function I0({ className: t = "", size: e = l.md }) {
|
|
3432
|
+
return /* @__PURE__ */ r.jsx(
|
|
3433
|
+
"svg",
|
|
3434
|
+
{
|
|
3435
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3436
|
+
className: t,
|
|
3437
|
+
height: e,
|
|
3438
|
+
width: e,
|
|
3439
|
+
viewBox: "0 -960 960 960",
|
|
3440
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m280-40 123-622q6-29 27-43.5t44-14.5q23 0 42.5 10t31.5 30l40 64q18 29 46.5 52.5T700-529v-71h60v560h-60v-406q-48-11-89-35t-71-59l-24 120 84 80v300h-80v-240l-84-80-72 320h-84Zm17-395-85-16q-16-3-25-16.5t-6-30.5l30-157q6-32 34-50.5t60-12.5l46 9-54 274Zm243-305q-33 0-56.5-23.5T460-820q0-33 23.5-56.5T540-900q33 0 56.5 23.5T620-820q0 33-23.5 56.5T540-740Z" })
|
|
3441
|
+
}
|
|
3442
|
+
);
|
|
3443
|
+
}
|
|
3444
|
+
function V0({ className: t = "", size: e = l.md }) {
|
|
3445
|
+
return /* @__PURE__ */ r.jsx(
|
|
3446
|
+
"svg",
|
|
3447
|
+
{
|
|
3448
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3449
|
+
className: t,
|
|
3450
|
+
height: e,
|
|
3451
|
+
width: e,
|
|
3452
|
+
viewBox: "0 -960 960 960",
|
|
3453
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m137-160-57-56 164-164q31-31 42.5-77.5T298-600q0-58 26-114t74-104q91-91 201-103t181 61q72 72 60 182T738-478q-48 48-104 74t-114 26q-97 0-142 11t-77 43L137-160Zm275-334q47 46 127 34t143-75q64-64 76.5-143.5T724-803q-48-48-125.5-36T456-763q-63 63-76.5 142.5T412-494ZM720-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113T720-40Zm0-80q33 0 56.5-23.5T800-200q0-33-23.5-56.5T720-280q-33 0-56.5 23.5T640-200q0 33 23.5 56.5T720-120Zm0-80Z" })
|
|
3454
|
+
}
|
|
3455
|
+
);
|
|
3456
|
+
}
|
|
3457
|
+
function W0({ className: t = "", size: e = l.md }) {
|
|
3458
|
+
return /* @__PURE__ */ r.jsx(
|
|
3459
|
+
"svg",
|
|
3460
|
+
{
|
|
3461
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3462
|
+
className: t,
|
|
3463
|
+
height: e,
|
|
3464
|
+
width: e,
|
|
3465
|
+
viewBox: "0 -960 960 960",
|
|
3466
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m216-160-56-56 384-384H440v80h-80v-160h233q16 0 31 6t26 17l120 119q27 27 66 42t84 16v80q-62 0-112.5-19T718-476l-40-42-88 88 90 90-262 151-40-69 172-99-68-68-266 265Zm-96-280v-80h200v80H120ZM40-560v-80h200v80H40Zm739-80q-33 0-57-23.5T698-720q0-33 24-56.5t57-23.5q33 0 57 23.5t24 56.5q0 33-24 56.5T779-640Zm-659-40v-80h200v80H120Z" })
|
|
3467
|
+
}
|
|
3468
|
+
);
|
|
3469
|
+
}
|
|
3470
|
+
function Y0({ className: t = "", size: e = l.md }) {
|
|
3471
|
+
return /* @__PURE__ */ r.jsx(
|
|
3472
|
+
"svg",
|
|
3473
|
+
{
|
|
3474
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3475
|
+
className: t,
|
|
3476
|
+
height: e,
|
|
3477
|
+
width: e,
|
|
3478
|
+
viewBox: "0 -960 960 960",
|
|
3479
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M162-520h114q-6-38-23-71t-43-59q-18 29-30.5 61.5T162-520Zm522 0h114q-5-36-17.5-68.5T750-650q-26 26-43 59t-23 71ZM210-310q26-26 43-59t23-71H162q5 36 17.5 68.5T210-310Zm540 0q18-29 30.5-61.5T798-440H684q6 38 23 71t43 59ZM358-520h82v-278q-53 8-98.5 29.5T260-712q39 38 64.5 86.5T358-520Zm162 0h82q8-57 33.5-105.5T700-712q-36-35-81.5-56.5T520-798v278Zm-80 358v-278h-82q-8 57-33.5 105.5T260-248q36 35 81.5 56.5T440-162Zm80 0q53-8 98.5-29.5T700-248q-39-38-64.5-86.5T602-440h-82v278Zm-40-318Zm0 400q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
3480
|
+
}
|
|
3481
|
+
);
|
|
3482
|
+
}
|
|
3483
|
+
function G0({ className: t = "", size: e = l.md }) {
|
|
3484
|
+
return /* @__PURE__ */ r.jsx(
|
|
3485
|
+
"svg",
|
|
3486
|
+
{
|
|
3487
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3488
|
+
className: t,
|
|
3489
|
+
height: e,
|
|
3490
|
+
width: e,
|
|
3491
|
+
viewBox: "0 -960 960 960",
|
|
3492
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M480-320q-117 0-198.5-81.5T200-600q0-117 81.5-198.5T480-880q117 0 198.5 81.5T760-600q0 117-81.5 198.5T480-320Zm0-80q83 0 141.5-58.5T680-600q0-83-58.5-141.5T480-800q-83 0-141.5 58.5T280-600q0 83 58.5 141.5T480-400Zm-80-200q17 0 28.5-11.5T440-640q0-17-11.5-28.5T400-680q-17 0-28.5 11.5T360-640q0 17 11.5 28.5T400-600Zm160 0q17 0 28.5-11.5T600-640q0-17-11.5-28.5T560-680q-17 0-28.5 11.5T520-640q0 17 11.5 28.5T560-600Zm-80-80q17 0 28.5-11.5T520-720q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720q0 17 11.5 28.5T480-680ZM440-80v-40q0-33-23.5-56.5T360-200h-80v-80h400v80h-80q-33 0-56.5 23.5T520-120v40h-80Zm40-520Z" })
|
|
3493
|
+
}
|
|
3494
|
+
);
|
|
3495
|
+
}
|
|
3496
|
+
function F0({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
3497
|
+
return /* @__PURE__ */ r.jsx(
|
|
3498
|
+
"svg",
|
|
3499
|
+
{
|
|
3500
|
+
className: t,
|
|
3501
|
+
height: e,
|
|
3502
|
+
width: e,
|
|
3503
|
+
version: "1.1",
|
|
3504
|
+
id: "Capa_1",
|
|
3505
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3506
|
+
viewBox: "0 0 306.292 306.292",
|
|
3507
|
+
children: /* @__PURE__ */ r.jsx("g", { children: /* @__PURE__ */ r.jsx(
|
|
3508
|
+
"path",
|
|
3509
|
+
{
|
|
3510
|
+
d: `M299.109,71.481c-8.554-18.094-23.642-31.774-42.484-38.52c-18.844-6.748-39.186-5.751-57.279,2.803
|
|
3511
|
+
c-6.996,3.307-13.397,7.655-19.002,12.861c-0.341-0.174-0.689-0.334-1.053-0.465c-2.247-0.805-4.722-0.684-6.88,0.336
|
|
3512
|
+
l-24.527,11.595c-3.118,1.474-4.993,4.508-5.142,7.729L6.619,105.204c-4.793,1.316-7.612,6.269-6.295,11.062
|
|
3513
|
+
c1.097,3.996,4.721,6.619,8.673,6.619c0.789,0,1.591-0.105,2.389-0.324l41.318-11.347l13.88,29.362l-37.462,14.199
|
|
3514
|
+
c-4.648,1.762-6.987,6.958-5.226,11.605c1.363,3.598,4.785,5.813,8.417,5.813c1.06,0,2.139-0.189,3.188-0.587L74.301,156.9
|
|
3515
|
+
l16.834,35.61l-35.99,20.649c-4.311,2.474-5.801,7.974-3.327,12.286c1.664,2.899,4.695,4.522,7.814,4.522
|
|
3516
|
+
c1.519,0,3.059-0.385,4.471-1.195l34.75-19.937l13.366,28.273l-35.116,24.239c-4.09,2.824-5.118,8.429-2.294,12.52
|
|
3517
|
+
c1.747,2.53,4.557,3.888,7.415,3.888c1.763,0,3.544-0.517,5.105-1.594l116.818-80.637c0.293,0.143,0.593,0.274,0.903,0.385
|
|
3518
|
+
c0.983,0.352,2.009,0.527,3.034,0.527c1.318,0,2.632-0.29,3.847-0.863l24.527-11.595c2.621-1.239,4.358-3.583,4.936-6.211
|
|
3519
|
+
c7.579-1.027,15-3.214,21.998-6.522C300.744,153.587,316.766,108.834,299.109,71.481z M212.373,175.453L163.713,72.518l8.254-3.902
|
|
3520
|
+
l48.661,102.935L212.373,175.453z M165.768,200.144l-11.045-23.364l30.182-17.316l9.791,20.712L165.768,200.144z M167.07,121.737
|
|
3521
|
+
l10.117,21.401l-30.182,17.317l-12.473-26.385L167.07,121.737z M159.353,105.413l-32.538,12.333L115.566,93.95l33.959-9.326
|
|
3522
|
+
L159.353,105.413z M97.944,98.79l11.987,25.356l-26.462,10.03l-13.143-27.802L97.944,98.79z M117.648,140.47l13.696,28.971
|
|
3523
|
+
l-24.546,14.083L91.186,150.5L117.648,140.47z M139.061,185.766l11.696,24.74l-23.526,16.24l-12.715-26.897L139.061,185.766z
|
|
3524
|
+
M235.225,160.313l-45.309-95.844c4.85-5.146,10.652-9.373,17.122-12.432c13.747-6.499,29.202-7.256,43.519-2.13
|
|
3525
|
+
c14.316,5.125,25.78,15.52,32.278,29.267c6.499,13.748,7.255,29.203,2.13,43.519c-5.125,14.316-15.52,25.78-29.267,32.278
|
|
3526
|
+
C249.225,158.032,242.28,159.832,235.225,160.313z`
|
|
3527
|
+
}
|
|
3528
|
+
) })
|
|
3529
|
+
}
|
|
3530
|
+
);
|
|
3531
|
+
}
|
|
3532
|
+
function U0({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
3533
|
+
return /* @__PURE__ */ r.jsx(
|
|
3534
|
+
"svg",
|
|
3535
|
+
{
|
|
3536
|
+
className: t,
|
|
3537
|
+
height: e,
|
|
3538
|
+
width: e,
|
|
3539
|
+
version: "1.1",
|
|
3540
|
+
id: "Capa_1",
|
|
3541
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3542
|
+
viewBox: "0 0 345.134 345.134",
|
|
3543
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3544
|
+
/* @__PURE__ */ r.jsx(
|
|
3545
|
+
"path",
|
|
3546
|
+
{
|
|
3547
|
+
d: `M62.549,252.369c-9.506,0-18.442,3.701-25.164,10.423c-13.874,13.875-13.874,36.452,0,50.327
|
|
3548
|
+
c6.722,6.721,15.658,10.422,25.164,10.422s18.442-3.702,25.163-10.422c6.721-6.721,10.423-15.658,10.423-25.164
|
|
3549
|
+
c0-9.505-3.702-18.442-10.423-25.163S72.055,252.369,62.549,252.369z M74.984,300.391c-3.321,3.321-7.737,5.15-12.435,5.15
|
|
3550
|
+
c-4.698,0-9.114-1.829-12.436-5.15c-6.856-6.857-6.856-18.014,0-24.871c3.321-3.322,7.737-5.151,12.436-5.151
|
|
3551
|
+
c4.697,0,9.113,1.829,12.435,5.15c3.322,3.322,5.151,7.738,5.151,12.436C80.135,292.653,78.306,297.069,74.984,300.391z`
|
|
3552
|
+
}
|
|
3553
|
+
),
|
|
3554
|
+
/* @__PURE__ */ r.jsx(
|
|
3555
|
+
"path",
|
|
3556
|
+
{
|
|
3557
|
+
d: `M318.144,274.188c-0.21-7.501-3.541-14.67-9.136-19.67l-52.374-46.799c3.393-3.516,6.552-7.243,9.456-11.16
|
|
3558
|
+
c0.618-0.631,1.141-1.352,1.553-2.142c13.073-18.52,20.587-40.958,20.587-64.543c0-29.765-12.02-62.442-32.152-87.412
|
|
3559
|
+
C233.999,15.081,205.654,0,176.263,0c-25.543,0-50.292,11.395-70.828,32.351c-17.977,3.975-33.666,12.256-45.911,24.5
|
|
3560
|
+
c-20.782,20.783-30.162,51.489-26.411,86.463c3.421,31.892,18.027,63.498,39.074,84.544c19.245,19.246,44.48,30.343,70.581,32.386
|
|
3561
|
+
l-3.145,55.938c-0.422,7.492,2.293,14.917,7.448,20.37c5.155,5.453,12.416,8.581,19.921,8.581h18.541
|
|
3562
|
+
c7.504,0,14.765-3.127,19.92-8.581c5.155-5.453,7.87-12.878,7.448-20.37l-3.564-63.404l47.854,53.555
|
|
3563
|
+
c5,5.596,12.169,8.926,19.671,9.137c0.254,0.007,0.506,0.011,0.759,0.011c7.235,0,14.268-2.902,19.395-8.029l13.11-13.11
|
|
3564
|
+
C315.433,289.036,318.355,281.69,318.144,274.188z M277.367,297.478c-2.613-0.074-5.012-1.188-6.754-3.137l-47.936-53.646
|
|
3565
|
+
c-5.366-6.005-12.813-9.207-20.429-9.207c-3.877,0-7.799,0.83-11.512,2.542c-11.226,5.178-23.144,7.96-35.07,8.481l89.517-89.517
|
|
3566
|
+
c-0.521,11.926-3.303,23.844-8.482,35.07c-5.076,11.006-2.397,23.842,6.665,31.94l53.646,47.936
|
|
3567
|
+
c1.95,1.742,3.063,4.141,3.138,6.754c0.073,2.614-0.904,5.072-2.754,6.92l-13.11,13.11
|
|
3568
|
+
C282.439,296.573,279.981,297.552,277.367,297.478z M157.594,317.193l3.203-56.98c10.334-0.85,20.618-3.146,30.541-6.93
|
|
3569
|
+
l3.593,63.911c0.146,2.61-0.762,5.094-2.559,6.994c-1.796,1.9-4.225,2.946-6.839,2.946h-18.541c-2.614,0-5.044-1.046-6.841-2.947
|
|
3570
|
+
C158.356,322.287,157.447,319.803,157.594,317.193z M72.252,69.579c16.857-16.857,42.365-24.397,71.816-21.243
|
|
3571
|
+
c27.938,2.997,55.502,15.671,73.735,33.905c13.173,13.173,21.79,29.694,25.456,47.222L134.234,238.489
|
|
3572
|
+
c-0.663,0.663-1.2,1.404-1.613,2.193c-17.708-3.607-34.412-12.257-47.705-25.551c-18.234-18.234-30.909-45.799-33.905-73.736
|
|
3573
|
+
C47.851,111.941,55.395,86.436,72.252,69.579z M242.066,53.761c17.636,21.873,28.164,50.327,28.164,76.113
|
|
3574
|
+
c0,14.016-3.173,27.544-8.912,39.77c2.333-12.385,2.54-25.007,0.712-37.323c-0.009-0.883-0.149-1.762-0.416-2.612
|
|
3575
|
+
c-3.852-22.34-14.405-43.519-31.081-60.196c-21.047-21.047-52.652-35.654-84.544-39.074c-3.016-0.323-5.997-0.542-8.946-0.671
|
|
3576
|
+
C149.446,22.066,162.779,18,176.263,18C200.103,18,223.472,30.7,242.066,53.761z`
|
|
3577
|
+
}
|
|
3578
|
+
)
|
|
3579
|
+
] })
|
|
3580
|
+
}
|
|
3581
|
+
);
|
|
3582
|
+
}
|
|
3583
|
+
function J0({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
3584
|
+
return /* @__PURE__ */ r.jsx(
|
|
3585
|
+
"svg",
|
|
3586
|
+
{
|
|
3587
|
+
className: t,
|
|
3588
|
+
height: e,
|
|
3589
|
+
width: e,
|
|
3590
|
+
version: "1.1",
|
|
3591
|
+
id: "Capa_1",
|
|
3592
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3593
|
+
viewBox: "0 0 306.292 306.292",
|
|
3594
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3595
|
+
/* @__PURE__ */ r.jsx(
|
|
3596
|
+
"path",
|
|
3597
|
+
{
|
|
3598
|
+
d: `M318.816,57.259c-4.269-2.55-9.792-1.156-12.342,3.111l0,0l-25.322,42.392h-29.876l33.178-55.544l0,0
|
|
3599
|
+
c2.549-4.267,1.156-9.793-3.111-12.342c-4.27-2.549-9.793-1.157-12.342,3.111L170.763,202.45
|
|
3600
|
+
c-9.397,15.731-26.617,25.503-44.94,25.503H37.96c-4.915,0-9.582,2.368-12.484,6.333L2.999,264.99
|
|
3601
|
+
c-3.461,4.729-3.964,10.913-1.313,16.14c2.651,5.226,7.938,8.472,13.798,8.472h135.109c24.624,0,47.766-13.132,60.393-34.272
|
|
3602
|
+
L321.928,69.6C324.476,65.333,323.084,59.808,318.816,57.259z M150.594,271.602H20.467l18.775-25.649h86.581
|
|
3603
|
+
c24.624,0,47.765-13.132,60.394-34.272l33.313-55.77h29.876l-53.872,90.188C186.137,261.83,168.917,271.602,150.594,271.602z
|
|
3604
|
+
M260.157,137.911h-29.876l10.244-17.149h29.876L260.157,137.911z`
|
|
3605
|
+
}
|
|
3606
|
+
),
|
|
3607
|
+
/* @__PURE__ */ r.jsx(
|
|
3608
|
+
"path",
|
|
3609
|
+
{
|
|
3610
|
+
d: `M85.667,214.104c24.565,0,53.252-6.091,53.252-23.258v-27.82c0-17.167-28.687-23.258-53.252-23.258
|
|
3611
|
+
s-53.252,6.091-53.252,23.258v27.82C32.415,208.013,61.101,214.104,85.667,214.104z M85.667,196.104
|
|
3612
|
+
c-19.354,0-31.959-4.2-35.252-6.772v-8.043c13.519,4.639,30.465,4.995,35.252,4.995c4.833,0,21.754-0.359,35.252-4.986v8.034
|
|
3613
|
+
C117.626,191.904,105.02,196.104,85.667,196.104z M118.242,163.028c-5.383,2.434-16.712,5.256-32.576,5.256
|
|
3614
|
+
c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54,157.768,112.863,160.592,118.242,163.028z`
|
|
3615
|
+
}
|
|
3616
|
+
)
|
|
3617
|
+
] })
|
|
3618
|
+
}
|
|
3619
|
+
);
|
|
3620
|
+
}
|
|
3621
|
+
function Q0({ className: t = "", size: e = l.md }) {
|
|
3622
|
+
return /* @__PURE__ */ r.jsx(
|
|
3623
|
+
"svg",
|
|
3624
|
+
{
|
|
3625
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3626
|
+
className: t,
|
|
3627
|
+
height: e,
|
|
3628
|
+
width: e,
|
|
3629
|
+
viewBox: "0 -960 960 960",
|
|
3630
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M480-480ZM362-202 202-362q-3 38-1.5 79t7.5 73q23 7 69.5 9t84.5-1Zm96-16q59-13 106-37t82-59q34-34 58-80.5T742-500L500-742q-57 14-103 38.5T316-644q-35 35-59.5 81.5T218-458l240 240Zm-62-122-56-56 224-224 56 56-224 224Zm362-256q4-39 2.5-81t-8.5-73q-23-8-69.5-10t-84.5 2l160 162ZM310-120q-57 0-104-8.5T148-148q-11-12-19.5-60T120-314q0-119 36-220.5T258-702q66-66 169-102t223-36q58 0 104.5 8.5T812-812q11 12 19.5 60t8.5 108q0 117-36 218.5T702-258q-65 65-168 101.5T310-120Z" })
|
|
3631
|
+
}
|
|
3632
|
+
);
|
|
3633
|
+
}
|
|
3634
3634
|
function X0({ className: t = "", size: e = l.md }) {
|
|
3635
3635
|
return /* @__PURE__ */ r.jsx(
|
|
3636
3636
|
"svg",
|
|
@@ -3639,7 +3639,7 @@ function X0({ className: t = "", size: e = l.md }) {
|
|
|
3639
3639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3640
3640
|
height: e,
|
|
3641
3641
|
width: e,
|
|
3642
|
-
className:
|
|
3642
|
+
className: U("stroke-2 text-gray-600", t),
|
|
3643
3643
|
children: /* @__PURE__ */ r.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ r.jsx(
|
|
3644
3644
|
"path",
|
|
3645
3645
|
{
|
|
@@ -3861,24 +3861,24 @@ function s2({ className: t = "fill-gray-600", size: e = l.md }) {
|
|
|
3861
3861
|
);
|
|
3862
3862
|
}
|
|
3863
3863
|
const a2 = {
|
|
3864
|
-
tennis:
|
|
3864
|
+
tennis: V0,
|
|
3865
3865
|
pickleball: X0,
|
|
3866
|
-
basketball:
|
|
3867
|
-
golf:
|
|
3868
|
-
hiking:
|
|
3869
|
-
running:
|
|
3866
|
+
basketball: Y0,
|
|
3867
|
+
golf: G0,
|
|
3868
|
+
hiking: I0,
|
|
3869
|
+
running: W0,
|
|
3870
3870
|
gym: t2,
|
|
3871
3871
|
baseball: s2,
|
|
3872
3872
|
biking: K0,
|
|
3873
3873
|
yoga: r2,
|
|
3874
|
-
tabletennis:
|
|
3875
|
-
football:
|
|
3876
|
-
soccer:
|
|
3877
|
-
badminton:
|
|
3874
|
+
tabletennis: U0,
|
|
3875
|
+
football: Q0,
|
|
3876
|
+
soccer: D0,
|
|
3877
|
+
badminton: F0,
|
|
3878
3878
|
skiing: n2,
|
|
3879
3879
|
surfing: o2,
|
|
3880
3880
|
swimming: e2,
|
|
3881
|
-
hockey:
|
|
3881
|
+
hockey: J0
|
|
3882
3882
|
};
|
|
3883
3883
|
function c2({
|
|
3884
3884
|
interestType: t,
|
|
@@ -3912,7 +3912,7 @@ function i2({ className: t = "", size: e = l.md }) {
|
|
|
3912
3912
|
viewBox: "0 0 24 24",
|
|
3913
3913
|
width: e,
|
|
3914
3914
|
height: e,
|
|
3915
|
-
className:
|
|
3915
|
+
className: U("stroke-1 text-gray-600", t),
|
|
3916
3916
|
children: /* @__PURE__ */ r.jsx(
|
|
3917
3917
|
"path",
|
|
3918
3918
|
{
|
|
@@ -3938,7 +3938,7 @@ function m2({ className: t = "", size: e = l.md }) {
|
|
|
3938
3938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3939
3939
|
height: e,
|
|
3940
3940
|
width: e,
|
|
3941
|
-
className:
|
|
3941
|
+
className: U("stroke-2 text-gray-600", t),
|
|
3942
3942
|
viewBox: "0 0 465.072 465.072",
|
|
3943
3943
|
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3944
3944
|
/* @__PURE__ */ r.jsx(
|
|
@@ -3993,7 +3993,7 @@ function u2({ className: t = "", size: e = l.md }) {
|
|
|
3993
3993
|
{
|
|
3994
3994
|
height: e,
|
|
3995
3995
|
width: e,
|
|
3996
|
-
className:
|
|
3996
|
+
className: U("stroke-2 text-gray-600", t),
|
|
3997
3997
|
viewBox: "0 -5 512.00242 512",
|
|
3998
3998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3999
3999
|
children: [
|
|
@@ -4015,7 +4015,7 @@ function g2({ interestType: t, className: e, size: s }) {
|
|
|
4015
4015
|
return a && /* @__PURE__ */ r.jsx(a, { className: e, size: s });
|
|
4016
4016
|
}
|
|
4017
4017
|
function p2({ className: t = "", size: e = l.md }) {
|
|
4018
|
-
return /* @__PURE__ */ r.jsxs("svg", { className:
|
|
4018
|
+
return /* @__PURE__ */ r.jsxs("svg", { className: U("fill-black", t), height: e, width: e, viewBox: "0 0 512 512", children: [
|
|
4019
4019
|
/* @__PURE__ */ r.jsx("style", { type: "text/css", children: ".st0{stroke-width:2;}" }),
|
|
4020
4020
|
/* @__PURE__ */ r.jsxs("g", { children: [
|
|
4021
4021
|
/* @__PURE__ */ r.jsx(
|
|
@@ -4102,7 +4102,7 @@ function p2({ className: t = "", size: e = l.md }) {
|
|
|
4102
4102
|
] });
|
|
4103
4103
|
}
|
|
4104
4104
|
function f2({ className: t = "", size: e = l.md }) {
|
|
4105
|
-
return /* @__PURE__ */ r.jsxs("svg", { className:
|
|
4105
|
+
return /* @__PURE__ */ r.jsxs("svg", { className: U("fill-black", t), height: e, width: e, viewBox: "0 0 512 512", children: [
|
|
4106
4106
|
/* @__PURE__ */ r.jsx("style", { type: "text/css", children: ".st0{stroke-width:2;}" }),
|
|
4107
4107
|
/* @__PURE__ */ r.jsxs("g", { children: [
|
|
4108
4108
|
/* @__PURE__ */ r.jsx(
|
|
@@ -4204,7 +4204,7 @@ function w2({ className: t = "", size: e = l.md }) {
|
|
|
4204
4204
|
{
|
|
4205
4205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4206
4206
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
4207
|
-
className:
|
|
4207
|
+
className: U("fill-black", t),
|
|
4208
4208
|
height: e,
|
|
4209
4209
|
width: e,
|
|
4210
4210
|
viewBox: "0 0 512 512",
|
|
@@ -4491,7 +4491,7 @@ function Y2({ className: t = "", size: e = l.md }) {
|
|
|
4491
4491
|
return /* @__PURE__ */ r.jsx(
|
|
4492
4492
|
"svg",
|
|
4493
4493
|
{
|
|
4494
|
-
className:
|
|
4494
|
+
className: U("stroke-2 text-gray-600", t),
|
|
4495
4495
|
height: e,
|
|
4496
4496
|
width: e,
|
|
4497
4497
|
enableBackground: "new 0 0 512.004 512.004",
|
|
@@ -4511,7 +4511,7 @@ function G2({ className: t = "", size: e = l.md }) {
|
|
|
4511
4511
|
return /* @__PURE__ */ r.jsxs(
|
|
4512
4512
|
"svg",
|
|
4513
4513
|
{
|
|
4514
|
-
className:
|
|
4514
|
+
className: U(t, "fill-none"),
|
|
4515
4515
|
width: e,
|
|
4516
4516
|
height: e,
|
|
4517
4517
|
viewBox: "0 0 24 24",
|
|
@@ -5171,7 +5171,7 @@ function b3({ className: t = "", size: e = l.xs }) {
|
|
|
5171
5171
|
height: e,
|
|
5172
5172
|
viewBox: "0 0 24 24",
|
|
5173
5173
|
fill: "none",
|
|
5174
|
-
className:
|
|
5174
|
+
className: U("PasswordShow text-gray-600", t),
|
|
5175
5175
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5176
5176
|
children: [
|
|
5177
5177
|
/* @__PURE__ */ r.jsx(
|
|
@@ -5218,7 +5218,7 @@ function k3({ className: t = "", size: e = l.xs }) {
|
|
|
5218
5218
|
height: e,
|
|
5219
5219
|
viewBox: "0 0 24 24",
|
|
5220
5220
|
fill: "none",
|
|
5221
|
-
className:
|
|
5221
|
+
className: U("PasswordHide text-gray-600", t),
|
|
5222
5222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5223
5223
|
children: [
|
|
5224
5224
|
/* @__PURE__ */ r.jsx(
|
|
@@ -5258,16 +5258,16 @@ function k3({ className: t = "", size: e = l.xs }) {
|
|
|
5258
5258
|
export {
|
|
5259
5259
|
F2 as AddSvg,
|
|
5260
5260
|
Y2 as ArenaSvg,
|
|
5261
|
-
|
|
5261
|
+
F0 as Badminton,
|
|
5262
5262
|
s2 as Baseball,
|
|
5263
|
-
|
|
5263
|
+
Y0 as Basketball,
|
|
5264
5264
|
K0 as Biking,
|
|
5265
5265
|
w2 as Blackjack,
|
|
5266
5266
|
N2 as CalendarEventSvg,
|
|
5267
5267
|
$2 as CalendarSvg,
|
|
5268
5268
|
b2 as CardGamesInterestSvg,
|
|
5269
5269
|
i2 as Cat,
|
|
5270
|
-
|
|
5270
|
+
Z2 as CategorySvg,
|
|
5271
5271
|
_2 as ChatSvg,
|
|
5272
5272
|
c3 as CitySvg,
|
|
5273
5273
|
e3 as CloseSvg,
|
|
@@ -5285,13 +5285,13 @@ export {
|
|
|
5285
5285
|
K2 as EditSvg,
|
|
5286
5286
|
p3 as EventSvg,
|
|
5287
5287
|
D2 as ExploreSvg,
|
|
5288
|
-
|
|
5288
|
+
Q0 as Football,
|
|
5289
5289
|
g3 as GameSvg,
|
|
5290
|
-
|
|
5290
|
+
G0 as Golf,
|
|
5291
5291
|
m2 as Guitar,
|
|
5292
5292
|
t2 as Gym,
|
|
5293
|
-
|
|
5294
|
-
|
|
5293
|
+
I0 as Hiking,
|
|
5294
|
+
J0 as Hockey,
|
|
5295
5295
|
S2 as HomeSvg,
|
|
5296
5296
|
r3 as ImageSvg,
|
|
5297
5297
|
z2 as InterestSvg,
|
|
@@ -5316,20 +5316,20 @@ export {
|
|
|
5316
5316
|
n3 as PollSvg,
|
|
5317
5317
|
s3 as PrivateSvg,
|
|
5318
5318
|
X2 as RightArrowSvg,
|
|
5319
|
-
|
|
5319
|
+
W0 as Running,
|
|
5320
5320
|
m3 as SendSvg,
|
|
5321
5321
|
u2 as Singing,
|
|
5322
5322
|
n2 as Skiing,
|
|
5323
|
-
|
|
5323
|
+
D0 as Soccer,
|
|
5324
5324
|
c2 as SportsInterestSvg,
|
|
5325
5325
|
J1 as SportsSvg,
|
|
5326
5326
|
w3 as StreetSvg,
|
|
5327
5327
|
o2 as Surfing,
|
|
5328
5328
|
l as SvgSize,
|
|
5329
5329
|
e2 as Swimming,
|
|
5330
|
-
|
|
5330
|
+
U0 as TableTennis,
|
|
5331
5331
|
W2 as TeamSvg,
|
|
5332
|
-
|
|
5332
|
+
V0 as Tennis,
|
|
5333
5333
|
p2 as TexasHoldem,
|
|
5334
5334
|
o3 as TextPostSvg,
|
|
5335
5335
|
d3 as UpArrowSvg,
|