wasvg 1.34.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +53 -0
- package/dist/wasvg.cjs.js +27 -27
- package/dist/wasvg.es.js +736 -229
- package/package.json +5 -5
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,18 +8854,469 @@ 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];
|
|
8869
|
+
return i && /* @__PURE__ */ e(i, {
|
|
8870
|
+
className: n,
|
|
8871
|
+
size: r
|
|
8872
|
+
});
|
|
8873
|
+
}
|
|
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/French.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: "Ç"
|
|
8913
|
+
})
|
|
8914
|
+
});
|
|
8915
|
+
}
|
|
8916
|
+
//#endregion
|
|
8917
|
+
//#region src/interests/interestsByCategory/language/all/Chinese.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: "中"
|
|
8934
|
+
})
|
|
8935
|
+
});
|
|
8936
|
+
}
|
|
8937
|
+
//#endregion
|
|
8938
|
+
//#region src/interests/interestsByCategory/language/all/Spanish.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: "Ñ"
|
|
8955
|
+
})
|
|
8956
|
+
});
|
|
8957
|
+
}
|
|
8958
|
+
//#endregion
|
|
8959
|
+
//#region src/interests/interestsByCategory/language/all/German.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: "Ä"
|
|
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/Arabic.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/Korean.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/Italian.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
|
|
9085
|
+
//#region src/interests/interestsByCategory/language/all/Portuguese.tsx
|
|
9086
|
+
function Qn({ className: t = "", size: r = n.md }) {
|
|
9087
|
+
return /* @__PURE__ */ e("svg", {
|
|
9088
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9089
|
+
viewBox: "0 0 24 24",
|
|
9090
|
+
width: r,
|
|
9091
|
+
height: r,
|
|
9092
|
+
className: H("text-gray-600", t),
|
|
9093
|
+
children: /* @__PURE__ */ e("text", {
|
|
9094
|
+
x: "12",
|
|
9095
|
+
y: "12",
|
|
9096
|
+
textAnchor: "middle",
|
|
9097
|
+
dominantBaseline: "central",
|
|
9098
|
+
fontSize: "16",
|
|
9099
|
+
fontFamily: "sans-serif",
|
|
9100
|
+
fill: "currentColor",
|
|
9101
|
+
children: "Ã"
|
|
9102
|
+
})
|
|
9103
|
+
});
|
|
9104
|
+
}
|
|
9105
|
+
//#endregion
|
|
9106
|
+
//#region src/interests/interestsByCategory/language/all/Turkish.tsx
|
|
9107
|
+
function $n({ className: t = "", size: r = n.md }) {
|
|
9108
|
+
return /* @__PURE__ */ e("svg", {
|
|
9109
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9110
|
+
viewBox: "0 0 24 24",
|
|
9111
|
+
width: r,
|
|
9112
|
+
height: r,
|
|
9113
|
+
className: H("text-gray-600", t),
|
|
9114
|
+
children: /* @__PURE__ */ e("text", {
|
|
9115
|
+
x: "12",
|
|
9116
|
+
y: "12",
|
|
9117
|
+
textAnchor: "middle",
|
|
9118
|
+
dominantBaseline: "central",
|
|
9119
|
+
fontSize: "16",
|
|
9120
|
+
fontFamily: "sans-serif",
|
|
9121
|
+
fill: "currentColor",
|
|
9122
|
+
children: "Ğ"
|
|
9123
|
+
})
|
|
9124
|
+
});
|
|
9125
|
+
}
|
|
9126
|
+
//#endregion
|
|
9127
|
+
//#region src/interests/interestsByCategory/language/all/Hindi.tsx
|
|
9128
|
+
function er({ className: t = "", size: r = n.md }) {
|
|
9129
|
+
return /* @__PURE__ */ e("svg", {
|
|
9130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9131
|
+
viewBox: "0 0 24 24",
|
|
9132
|
+
width: r,
|
|
9133
|
+
height: r,
|
|
9134
|
+
className: H("text-gray-600", t),
|
|
9135
|
+
children: /* @__PURE__ */ e("text", {
|
|
9136
|
+
x: "12",
|
|
9137
|
+
y: "12",
|
|
9138
|
+
textAnchor: "middle",
|
|
9139
|
+
dominantBaseline: "central",
|
|
9140
|
+
fontSize: "16",
|
|
9141
|
+
fontFamily: "sans-serif",
|
|
9142
|
+
fill: "currentColor",
|
|
9143
|
+
children: "ह"
|
|
9144
|
+
})
|
|
9145
|
+
});
|
|
9146
|
+
}
|
|
9147
|
+
//#endregion
|
|
9148
|
+
//#region src/interests/interestsByCategory/language/all/Dutch.tsx
|
|
9149
|
+
function tr({ className: t = "", size: r = n.md }) {
|
|
9150
|
+
return /* @__PURE__ */ e("svg", {
|
|
9151
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9152
|
+
viewBox: "0 0 24 24",
|
|
9153
|
+
width: r,
|
|
9154
|
+
height: r,
|
|
9155
|
+
className: H("text-gray-600", t),
|
|
9156
|
+
children: /* @__PURE__ */ e("text", {
|
|
9157
|
+
x: "12",
|
|
9158
|
+
y: "12",
|
|
9159
|
+
textAnchor: "middle",
|
|
9160
|
+
dominantBaseline: "central",
|
|
9161
|
+
fontSize: "16",
|
|
9162
|
+
fontFamily: "sans-serif",
|
|
9163
|
+
fill: "currentColor",
|
|
9164
|
+
children: "IJ"
|
|
9165
|
+
})
|
|
9166
|
+
});
|
|
9167
|
+
}
|
|
9168
|
+
//#endregion
|
|
9169
|
+
//#region src/interests/interestsByCategory/language/all/Swedish.tsx
|
|
9170
|
+
function nr({ className: t = "", size: r = n.md }) {
|
|
9171
|
+
return /* @__PURE__ */ e("svg", {
|
|
9172
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9173
|
+
viewBox: "0 0 24 24",
|
|
9174
|
+
width: r,
|
|
9175
|
+
height: r,
|
|
9176
|
+
className: H("text-gray-600", t),
|
|
9177
|
+
children: /* @__PURE__ */ e("text", {
|
|
9178
|
+
x: "12",
|
|
9179
|
+
y: "12",
|
|
9180
|
+
textAnchor: "middle",
|
|
9181
|
+
dominantBaseline: "central",
|
|
9182
|
+
fontSize: "16",
|
|
9183
|
+
fontFamily: "sans-serif",
|
|
9184
|
+
fill: "currentColor",
|
|
9185
|
+
children: "Å"
|
|
9186
|
+
})
|
|
9187
|
+
});
|
|
9188
|
+
}
|
|
9189
|
+
//#endregion
|
|
9190
|
+
//#region src/interests/interestsByCategory/language/all/Malay.tsx
|
|
9191
|
+
function rr({ className: t = "", size: r = n.md }) {
|
|
9192
|
+
return /* @__PURE__ */ e("svg", {
|
|
9193
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9194
|
+
viewBox: "0 0 24 24",
|
|
9195
|
+
width: r,
|
|
9196
|
+
height: r,
|
|
9197
|
+
className: H("text-gray-600", t),
|
|
9198
|
+
children: /* @__PURE__ */ e("text", {
|
|
9199
|
+
x: "12",
|
|
9200
|
+
y: "12",
|
|
9201
|
+
textAnchor: "middle",
|
|
9202
|
+
dominantBaseline: "central",
|
|
9203
|
+
fontSize: "16",
|
|
9204
|
+
fontFamily: "sans-serif",
|
|
9205
|
+
fill: "currentColor",
|
|
9206
|
+
children: "M"
|
|
9207
|
+
})
|
|
9208
|
+
});
|
|
9209
|
+
}
|
|
9210
|
+
//#endregion
|
|
9211
|
+
//#region src/interests/interestsByCategory/language/all/Indonesian.tsx
|
|
9212
|
+
function ir({ className: t = "", size: r = n.md }) {
|
|
9213
|
+
return /* @__PURE__ */ e("svg", {
|
|
9214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9215
|
+
viewBox: "0 0 24 24",
|
|
9216
|
+
width: r,
|
|
9217
|
+
height: r,
|
|
9218
|
+
className: H("text-gray-600", t),
|
|
9219
|
+
children: /* @__PURE__ */ e("text", {
|
|
9220
|
+
x: "12",
|
|
9221
|
+
y: "12",
|
|
9222
|
+
textAnchor: "middle",
|
|
9223
|
+
dominantBaseline: "central",
|
|
9224
|
+
fontSize: "16",
|
|
9225
|
+
fontFamily: "sans-serif",
|
|
9226
|
+
fill: "currentColor",
|
|
9227
|
+
children: "I"
|
|
9228
|
+
})
|
|
9229
|
+
});
|
|
9230
|
+
}
|
|
9231
|
+
//#endregion
|
|
9232
|
+
//#region src/interests/interestsByCategory/language/all/Thai.tsx
|
|
9233
|
+
function ar({ className: t = "", size: r = n.md }) {
|
|
9234
|
+
return /* @__PURE__ */ e("svg", {
|
|
9235
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9236
|
+
viewBox: "0 0 24 24",
|
|
9237
|
+
width: r,
|
|
9238
|
+
height: r,
|
|
9239
|
+
className: H("text-gray-600", t),
|
|
9240
|
+
children: /* @__PURE__ */ e("text", {
|
|
9241
|
+
x: "12",
|
|
9242
|
+
y: "12",
|
|
9243
|
+
textAnchor: "middle",
|
|
9244
|
+
dominantBaseline: "central",
|
|
9245
|
+
fontSize: "16",
|
|
9246
|
+
fontFamily: "sans-serif",
|
|
9247
|
+
fill: "currentColor",
|
|
9248
|
+
children: "ท"
|
|
9249
|
+
})
|
|
9250
|
+
});
|
|
9251
|
+
}
|
|
9252
|
+
//#endregion
|
|
9253
|
+
//#region src/interests/interestsByCategory/language/all/Greek.tsx
|
|
9254
|
+
function or({ className: t = "", size: r = n.md }) {
|
|
9255
|
+
return /* @__PURE__ */ e("svg", {
|
|
9256
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9257
|
+
viewBox: "0 0 24 24",
|
|
9258
|
+
width: r,
|
|
9259
|
+
height: r,
|
|
9260
|
+
className: H("text-gray-600", t),
|
|
9261
|
+
children: /* @__PURE__ */ e("text", {
|
|
9262
|
+
x: "12",
|
|
9263
|
+
y: "12",
|
|
9264
|
+
textAnchor: "middle",
|
|
9265
|
+
dominantBaseline: "central",
|
|
9266
|
+
fontSize: "16",
|
|
9267
|
+
fontFamily: "sans-serif",
|
|
9268
|
+
fill: "currentColor",
|
|
9269
|
+
children: "Ω"
|
|
9270
|
+
})
|
|
9271
|
+
});
|
|
9272
|
+
}
|
|
9273
|
+
//#endregion
|
|
9274
|
+
//#region src/interests/interestsByCategory/language/all/Vietnamese.tsx
|
|
9275
|
+
function sr({ className: t = "", size: r = n.md }) {
|
|
9276
|
+
return /* @__PURE__ */ e("svg", {
|
|
9277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9278
|
+
viewBox: "0 0 24 24",
|
|
9279
|
+
width: r,
|
|
9280
|
+
height: r,
|
|
9281
|
+
className: H("text-gray-600", t),
|
|
9282
|
+
children: /* @__PURE__ */ e("text", {
|
|
9283
|
+
x: "12",
|
|
9284
|
+
y: "12",
|
|
9285
|
+
textAnchor: "middle",
|
|
9286
|
+
dominantBaseline: "central",
|
|
9287
|
+
fontSize: "16",
|
|
9288
|
+
fontFamily: "sans-serif",
|
|
9289
|
+
fill: "currentColor",
|
|
9290
|
+
children: "Đ"
|
|
9291
|
+
})
|
|
9292
|
+
});
|
|
9293
|
+
}
|
|
9294
|
+
//#endregion
|
|
9295
|
+
//#region src/interests/interestsByCategory/language/LanguageInterestSvg.tsx
|
|
9296
|
+
var cr = {
|
|
9297
|
+
arabic: Jn,
|
|
9298
|
+
dutch: tr,
|
|
9299
|
+
english: Hn,
|
|
9300
|
+
french: Un,
|
|
9301
|
+
german: Kn,
|
|
9302
|
+
greek: or,
|
|
9303
|
+
hindi: er,
|
|
9304
|
+
indonesian: ir,
|
|
9305
|
+
italian: Zn,
|
|
9306
|
+
japanese: qn,
|
|
9307
|
+
korean: Yn,
|
|
9308
|
+
malay: rr,
|
|
9309
|
+
mandarin: Wn,
|
|
9310
|
+
portuguese: Qn,
|
|
9311
|
+
russian: Xn,
|
|
9312
|
+
spanish: Gn,
|
|
9313
|
+
swedish: nr,
|
|
9314
|
+
thai: ar,
|
|
9315
|
+
turkish: $n,
|
|
9316
|
+
vietnamese: sr
|
|
9317
|
+
};
|
|
9318
|
+
function lr({ interestType: t, className: n, size: r }) {
|
|
9319
|
+
let i = cr[t];
|
|
8830
9320
|
return i && /* @__PURE__ */ e(i, {
|
|
8831
9321
|
className: n,
|
|
8832
9322
|
size: r
|
|
@@ -8834,16 +9324,17 @@ function Bn({ interestType: t, className: n, size: r }) {
|
|
|
8834
9324
|
}
|
|
8835
9325
|
//#endregion
|
|
8836
9326
|
//#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":
|
|
9327
|
+
var ur = {
|
|
9328
|
+
"1_sports": Nt,
|
|
9329
|
+
"2_pets": Lt,
|
|
9330
|
+
"3_cardgames": on,
|
|
9331
|
+
"4_music": en,
|
|
9332
|
+
"5_travel": jn,
|
|
9333
|
+
"6_leisure": Vn,
|
|
9334
|
+
"7_language": lr
|
|
8844
9335
|
};
|
|
8845
|
-
function
|
|
8846
|
-
let o =
|
|
9336
|
+
function dr({ interestType: t, categoryType: r, size: i = n.sm, className: a = "" }) {
|
|
9337
|
+
let o = ur[r];
|
|
8847
9338
|
return o && /* @__PURE__ */ e(o, {
|
|
8848
9339
|
interestType: t,
|
|
8849
9340
|
size: i,
|
|
@@ -8852,7 +9343,7 @@ function Hn({ interestType: t, categoryType: r, size: i = n.sm, className: a = "
|
|
|
8852
9343
|
}
|
|
8853
9344
|
//#endregion
|
|
8854
9345
|
//#region src/common/Home.tsx
|
|
8855
|
-
function
|
|
9346
|
+
function fr({ className: t = "", size: r = n.md }) {
|
|
8856
9347
|
return /* @__PURE__ */ e("svg", {
|
|
8857
9348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8858
9349
|
className: t,
|
|
@@ -8864,7 +9355,7 @@ function Un({ className: t = "", size: r = n.md }) {
|
|
|
8864
9355
|
}
|
|
8865
9356
|
//#endregion
|
|
8866
9357
|
//#region src/common/Map.tsx
|
|
8867
|
-
function
|
|
9358
|
+
function pr({ className: t = "", size: r = n.md }) {
|
|
8868
9359
|
return /* @__PURE__ */ e("svg", {
|
|
8869
9360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8870
9361
|
className: t,
|
|
@@ -8876,7 +9367,7 @@ function Wn({ className: t = "", size: r = n.md }) {
|
|
|
8876
9367
|
}
|
|
8877
9368
|
//#endregion
|
|
8878
9369
|
//#region src/common/Calendar.tsx
|
|
8879
|
-
function
|
|
9370
|
+
function mr({ className: t = "", size: r = n.md }) {
|
|
8880
9371
|
return /* @__PURE__ */ e("svg", {
|
|
8881
9372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8882
9373
|
className: t,
|
|
@@ -8888,7 +9379,7 @@ function Gn({ className: t = "", size: r = n.md }) {
|
|
|
8888
9379
|
}
|
|
8889
9380
|
//#endregion
|
|
8890
9381
|
//#region src/common/Chat.tsx
|
|
8891
|
-
function
|
|
9382
|
+
function hr({ className: r = "", size: i = n.md }) {
|
|
8892
9383
|
return /* @__PURE__ */ t("svg", {
|
|
8893
9384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8894
9385
|
className: r,
|
|
@@ -8917,7 +9408,7 @@ function Kn({ className: r = "", size: i = n.md }) {
|
|
|
8917
9408
|
}
|
|
8918
9409
|
//#endregion
|
|
8919
9410
|
//#region src/common/Create.tsx
|
|
8920
|
-
function
|
|
9411
|
+
function gr({ className: t = "", size: r = n.md }) {
|
|
8921
9412
|
return /* @__PURE__ */ e("svg", {
|
|
8922
9413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8923
9414
|
className: t,
|
|
@@ -8929,7 +9420,7 @@ function qn({ className: t = "", size: r = n.md }) {
|
|
|
8929
9420
|
}
|
|
8930
9421
|
//#endregion
|
|
8931
9422
|
//#region src/common/Notification.tsx
|
|
8932
|
-
function
|
|
9423
|
+
function _r({ className: t = "", size: r = n.lg }) {
|
|
8933
9424
|
return /* @__PURE__ */ e("svg", {
|
|
8934
9425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8935
9426
|
className: t,
|
|
@@ -8941,7 +9432,7 @@ function Jn({ className: t = "", size: r = n.lg }) {
|
|
|
8941
9432
|
}
|
|
8942
9433
|
//#endregion
|
|
8943
9434
|
//#region src/common/CalendarEvent.tsx
|
|
8944
|
-
function
|
|
9435
|
+
function vr({ className: t = "", size: r = n.md }) {
|
|
8945
9436
|
return /* @__PURE__ */ e("svg", {
|
|
8946
9437
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8947
9438
|
className: t,
|
|
@@ -8953,7 +9444,7 @@ function Yn({ className: t = "", size: r = n.md }) {
|
|
|
8953
9444
|
}
|
|
8954
9445
|
//#endregion
|
|
8955
9446
|
//#region src/common/CreateTeam.tsx
|
|
8956
|
-
function
|
|
9447
|
+
function yr({ className: t = "", size: r = n.md }) {
|
|
8957
9448
|
return /* @__PURE__ */ e("svg", {
|
|
8958
9449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8959
9450
|
className: t,
|
|
@@ -8965,7 +9456,7 @@ function Xn({ className: t = "", size: r = n.md }) {
|
|
|
8965
9456
|
}
|
|
8966
9457
|
//#endregion
|
|
8967
9458
|
//#region src/common/CreateArena.tsx
|
|
8968
|
-
function
|
|
9459
|
+
function br({ className: t = "", size: r = n.md }) {
|
|
8969
9460
|
return /* @__PURE__ */ e("svg", {
|
|
8970
9461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8971
9462
|
className: t,
|
|
@@ -8977,7 +9468,7 @@ function Zn({ className: t = "", size: r = n.md }) {
|
|
|
8977
9468
|
}
|
|
8978
9469
|
//#endregion
|
|
8979
9470
|
//#region src/common/CreateCollection.tsx
|
|
8980
|
-
function
|
|
9471
|
+
function xr({ className: t = "", size: r = n.md }) {
|
|
8981
9472
|
return /* @__PURE__ */ e("svg", {
|
|
8982
9473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8983
9474
|
className: t,
|
|
@@ -8989,7 +9480,7 @@ function Qn({ className: t = "", size: r = n.md }) {
|
|
|
8989
9480
|
}
|
|
8990
9481
|
//#endregion
|
|
8991
9482
|
//#region src/common/CreatePost.tsx
|
|
8992
|
-
function
|
|
9483
|
+
function Sr({ className: t = "", size: r = n.md }) {
|
|
8993
9484
|
return /* @__PURE__ */ e("svg", {
|
|
8994
9485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8995
9486
|
className: t,
|
|
@@ -9001,7 +9492,7 @@ function $n({ className: t = "", size: r = n.md }) {
|
|
|
9001
9492
|
}
|
|
9002
9493
|
//#endregion
|
|
9003
9494
|
//#region src/common/Explore.tsx
|
|
9004
|
-
function
|
|
9495
|
+
function X({ className: t = "", size: r = n.md }) {
|
|
9005
9496
|
return /* @__PURE__ */ e("svg", {
|
|
9006
9497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9007
9498
|
className: t,
|
|
@@ -9013,7 +9504,7 @@ function er({ className: t = "", size: r = n.md }) {
|
|
|
9013
9504
|
}
|
|
9014
9505
|
//#endregion
|
|
9015
9506
|
//#region src/common/Newsfeed.tsx
|
|
9016
|
-
function
|
|
9507
|
+
function Cr({ className: t = "", size: r = n.md }) {
|
|
9017
9508
|
return /* @__PURE__ */ e("svg", {
|
|
9018
9509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9019
9510
|
className: t,
|
|
@@ -9025,7 +9516,7 @@ function tr({ className: t = "", size: r = n.md }) {
|
|
|
9025
9516
|
}
|
|
9026
9517
|
//#endregion
|
|
9027
9518
|
//#region src/common/Buddy.tsx
|
|
9028
|
-
function
|
|
9519
|
+
function Z({ className: t = "", size: r = n.sm }) {
|
|
9029
9520
|
return /* @__PURE__ */ e("svg", {
|
|
9030
9521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9031
9522
|
className: t,
|
|
@@ -9037,7 +9528,7 @@ function nr({ className: t = "", size: r = n.sm }) {
|
|
|
9037
9528
|
}
|
|
9038
9529
|
//#endregion
|
|
9039
9530
|
//#region src/common/Team.tsx
|
|
9040
|
-
function
|
|
9531
|
+
function wr({ className: t = "", size: r = n.md }) {
|
|
9041
9532
|
return /* @__PURE__ */ e("svg", {
|
|
9042
9533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9043
9534
|
className: t,
|
|
@@ -9049,7 +9540,7 @@ function rr({ className: t = "", size: r = n.md }) {
|
|
|
9049
9540
|
}
|
|
9050
9541
|
//#endregion
|
|
9051
9542
|
//#region src/common/Arena.tsx
|
|
9052
|
-
function
|
|
9543
|
+
function Tr({ className: t = "", size: r = n.md }) {
|
|
9053
9544
|
return /* @__PURE__ */ e("svg", {
|
|
9054
9545
|
className: H("stroke-2 text-gray-600", t),
|
|
9055
9546
|
height: r,
|
|
@@ -9065,7 +9556,7 @@ function ir({ className: t = "", size: r = n.md }) {
|
|
|
9065
9556
|
}
|
|
9066
9557
|
//#endregion
|
|
9067
9558
|
//#region src/common/Collection.tsx
|
|
9068
|
-
function
|
|
9559
|
+
function Er({ className: r = "", size: i = n.md }) {
|
|
9069
9560
|
return /* @__PURE__ */ t("svg", {
|
|
9070
9561
|
className: H(r, "fill-none"),
|
|
9071
9562
|
width: i,
|
|
@@ -9126,7 +9617,7 @@ function ar({ className: r = "", size: i = n.md }) {
|
|
|
9126
9617
|
}
|
|
9127
9618
|
//#endregion
|
|
9128
9619
|
//#region src/common/Add.tsx
|
|
9129
|
-
function
|
|
9620
|
+
function Dr({ className: t = "", size: r = n.md }) {
|
|
9130
9621
|
return /* @__PURE__ */ e("svg", {
|
|
9131
9622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9132
9623
|
className: t,
|
|
@@ -9138,7 +9629,7 @@ function or({ className: t = "", size: r = n.md }) {
|
|
|
9138
9629
|
}
|
|
9139
9630
|
//#endregion
|
|
9140
9631
|
//#region src/common/User.tsx
|
|
9141
|
-
function
|
|
9632
|
+
function Or({ className: t = "", size: r = n.md }) {
|
|
9142
9633
|
return /* @__PURE__ */ e("svg", {
|
|
9143
9634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9144
9635
|
className: t,
|
|
@@ -9150,7 +9641,7 @@ function sr({ className: t = "", size: r = n.md }) {
|
|
|
9150
9641
|
}
|
|
9151
9642
|
//#endregion
|
|
9152
9643
|
//#region src/common/Coach.tsx
|
|
9153
|
-
function
|
|
9644
|
+
function kr({ className: t = "", size: r = n.md }) {
|
|
9154
9645
|
return /* @__PURE__ */ e("svg", {
|
|
9155
9646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9156
9647
|
className: t,
|
|
@@ -9167,7 +9658,7 @@ function cr({ className: t = "", size: r = n.md }) {
|
|
|
9167
9658
|
}
|
|
9168
9659
|
//#endregion
|
|
9169
9660
|
//#region src/common/LeftArrow.tsx
|
|
9170
|
-
function
|
|
9661
|
+
function Ar({ className: t = "", size: r = n.md }) {
|
|
9171
9662
|
return /* @__PURE__ */ e("svg", {
|
|
9172
9663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9173
9664
|
className: t,
|
|
@@ -9179,7 +9670,7 @@ function lr({ className: t = "", size: r = n.md }) {
|
|
|
9179
9670
|
}
|
|
9180
9671
|
//#endregion
|
|
9181
9672
|
//#region src/common/RightArrow.tsx
|
|
9182
|
-
function
|
|
9673
|
+
function jr({ className: t = "", size: r = n.sm }) {
|
|
9183
9674
|
return /* @__PURE__ */ e("svg", {
|
|
9184
9675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9185
9676
|
className: t,
|
|
@@ -9191,7 +9682,7 @@ function ur({ className: t = "", size: r = n.sm }) {
|
|
|
9191
9682
|
}
|
|
9192
9683
|
//#endregion
|
|
9193
9684
|
//#region src/common/Edit.tsx
|
|
9194
|
-
function
|
|
9685
|
+
function Mr({ className: t = "", size: r = n.md }) {
|
|
9195
9686
|
return /* @__PURE__ */ e("svg", {
|
|
9196
9687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9197
9688
|
className: t,
|
|
@@ -9203,7 +9694,7 @@ function dr({ className: t = "", size: r = n.md }) {
|
|
|
9203
9694
|
}
|
|
9204
9695
|
//#endregion
|
|
9205
9696
|
//#region src/common/Menu.tsx
|
|
9206
|
-
function
|
|
9697
|
+
function Q({ className: t = "", size: r = n.md }) {
|
|
9207
9698
|
return /* @__PURE__ */ e("svg", {
|
|
9208
9699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9209
9700
|
className: t,
|
|
@@ -9215,7 +9706,7 @@ function fr({ className: t = "", size: r = n.md }) {
|
|
|
9215
9706
|
}
|
|
9216
9707
|
//#endregion
|
|
9217
9708
|
//#region src/common/Close.tsx
|
|
9218
|
-
function
|
|
9709
|
+
function $({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
9219
9710
|
return /* @__PURE__ */ e("svg", {
|
|
9220
9711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9221
9712
|
className: t,
|
|
@@ -9227,7 +9718,7 @@ function pr({ className: t = "fill-gray-600", size: r = n.md }) {
|
|
|
9227
9718
|
}
|
|
9228
9719
|
//#endregion
|
|
9229
9720
|
//#region src/common/CloseAccount.tsx
|
|
9230
|
-
function
|
|
9721
|
+
function Nr({ className: t = "", size: r = n.md }) {
|
|
9231
9722
|
return /* @__PURE__ */ e("svg", {
|
|
9232
9723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9233
9724
|
viewBox: "0 0 24 24",
|
|
@@ -9243,7 +9734,7 @@ function mr({ className: t = "", size: r = n.md }) {
|
|
|
9243
9734
|
}
|
|
9244
9735
|
//#endregion
|
|
9245
9736
|
//#region src/common/Image.tsx
|
|
9246
|
-
function
|
|
9737
|
+
function Pr({ className: t = "", size: r = n.md }) {
|
|
9247
9738
|
return /* @__PURE__ */ e("svg", {
|
|
9248
9739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9249
9740
|
className: t,
|
|
@@ -9255,7 +9746,7 @@ function hr({ className: t = "", size: r = n.md }) {
|
|
|
9255
9746
|
}
|
|
9256
9747
|
//#endregion
|
|
9257
9748
|
//#region src/common/Poll.tsx
|
|
9258
|
-
function
|
|
9749
|
+
function Fr({ className: r = "", size: i = n.xs }) {
|
|
9259
9750
|
return /* @__PURE__ */ t("svg", {
|
|
9260
9751
|
height: i,
|
|
9261
9752
|
width: i,
|
|
@@ -9285,7 +9776,7 @@ function gr({ className: r = "", size: i = n.xs }) {
|
|
|
9285
9776
|
}
|
|
9286
9777
|
//#endregion
|
|
9287
9778
|
//#region src/common/TextPost.tsx
|
|
9288
|
-
function
|
|
9779
|
+
function Ir({ className: t = "", size: r = n.md }) {
|
|
9289
9780
|
return /* @__PURE__ */ e("svg", {
|
|
9290
9781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9291
9782
|
className: t,
|
|
@@ -9297,7 +9788,7 @@ function _r({ className: t = "", size: r = n.md }) {
|
|
|
9297
9788
|
}
|
|
9298
9789
|
//#endregion
|
|
9299
9790
|
//#region src/common/Private.tsx
|
|
9300
|
-
function
|
|
9791
|
+
function Lr({ className: t = "", size: r = n.md }) {
|
|
9301
9792
|
return /* @__PURE__ */ e("svg", {
|
|
9302
9793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9303
9794
|
className: t,
|
|
@@ -9309,7 +9800,7 @@ function vr({ className: t = "", size: r = n.md }) {
|
|
|
9309
9800
|
}
|
|
9310
9801
|
//#endregion
|
|
9311
9802
|
//#region src/common/Minus.tsx
|
|
9312
|
-
function
|
|
9803
|
+
function Rr({ className: t = "", size: r = n.md }) {
|
|
9313
9804
|
return /* @__PURE__ */ e("svg", {
|
|
9314
9805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9315
9806
|
className: t,
|
|
@@ -9321,7 +9812,7 @@ function yr({ className: t = "", size: r = n.md }) {
|
|
|
9321
9812
|
}
|
|
9322
9813
|
//#endregion
|
|
9323
9814
|
//#region src/common/City.tsx
|
|
9324
|
-
function
|
|
9815
|
+
function zr({ className: t = "", size: r = n.xs }) {
|
|
9325
9816
|
return /* @__PURE__ */ e("svg", {
|
|
9326
9817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9327
9818
|
className: t,
|
|
@@ -9333,7 +9824,7 @@ function br({ className: t = "", size: r = n.xs }) {
|
|
|
9333
9824
|
}
|
|
9334
9825
|
//#endregion
|
|
9335
9826
|
//#region src/common/Logout.tsx
|
|
9336
|
-
function
|
|
9827
|
+
function Br({ className: t = "", size: r = n.md }) {
|
|
9337
9828
|
return /* @__PURE__ */ e("svg", {
|
|
9338
9829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9339
9830
|
className: t,
|
|
@@ -9345,7 +9836,7 @@ function xr({ className: t = "", size: r = n.md }) {
|
|
|
9345
9836
|
}
|
|
9346
9837
|
//#endregion
|
|
9347
9838
|
//#region src/common/Discussion.tsx
|
|
9348
|
-
function
|
|
9839
|
+
function Vr({ className: r = "", size: i = n.md }) {
|
|
9349
9840
|
return /* @__PURE__ */ t("svg", {
|
|
9350
9841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9351
9842
|
className: r,
|
|
@@ -9361,7 +9852,7 @@ function Sr({ className: r = "", size: i = n.md }) {
|
|
|
9361
9852
|
}
|
|
9362
9853
|
//#endregion
|
|
9363
9854
|
//#region src/common/UpArrow.tsx
|
|
9364
|
-
function
|
|
9855
|
+
function Hr({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
9365
9856
|
return /* @__PURE__ */ e("svg", {
|
|
9366
9857
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9367
9858
|
className: "fill-blue-500",
|
|
@@ -9377,7 +9868,7 @@ function X({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
|
9377
9868
|
}
|
|
9378
9869
|
//#endregion
|
|
9379
9870
|
//#region src/common/Market.tsx
|
|
9380
|
-
function
|
|
9871
|
+
function Ur({ className: r = "", size: i = n.md }) {
|
|
9381
9872
|
return /* @__PURE__ */ e("svg", {
|
|
9382
9873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9383
9874
|
className: r,
|
|
@@ -9480,7 +9971,7 @@ function Cr({ className: r = "", size: i = n.md }) {
|
|
|
9480
9971
|
}
|
|
9481
9972
|
//#endregion
|
|
9482
9973
|
//#region src/common/Send.tsx
|
|
9483
|
-
function
|
|
9974
|
+
function Wr({ className: t = "", size: r = n.md }) {
|
|
9484
9975
|
return /* @__PURE__ */ e("svg", {
|
|
9485
9976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9486
9977
|
className: t,
|
|
@@ -9521,7 +10012,7 @@ function Z({ className: t = "", size: r = n.md }) {
|
|
|
9521
10012
|
}
|
|
9522
10013
|
//#endregion
|
|
9523
10014
|
//#region src/common/Comment.tsx
|
|
9524
|
-
function
|
|
10015
|
+
function Gr({ className: t = "", size: r = n.md }) {
|
|
9525
10016
|
return /* @__PURE__ */ e("svg", {
|
|
9526
10017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9527
10018
|
viewBox: "0 0 50 50",
|
|
@@ -9533,7 +10024,7 @@ function wr({ className: t = "", size: r = n.md }) {
|
|
|
9533
10024
|
}
|
|
9534
10025
|
//#endregion
|
|
9535
10026
|
//#region src/common/Leaderboard.tsx
|
|
9536
|
-
function
|
|
10027
|
+
function Kr({ className: r = "", size: i = n.md }) {
|
|
9537
10028
|
return /* @__PURE__ */ e("svg", {
|
|
9538
10029
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9539
10030
|
className: r,
|
|
@@ -9582,7 +10073,7 @@ function Tr({ className: r = "", size: i = n.md }) {
|
|
|
9582
10073
|
}
|
|
9583
10074
|
//#endregion
|
|
9584
10075
|
//#region src/common/Game.tsx
|
|
9585
|
-
function
|
|
10076
|
+
function qr({ className: t = "", size: r = n.md }) {
|
|
9586
10077
|
return /* @__PURE__ */ e("svg", {
|
|
9587
10078
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9588
10079
|
className: t,
|
|
@@ -9601,7 +10092,7 @@ function Er({ className: t = "", size: r = n.md }) {
|
|
|
9601
10092
|
}
|
|
9602
10093
|
//#endregion
|
|
9603
10094
|
//#region src/common/Event.tsx
|
|
9604
|
-
function
|
|
10095
|
+
function Jr({ className: r = "", size: i = n.md }) {
|
|
9605
10096
|
return /* @__PURE__ */ t("svg", {
|
|
9606
10097
|
className: r,
|
|
9607
10098
|
width: i,
|
|
@@ -9627,7 +10118,7 @@ function Dr({ className: r = "", size: i = n.md }) {
|
|
|
9627
10118
|
}
|
|
9628
10119
|
//#endregion
|
|
9629
10120
|
//#region src/common/LocationPoint.tsx
|
|
9630
|
-
function
|
|
10121
|
+
function Yr({ className: r = "", size: i = n.xs }) {
|
|
9631
10122
|
return /* @__PURE__ */ e("svg", {
|
|
9632
10123
|
className: r,
|
|
9633
10124
|
width: i,
|
|
@@ -9641,7 +10132,7 @@ function Or({ className: r = "", size: i = n.xs }) {
|
|
|
9641
10132
|
}
|
|
9642
10133
|
//#endregion
|
|
9643
10134
|
//#region src/common/Street.tsx
|
|
9644
|
-
function
|
|
10135
|
+
function Xr({ className: t = "", size: r = n.xs }) {
|
|
9645
10136
|
return /* @__PURE__ */ e("svg", {
|
|
9646
10137
|
className: t,
|
|
9647
10138
|
width: r,
|
|
@@ -9653,7 +10144,7 @@ function kr({ className: t = "", size: r = n.xs }) {
|
|
|
9653
10144
|
}
|
|
9654
10145
|
//#endregion
|
|
9655
10146
|
//#region src/common/Copy.tsx
|
|
9656
|
-
function
|
|
10147
|
+
function Zr({ className: r = "", size: i = n.md }) {
|
|
9657
10148
|
return /* @__PURE__ */ t("svg", {
|
|
9658
10149
|
className: r,
|
|
9659
10150
|
width: i,
|
|
@@ -9674,7 +10165,7 @@ function Ar({ className: r = "", size: i = n.md }) {
|
|
|
9674
10165
|
}
|
|
9675
10166
|
//#endregion
|
|
9676
10167
|
//#region src/common/PasswordShow.tsx
|
|
9677
|
-
function
|
|
10168
|
+
function Qr({ className: r = "", size: i = n.xs }) {
|
|
9678
10169
|
return /* @__PURE__ */ t("svg", {
|
|
9679
10170
|
width: i,
|
|
9680
10171
|
height: i,
|
|
@@ -9711,7 +10202,7 @@ function jr({ className: r = "", size: i = n.xs }) {
|
|
|
9711
10202
|
}
|
|
9712
10203
|
//#endregion
|
|
9713
10204
|
//#region src/common/PasswordHide.tsx
|
|
9714
|
-
function
|
|
10205
|
+
function $r({ className: r = "", size: i = n.xs }) {
|
|
9715
10206
|
return /* @__PURE__ */ t("svg", {
|
|
9716
10207
|
width: i,
|
|
9717
10208
|
height: i,
|
|
@@ -9746,7 +10237,7 @@ function Mr({ className: r = "", size: i = n.xs }) {
|
|
|
9746
10237
|
}
|
|
9747
10238
|
//#endregion
|
|
9748
10239
|
//#region src/common/Nearby.tsx
|
|
9749
|
-
function
|
|
10240
|
+
function ei({ className: t = "", size: r = n.md }) {
|
|
9750
10241
|
return /* @__PURE__ */ e("svg", {
|
|
9751
10242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9752
10243
|
className: t,
|
|
@@ -9765,7 +10256,7 @@ function Q({ className: t = "", size: r = n.md }) {
|
|
|
9765
10256
|
}
|
|
9766
10257
|
//#endregion
|
|
9767
10258
|
//#region src/common/Like.tsx
|
|
9768
|
-
function
|
|
10259
|
+
function ti({ className: t = "", size: r = n.md }) {
|
|
9769
10260
|
return /* @__PURE__ */ e("svg", {
|
|
9770
10261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9771
10262
|
viewBox: "0 0 24 24",
|
|
@@ -9783,7 +10274,7 @@ function $({ className: t = "", size: r = n.md }) {
|
|
|
9783
10274
|
}
|
|
9784
10275
|
//#endregion
|
|
9785
10276
|
//#region src/common/Email.tsx
|
|
9786
|
-
function
|
|
10277
|
+
function ni({ className: t = "", size: r = n.md }) {
|
|
9787
10278
|
return /* @__PURE__ */ e("svg", {
|
|
9788
10279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9789
10280
|
viewBox: "0 0 24 24",
|
|
@@ -9802,7 +10293,7 @@ function Nr({ className: t = "", size: r = n.md }) {
|
|
|
9802
10293
|
}
|
|
9803
10294
|
//#endregion
|
|
9804
10295
|
//#region src/common/Message.tsx
|
|
9805
|
-
function
|
|
10296
|
+
function ri({ className: t = "", size: r = n.md }) {
|
|
9806
10297
|
return /* @__PURE__ */ e("svg", {
|
|
9807
10298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9808
10299
|
viewBox: "0 0 24 24",
|
|
@@ -9821,7 +10312,7 @@ function Pr({ className: t = "", size: r = n.md }) {
|
|
|
9821
10312
|
}
|
|
9822
10313
|
//#endregion
|
|
9823
10314
|
//#region src/common/More.tsx
|
|
9824
|
-
function
|
|
10315
|
+
function ii({ className: r = "", size: i = n.md }) {
|
|
9825
10316
|
return /* @__PURE__ */ t("svg", {
|
|
9826
10317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9827
10318
|
viewBox: "0 0 24 24",
|
|
@@ -9863,7 +10354,7 @@ function Fr({ className: r = "", size: i = n.md }) {
|
|
|
9863
10354
|
}
|
|
9864
10355
|
//#endregion
|
|
9865
10356
|
//#region src/common/Block.tsx
|
|
9866
|
-
function
|
|
10357
|
+
function ai({ className: t = "", size: r = n.md }) {
|
|
9867
10358
|
return /* @__PURE__ */ e("svg", {
|
|
9868
10359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9869
10360
|
viewBox: "0 0 24 24",
|
|
@@ -9882,7 +10373,7 @@ function Ir({ className: t = "", size: r = n.md }) {
|
|
|
9882
10373
|
}
|
|
9883
10374
|
//#endregion
|
|
9884
10375
|
//#region src/common/Report.tsx
|
|
9885
|
-
function
|
|
10376
|
+
function oi({ className: r = "", size: i = n.md }) {
|
|
9886
10377
|
return /* @__PURE__ */ t("svg", {
|
|
9887
10378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9888
10379
|
viewBox: "0 0 24 24",
|
|
@@ -9907,8 +10398,24 @@ function Lr({ className: r = "", size: i = n.md }) {
|
|
|
9907
10398
|
});
|
|
9908
10399
|
}
|
|
9909
10400
|
//#endregion
|
|
10401
|
+
//#region src/common/Settings.tsx
|
|
10402
|
+
function si({ className: t = "", size: r = n.md }) {
|
|
10403
|
+
return /* @__PURE__ */ e("svg", {
|
|
10404
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10405
|
+
viewBox: "0 0 1024 1024",
|
|
10406
|
+
height: r,
|
|
10407
|
+
width: r,
|
|
10408
|
+
className: t,
|
|
10409
|
+
fill: "none",
|
|
10410
|
+
children: /* @__PURE__ */ e("path", {
|
|
10411
|
+
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",
|
|
10412
|
+
fill: "currentColor"
|
|
10413
|
+
})
|
|
10414
|
+
});
|
|
10415
|
+
}
|
|
10416
|
+
//#endregion
|
|
9910
10417
|
//#region src/common/socialMedia/Facebook.tsx
|
|
9911
|
-
function
|
|
10418
|
+
function ci({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
9912
10419
|
return /* @__PURE__ */ e("svg", {
|
|
9913
10420
|
viewBox: "0 0 24 24",
|
|
9914
10421
|
className: t,
|
|
@@ -9920,7 +10427,7 @@ function Rr({ className: t = "fill-blue-500", size: r = n.md }) {
|
|
|
9920
10427
|
}
|
|
9921
10428
|
//#endregion
|
|
9922
10429
|
//#region src/common/socialMedia/Linkedin.tsx
|
|
9923
|
-
function
|
|
10430
|
+
function li({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
9924
10431
|
return /* @__PURE__ */ t("svg", {
|
|
9925
10432
|
viewBox: "0 0 24 24",
|
|
9926
10433
|
className: r,
|
|
@@ -9932,7 +10439,7 @@ function zr({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
|
9932
10439
|
}
|
|
9933
10440
|
//#endregion
|
|
9934
10441
|
//#region src/common/socialMedia/Instagram.tsx
|
|
9935
|
-
function
|
|
10442
|
+
function ui({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
9936
10443
|
return /* @__PURE__ */ t("svg", {
|
|
9937
10444
|
viewBox: "0 0 24 24",
|
|
9938
10445
|
className: r,
|
|
@@ -9943,4 +10450,4 @@ function Br({ className: r = "fill-blue-500", size: i = n.md }) {
|
|
|
9943
10450
|
});
|
|
9944
10451
|
}
|
|
9945
10452
|
//#endregion
|
|
9946
|
-
export {
|
|
10453
|
+
export { Dr as AddSvg, Jn as Arabic, Tr as ArenaSvg, xt as Badminton, jt as Baseball, yt as Basketball, Bt as Bass, sn as Beach, Y as Biking, rn as Blackjack, ai as BlockSvg, Z as BuddySvg, vr as CalendarEventSvg, mr as CalendarSvg, Mn as Camping, on as CardGamesInterestSvg, Ft as Cat, pt as CategorySvg, cn as Cave, Vt as Cello, hr as ChatSvg, Wn as Chinese, zr as CitySvg, Ht as Clarinet, Nr as CloseAccountSvg, $ as CloseSvg, kr as CoachSvg, Er as CollectionSvg, Gr as CommentSvg, Nn as Concert, Zr as CopySvg, br as CreateArenaSvg, xr as CreateCollectionSvg, Sr as CreatePostSvg, gr as CreateSvg, yr as CreateTeamSvg, ln as Cruise, un as Culture, dn as Desert, Pn as Dining, Vr as DiscussionSvg, Pt as Dog, fn as Drinks, Wt as Drum, tr as Dutch, Mr as EditSvg, ni as EmailSvg, Hn as English, pn as Entertainment, Jr as EventSvg, X as ExploreSvg, ci as FacebookSvg, Gt as Flute, mn as Food, wt as Football, hn as Forest, Un as French, qr as GameSvg, gn as Garden, Kn as German, bt as Golf, or as Greek, Rt as Guitar, Et as Gym, Kt as Harp, _n as Heritage, gt as Hiking, er as Hindi, Ct as Hockey, fr as HomeSvg, Pr as ImageSvg, ir as Indonesian, ui as InstagramSvg, dr as InterestSvg, vn as Island, Zn as Italian, qn as Japanese, qt as Keytar, Yn as Korean, yn as Lake, bn as Landmark, lr as LanguageInterestSvg, mt as LanguageSvg, Kr as LeaderboardSvg, Ar as LeftArrowSvg, Vn as LeisureInterestSvg, s as LeisureSvg, ti as LikeSvg, li as LinkedinSvg, Yr as LocationPointSvg, Br as LogoutSvg, rr as Malay, pr as MapSvg, Ur as MarketSvg, Q as MenuSvg, ri as MessageSvg, Rr as MinusSvg, ii as MoreSvg, xn as Mountain, Fn as Movie, Sn as Museum, en as MusicInterestSvg, a as MusicSvg, Cn as NationalPark, ei as NearbySvg, Cr as NewsfeedSvg, _r as NotificationSvg, nn as Omaha, $r as PasswordHideSvg, Qr as PasswordShowSvg, Lt as PetsInterestSvg, i as PetsSvg, Jt as Piano, Tt as Pickleball, In as Picnic, Fr as PollSvg, Qn as Portuguese, Lr as PrivateSvg, oi as ReportSvg, jr as RightArrowSvg, wn as River, vt as Running, Xn as Russian, Yt as Saxophone, Wr as SendSvg, si as SettingsSvg, Ln as Shopping, Rn as Show, zt as Singing, kt as Skiing, ht as Soccer, Gn as Spanish, Nt as SportsInterestSvg, r as SportsSvg, Xr as StreetSvg, At as Surfing, n as SvgSize, nr as Swedish, Dt as Swimming, St as TableTennis, wr as TeamSvg, Tn as Technology, _t as Tennis, tn as TexasHoldem, Ir as TextPostSvg, ar as Thai, jn as TravelInterestSvg, o as TravelSvg, Xt as Trombone, Zt as Tuba, $n as Turkish, Hr as UpArrowSvg, Or as UserSvg, sr as Vietnamese, Qt as Violin, zn as Walking, En as Waterfall, Dn as Wellness, On as Wildlife, Ot as Yoga, kn as Zoo };
|