wasvg 1.34.0 → 1.35.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/index.d.ts +24 -0
- package/dist/wasvg.cjs.js +27 -27
- package/dist/wasvg.es.js +494 -229
- package/package.json +1 -1
package/dist/wasvg.es.js
CHANGED
|
@@ -7181,8 +7181,47 @@ function pt({ categoryType: t, size: r = n.md, className: i = "" }) {
|
|
|
7181
7181
|
}) : null;
|
|
7182
7182
|
}
|
|
7183
7183
|
//#endregion
|
|
7184
|
+
//#region src/interests/categories/Language.tsx
|
|
7185
|
+
function mt({ className: r = "", size: i = n.md }) {
|
|
7186
|
+
return /* @__PURE__ */ t("svg", {
|
|
7187
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7188
|
+
viewBox: "0 0 512 512",
|
|
7189
|
+
height: i,
|
|
7190
|
+
width: i,
|
|
7191
|
+
className: r,
|
|
7192
|
+
fill: "none",
|
|
7193
|
+
stroke: "currentColor",
|
|
7194
|
+
strokeWidth: "32",
|
|
7195
|
+
strokeLinecap: "round",
|
|
7196
|
+
strokeLinejoin: "round",
|
|
7197
|
+
children: [
|
|
7198
|
+
/* @__PURE__ */ e("line", {
|
|
7199
|
+
x1: "48",
|
|
7200
|
+
y1: "112",
|
|
7201
|
+
x2: "336",
|
|
7202
|
+
y2: "112"
|
|
7203
|
+
}),
|
|
7204
|
+
/* @__PURE__ */ e("line", {
|
|
7205
|
+
x1: "192",
|
|
7206
|
+
y1: "64",
|
|
7207
|
+
x2: "192",
|
|
7208
|
+
y2: "112"
|
|
7209
|
+
}),
|
|
7210
|
+
/* @__PURE__ */ e("polyline", { points: "272 448 368 224 464 448" }),
|
|
7211
|
+
/* @__PURE__ */ e("line", {
|
|
7212
|
+
x1: "301.5",
|
|
7213
|
+
y1: "384",
|
|
7214
|
+
x2: "434.5",
|
|
7215
|
+
y2: "384"
|
|
7216
|
+
}),
|
|
7217
|
+
/* @__PURE__ */ e("path", { d: "M281.3,112S257,206,199,277,80,384,80,384" }),
|
|
7218
|
+
/* @__PURE__ */ e("path", { d: "M256,336s-35-27-72-75-56-85-56-85" })
|
|
7219
|
+
]
|
|
7220
|
+
});
|
|
7221
|
+
}
|
|
7222
|
+
//#endregion
|
|
7184
7223
|
//#region src/interests/interestsByCategory/sports/all/Soccer.tsx
|
|
7185
|
-
function
|
|
7224
|
+
function ht({ className: t = "", size: r = n.md }) {
|
|
7186
7225
|
return /* @__PURE__ */ e("svg", {
|
|
7187
7226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7188
7227
|
className: t,
|
|
@@ -7194,7 +7233,7 @@ function mt({ className: t = "", size: r = n.md }) {
|
|
|
7194
7233
|
}
|
|
7195
7234
|
//#endregion
|
|
7196
7235
|
//#region src/interests/interestsByCategory/sports/all/Hiking.tsx
|
|
7197
|
-
function
|
|
7236
|
+
function gt({ className: t = "", size: r = n.md }) {
|
|
7198
7237
|
return /* @__PURE__ */ e("svg", {
|
|
7199
7238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7200
7239
|
className: t,
|
|
@@ -7206,7 +7245,7 @@ function ht({ className: t = "", size: r = n.md }) {
|
|
|
7206
7245
|
}
|
|
7207
7246
|
//#endregion
|
|
7208
7247
|
//#region src/interests/interestsByCategory/sports/all/Tennis.tsx
|
|
7209
|
-
function
|
|
7248
|
+
function _t({ className: t = "", size: r = n.md }) {
|
|
7210
7249
|
return /* @__PURE__ */ e("svg", {
|
|
7211
7250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7212
7251
|
className: t,
|
|
@@ -7218,7 +7257,7 @@ function gt({ className: t = "", size: r = n.md }) {
|
|
|
7218
7257
|
}
|
|
7219
7258
|
//#endregion
|
|
7220
7259
|
//#region src/interests/interestsByCategory/sports/all/Running.tsx
|
|
7221
|
-
function
|
|
7260
|
+
function vt({ className: t = "", size: r = n.md }) {
|
|
7222
7261
|
return /* @__PURE__ */ e("svg", {
|
|
7223
7262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7224
7263
|
className: t,
|
|
@@ -7230,7 +7269,7 @@ function _t({ className: t = "", size: r = n.md }) {
|
|
|
7230
7269
|
}
|
|
7231
7270
|
//#endregion
|
|
7232
7271
|
//#region src/interests/interestsByCategory/sports/all/Basketball.tsx
|
|
7233
|
-
function
|
|
7272
|
+
function yt({ className: t = "", size: r = n.md }) {
|
|
7234
7273
|
return /* @__PURE__ */ e("svg", {
|
|
7235
7274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7236
7275
|
className: t,
|
|
@@ -7242,7 +7281,7 @@ function vt({ className: t = "", size: r = n.md }) {
|
|
|
7242
7281
|
}
|
|
7243
7282
|
//#endregion
|
|
7244
7283
|
//#region src/interests/interestsByCategory/sports/all/Golf.tsx
|
|
7245
|
-
function
|
|
7284
|
+
function bt({ className: t = "", size: r = n.md }) {
|
|
7246
7285
|
return /* @__PURE__ */ e("svg", {
|
|
7247
7286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7248
7287
|
className: t,
|
|
@@ -7254,7 +7293,7 @@ function yt({ className: t = "", size: r = n.md }) {
|
|
|
7254
7293
|
}
|
|
7255
7294
|
//#endregion
|
|
7256
7295
|
//#region src/interests/interestsByCategory/sports/all/Badminton.tsx
|
|
7257
|
-
function
|
|
7296
|
+
function xt({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
7258
7297
|
return /* @__PURE__ */ e("svg", {
|
|
7259
7298
|
className: t,
|
|
7260
7299
|
height: r,
|
|
@@ -7268,7 +7307,7 @@ function bt({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
7268
7307
|
}
|
|
7269
7308
|
//#endregion
|
|
7270
7309
|
//#region src/interests/interestsByCategory/sports/all/TableTennis.tsx
|
|
7271
|
-
function
|
|
7310
|
+
function St({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
7272
7311
|
return /* @__PURE__ */ e("svg", {
|
|
7273
7312
|
className: r,
|
|
7274
7313
|
height: i,
|
|
@@ -7282,7 +7321,7 @@ function xt({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
|
7282
7321
|
}
|
|
7283
7322
|
//#endregion
|
|
7284
7323
|
//#region src/interests/interestsByCategory/sports/all/Hockey.tsx
|
|
7285
|
-
function
|
|
7324
|
+
function Ct({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
7286
7325
|
return /* @__PURE__ */ e("svg", {
|
|
7287
7326
|
className: r,
|
|
7288
7327
|
height: i,
|
|
@@ -7296,7 +7335,7 @@ function St({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
|
7296
7335
|
}
|
|
7297
7336
|
//#endregion
|
|
7298
7337
|
//#region src/interests/interestsByCategory/sports/all/Football.tsx
|
|
7299
|
-
function
|
|
7338
|
+
function wt({ className: t = "", size: r = n.md }) {
|
|
7300
7339
|
return /* @__PURE__ */ e("svg", {
|
|
7301
7340
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7302
7341
|
className: t,
|
|
@@ -7308,7 +7347,7 @@ function Ct({ className: t = "", size: r = n.md }) {
|
|
|
7308
7347
|
}
|
|
7309
7348
|
//#endregion
|
|
7310
7349
|
//#region src/interests/interestsByCategory/sports/all/Pickleball.tsx
|
|
7311
|
-
function
|
|
7350
|
+
function Tt({ className: t = "", size: r = n.md }) {
|
|
7312
7351
|
return /* @__PURE__ */ e("svg", {
|
|
7313
7352
|
viewBox: "0 0 64 64",
|
|
7314
7353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7327,7 +7366,7 @@ function wt({ className: t = "", size: r = n.md }) {
|
|
|
7327
7366
|
}
|
|
7328
7367
|
//#endregion
|
|
7329
7368
|
//#region src/interests/interestsByCategory/sports/all/Biking.tsx
|
|
7330
|
-
function
|
|
7369
|
+
function Y({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
7331
7370
|
return /* @__PURE__ */ e("svg", {
|
|
7332
7371
|
className: t,
|
|
7333
7372
|
height: r,
|
|
@@ -7341,7 +7380,7 @@ function Tt({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
7341
7380
|
}
|
|
7342
7381
|
//#endregion
|
|
7343
7382
|
//#region src/interests/interestsByCategory/sports/all/Gym.tsx
|
|
7344
|
-
function
|
|
7383
|
+
function Et({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
7345
7384
|
return /* @__PURE__ */ e("svg", {
|
|
7346
7385
|
className: t,
|
|
7347
7386
|
height: r,
|
|
@@ -7355,7 +7394,7 @@ function Y({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
7355
7394
|
}
|
|
7356
7395
|
//#endregion
|
|
7357
7396
|
//#region src/interests/interestsByCategory/sports/all/Swimming.tsx
|
|
7358
|
-
function
|
|
7397
|
+
function Dt({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
7359
7398
|
return /* @__PURE__ */ t("svg", {
|
|
7360
7399
|
className: r,
|
|
7361
7400
|
height: i,
|
|
@@ -7373,7 +7412,7 @@ function Et({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
|
7373
7412
|
}
|
|
7374
7413
|
//#endregion
|
|
7375
7414
|
//#region src/interests/interestsByCategory/sports/all/Yoga.tsx
|
|
7376
|
-
function
|
|
7415
|
+
function Ot({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
7377
7416
|
return /* @__PURE__ */ e("svg", {
|
|
7378
7417
|
className: t,
|
|
7379
7418
|
height: r,
|
|
@@ -7387,7 +7426,7 @@ function Dt({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
7387
7426
|
}
|
|
7388
7427
|
//#endregion
|
|
7389
7428
|
//#region src/interests/interestsByCategory/sports/all/Skiing.tsx
|
|
7390
|
-
function
|
|
7429
|
+
function kt({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
7391
7430
|
return /* @__PURE__ */ t("svg", {
|
|
7392
7431
|
className: r,
|
|
7393
7432
|
height: i,
|
|
@@ -7424,7 +7463,7 @@ function Ot({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
|
7424
7463
|
}
|
|
7425
7464
|
//#endregion
|
|
7426
7465
|
//#region src/interests/interestsByCategory/sports/all/Surfing.tsx
|
|
7427
|
-
function
|
|
7466
|
+
function At({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
7428
7467
|
return /* @__PURE__ */ e("svg", {
|
|
7429
7468
|
className: r,
|
|
7430
7469
|
height: i,
|
|
@@ -7451,7 +7490,7 @@ function kt({ className: r = "fill-gray-600", size: i = n.md }) {
|
|
|
7451
7490
|
}
|
|
7452
7491
|
//#endregion
|
|
7453
7492
|
//#region src/interests/interestsByCategory/sports/all/Baseball.tsx
|
|
7454
|
-
function
|
|
7493
|
+
function jt({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
7455
7494
|
return /* @__PURE__ */ e("svg", {
|
|
7456
7495
|
className: t,
|
|
7457
7496
|
height: r,
|
|
@@ -7469,28 +7508,28 @@ function At({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
7469
7508
|
}
|
|
7470
7509
|
//#endregion
|
|
7471
7510
|
//#region src/interests/interestsByCategory/sports/SportsInterestSvg.tsx
|
|
7472
|
-
var
|
|
7473
|
-
tennis:
|
|
7474
|
-
pickleball:
|
|
7475
|
-
basketball:
|
|
7476
|
-
golf:
|
|
7477
|
-
hiking:
|
|
7478
|
-
running:
|
|
7479
|
-
gym:
|
|
7480
|
-
baseball:
|
|
7481
|
-
biking:
|
|
7482
|
-
yoga:
|
|
7483
|
-
tabletennis:
|
|
7484
|
-
football:
|
|
7485
|
-
soccer:
|
|
7486
|
-
badminton:
|
|
7487
|
-
skiing:
|
|
7488
|
-
surfing:
|
|
7489
|
-
swimming:
|
|
7490
|
-
hockey:
|
|
7511
|
+
var Mt = {
|
|
7512
|
+
tennis: _t,
|
|
7513
|
+
pickleball: Tt,
|
|
7514
|
+
basketball: yt,
|
|
7515
|
+
golf: bt,
|
|
7516
|
+
hiking: gt,
|
|
7517
|
+
running: vt,
|
|
7518
|
+
gym: Et,
|
|
7519
|
+
baseball: jt,
|
|
7520
|
+
biking: Y,
|
|
7521
|
+
yoga: Ot,
|
|
7522
|
+
tabletennis: St,
|
|
7523
|
+
football: wt,
|
|
7524
|
+
soccer: ht,
|
|
7525
|
+
badminton: xt,
|
|
7526
|
+
skiing: kt,
|
|
7527
|
+
surfing: At,
|
|
7528
|
+
swimming: Dt,
|
|
7529
|
+
hockey: Ct
|
|
7491
7530
|
};
|
|
7492
|
-
function
|
|
7493
|
-
let i =
|
|
7531
|
+
function Nt({ interestType: t, className: n, size: r }) {
|
|
7532
|
+
let i = Mt[t];
|
|
7494
7533
|
return i && /* @__PURE__ */ e(i, {
|
|
7495
7534
|
className: n,
|
|
7496
7535
|
size: r
|
|
@@ -7498,7 +7537,7 @@ function Mt({ interestType: t, className: n, size: r }) {
|
|
|
7498
7537
|
}
|
|
7499
7538
|
//#endregion
|
|
7500
7539
|
//#region src/interests/interestsByCategory/pets/all/Dog.tsx
|
|
7501
|
-
function
|
|
7540
|
+
function Pt({ className: t = "", size: r = n.md }) {
|
|
7502
7541
|
return /* @__PURE__ */ e("svg", {
|
|
7503
7542
|
className: t,
|
|
7504
7543
|
height: r,
|
|
@@ -7511,7 +7550,7 @@ function Nt({ className: t = "", size: r = n.md }) {
|
|
|
7511
7550
|
}
|
|
7512
7551
|
//#endregion
|
|
7513
7552
|
//#region src/interests/interestsByCategory/pets/all/Cat.tsx
|
|
7514
|
-
function
|
|
7553
|
+
function Ft({ className: t = "", size: r = n.md }) {
|
|
7515
7554
|
return /* @__PURE__ */ e("svg", {
|
|
7516
7555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7517
7556
|
id: "Layer_1",
|
|
@@ -7528,12 +7567,12 @@ function Pt({ className: t = "", size: r = n.md }) {
|
|
|
7528
7567
|
}
|
|
7529
7568
|
//#endregion
|
|
7530
7569
|
//#region src/interests/interestsByCategory/pets/PetsInterestSvg.tsx
|
|
7531
|
-
var
|
|
7532
|
-
cat:
|
|
7533
|
-
dog:
|
|
7570
|
+
var It = {
|
|
7571
|
+
cat: Ft,
|
|
7572
|
+
dog: Pt
|
|
7534
7573
|
};
|
|
7535
|
-
function
|
|
7536
|
-
let i =
|
|
7574
|
+
function Lt({ interestType: t, className: n, size: r }) {
|
|
7575
|
+
let i = It[t];
|
|
7537
7576
|
return i && /* @__PURE__ */ e(i, {
|
|
7538
7577
|
className: n,
|
|
7539
7578
|
size: r
|
|
@@ -7541,7 +7580,7 @@ function It({ interestType: t, className: n, size: r }) {
|
|
|
7541
7580
|
}
|
|
7542
7581
|
//#endregion
|
|
7543
7582
|
//#region src/interests/interestsByCategory/music/all/Guitar.tsx
|
|
7544
|
-
function
|
|
7583
|
+
function Rt({ className: r = "", size: i = n.md }) {
|
|
7545
7584
|
return /* @__PURE__ */ e("svg", {
|
|
7546
7585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7547
7586
|
height: i,
|
|
@@ -7553,7 +7592,7 @@ function Lt({ className: r = "", size: i = n.md }) {
|
|
|
7553
7592
|
}
|
|
7554
7593
|
//#endregion
|
|
7555
7594
|
//#region src/interests/interestsByCategory/music/all/Singing.tsx
|
|
7556
|
-
function
|
|
7595
|
+
function zt({ className: r = "", size: i = n.md }) {
|
|
7557
7596
|
return /* @__PURE__ */ t("svg", {
|
|
7558
7597
|
height: i,
|
|
7559
7598
|
width: i,
|
|
@@ -7571,7 +7610,7 @@ function Rt({ className: r = "", size: i = n.md }) {
|
|
|
7571
7610
|
}
|
|
7572
7611
|
//#endregion
|
|
7573
7612
|
//#region src/interests/interestsByCategory/music/all/Bass.tsx
|
|
7574
|
-
function
|
|
7613
|
+
function Bt({ className: r = "", size: i = n.md }) {
|
|
7575
7614
|
return /* @__PURE__ */ e("svg", {
|
|
7576
7615
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7577
7616
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7590,7 +7629,7 @@ function zt({ className: r = "", size: i = n.md }) {
|
|
|
7590
7629
|
}
|
|
7591
7630
|
//#endregion
|
|
7592
7631
|
//#region src/interests/interestsByCategory/music/all/Cello.tsx
|
|
7593
|
-
function
|
|
7632
|
+
function Vt({ className: r = "", size: i = n.md }) {
|
|
7594
7633
|
return /* @__PURE__ */ t("svg", {
|
|
7595
7634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7596
7635
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7631,7 +7670,7 @@ function Bt({ className: r = "", size: i = n.md }) {
|
|
|
7631
7670
|
}
|
|
7632
7671
|
//#endregion
|
|
7633
7672
|
//#region src/interests/interestsByCategory/music/all/Clarinet.tsx
|
|
7634
|
-
function
|
|
7673
|
+
function Ht({ className: t = "", size: r = n.md }) {
|
|
7635
7674
|
return /* @__PURE__ */ e("svg", {
|
|
7636
7675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7637
7676
|
className: t,
|
|
@@ -7643,7 +7682,7 @@ function Vt({ className: t = "", size: r = n.md }) {
|
|
|
7643
7682
|
}
|
|
7644
7683
|
//#endregion
|
|
7645
7684
|
//#region src/interests/interestsByCategory/music/all/Drum.tsx
|
|
7646
|
-
var
|
|
7685
|
+
var Ut = {
|
|
7647
7686
|
fill: "none",
|
|
7648
7687
|
stroke: "currentColor",
|
|
7649
7688
|
strokeLinecap: "round",
|
|
@@ -7651,7 +7690,7 @@ var Ht = {
|
|
|
7651
7690
|
strokeMiterlimit: 10,
|
|
7652
7691
|
strokeWidth: 1.5
|
|
7653
7692
|
};
|
|
7654
|
-
function
|
|
7693
|
+
function Wt({ className: r = "", size: i = n.md }) {
|
|
7655
7694
|
return /* @__PURE__ */ e("svg", {
|
|
7656
7695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7657
7696
|
className: r,
|
|
@@ -7661,41 +7700,41 @@ function Ut({ className: r = "", size: i = n.md }) {
|
|
|
7661
7700
|
children: /* @__PURE__ */ e("g", { children: /* @__PURE__ */ t("g", { children: [
|
|
7662
7701
|
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7663
7702
|
d: "m30.6 15.2c9.5.8 16.5 3.5 16.5 6.8 0 3.9-9.9 7-22.1 7s-22.1-3.2-22.1-7c0-3.2 7-6 16.5-6.8",
|
|
7664
|
-
style:
|
|
7703
|
+
style: Ut
|
|
7665
7704
|
}) }),
|
|
7666
7705
|
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7667
7706
|
d: "m46.2 20.1c1.3 1.1 2 2.2 2 3.5 0 4.7-10.4 8.5-23.3 8.5s-23.1-3.8-23.1-8.5c0-1.2.7-2.4 2-3.5",
|
|
7668
|
-
style:
|
|
7707
|
+
style: Ut
|
|
7669
7708
|
}) }),
|
|
7670
7709
|
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7671
7710
|
d: "m48.3 23.6v11.8c0 4.7-10.4 8.5-23.3 8.5s-23.2-3.8-23.2-8.5v-11.8",
|
|
7672
|
-
style:
|
|
7711
|
+
style: Ut
|
|
7673
7712
|
}) }),
|
|
7674
7713
|
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7675
7714
|
d: "m48.3 35.3v4.4c0 4.7-10.4 8.5-23.3 8.5s-23.2-3.8-23.2-8.5v-4.4",
|
|
7676
|
-
style:
|
|
7715
|
+
style: Ut
|
|
7677
7716
|
}) }),
|
|
7678
7717
|
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7679
7718
|
d: "m4.7 39.5c3.6.7 5.6-9 8.4-8.6 2.8.3.7 12.3 4.4 12.6 3.7.2 4.5-11.4 7.3-11.4s3.5 11.6 7.2 11.4c3.7-.3 1.6-12.2 4.5-12.5 2.8-.4 5.5 9.1 9.1 8.4",
|
|
7680
|
-
style:
|
|
7719
|
+
style: Ut
|
|
7681
7720
|
}) }),
|
|
7682
7721
|
/* @__PURE__ */ t("g", { children: [/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7683
7722
|
d: "m25 16 12.7-13.5c.9-1 2.4-1 3.3-.1.4.4.7 1 .7 1.6s-.3 1.2-.8 1.7l-13.7 12.7",
|
|
7684
|
-
style:
|
|
7723
|
+
style: Ut
|
|
7685
7724
|
}) }), /* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7686
7725
|
d: "m25 20.4-3.5 3.3c-.5.5-1.4.4-1.9-.1s-.5-1.3 0-1.9l3.2-3.5",
|
|
7687
|
-
style:
|
|
7726
|
+
style: Ut
|
|
7688
7727
|
}) })] }),
|
|
7689
7728
|
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", {
|
|
7690
7729
|
d: "m30.4 23.7c.5-.5.5-1.3.1-1.9l-18.2-19.3c-.9-1-2.4-1-3.3-.1-.9.9-.8 2.4.1 3.3l19.4 18.1c.6.4 1.4.4 1.9-.1z",
|
|
7691
|
-
style:
|
|
7730
|
+
style: Ut
|
|
7692
7731
|
}) })
|
|
7693
7732
|
] }) })
|
|
7694
7733
|
});
|
|
7695
7734
|
}
|
|
7696
7735
|
//#endregion
|
|
7697
7736
|
//#region src/interests/interestsByCategory/music/all/Flute.tsx
|
|
7698
|
-
function
|
|
7737
|
+
function Gt({ className: r = "", size: i = n.md }) {
|
|
7699
7738
|
return /* @__PURE__ */ t("svg", {
|
|
7700
7739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7701
7740
|
className: r,
|
|
@@ -7707,7 +7746,7 @@ function Wt({ className: r = "", size: i = n.md }) {
|
|
|
7707
7746
|
}
|
|
7708
7747
|
//#endregion
|
|
7709
7748
|
//#region src/interests/interestsByCategory/music/all/Harp.tsx
|
|
7710
|
-
function
|
|
7749
|
+
function Kt({ className: r = "", size: i = n.md }) {
|
|
7711
7750
|
return /* @__PURE__ */ e("svg", {
|
|
7712
7751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7713
7752
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7725,7 +7764,7 @@ function Gt({ className: r = "", size: i = n.md }) {
|
|
|
7725
7764
|
}
|
|
7726
7765
|
//#endregion
|
|
7727
7766
|
//#region src/interests/interestsByCategory/music/all/Keytar.tsx
|
|
7728
|
-
function
|
|
7767
|
+
function qt({ className: r = "", size: i = n.md }) {
|
|
7729
7768
|
return /* @__PURE__ */ e("svg", {
|
|
7730
7769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7731
7770
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7743,7 +7782,7 @@ function Kt({ className: r = "", size: i = n.md }) {
|
|
|
7743
7782
|
}
|
|
7744
7783
|
//#endregion
|
|
7745
7784
|
//#region src/interests/interestsByCategory/music/all/Piano.tsx
|
|
7746
|
-
function
|
|
7785
|
+
function Jt({ className: t = "", size: r = n.md }) {
|
|
7747
7786
|
return /* @__PURE__ */ e("svg", {
|
|
7748
7787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7749
7788
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7757,7 +7796,7 @@ function qt({ className: t = "", size: r = n.md }) {
|
|
|
7757
7796
|
}
|
|
7758
7797
|
//#endregion
|
|
7759
7798
|
//#region src/interests/interestsByCategory/music/all/Saxophone.tsx
|
|
7760
|
-
function
|
|
7799
|
+
function Yt({ className: t = "", size: r = n.md }) {
|
|
7761
7800
|
return /* @__PURE__ */ e("svg", {
|
|
7762
7801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7763
7802
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7771,7 +7810,7 @@ function Jt({ className: t = "", size: r = n.md }) {
|
|
|
7771
7810
|
}
|
|
7772
7811
|
//#endregion
|
|
7773
7812
|
//#region src/interests/interestsByCategory/music/all/Trombone.tsx
|
|
7774
|
-
function
|
|
7813
|
+
function Xt({ className: t = "", size: r = n.md }) {
|
|
7775
7814
|
return /* @__PURE__ */ e("svg", {
|
|
7776
7815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7777
7816
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7785,7 +7824,7 @@ function Yt({ className: t = "", size: r = n.md }) {
|
|
|
7785
7824
|
}
|
|
7786
7825
|
//#endregion
|
|
7787
7826
|
//#region src/interests/interestsByCategory/music/all/Tuba.tsx
|
|
7788
|
-
function
|
|
7827
|
+
function Zt({ className: t = "", size: r = n.md }) {
|
|
7789
7828
|
return /* @__PURE__ */ e("svg", {
|
|
7790
7829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7791
7830
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -7799,7 +7838,7 @@ function Xt({ className: t = "", size: r = n.md }) {
|
|
|
7799
7838
|
}
|
|
7800
7839
|
//#endregion
|
|
7801
7840
|
//#region src/interests/interestsByCategory/music/all/Violin.tsx
|
|
7802
|
-
function
|
|
7841
|
+
function Qt({ className: r = "", size: i = n.md }) {
|
|
7803
7842
|
return /* @__PURE__ */ t("svg", {
|
|
7804
7843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7805
7844
|
className: r,
|
|
@@ -7815,24 +7854,24 @@ function Zt({ className: r = "", size: i = n.md }) {
|
|
|
7815
7854
|
}
|
|
7816
7855
|
//#endregion
|
|
7817
7856
|
//#region src/interests/interestsByCategory/music/MusicInterestSvg.tsx
|
|
7818
|
-
var
|
|
7819
|
-
guitar:
|
|
7820
|
-
singing:
|
|
7821
|
-
bass:
|
|
7822
|
-
cello:
|
|
7823
|
-
clarinet:
|
|
7824
|
-
drum:
|
|
7825
|
-
flute:
|
|
7826
|
-
harp:
|
|
7827
|
-
keytar:
|
|
7828
|
-
piano:
|
|
7829
|
-
saxophone:
|
|
7830
|
-
trombone:
|
|
7831
|
-
tuba:
|
|
7832
|
-
violin:
|
|
7857
|
+
var $t = {
|
|
7858
|
+
guitar: Rt,
|
|
7859
|
+
singing: zt,
|
|
7860
|
+
bass: Bt,
|
|
7861
|
+
cello: Vt,
|
|
7862
|
+
clarinet: Ht,
|
|
7863
|
+
drum: Wt,
|
|
7864
|
+
flute: Gt,
|
|
7865
|
+
harp: Kt,
|
|
7866
|
+
keytar: qt,
|
|
7867
|
+
piano: Jt,
|
|
7868
|
+
saxophone: Yt,
|
|
7869
|
+
trombone: Xt,
|
|
7870
|
+
tuba: Zt,
|
|
7871
|
+
violin: Qt
|
|
7833
7872
|
};
|
|
7834
|
-
function
|
|
7835
|
-
let i =
|
|
7873
|
+
function en({ interestType: t, className: n, size: r }) {
|
|
7874
|
+
let i = $t[t];
|
|
7836
7875
|
return i && /* @__PURE__ */ e(i, {
|
|
7837
7876
|
className: n,
|
|
7838
7877
|
size: r
|
|
@@ -7840,7 +7879,7 @@ function $t({ interestType: t, className: n, size: r }) {
|
|
|
7840
7879
|
}
|
|
7841
7880
|
//#endregion
|
|
7842
7881
|
//#region src/interests/interestsByCategory/cardgames/all/TexasHoldem.tsx
|
|
7843
|
-
function
|
|
7882
|
+
function tn({ className: r = "fill-black", size: i = n.md }) {
|
|
7844
7883
|
return /* @__PURE__ */ e("svg", {
|
|
7845
7884
|
className: r,
|
|
7846
7885
|
height: i,
|
|
@@ -7880,7 +7919,7 @@ function en({ className: r = "fill-black", size: i = n.md }) {
|
|
|
7880
7919
|
}
|
|
7881
7920
|
//#endregion
|
|
7882
7921
|
//#region src/interests/interestsByCategory/cardgames/all/Omaha.tsx
|
|
7883
|
-
function
|
|
7922
|
+
function nn({ className: r = "fill-black", size: i = n.md }) {
|
|
7884
7923
|
return /* @__PURE__ */ e("svg", {
|
|
7885
7924
|
className: r,
|
|
7886
7925
|
height: i,
|
|
@@ -7920,7 +7959,7 @@ function tn({ className: r = "fill-black", size: i = n.md }) {
|
|
|
7920
7959
|
}
|
|
7921
7960
|
//#endregion
|
|
7922
7961
|
//#region src/interests/interestsByCategory/cardgames/all/Blackjack.tsx
|
|
7923
|
-
function
|
|
7962
|
+
function rn({ className: r = "fill-black", size: i = n.md }) {
|
|
7924
7963
|
return /* @__PURE__ */ e("svg", {
|
|
7925
7964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7926
7965
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -8068,13 +8107,13 @@ function nn({ className: r = "fill-black", size: i = n.md }) {
|
|
|
8068
8107
|
}
|
|
8069
8108
|
//#endregion
|
|
8070
8109
|
//#region src/interests/interestsByCategory/cardgames/CardGamesInterestSvg.tsx
|
|
8071
|
-
var
|
|
8072
|
-
texasholdem:
|
|
8073
|
-
omaha:
|
|
8074
|
-
blackjack:
|
|
8110
|
+
var an = {
|
|
8111
|
+
texasholdem: tn,
|
|
8112
|
+
omaha: nn,
|
|
8113
|
+
blackjack: rn
|
|
8075
8114
|
};
|
|
8076
|
-
function
|
|
8077
|
-
let i =
|
|
8115
|
+
function on({ interestType: t, className: n, size: r }) {
|
|
8116
|
+
let i = an[t];
|
|
8078
8117
|
return i && /* @__PURE__ */ e(i, {
|
|
8079
8118
|
className: n,
|
|
8080
8119
|
size: r
|
|
@@ -8082,7 +8121,7 @@ function an({ interestType: t, className: n, size: r }) {
|
|
|
8082
8121
|
}
|
|
8083
8122
|
//#endregion
|
|
8084
8123
|
//#region src/interests/interestsByCategory/travel/all/Beach.tsx
|
|
8085
|
-
function
|
|
8124
|
+
function sn({ className: t = "", size: r = n.md }) {
|
|
8086
8125
|
return /* @__PURE__ */ e("svg", {
|
|
8087
8126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8088
8127
|
className: t,
|
|
@@ -8094,7 +8133,7 @@ function on({ className: t = "", size: r = n.md }) {
|
|
|
8094
8133
|
}
|
|
8095
8134
|
//#endregion
|
|
8096
8135
|
//#region src/interests/interestsByCategory/travel/all/Cave.tsx
|
|
8097
|
-
function
|
|
8136
|
+
function cn({ className: t = "", size: r = n.md }) {
|
|
8098
8137
|
return /* @__PURE__ */ e("svg", {
|
|
8099
8138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8100
8139
|
className: t,
|
|
@@ -8106,7 +8145,7 @@ function sn({ className: t = "", size: r = n.md }) {
|
|
|
8106
8145
|
}
|
|
8107
8146
|
//#endregion
|
|
8108
8147
|
//#region src/interests/interestsByCategory/travel/all/Cruise.tsx
|
|
8109
|
-
function
|
|
8148
|
+
function ln({ className: r = "", size: i = n.md }) {
|
|
8110
8149
|
return /* @__PURE__ */ e("svg", {
|
|
8111
8150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8112
8151
|
className: r,
|
|
@@ -8124,7 +8163,7 @@ function cn({ className: r = "", size: i = n.md }) {
|
|
|
8124
8163
|
}
|
|
8125
8164
|
//#endregion
|
|
8126
8165
|
//#region src/interests/interestsByCategory/travel/all/Culture.tsx
|
|
8127
|
-
function
|
|
8166
|
+
function un({ className: t = "", size: r = n.md }) {
|
|
8128
8167
|
return /* @__PURE__ */ e("svg", {
|
|
8129
8168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8130
8169
|
className: t,
|
|
@@ -8136,7 +8175,7 @@ function ln({ className: t = "", size: r = n.md }) {
|
|
|
8136
8175
|
}
|
|
8137
8176
|
//#endregion
|
|
8138
8177
|
//#region src/interests/interestsByCategory/travel/all/Desert.tsx
|
|
8139
|
-
function
|
|
8178
|
+
function dn({ className: r = "", size: i = n.md }) {
|
|
8140
8179
|
return /* @__PURE__ */ t("svg", {
|
|
8141
8180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8142
8181
|
className: r,
|
|
@@ -8172,7 +8211,7 @@ function un({ className: r = "", size: i = n.md }) {
|
|
|
8172
8211
|
}
|
|
8173
8212
|
//#endregion
|
|
8174
8213
|
//#region src/interests/interestsByCategory/travel/all/Drinks.tsx
|
|
8175
|
-
function
|
|
8214
|
+
function fn({ className: r = "", size: i = n.md }) {
|
|
8176
8215
|
return /* @__PURE__ */ t("svg", {
|
|
8177
8216
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8178
8217
|
className: r,
|
|
@@ -8194,7 +8233,7 @@ function dn({ className: r = "", size: i = n.md }) {
|
|
|
8194
8233
|
}
|
|
8195
8234
|
//#endregion
|
|
8196
8235
|
//#region src/interests/interestsByCategory/travel/all/Entertainment.tsx
|
|
8197
|
-
function
|
|
8236
|
+
function pn({ className: r = "", size: i = n.md }) {
|
|
8198
8237
|
return /* @__PURE__ */ t("svg", {
|
|
8199
8238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8200
8239
|
className: r,
|
|
@@ -8206,7 +8245,7 @@ function fn({ className: r = "", size: i = n.md }) {
|
|
|
8206
8245
|
}
|
|
8207
8246
|
//#endregion
|
|
8208
8247
|
//#region src/interests/interestsByCategory/travel/all/Food.tsx
|
|
8209
|
-
function
|
|
8248
|
+
function mn({ className: t = "", size: r = n.md }) {
|
|
8210
8249
|
return /* @__PURE__ */ e("svg", {
|
|
8211
8250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8212
8251
|
className: t,
|
|
@@ -8218,7 +8257,7 @@ function pn({ className: t = "", size: r = n.md }) {
|
|
|
8218
8257
|
}
|
|
8219
8258
|
//#endregion
|
|
8220
8259
|
//#region src/interests/interestsByCategory/travel/all/Forest.tsx
|
|
8221
|
-
function
|
|
8260
|
+
function hn({ className: r = "", size: i = n.md }) {
|
|
8222
8261
|
return /* @__PURE__ */ t("svg", {
|
|
8223
8262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8224
8263
|
className: r,
|
|
@@ -8236,7 +8275,7 @@ function mn({ className: r = "", size: i = n.md }) {
|
|
|
8236
8275
|
}
|
|
8237
8276
|
//#endregion
|
|
8238
8277
|
//#region src/interests/interestsByCategory/travel/all/Garden.tsx
|
|
8239
|
-
function
|
|
8278
|
+
function gn({ className: r = "", size: i = n.md }) {
|
|
8240
8279
|
return /* @__PURE__ */ e("svg", {
|
|
8241
8280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8242
8281
|
className: r,
|
|
@@ -8265,7 +8304,7 @@ function hn({ className: r = "", size: i = n.md }) {
|
|
|
8265
8304
|
}
|
|
8266
8305
|
//#endregion
|
|
8267
8306
|
//#region src/interests/interestsByCategory/travel/all/Heritage.tsx
|
|
8268
|
-
function
|
|
8307
|
+
function _n({ className: r = "", size: i = n.md }) {
|
|
8269
8308
|
return /* @__PURE__ */ e("svg", {
|
|
8270
8309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8271
8310
|
className: r,
|
|
@@ -8370,7 +8409,7 @@ function gn({ className: r = "", size: i = n.md }) {
|
|
|
8370
8409
|
}
|
|
8371
8410
|
//#endregion
|
|
8372
8411
|
//#region src/interests/interestsByCategory/travel/all/Island.tsx
|
|
8373
|
-
function
|
|
8412
|
+
function vn({ className: r = "", size: i = n.md }) {
|
|
8374
8413
|
return /* @__PURE__ */ t("svg", {
|
|
8375
8414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8376
8415
|
className: r,
|
|
@@ -8390,7 +8429,7 @@ function _n({ className: r = "", size: i = n.md }) {
|
|
|
8390
8429
|
}
|
|
8391
8430
|
//#endregion
|
|
8392
8431
|
//#region src/interests/interestsByCategory/travel/all/Lake.tsx
|
|
8393
|
-
function
|
|
8432
|
+
function yn({ className: t = "", size: r = n.md }) {
|
|
8394
8433
|
return /* @__PURE__ */ e("svg", {
|
|
8395
8434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8396
8435
|
className: t,
|
|
@@ -8402,7 +8441,7 @@ function vn({ className: t = "", size: r = n.md }) {
|
|
|
8402
8441
|
}
|
|
8403
8442
|
//#endregion
|
|
8404
8443
|
//#region src/interests/interestsByCategory/travel/all/Landmark.tsx
|
|
8405
|
-
function
|
|
8444
|
+
function bn({ className: r = "", size: i = n.md }) {
|
|
8406
8445
|
return /* @__PURE__ */ e("svg", {
|
|
8407
8446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8408
8447
|
className: r,
|
|
@@ -8450,7 +8489,7 @@ function yn({ className: r = "", size: i = n.md }) {
|
|
|
8450
8489
|
}
|
|
8451
8490
|
//#endregion
|
|
8452
8491
|
//#region src/interests/interestsByCategory/travel/all/Mountain.tsx
|
|
8453
|
-
function
|
|
8492
|
+
function xn({ className: t = "", size: r = n.md }) {
|
|
8454
8493
|
return /* @__PURE__ */ e("svg", {
|
|
8455
8494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8456
8495
|
className: t,
|
|
@@ -8462,7 +8501,7 @@ function bn({ className: t = "", size: r = n.md }) {
|
|
|
8462
8501
|
}
|
|
8463
8502
|
//#endregion
|
|
8464
8503
|
//#region src/interests/interestsByCategory/travel/all/Museum.tsx
|
|
8465
|
-
function
|
|
8504
|
+
function Sn({ className: t = "", size: r = n.md }) {
|
|
8466
8505
|
return /* @__PURE__ */ e("svg", {
|
|
8467
8506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8468
8507
|
className: t,
|
|
@@ -8474,7 +8513,7 @@ function xn({ className: t = "", size: r = n.md }) {
|
|
|
8474
8513
|
}
|
|
8475
8514
|
//#endregion
|
|
8476
8515
|
//#region src/interests/interestsByCategory/travel/all/NationalPark.tsx
|
|
8477
|
-
function
|
|
8516
|
+
function Cn({ className: r = "", size: i = n.md }) {
|
|
8478
8517
|
return /* @__PURE__ */ e("svg", {
|
|
8479
8518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8480
8519
|
className: r,
|
|
@@ -8508,7 +8547,7 @@ function Sn({ className: r = "", size: i = n.md }) {
|
|
|
8508
8547
|
}
|
|
8509
8548
|
//#endregion
|
|
8510
8549
|
//#region src/interests/interestsByCategory/travel/all/River.tsx
|
|
8511
|
-
function
|
|
8550
|
+
function wn({ className: t = "", size: r = n.md }) {
|
|
8512
8551
|
return /* @__PURE__ */ e("svg", {
|
|
8513
8552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8514
8553
|
className: t,
|
|
@@ -8520,7 +8559,7 @@ function Cn({ className: t = "", size: r = n.md }) {
|
|
|
8520
8559
|
}
|
|
8521
8560
|
//#endregion
|
|
8522
8561
|
//#region src/interests/interestsByCategory/travel/all/Technology.tsx
|
|
8523
|
-
function
|
|
8562
|
+
function Tn({ className: r = "", size: i = n.md }) {
|
|
8524
8563
|
return /* @__PURE__ */ e("svg", {
|
|
8525
8564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8526
8565
|
className: r,
|
|
@@ -8532,7 +8571,7 @@ function wn({ className: r = "", size: i = n.md }) {
|
|
|
8532
8571
|
}
|
|
8533
8572
|
//#endregion
|
|
8534
8573
|
//#region src/interests/interestsByCategory/travel/all/Waterfall.tsx
|
|
8535
|
-
function
|
|
8574
|
+
function En({ className: r = "", size: i = n.md }) {
|
|
8536
8575
|
return /* @__PURE__ */ e("svg", {
|
|
8537
8576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8538
8577
|
className: r,
|
|
@@ -8558,7 +8597,7 @@ function Tn({ className: r = "", size: i = n.md }) {
|
|
|
8558
8597
|
}
|
|
8559
8598
|
//#endregion
|
|
8560
8599
|
//#region src/interests/interestsByCategory/travel/all/Wellness.tsx
|
|
8561
|
-
function
|
|
8600
|
+
function Dn({ className: t = "", size: r = n.md }) {
|
|
8562
8601
|
return /* @__PURE__ */ e("svg", {
|
|
8563
8602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8564
8603
|
className: t,
|
|
@@ -8570,7 +8609,7 @@ function En({ className: t = "", size: r = n.md }) {
|
|
|
8570
8609
|
}
|
|
8571
8610
|
//#endregion
|
|
8572
8611
|
//#region src/interests/interestsByCategory/travel/all/Wildlife.tsx
|
|
8573
|
-
function
|
|
8612
|
+
function On({ className: r = "", size: i = n.md }) {
|
|
8574
8613
|
return /* @__PURE__ */ e("svg", {
|
|
8575
8614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8576
8615
|
className: r,
|
|
@@ -8595,7 +8634,7 @@ function Dn({ className: r = "", size: i = n.md }) {
|
|
|
8595
8634
|
}
|
|
8596
8635
|
//#endregion
|
|
8597
8636
|
//#region src/interests/interestsByCategory/travel/all/Zoo.tsx
|
|
8598
|
-
function
|
|
8637
|
+
function kn({ className: r = "", size: i = n.md }) {
|
|
8599
8638
|
return /* @__PURE__ */ e("svg", {
|
|
8600
8639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8601
8640
|
className: r,
|
|
@@ -8620,33 +8659,33 @@ function On({ className: r = "", size: i = n.md }) {
|
|
|
8620
8659
|
}
|
|
8621
8660
|
//#endregion
|
|
8622
8661
|
//#region src/interests/interestsByCategory/travel/TravelInterestSvg.tsx
|
|
8623
|
-
var
|
|
8624
|
-
beach:
|
|
8625
|
-
cave:
|
|
8626
|
-
cruise:
|
|
8627
|
-
culture:
|
|
8628
|
-
desert:
|
|
8629
|
-
drinks:
|
|
8630
|
-
entertainment:
|
|
8631
|
-
food:
|
|
8632
|
-
forest:
|
|
8633
|
-
garden:
|
|
8634
|
-
heritage:
|
|
8635
|
-
island:
|
|
8636
|
-
lake:
|
|
8637
|
-
landmark:
|
|
8638
|
-
mountain:
|
|
8639
|
-
museum:
|
|
8640
|
-
nationalpark:
|
|
8641
|
-
river:
|
|
8642
|
-
technology:
|
|
8643
|
-
waterfall:
|
|
8644
|
-
wellness:
|
|
8645
|
-
wildlife:
|
|
8646
|
-
zoo:
|
|
8662
|
+
var An = {
|
|
8663
|
+
beach: sn,
|
|
8664
|
+
cave: cn,
|
|
8665
|
+
cruise: ln,
|
|
8666
|
+
culture: un,
|
|
8667
|
+
desert: dn,
|
|
8668
|
+
drinks: fn,
|
|
8669
|
+
entertainment: pn,
|
|
8670
|
+
food: mn,
|
|
8671
|
+
forest: hn,
|
|
8672
|
+
garden: gn,
|
|
8673
|
+
heritage: _n,
|
|
8674
|
+
island: vn,
|
|
8675
|
+
lake: yn,
|
|
8676
|
+
landmark: bn,
|
|
8677
|
+
mountain: xn,
|
|
8678
|
+
museum: Sn,
|
|
8679
|
+
nationalpark: Cn,
|
|
8680
|
+
river: wn,
|
|
8681
|
+
technology: Tn,
|
|
8682
|
+
waterfall: En,
|
|
8683
|
+
wellness: Dn,
|
|
8684
|
+
wildlife: On,
|
|
8685
|
+
zoo: kn
|
|
8647
8686
|
};
|
|
8648
|
-
function
|
|
8649
|
-
let i =
|
|
8687
|
+
function jn({ interestType: t, className: n, size: r }) {
|
|
8688
|
+
let i = An[t];
|
|
8650
8689
|
return i && /* @__PURE__ */ e(i, {
|
|
8651
8690
|
className: n,
|
|
8652
8691
|
size: r
|
|
@@ -8654,7 +8693,7 @@ function An({ interestType: t, className: n, size: r }) {
|
|
|
8654
8693
|
}
|
|
8655
8694
|
//#endregion
|
|
8656
8695
|
//#region src/interests/interestsByCategory/leisure/all/Camping.tsx
|
|
8657
|
-
function
|
|
8696
|
+
function Mn({ className: r = "", size: i = n.md }) {
|
|
8658
8697
|
return /* @__PURE__ */ t("svg", {
|
|
8659
8698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8660
8699
|
className: H("stroke-current", r),
|
|
@@ -8678,7 +8717,7 @@ function jn({ className: r = "", size: i = n.md }) {
|
|
|
8678
8717
|
}
|
|
8679
8718
|
//#endregion
|
|
8680
8719
|
//#region src/interests/interestsByCategory/leisure/all/Concert.tsx
|
|
8681
|
-
function
|
|
8720
|
+
function Nn({ className: t = "", size: r = n.md }) {
|
|
8682
8721
|
return /* @__PURE__ */ e("svg", {
|
|
8683
8722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8684
8723
|
className: H("fill-[#111918]", t),
|
|
@@ -8690,7 +8729,7 @@ function Mn({ className: t = "", size: r = n.md }) {
|
|
|
8690
8729
|
}
|
|
8691
8730
|
//#endregion
|
|
8692
8731
|
//#region src/interests/interestsByCategory/leisure/all/Dining.tsx
|
|
8693
|
-
function
|
|
8732
|
+
function Pn({ className: r = "", size: i = n.md }) {
|
|
8694
8733
|
return /* @__PURE__ */ e("svg", {
|
|
8695
8734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8696
8735
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -8708,7 +8747,7 @@ function Nn({ className: r = "", size: i = n.md }) {
|
|
|
8708
8747
|
}
|
|
8709
8748
|
//#endregion
|
|
8710
8749
|
//#region src/interests/interestsByCategory/leisure/all/Movie.tsx
|
|
8711
|
-
function
|
|
8750
|
+
function Fn({ className: r = "", size: i = n.md }) {
|
|
8712
8751
|
return /* @__PURE__ */ t("svg", {
|
|
8713
8752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8714
8753
|
className: H("fill-current stroke-current", r),
|
|
@@ -8731,7 +8770,7 @@ function Pn({ className: r = "", size: i = n.md }) {
|
|
|
8731
8770
|
}
|
|
8732
8771
|
//#endregion
|
|
8733
8772
|
//#region src/interests/interestsByCategory/leisure/all/Picnic.tsx
|
|
8734
|
-
function
|
|
8773
|
+
function In({ className: t = "", size: r = n.md }) {
|
|
8735
8774
|
return /* @__PURE__ */ e("svg", {
|
|
8736
8775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8737
8776
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -8744,7 +8783,7 @@ function Fn({ className: t = "", size: r = n.md }) {
|
|
|
8744
8783
|
}
|
|
8745
8784
|
//#endregion
|
|
8746
8785
|
//#region src/interests/interestsByCategory/leisure/all/Shopping.tsx
|
|
8747
|
-
function
|
|
8786
|
+
function Ln({ className: r = "", size: i = n.md }) {
|
|
8748
8787
|
return /* @__PURE__ */ t("svg", {
|
|
8749
8788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8750
8789
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -8772,7 +8811,7 @@ function In({ className: r = "", size: i = n.md }) {
|
|
|
8772
8811
|
}
|
|
8773
8812
|
//#endregion
|
|
8774
8813
|
//#region src/interests/interestsByCategory/leisure/all/Show.tsx
|
|
8775
|
-
function
|
|
8814
|
+
function Rn({ className: t = "", size: r = n.md }) {
|
|
8776
8815
|
return /* @__PURE__ */ e("svg", {
|
|
8777
8816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8778
8817
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -8785,7 +8824,7 @@ function Ln({ className: t = "", size: r = n.md }) {
|
|
|
8785
8824
|
}
|
|
8786
8825
|
//#endregion
|
|
8787
8826
|
//#region src/interests/interestsByCategory/leisure/all/Walking.tsx
|
|
8788
|
-
function
|
|
8827
|
+
function zn({ className: r = "", size: i = n.md }) {
|
|
8789
8828
|
return /* @__PURE__ */ t("svg", {
|
|
8790
8829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8791
8830
|
className: H("fill-current stroke-current", r),
|
|
@@ -8815,35 +8854,245 @@ function Rn({ className: r = "", size: i = n.md }) {
|
|
|
8815
8854
|
}
|
|
8816
8855
|
//#endregion
|
|
8817
8856
|
//#region src/interests/interestsByCategory/leisure/LeisureInterestSvg.tsx
|
|
8818
|
-
var
|
|
8819
|
-
camping:
|
|
8820
|
-
concert:
|
|
8821
|
-
dining:
|
|
8822
|
-
movie:
|
|
8823
|
-
picnic:
|
|
8824
|
-
shopping:
|
|
8825
|
-
show:
|
|
8826
|
-
walking:
|
|
8857
|
+
var Bn = {
|
|
8858
|
+
camping: Mn,
|
|
8859
|
+
concert: Nn,
|
|
8860
|
+
dining: Pn,
|
|
8861
|
+
movie: Fn,
|
|
8862
|
+
picnic: In,
|
|
8863
|
+
shopping: Ln,
|
|
8864
|
+
show: Rn,
|
|
8865
|
+
walking: zn
|
|
8827
8866
|
};
|
|
8828
|
-
function
|
|
8829
|
-
let i =
|
|
8867
|
+
function Vn({ interestType: t, className: n, size: r }) {
|
|
8868
|
+
let i = Bn[t];
|
|
8830
8869
|
return i && /* @__PURE__ */ e(i, {
|
|
8831
8870
|
className: n,
|
|
8832
8871
|
size: r
|
|
8833
8872
|
});
|
|
8834
8873
|
}
|
|
8835
8874
|
//#endregion
|
|
8875
|
+
//#region src/interests/interestsByCategory/language/all/English.tsx
|
|
8876
|
+
function Hn({ className: t = "", size: r = n.md }) {
|
|
8877
|
+
return /* @__PURE__ */ e("svg", {
|
|
8878
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8879
|
+
viewBox: "0 0 24 24",
|
|
8880
|
+
width: r,
|
|
8881
|
+
height: r,
|
|
8882
|
+
className: H("text-gray-600", t),
|
|
8883
|
+
children: /* @__PURE__ */ e("text", {
|
|
8884
|
+
x: "12",
|
|
8885
|
+
y: "12",
|
|
8886
|
+
textAnchor: "middle",
|
|
8887
|
+
dominantBaseline: "central",
|
|
8888
|
+
fontSize: "16",
|
|
8889
|
+
fontFamily: "sans-serif",
|
|
8890
|
+
fill: "currentColor",
|
|
8891
|
+
children: "E"
|
|
8892
|
+
})
|
|
8893
|
+
});
|
|
8894
|
+
}
|
|
8895
|
+
//#endregion
|
|
8896
|
+
//#region src/interests/interestsByCategory/language/all/Spanish.tsx
|
|
8897
|
+
function Un({ className: t = "", size: r = n.md }) {
|
|
8898
|
+
return /* @__PURE__ */ e("svg", {
|
|
8899
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8900
|
+
viewBox: "0 0 24 24",
|
|
8901
|
+
width: r,
|
|
8902
|
+
height: r,
|
|
8903
|
+
className: H("text-gray-600", t),
|
|
8904
|
+
children: /* @__PURE__ */ e("text", {
|
|
8905
|
+
x: "12",
|
|
8906
|
+
y: "12",
|
|
8907
|
+
textAnchor: "middle",
|
|
8908
|
+
dominantBaseline: "central",
|
|
8909
|
+
fontSize: "16",
|
|
8910
|
+
fontFamily: "sans-serif",
|
|
8911
|
+
fill: "currentColor",
|
|
8912
|
+
children: "S"
|
|
8913
|
+
})
|
|
8914
|
+
});
|
|
8915
|
+
}
|
|
8916
|
+
//#endregion
|
|
8917
|
+
//#region src/interests/interestsByCategory/language/all/French.tsx
|
|
8918
|
+
function Wn({ className: t = "", size: r = n.md }) {
|
|
8919
|
+
return /* @__PURE__ */ e("svg", {
|
|
8920
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8921
|
+
viewBox: "0 0 24 24",
|
|
8922
|
+
width: r,
|
|
8923
|
+
height: r,
|
|
8924
|
+
className: H("text-gray-600", t),
|
|
8925
|
+
children: /* @__PURE__ */ e("text", {
|
|
8926
|
+
x: "12",
|
|
8927
|
+
y: "12",
|
|
8928
|
+
textAnchor: "middle",
|
|
8929
|
+
dominantBaseline: "central",
|
|
8930
|
+
fontSize: "16",
|
|
8931
|
+
fontFamily: "sans-serif",
|
|
8932
|
+
fill: "currentColor",
|
|
8933
|
+
children: "F"
|
|
8934
|
+
})
|
|
8935
|
+
});
|
|
8936
|
+
}
|
|
8937
|
+
//#endregion
|
|
8938
|
+
//#region src/interests/interestsByCategory/language/all/German.tsx
|
|
8939
|
+
function Gn({ className: t = "", size: r = n.md }) {
|
|
8940
|
+
return /* @__PURE__ */ e("svg", {
|
|
8941
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8942
|
+
viewBox: "0 0 24 24",
|
|
8943
|
+
width: r,
|
|
8944
|
+
height: r,
|
|
8945
|
+
className: H("text-gray-600", t),
|
|
8946
|
+
children: /* @__PURE__ */ e("text", {
|
|
8947
|
+
x: "12",
|
|
8948
|
+
y: "12",
|
|
8949
|
+
textAnchor: "middle",
|
|
8950
|
+
dominantBaseline: "central",
|
|
8951
|
+
fontSize: "16",
|
|
8952
|
+
fontFamily: "sans-serif",
|
|
8953
|
+
fill: "currentColor",
|
|
8954
|
+
children: "G"
|
|
8955
|
+
})
|
|
8956
|
+
});
|
|
8957
|
+
}
|
|
8958
|
+
//#endregion
|
|
8959
|
+
//#region src/interests/interestsByCategory/language/all/Italian.tsx
|
|
8960
|
+
function Kn({ className: t = "", size: r = n.md }) {
|
|
8961
|
+
return /* @__PURE__ */ e("svg", {
|
|
8962
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8963
|
+
viewBox: "0 0 24 24",
|
|
8964
|
+
width: r,
|
|
8965
|
+
height: r,
|
|
8966
|
+
className: H("text-gray-600", t),
|
|
8967
|
+
children: /* @__PURE__ */ e("text", {
|
|
8968
|
+
x: "12",
|
|
8969
|
+
y: "12",
|
|
8970
|
+
textAnchor: "middle",
|
|
8971
|
+
dominantBaseline: "central",
|
|
8972
|
+
fontSize: "16",
|
|
8973
|
+
fontFamily: "sans-serif",
|
|
8974
|
+
fill: "currentColor",
|
|
8975
|
+
children: "I"
|
|
8976
|
+
})
|
|
8977
|
+
});
|
|
8978
|
+
}
|
|
8979
|
+
//#endregion
|
|
8980
|
+
//#region src/interests/interestsByCategory/language/all/Japanese.tsx
|
|
8981
|
+
function qn({ className: t = "", size: r = n.md }) {
|
|
8982
|
+
return /* @__PURE__ */ e("svg", {
|
|
8983
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8984
|
+
viewBox: "0 0 24 24",
|
|
8985
|
+
width: r,
|
|
8986
|
+
height: r,
|
|
8987
|
+
className: H("text-gray-600", t),
|
|
8988
|
+
children: /* @__PURE__ */ e("text", {
|
|
8989
|
+
x: "12",
|
|
8990
|
+
y: "12",
|
|
8991
|
+
textAnchor: "middle",
|
|
8992
|
+
dominantBaseline: "central",
|
|
8993
|
+
fontSize: "16",
|
|
8994
|
+
fontFamily: "sans-serif",
|
|
8995
|
+
fill: "currentColor",
|
|
8996
|
+
children: "あ"
|
|
8997
|
+
})
|
|
8998
|
+
});
|
|
8999
|
+
}
|
|
9000
|
+
//#endregion
|
|
9001
|
+
//#region src/interests/interestsByCategory/language/all/Korean.tsx
|
|
9002
|
+
function Jn({ className: t = "", size: r = n.md }) {
|
|
9003
|
+
return /* @__PURE__ */ e("svg", {
|
|
9004
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9005
|
+
viewBox: "0 0 24 24",
|
|
9006
|
+
width: r,
|
|
9007
|
+
height: r,
|
|
9008
|
+
className: H("text-gray-600", t),
|
|
9009
|
+
children: /* @__PURE__ */ e("text", {
|
|
9010
|
+
x: "12",
|
|
9011
|
+
y: "12",
|
|
9012
|
+
textAnchor: "middle",
|
|
9013
|
+
dominantBaseline: "central",
|
|
9014
|
+
fontSize: "16",
|
|
9015
|
+
fontFamily: "sans-serif",
|
|
9016
|
+
fill: "currentColor",
|
|
9017
|
+
children: "한"
|
|
9018
|
+
})
|
|
9019
|
+
});
|
|
9020
|
+
}
|
|
9021
|
+
//#endregion
|
|
9022
|
+
//#region src/interests/interestsByCategory/language/all/Chinese.tsx
|
|
9023
|
+
function Yn({ className: t = "", size: r = n.md }) {
|
|
9024
|
+
return /* @__PURE__ */ e("svg", {
|
|
9025
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9026
|
+
viewBox: "0 0 24 24",
|
|
9027
|
+
width: r,
|
|
9028
|
+
height: r,
|
|
9029
|
+
className: H("text-gray-600", t),
|
|
9030
|
+
children: /* @__PURE__ */ e("text", {
|
|
9031
|
+
x: "12",
|
|
9032
|
+
y: "12",
|
|
9033
|
+
textAnchor: "middle",
|
|
9034
|
+
dominantBaseline: "central",
|
|
9035
|
+
fontSize: "16",
|
|
9036
|
+
fontFamily: "sans-serif",
|
|
9037
|
+
fill: "currentColor",
|
|
9038
|
+
children: "中"
|
|
9039
|
+
})
|
|
9040
|
+
});
|
|
9041
|
+
}
|
|
9042
|
+
//#endregion
|
|
9043
|
+
//#region src/interests/interestsByCategory/language/all/Russian.tsx
|
|
9044
|
+
function Xn({ className: t = "", size: r = n.md }) {
|
|
9045
|
+
return /* @__PURE__ */ e("svg", {
|
|
9046
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9047
|
+
viewBox: "0 0 24 24",
|
|
9048
|
+
width: r,
|
|
9049
|
+
height: r,
|
|
9050
|
+
className: H("text-gray-600", t),
|
|
9051
|
+
children: /* @__PURE__ */ e("text", {
|
|
9052
|
+
x: "12",
|
|
9053
|
+
y: "12",
|
|
9054
|
+
textAnchor: "middle",
|
|
9055
|
+
dominantBaseline: "central",
|
|
9056
|
+
fontSize: "16",
|
|
9057
|
+
fontFamily: "sans-serif",
|
|
9058
|
+
fill: "currentColor",
|
|
9059
|
+
children: "Я"
|
|
9060
|
+
})
|
|
9061
|
+
});
|
|
9062
|
+
}
|
|
9063
|
+
//#endregion
|
|
9064
|
+
//#region src/interests/interestsByCategory/language/all/Arabic.tsx
|
|
9065
|
+
function Zn({ className: t = "", size: r = n.md }) {
|
|
9066
|
+
return /* @__PURE__ */ e("svg", {
|
|
9067
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9068
|
+
viewBox: "0 0 24 24",
|
|
9069
|
+
width: r,
|
|
9070
|
+
height: r,
|
|
9071
|
+
className: H("text-gray-600", t),
|
|
9072
|
+
children: /* @__PURE__ */ e("text", {
|
|
9073
|
+
x: "12",
|
|
9074
|
+
y: "12",
|
|
9075
|
+
textAnchor: "middle",
|
|
9076
|
+
dominantBaseline: "central",
|
|
9077
|
+
fontSize: "16",
|
|
9078
|
+
fontFamily: "sans-serif",
|
|
9079
|
+
fill: "currentColor",
|
|
9080
|
+
children: "ع"
|
|
9081
|
+
})
|
|
9082
|
+
});
|
|
9083
|
+
}
|
|
9084
|
+
//#endregion
|
|
8836
9085
|
//#region src/interests/interestsByCategory/InterestSvg.tsx
|
|
8837
|
-
var
|
|
8838
|
-
"1_sports":
|
|
8839
|
-
"2_pets":
|
|
8840
|
-
"3_cardgames":
|
|
8841
|
-
"4_music":
|
|
8842
|
-
"5_travel":
|
|
8843
|
-
"6_leisure":
|
|
9086
|
+
var Qn = {
|
|
9087
|
+
"1_sports": Nt,
|
|
9088
|
+
"2_pets": Lt,
|
|
9089
|
+
"3_cardgames": on,
|
|
9090
|
+
"4_music": en,
|
|
9091
|
+
"5_travel": jn,
|
|
9092
|
+
"6_leisure": Vn
|
|
8844
9093
|
};
|
|
8845
|
-
function
|
|
8846
|
-
let o =
|
|
9094
|
+
function $n({ interestType: t, categoryType: r, size: i = n.sm, className: a = "" }) {
|
|
9095
|
+
let o = Qn[r];
|
|
8847
9096
|
return o && /* @__PURE__ */ e(o, {
|
|
8848
9097
|
interestType: t,
|
|
8849
9098
|
size: i,
|
|
@@ -8852,7 +9101,7 @@ function Hn({ interestType: t, categoryType: r, size: i = n.sm, className: a = "
|
|
|
8852
9101
|
}
|
|
8853
9102
|
//#endregion
|
|
8854
9103
|
//#region src/common/Home.tsx
|
|
8855
|
-
function
|
|
9104
|
+
function er({ className: t = "", size: r = n.md }) {
|
|
8856
9105
|
return /* @__PURE__ */ e("svg", {
|
|
8857
9106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8858
9107
|
className: t,
|
|
@@ -8864,7 +9113,7 @@ function Un({ className: t = "", size: r = n.md }) {
|
|
|
8864
9113
|
}
|
|
8865
9114
|
//#endregion
|
|
8866
9115
|
//#region src/common/Map.tsx
|
|
8867
|
-
function
|
|
9116
|
+
function tr({ className: t = "", size: r = n.md }) {
|
|
8868
9117
|
return /* @__PURE__ */ e("svg", {
|
|
8869
9118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8870
9119
|
className: t,
|
|
@@ -8876,7 +9125,7 @@ function Wn({ className: t = "", size: r = n.md }) {
|
|
|
8876
9125
|
}
|
|
8877
9126
|
//#endregion
|
|
8878
9127
|
//#region src/common/Calendar.tsx
|
|
8879
|
-
function
|
|
9128
|
+
function nr({ className: t = "", size: r = n.md }) {
|
|
8880
9129
|
return /* @__PURE__ */ e("svg", {
|
|
8881
9130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8882
9131
|
className: t,
|
|
@@ -8888,7 +9137,7 @@ function Gn({ className: t = "", size: r = n.md }) {
|
|
|
8888
9137
|
}
|
|
8889
9138
|
//#endregion
|
|
8890
9139
|
//#region src/common/Chat.tsx
|
|
8891
|
-
function
|
|
9140
|
+
function rr({ className: r = "", size: i = n.md }) {
|
|
8892
9141
|
return /* @__PURE__ */ t("svg", {
|
|
8893
9142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8894
9143
|
className: r,
|
|
@@ -8917,7 +9166,7 @@ function Kn({ className: r = "", size: i = n.md }) {
|
|
|
8917
9166
|
}
|
|
8918
9167
|
//#endregion
|
|
8919
9168
|
//#region src/common/Create.tsx
|
|
8920
|
-
function
|
|
9169
|
+
function ir({ className: t = "", size: r = n.md }) {
|
|
8921
9170
|
return /* @__PURE__ */ e("svg", {
|
|
8922
9171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8923
9172
|
className: t,
|
|
@@ -8929,7 +9178,7 @@ function qn({ className: t = "", size: r = n.md }) {
|
|
|
8929
9178
|
}
|
|
8930
9179
|
//#endregion
|
|
8931
9180
|
//#region src/common/Notification.tsx
|
|
8932
|
-
function
|
|
9181
|
+
function ar({ className: t = "", size: r = n.lg }) {
|
|
8933
9182
|
return /* @__PURE__ */ e("svg", {
|
|
8934
9183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8935
9184
|
className: t,
|
|
@@ -8941,7 +9190,7 @@ function Jn({ className: t = "", size: r = n.lg }) {
|
|
|
8941
9190
|
}
|
|
8942
9191
|
//#endregion
|
|
8943
9192
|
//#region src/common/CalendarEvent.tsx
|
|
8944
|
-
function
|
|
9193
|
+
function or({ className: t = "", size: r = n.md }) {
|
|
8945
9194
|
return /* @__PURE__ */ e("svg", {
|
|
8946
9195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8947
9196
|
className: t,
|
|
@@ -8953,7 +9202,7 @@ function Yn({ className: t = "", size: r = n.md }) {
|
|
|
8953
9202
|
}
|
|
8954
9203
|
//#endregion
|
|
8955
9204
|
//#region src/common/CreateTeam.tsx
|
|
8956
|
-
function
|
|
9205
|
+
function sr({ className: t = "", size: r = n.md }) {
|
|
8957
9206
|
return /* @__PURE__ */ e("svg", {
|
|
8958
9207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8959
9208
|
className: t,
|
|
@@ -8965,7 +9214,7 @@ function Xn({ className: t = "", size: r = n.md }) {
|
|
|
8965
9214
|
}
|
|
8966
9215
|
//#endregion
|
|
8967
9216
|
//#region src/common/CreateArena.tsx
|
|
8968
|
-
function
|
|
9217
|
+
function cr({ className: t = "", size: r = n.md }) {
|
|
8969
9218
|
return /* @__PURE__ */ e("svg", {
|
|
8970
9219
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8971
9220
|
className: t,
|
|
@@ -8977,7 +9226,7 @@ function Zn({ className: t = "", size: r = n.md }) {
|
|
|
8977
9226
|
}
|
|
8978
9227
|
//#endregion
|
|
8979
9228
|
//#region src/common/CreateCollection.tsx
|
|
8980
|
-
function
|
|
9229
|
+
function lr({ className: t = "", size: r = n.md }) {
|
|
8981
9230
|
return /* @__PURE__ */ e("svg", {
|
|
8982
9231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8983
9232
|
className: t,
|
|
@@ -8989,7 +9238,7 @@ function Qn({ className: t = "", size: r = n.md }) {
|
|
|
8989
9238
|
}
|
|
8990
9239
|
//#endregion
|
|
8991
9240
|
//#region src/common/CreatePost.tsx
|
|
8992
|
-
function
|
|
9241
|
+
function ur({ className: t = "", size: r = n.md }) {
|
|
8993
9242
|
return /* @__PURE__ */ e("svg", {
|
|
8994
9243
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8995
9244
|
className: t,
|
|
@@ -9001,7 +9250,7 @@ function $n({ className: t = "", size: r = n.md }) {
|
|
|
9001
9250
|
}
|
|
9002
9251
|
//#endregion
|
|
9003
9252
|
//#region src/common/Explore.tsx
|
|
9004
|
-
function
|
|
9253
|
+
function dr({ className: t = "", size: r = n.md }) {
|
|
9005
9254
|
return /* @__PURE__ */ e("svg", {
|
|
9006
9255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9007
9256
|
className: t,
|
|
@@ -9013,7 +9262,7 @@ function er({ className: t = "", size: r = n.md }) {
|
|
|
9013
9262
|
}
|
|
9014
9263
|
//#endregion
|
|
9015
9264
|
//#region src/common/Newsfeed.tsx
|
|
9016
|
-
function
|
|
9265
|
+
function fr({ className: t = "", size: r = n.md }) {
|
|
9017
9266
|
return /* @__PURE__ */ e("svg", {
|
|
9018
9267
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9019
9268
|
className: t,
|
|
@@ -9025,7 +9274,7 @@ function tr({ className: t = "", size: r = n.md }) {
|
|
|
9025
9274
|
}
|
|
9026
9275
|
//#endregion
|
|
9027
9276
|
//#region src/common/Buddy.tsx
|
|
9028
|
-
function
|
|
9277
|
+
function pr({ className: t = "", size: r = n.sm }) {
|
|
9029
9278
|
return /* @__PURE__ */ e("svg", {
|
|
9030
9279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9031
9280
|
className: t,
|
|
@@ -9037,7 +9286,7 @@ function nr({ className: t = "", size: r = n.sm }) {
|
|
|
9037
9286
|
}
|
|
9038
9287
|
//#endregion
|
|
9039
9288
|
//#region src/common/Team.tsx
|
|
9040
|
-
function
|
|
9289
|
+
function mr({ className: t = "", size: r = n.md }) {
|
|
9041
9290
|
return /* @__PURE__ */ e("svg", {
|
|
9042
9291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9043
9292
|
className: t,
|
|
@@ -9049,7 +9298,7 @@ function rr({ className: t = "", size: r = n.md }) {
|
|
|
9049
9298
|
}
|
|
9050
9299
|
//#endregion
|
|
9051
9300
|
//#region src/common/Arena.tsx
|
|
9052
|
-
function
|
|
9301
|
+
function hr({ className: t = "", size: r = n.md }) {
|
|
9053
9302
|
return /* @__PURE__ */ e("svg", {
|
|
9054
9303
|
className: H("stroke-2 text-gray-600", t),
|
|
9055
9304
|
height: r,
|
|
@@ -9065,7 +9314,7 @@ function ir({ className: t = "", size: r = n.md }) {
|
|
|
9065
9314
|
}
|
|
9066
9315
|
//#endregion
|
|
9067
9316
|
//#region src/common/Collection.tsx
|
|
9068
|
-
function
|
|
9317
|
+
function gr({ className: r = "", size: i = n.md }) {
|
|
9069
9318
|
return /* @__PURE__ */ t("svg", {
|
|
9070
9319
|
className: H(r, "fill-none"),
|
|
9071
9320
|
width: i,
|
|
@@ -9126,7 +9375,7 @@ function ar({ className: r = "", size: i = n.md }) {
|
|
|
9126
9375
|
}
|
|
9127
9376
|
//#endregion
|
|
9128
9377
|
//#region src/common/Add.tsx
|
|
9129
|
-
function
|
|
9378
|
+
function _r({ className: t = "", size: r = n.md }) {
|
|
9130
9379
|
return /* @__PURE__ */ e("svg", {
|
|
9131
9380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9132
9381
|
className: t,
|
|
@@ -9138,7 +9387,7 @@ function or({ className: t = "", size: r = n.md }) {
|
|
|
9138
9387
|
}
|
|
9139
9388
|
//#endregion
|
|
9140
9389
|
//#region src/common/User.tsx
|
|
9141
|
-
function
|
|
9390
|
+
function vr({ className: t = "", size: r = n.md }) {
|
|
9142
9391
|
return /* @__PURE__ */ e("svg", {
|
|
9143
9392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9144
9393
|
className: t,
|
|
@@ -9150,7 +9399,7 @@ function sr({ className: t = "", size: r = n.md }) {
|
|
|
9150
9399
|
}
|
|
9151
9400
|
//#endregion
|
|
9152
9401
|
//#region src/common/Coach.tsx
|
|
9153
|
-
function
|
|
9402
|
+
function yr({ className: t = "", size: r = n.md }) {
|
|
9154
9403
|
return /* @__PURE__ */ e("svg", {
|
|
9155
9404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9156
9405
|
className: t,
|
|
@@ -9167,7 +9416,7 @@ function cr({ className: t = "", size: r = n.md }) {
|
|
|
9167
9416
|
}
|
|
9168
9417
|
//#endregion
|
|
9169
9418
|
//#region src/common/LeftArrow.tsx
|
|
9170
|
-
function
|
|
9419
|
+
function br({ className: t = "", size: r = n.md }) {
|
|
9171
9420
|
return /* @__PURE__ */ e("svg", {
|
|
9172
9421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9173
9422
|
className: t,
|
|
@@ -9179,7 +9428,7 @@ function lr({ className: t = "", size: r = n.md }) {
|
|
|
9179
9428
|
}
|
|
9180
9429
|
//#endregion
|
|
9181
9430
|
//#region src/common/RightArrow.tsx
|
|
9182
|
-
function
|
|
9431
|
+
function xr({ className: t = "", size: r = n.sm }) {
|
|
9183
9432
|
return /* @__PURE__ */ e("svg", {
|
|
9184
9433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9185
9434
|
className: t,
|
|
@@ -9191,7 +9440,7 @@ function ur({ className: t = "", size: r = n.sm }) {
|
|
|
9191
9440
|
}
|
|
9192
9441
|
//#endregion
|
|
9193
9442
|
//#region src/common/Edit.tsx
|
|
9194
|
-
function
|
|
9443
|
+
function Sr({ className: t = "", size: r = n.md }) {
|
|
9195
9444
|
return /* @__PURE__ */ e("svg", {
|
|
9196
9445
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9197
9446
|
className: t,
|
|
@@ -9203,7 +9452,7 @@ function dr({ className: t = "", size: r = n.md }) {
|
|
|
9203
9452
|
}
|
|
9204
9453
|
//#endregion
|
|
9205
9454
|
//#region src/common/Menu.tsx
|
|
9206
|
-
function
|
|
9455
|
+
function X({ className: t = "", size: r = n.md }) {
|
|
9207
9456
|
return /* @__PURE__ */ e("svg", {
|
|
9208
9457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9209
9458
|
className: t,
|
|
@@ -9215,7 +9464,7 @@ function fr({ className: t = "", size: r = n.md }) {
|
|
|
9215
9464
|
}
|
|
9216
9465
|
//#endregion
|
|
9217
9466
|
//#region src/common/Close.tsx
|
|
9218
|
-
function
|
|
9467
|
+
function Cr({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
9219
9468
|
return /* @__PURE__ */ e("svg", {
|
|
9220
9469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9221
9470
|
className: t,
|
|
@@ -9227,7 +9476,7 @@ function pr({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
9227
9476
|
}
|
|
9228
9477
|
//#endregion
|
|
9229
9478
|
//#region src/common/CloseAccount.tsx
|
|
9230
|
-
function
|
|
9479
|
+
function Z({ className: t = "", size: r = n.md }) {
|
|
9231
9480
|
return /* @__PURE__ */ e("svg", {
|
|
9232
9481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9233
9482
|
viewBox: "0 0 24 24",
|
|
@@ -9243,7 +9492,7 @@ function mr({ className: t = "", size: r = n.md }) {
|
|
|
9243
9492
|
}
|
|
9244
9493
|
//#endregion
|
|
9245
9494
|
//#region src/common/Image.tsx
|
|
9246
|
-
function
|
|
9495
|
+
function wr({ className: t = "", size: r = n.md }) {
|
|
9247
9496
|
return /* @__PURE__ */ e("svg", {
|
|
9248
9497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9249
9498
|
className: t,
|
|
@@ -9255,7 +9504,7 @@ function hr({ className: t = "", size: r = n.md }) {
|
|
|
9255
9504
|
}
|
|
9256
9505
|
//#endregion
|
|
9257
9506
|
//#region src/common/Poll.tsx
|
|
9258
|
-
function
|
|
9507
|
+
function Tr({ className: r = "", size: i = n.xs }) {
|
|
9259
9508
|
return /* @__PURE__ */ t("svg", {
|
|
9260
9509
|
height: i,
|
|
9261
9510
|
width: i,
|
|
@@ -9285,7 +9534,7 @@ function gr({ className: r = "", size: i = n.xs }) {
|
|
|
9285
9534
|
}
|
|
9286
9535
|
//#endregion
|
|
9287
9536
|
//#region src/common/TextPost.tsx
|
|
9288
|
-
function
|
|
9537
|
+
function Er({ className: t = "", size: r = n.md }) {
|
|
9289
9538
|
return /* @__PURE__ */ e("svg", {
|
|
9290
9539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9291
9540
|
className: t,
|
|
@@ -9297,7 +9546,7 @@ function _r({ className: t = "", size: r = n.md }) {
|
|
|
9297
9546
|
}
|
|
9298
9547
|
//#endregion
|
|
9299
9548
|
//#region src/common/Private.tsx
|
|
9300
|
-
function
|
|
9549
|
+
function Dr({ className: t = "", size: r = n.md }) {
|
|
9301
9550
|
return /* @__PURE__ */ e("svg", {
|
|
9302
9551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9303
9552
|
className: t,
|
|
@@ -9309,7 +9558,7 @@ function vr({ className: t = "", size: r = n.md }) {
|
|
|
9309
9558
|
}
|
|
9310
9559
|
//#endregion
|
|
9311
9560
|
//#region src/common/Minus.tsx
|
|
9312
|
-
function
|
|
9561
|
+
function Or({ className: t = "", size: r = n.md }) {
|
|
9313
9562
|
return /* @__PURE__ */ e("svg", {
|
|
9314
9563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9315
9564
|
className: t,
|
|
@@ -9321,7 +9570,7 @@ function yr({ className: t = "", size: r = n.md }) {
|
|
|
9321
9570
|
}
|
|
9322
9571
|
//#endregion
|
|
9323
9572
|
//#region src/common/City.tsx
|
|
9324
|
-
function
|
|
9573
|
+
function kr({ className: t = "", size: r = n.xs }) {
|
|
9325
9574
|
return /* @__PURE__ */ e("svg", {
|
|
9326
9575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9327
9576
|
className: t,
|
|
@@ -9333,7 +9582,7 @@ function br({ className: t = "", size: r = n.xs }) {
|
|
|
9333
9582
|
}
|
|
9334
9583
|
//#endregion
|
|
9335
9584
|
//#region src/common/Logout.tsx
|
|
9336
|
-
function
|
|
9585
|
+
function Ar({ className: t = "", size: r = n.md }) {
|
|
9337
9586
|
return /* @__PURE__ */ e("svg", {
|
|
9338
9587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9339
9588
|
className: t,
|
|
@@ -9345,7 +9594,7 @@ function xr({ className: t = "", size: r = n.md }) {
|
|
|
9345
9594
|
}
|
|
9346
9595
|
//#endregion
|
|
9347
9596
|
//#region src/common/Discussion.tsx
|
|
9348
|
-
function
|
|
9597
|
+
function jr({ className: r = "", size: i = n.md }) {
|
|
9349
9598
|
return /* @__PURE__ */ t("svg", {
|
|
9350
9599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9351
9600
|
className: r,
|
|
@@ -9361,7 +9610,7 @@ function Sr({ className: r = "", size: i = n.md }) {
|
|
|
9361
9610
|
}
|
|
9362
9611
|
//#endregion
|
|
9363
9612
|
//#region src/common/UpArrow.tsx
|
|
9364
|
-
function
|
|
9613
|
+
function Mr({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
9365
9614
|
return /* @__PURE__ */ e("svg", {
|
|
9366
9615
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9367
9616
|
className: "fill-blue-500",
|
|
@@ -9377,7 +9626,7 @@ function X({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
|
9377
9626
|
}
|
|
9378
9627
|
//#endregion
|
|
9379
9628
|
//#region src/common/Market.tsx
|
|
9380
|
-
function
|
|
9629
|
+
function Q({ className: r = "", size: i = n.md }) {
|
|
9381
9630
|
return /* @__PURE__ */ e("svg", {
|
|
9382
9631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9383
9632
|
className: r,
|
|
@@ -9480,7 +9729,7 @@ function Cr({ className: r = "", size: i = n.md }) {
|
|
|
9480
9729
|
}
|
|
9481
9730
|
//#endregion
|
|
9482
9731
|
//#region src/common/Send.tsx
|
|
9483
|
-
function
|
|
9732
|
+
function $({ className: t = "", size: r = n.md }) {
|
|
9484
9733
|
return /* @__PURE__ */ e("svg", {
|
|
9485
9734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9486
9735
|
className: t,
|
|
@@ -9521,7 +9770,7 @@ function Z({ className: t = "", size: r = n.md }) {
|
|
|
9521
9770
|
}
|
|
9522
9771
|
//#endregion
|
|
9523
9772
|
//#region src/common/Comment.tsx
|
|
9524
|
-
function
|
|
9773
|
+
function Nr({ className: t = "", size: r = n.md }) {
|
|
9525
9774
|
return /* @__PURE__ */ e("svg", {
|
|
9526
9775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9527
9776
|
viewBox: "0 0 50 50",
|
|
@@ -9533,7 +9782,7 @@ function wr({ className: t = "", size: r = n.md }) {
|
|
|
9533
9782
|
}
|
|
9534
9783
|
//#endregion
|
|
9535
9784
|
//#region src/common/Leaderboard.tsx
|
|
9536
|
-
function
|
|
9785
|
+
function Pr({ className: r = "", size: i = n.md }) {
|
|
9537
9786
|
return /* @__PURE__ */ e("svg", {
|
|
9538
9787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9539
9788
|
className: r,
|
|
@@ -9582,7 +9831,7 @@ function Tr({ className: r = "", size: i = n.md }) {
|
|
|
9582
9831
|
}
|
|
9583
9832
|
//#endregion
|
|
9584
9833
|
//#region src/common/Game.tsx
|
|
9585
|
-
function
|
|
9834
|
+
function Fr({ className: t = "", size: r = n.md }) {
|
|
9586
9835
|
return /* @__PURE__ */ e("svg", {
|
|
9587
9836
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9588
9837
|
className: t,
|
|
@@ -9601,7 +9850,7 @@ function Er({ className: t = "", size: r = n.md }) {
|
|
|
9601
9850
|
}
|
|
9602
9851
|
//#endregion
|
|
9603
9852
|
//#region src/common/Event.tsx
|
|
9604
|
-
function
|
|
9853
|
+
function Ir({ className: r = "", size: i = n.md }) {
|
|
9605
9854
|
return /* @__PURE__ */ t("svg", {
|
|
9606
9855
|
className: r,
|
|
9607
9856
|
width: i,
|
|
@@ -9627,7 +9876,7 @@ function Dr({ className: r = "", size: i = n.md }) {
|
|
|
9627
9876
|
}
|
|
9628
9877
|
//#endregion
|
|
9629
9878
|
//#region src/common/LocationPoint.tsx
|
|
9630
|
-
function
|
|
9879
|
+
function Lr({ className: r = "", size: i = n.xs }) {
|
|
9631
9880
|
return /* @__PURE__ */ e("svg", {
|
|
9632
9881
|
className: r,
|
|
9633
9882
|
width: i,
|
|
@@ -9641,7 +9890,7 @@ function Or({ className: r = "", size: i = n.xs }) {
|
|
|
9641
9890
|
}
|
|
9642
9891
|
//#endregion
|
|
9643
9892
|
//#region src/common/Street.tsx
|
|
9644
|
-
function
|
|
9893
|
+
function Rr({ className: t = "", size: r = n.xs }) {
|
|
9645
9894
|
return /* @__PURE__ */ e("svg", {
|
|
9646
9895
|
className: t,
|
|
9647
9896
|
width: r,
|
|
@@ -9653,7 +9902,7 @@ function kr({ className: t = "", size: r = n.xs }) {
|
|
|
9653
9902
|
}
|
|
9654
9903
|
//#endregion
|
|
9655
9904
|
//#region src/common/Copy.tsx
|
|
9656
|
-
function
|
|
9905
|
+
function zr({ className: r = "", size: i = n.md }) {
|
|
9657
9906
|
return /* @__PURE__ */ t("svg", {
|
|
9658
9907
|
className: r,
|
|
9659
9908
|
width: i,
|
|
@@ -9674,7 +9923,7 @@ function Ar({ className: r = "", size: i = n.md }) {
|
|
|
9674
9923
|
}
|
|
9675
9924
|
//#endregion
|
|
9676
9925
|
//#region src/common/PasswordShow.tsx
|
|
9677
|
-
function
|
|
9926
|
+
function Br({ className: r = "", size: i = n.xs }) {
|
|
9678
9927
|
return /* @__PURE__ */ t("svg", {
|
|
9679
9928
|
width: i,
|
|
9680
9929
|
height: i,
|
|
@@ -9711,7 +9960,7 @@ function jr({ className: r = "", size: i = n.xs }) {
|
|
|
9711
9960
|
}
|
|
9712
9961
|
//#endregion
|
|
9713
9962
|
//#region src/common/PasswordHide.tsx
|
|
9714
|
-
function
|
|
9963
|
+
function Vr({ className: r = "", size: i = n.xs }) {
|
|
9715
9964
|
return /* @__PURE__ */ t("svg", {
|
|
9716
9965
|
width: i,
|
|
9717
9966
|
height: i,
|
|
@@ -9746,7 +9995,7 @@ function Mr({ className: r = "", size: i = n.xs }) {
|
|
|
9746
9995
|
}
|
|
9747
9996
|
//#endregion
|
|
9748
9997
|
//#region src/common/Nearby.tsx
|
|
9749
|
-
function
|
|
9998
|
+
function Hr({ className: t = "", size: r = n.md }) {
|
|
9750
9999
|
return /* @__PURE__ */ e("svg", {
|
|
9751
10000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9752
10001
|
className: t,
|
|
@@ -9765,7 +10014,7 @@ function Q({ className: t = "", size: r = n.md }) {
|
|
|
9765
10014
|
}
|
|
9766
10015
|
//#endregion
|
|
9767
10016
|
//#region src/common/Like.tsx
|
|
9768
|
-
function
|
|
10017
|
+
function Ur({ className: t = "", size: r = n.md }) {
|
|
9769
10018
|
return /* @__PURE__ */ e("svg", {
|
|
9770
10019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9771
10020
|
viewBox: "0 0 24 24",
|
|
@@ -9783,7 +10032,7 @@ function $({ className: t = "", size: r = n.md }) {
|
|
|
9783
10032
|
}
|
|
9784
10033
|
//#endregion
|
|
9785
10034
|
//#region src/common/Email.tsx
|
|
9786
|
-
function
|
|
10035
|
+
function Wr({ className: t = "", size: r = n.md }) {
|
|
9787
10036
|
return /* @__PURE__ */ e("svg", {
|
|
9788
10037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9789
10038
|
viewBox: "0 0 24 24",
|
|
@@ -9802,7 +10051,7 @@ function Nr({ className: t = "", size: r = n.md }) {
|
|
|
9802
10051
|
}
|
|
9803
10052
|
//#endregion
|
|
9804
10053
|
//#region src/common/Message.tsx
|
|
9805
|
-
function
|
|
10054
|
+
function Gr({ className: t = "", size: r = n.md }) {
|
|
9806
10055
|
return /* @__PURE__ */ e("svg", {
|
|
9807
10056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9808
10057
|
viewBox: "0 0 24 24",
|
|
@@ -9821,7 +10070,7 @@ function Pr({ className: t = "", size: r = n.md }) {
|
|
|
9821
10070
|
}
|
|
9822
10071
|
//#endregion
|
|
9823
10072
|
//#region src/common/More.tsx
|
|
9824
|
-
function
|
|
10073
|
+
function Kr({ className: r = "", size: i = n.md }) {
|
|
9825
10074
|
return /* @__PURE__ */ t("svg", {
|
|
9826
10075
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9827
10076
|
viewBox: "0 0 24 24",
|
|
@@ -9863,7 +10112,7 @@ function Fr({ className: r = "", size: i = n.md }) {
|
|
|
9863
10112
|
}
|
|
9864
10113
|
//#endregion
|
|
9865
10114
|
//#region src/common/Block.tsx
|
|
9866
|
-
function
|
|
10115
|
+
function qr({ className: t = "", size: r = n.md }) {
|
|
9867
10116
|
return /* @__PURE__ */ e("svg", {
|
|
9868
10117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9869
10118
|
viewBox: "0 0 24 24",
|
|
@@ -9882,7 +10131,7 @@ function Ir({ className: t = "", size: r = n.md }) {
|
|
|
9882
10131
|
}
|
|
9883
10132
|
//#endregion
|
|
9884
10133
|
//#region src/common/Report.tsx
|
|
9885
|
-
function
|
|
10134
|
+
function Jr({ className: r = "", size: i = n.md }) {
|
|
9886
10135
|
return /* @__PURE__ */ t("svg", {
|
|
9887
10136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9888
10137
|
viewBox: "0 0 24 24",
|
|
@@ -9907,8 +10156,24 @@ function Lr({ className: r = "", size: i = n.md }) {
|
|
|
9907
10156
|
});
|
|
9908
10157
|
}
|
|
9909
10158
|
//#endregion
|
|
10159
|
+
//#region src/common/Settings.tsx
|
|
10160
|
+
function Yr({ className: t = "", size: r = n.md }) {
|
|
10161
|
+
return /* @__PURE__ */ e("svg", {
|
|
10162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10163
|
+
viewBox: "0 0 1024 1024",
|
|
10164
|
+
height: r,
|
|
10165
|
+
width: r,
|
|
10166
|
+
className: t,
|
|
10167
|
+
fill: "none",
|
|
10168
|
+
children: /* @__PURE__ */ e("path", {
|
|
10169
|
+
d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z",
|
|
10170
|
+
fill: "currentColor"
|
|
10171
|
+
})
|
|
10172
|
+
});
|
|
10173
|
+
}
|
|
10174
|
+
//#endregion
|
|
9910
10175
|
//#region src/common/socialMedia/Facebook.tsx
|
|
9911
|
-
function
|
|
10176
|
+
function Xr({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
9912
10177
|
return /* @__PURE__ */ e("svg", {
|
|
9913
10178
|
viewBox: "0 0 24 24",
|
|
9914
10179
|
className: t,
|
|
@@ -9920,7 +10185,7 @@ function Rr({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
|
9920
10185
|
}
|
|
9921
10186
|
//#endregion
|
|
9922
10187
|
//#region src/common/socialMedia/Linkedin.tsx
|
|
9923
|
-
function
|
|
10188
|
+
function Zr({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
9924
10189
|
return /* @__PURE__ */ t("svg", {
|
|
9925
10190
|
viewBox: "0 0 24 24",
|
|
9926
10191
|
className: r,
|
|
@@ -9932,7 +10197,7 @@ function zr({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
|
9932
10197
|
}
|
|
9933
10198
|
//#endregion
|
|
9934
10199
|
//#region src/common/socialMedia/Instagram.tsx
|
|
9935
|
-
function
|
|
10200
|
+
function Qr({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
9936
10201
|
return /* @__PURE__ */ t("svg", {
|
|
9937
10202
|
viewBox: "0 0 24 24",
|
|
9938
10203
|
className: r,
|
|
@@ -9943,4 +10208,4 @@ function Br({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
|
9943
10208
|
});
|
|
9944
10209
|
}
|
|
9945
10210
|
//#endregion
|
|
9946
|
-
export {
|
|
10211
|
+
export { _r as AddSvg, Zn as Arabic, hr as ArenaSvg, xt as Badminton, jt as Baseball, yt as Basketball, Bt as Bass, sn as Beach, Y as Biking, rn as Blackjack, qr as BlockSvg, pr as BuddySvg, or as CalendarEventSvg, nr as CalendarSvg, Mn as Camping, on as CardGamesInterestSvg, Ft as Cat, pt as CategorySvg, cn as Cave, Vt as Cello, rr as ChatSvg, Yn as Chinese, kr as CitySvg, Ht as Clarinet, Z as CloseAccountSvg, Cr as CloseSvg, yr as CoachSvg, gr as CollectionSvg, Nr as CommentSvg, Nn as Concert, zr as CopySvg, cr as CreateArenaSvg, lr as CreateCollectionSvg, ur as CreatePostSvg, ir as CreateSvg, sr as CreateTeamSvg, ln as Cruise, un as Culture, dn as Desert, Pn as Dining, jr as DiscussionSvg, Pt as Dog, fn as Drinks, Wt as Drum, Sr as EditSvg, Wr as EmailSvg, Hn as English, pn as Entertainment, Ir as EventSvg, dr as ExploreSvg, Xr as FacebookSvg, Gt as Flute, mn as Food, wt as Football, hn as Forest, Wn as French, Fr as GameSvg, gn as Garden, Gn as German, bt as Golf, Rt as Guitar, Et as Gym, Kt as Harp, _n as Heritage, gt as Hiking, Ct as Hockey, er as HomeSvg, wr as ImageSvg, Qr as InstagramSvg, $n as InterestSvg, vn as Island, Kn as Italian, qn as Japanese, qt as Keytar, Jn as Korean, yn as Lake, bn as Landmark, mt as LanguageSvg, Pr as LeaderboardSvg, br as LeftArrowSvg, Vn as LeisureInterestSvg, s as LeisureSvg, Ur as LikeSvg, Zr as LinkedinSvg, Lr as LocationPointSvg, Ar as LogoutSvg, tr as MapSvg, Q as MarketSvg, X as MenuSvg, Gr as MessageSvg, Or as MinusSvg, Kr as MoreSvg, xn as Mountain, Fn as Movie, Sn as Museum, en as MusicInterestSvg, a as MusicSvg, Cn as NationalPark, Hr as NearbySvg, fr as NewsfeedSvg, ar as NotificationSvg, nn as Omaha, Vr as PasswordHideSvg, Br as PasswordShowSvg, Lt as PetsInterestSvg, i as PetsSvg, Jt as Piano, Tt as Pickleball, In as Picnic, Tr as PollSvg, Dr as PrivateSvg, Jr as ReportSvg, xr as RightArrowSvg, wn as River, vt as Running, Xn as Russian, Yt as Saxophone, $ as SendSvg, Yr as SettingsSvg, Ln as Shopping, Rn as Show, zt as Singing, kt as Skiing, ht as Soccer, Un as Spanish, Nt as SportsInterestSvg, r as SportsSvg, Rr as StreetSvg, At as Surfing, n as SvgSize, Dt as Swimming, St as TableTennis, mr as TeamSvg, Tn as Technology, _t as Tennis, tn as TexasHoldem, Er as TextPostSvg, jn as TravelInterestSvg, o as TravelSvg, Xt as Trombone, Zt as Tuba, Mr as UpArrowSvg, vr as UserSvg, Qt as Violin, zn as Walking, En as Waterfall, Dn as Wellness, On as Wildlife, Ot as Yoga, kn as Zoo };
|