@postal-music/icons 0.1.10 → 0.1.12
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.js +189 -64
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +189 -65
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +30 -7
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +30 -8
- package/dist/index.native.mjs.map +1 -1
- package/dist/types/icons/actions/CheckIcon.d.ts +1 -1
- package/dist/types/icons/actions/CopyIcon.d.ts +1 -1
- package/dist/types/icons/actions/LogoutIcon.d.ts +1 -1
- package/dist/types/icons/actions/MinusIcon.d.ts +1 -1
- package/dist/types/icons/actions/PlusCircleIcon.d.ts +1 -1
- package/dist/types/icons/actions/PlusIcon.d.ts +1 -1
- package/dist/types/icons/actions/ResetIcon.d.ts +1 -1
- package/dist/types/icons/actions/SettingsIcon.d.ts +1 -1
- package/dist/types/icons/actions/SlidersIcon.d.ts +1 -1
- package/dist/types/icons/actions/SmallMagnifyIcon.d.ts +1 -1
- package/dist/types/icons/actions/TrashIcon.d.ts +1 -1
- package/dist/types/icons/actions/XIcon.d.ts +1 -1
- package/dist/types/icons/alerts/BellIcon.d.ts +3 -2
- package/dist/types/icons/alerts/InfoIcon.d.ts +1 -1
- package/dist/types/icons/arrows/ArrowLeftIcon.d.ts +1 -1
- package/dist/types/icons/arrows/ChevronLeftIcon.d.ts +1 -1
- package/dist/types/icons/arrows/ChevronSelectorIcon.d.ts +1 -1
- package/dist/types/icons/charts/BarChart01Icon.d.ts +1 -1
- package/dist/types/icons/communication/MessageTextCircle01Icon.d.ts +1 -1
- package/dist/types/icons/files/Download04Icon.d.ts +1 -1
- package/dist/types/icons/files/DownloadIcon.d.ts +1 -1
- package/dist/types/icons/finance/CoinsStacked03Icon.d.ts +2 -2
- package/dist/types/icons/finance/CreditCardIcon.d.ts +1 -1
- package/dist/types/icons/finance/Wallet01Icon.d.ts +1 -1
- package/dist/types/icons/general/BookIcon.d.ts +1 -1
- package/dist/types/icons/general/Briefcase01Icon.d.ts +1 -1
- package/dist/types/icons/general/Building03Icon.d.ts +1 -1
- package/dist/types/icons/general/CollaborativeIcon.d.ts +1 -1
- package/dist/types/icons/general/Flag01Icon.d.ts +1 -1
- package/dist/types/icons/general/LandingCollaborativeIcon.d.ts +1 -1
- package/dist/types/icons/general/LandingControlsIcon.d.ts +1 -1
- package/dist/types/icons/general/LandingMusicIcon.d.ts +1 -1
- package/dist/types/icons/general/LandingShareIcon.d.ts +1 -1
- package/dist/types/icons/general/LandingUploadIcon.d.ts +1 -1
- package/dist/types/icons/general/MoonIcon.d.ts +1 -1
- package/dist/types/icons/general/QuestionCircleIcon.d.ts +1 -1
- package/dist/types/icons/general/Share01Icon.d.ts +1 -1
- package/dist/types/icons/general/Star01Icon.d.ts +1 -1
- package/dist/types/icons/general/Stars01Icon.d.ts +1 -1
- package/dist/types/icons/general/Stars04Icon.d.ts +1 -1
- package/dist/types/icons/media/EqualizerIcon.d.ts +2 -1
- package/dist/types/icons/media/Film01Icon.d.ts +1 -1
- package/dist/types/icons/media/Film03Icon.d.ts +1 -1
- package/dist/types/icons/media/Microphone01Icon.d.ts +1 -1
- package/dist/types/icons/media/PauseIcon.d.ts +1 -1
- package/dist/types/icons/media/PlayIcon.d.ts +1 -1
- package/dist/types/icons/media/Recording03Icon.d.ts +1 -1
- package/dist/types/icons/media/Repeat01Icon.d.ts +1 -1
- package/dist/types/icons/media/VideoRecorderIcon.d.ts +1 -1
- package/dist/types/icons/navigation/FilterIcon.d.ts +1 -1
- package/dist/types/icons/navigation/Menu02Icon.d.ts +5 -0
- package/dist/types/icons/navigation/Rows03Icon.d.ts +1 -1
- package/dist/types/icons/navigation/SearchIcon.d.ts +1 -1
- package/dist/types/icons/navigation/SidebarMenuIcon.d.ts +1 -1
- package/dist/types/icons/navigation/index.d.ts +1 -0
- package/dist/types/icons/security/LockIcon.d.ts +1 -1
- package/dist/types/icons/social/AppleMusicIcon.d.ts +3 -2
- package/dist/types/icons/social/GeniusIcon.d.ts +1 -1
- package/dist/types/icons/social/ImdbIcon.d.ts +1 -1
- package/dist/types/icons/social/LinkedinIcon.d.ts +1 -1
- package/dist/types/icons/social/MusoIcon.d.ts +1 -1
- package/dist/types/icons/social/Spotify02Icon.d.ts +1 -1
- package/dist/types/icons/users/UserApproveIcon.d.ts +1 -1
- package/dist/types/icons/users/UserIcon.d.ts +1 -1
- package/dist/types/icons/users/UsersIcon.d.ts +1 -1
- package/dist/types/icons/users/UsersPlusIcon.d.ts +2 -1
- package/package.json +1 -1
- package/src/icons/actions/CheckIcon.web.tsx +3 -1
- package/src/icons/actions/CopyIcon.web.tsx +3 -3
- package/src/icons/actions/LogoutIcon.web.tsx +3 -1
- package/src/icons/actions/MinusIcon.web.tsx +3 -2
- package/src/icons/actions/PlusCircleIcon.web.tsx +3 -1
- package/src/icons/actions/PlusIcon.web.tsx +3 -3
- package/src/icons/actions/ResetIcon.web.tsx +3 -1
- package/src/icons/actions/SettingsIcon.web.tsx +3 -2
- package/src/icons/actions/SlidersIcon.web.tsx +3 -1
- package/src/icons/actions/SmallMagnifyIcon.web.tsx +4 -2
- package/src/icons/actions/TrashIcon.web.tsx +3 -3
- package/src/icons/actions/XIcon.web.tsx +3 -3
- package/src/icons/alerts/BellIcon.web.tsx +3 -2
- package/src/icons/alerts/InfoIcon.web.tsx +2 -1
- package/src/icons/arrows/ArrowLeftIcon.web.tsx +3 -1
- package/src/icons/arrows/ChevronLeftIcon.web.tsx +3 -1
- package/src/icons/arrows/ChevronSelectorIcon.web.tsx +3 -1
- package/src/icons/brand/PostalIcon.web.tsx +1 -0
- package/src/icons/charts/BarChart01Icon.web.tsx +3 -1
- package/src/icons/communication/MessageTextCircle01Icon.web.tsx +3 -1
- package/src/icons/files/Download04Icon.web.tsx +3 -1
- package/src/icons/files/DownloadIcon.web.tsx +3 -2
- package/src/icons/finance/CoinsStacked03Icon.web.tsx +3 -1
- package/src/icons/finance/CreditCardIcon.web.tsx +3 -2
- package/src/icons/finance/Wallet01Icon.web.tsx +3 -2
- package/src/icons/general/BookIcon.web.tsx +3 -2
- package/src/icons/general/Briefcase01Icon.web.tsx +3 -1
- package/src/icons/general/Building03Icon.web.tsx +3 -1
- package/src/icons/general/CollaborativeIcon.web.tsx +3 -1
- package/src/icons/general/Flag01Icon.web.tsx +3 -1
- package/src/icons/general/LandingCollaborativeIcon.web.tsx +4 -3
- package/src/icons/general/LandingControlsIcon.web.tsx +3 -2
- package/src/icons/general/LandingMusicIcon.web.tsx +3 -1
- package/src/icons/general/LandingShareIcon.web.tsx +3 -2
- package/src/icons/general/LandingUploadIcon.web.tsx +3 -2
- package/src/icons/general/MoonIcon.web.tsx +3 -2
- package/src/icons/general/QuestionCircleIcon.web.tsx +3 -2
- package/src/icons/general/Share01Icon.web.tsx +3 -1
- package/src/icons/general/Star01Icon.web.tsx +3 -1
- package/src/icons/general/Stars01Icon.web.tsx +3 -1
- package/src/icons/general/Stars04Icon.web.tsx +3 -1
- package/src/icons/media/EqualizerIcon.web.tsx +3 -1
- package/src/icons/media/Film01Icon.web.tsx +3 -1
- package/src/icons/media/Film03Icon.web.tsx +3 -1
- package/src/icons/media/Microphone01Icon.web.tsx +3 -1
- package/src/icons/media/PauseIcon.web.tsx +3 -2
- package/src/icons/media/PlayIcon.web.tsx +3 -2
- package/src/icons/media/Recording03Icon.web.tsx +3 -1
- package/src/icons/media/Repeat01Icon.web.tsx +3 -1
- package/src/icons/media/VideoRecorderIcon.web.tsx +3 -1
- package/src/icons/navigation/FilterIcon.web.tsx +3 -2
- package/src/icons/navigation/Grid01Icon.native.tsx +14 -8
- package/src/icons/navigation/HomeIcon.native.tsx +7 -5
- package/src/icons/navigation/Menu02Icon.native.tsx +31 -0
- package/src/icons/navigation/Menu02Icon.web.tsx +29 -0
- package/src/icons/navigation/Rows03Icon.web.tsx +3 -1
- package/src/icons/navigation/SearchIcon.web.tsx +3 -2
- package/src/icons/navigation/SidebarMenuIcon.web.tsx +3 -2
- package/src/icons/navigation/index.ts +1 -0
- package/src/icons/security/LockIcon.web.tsx +3 -2
- package/src/icons/social/AppleMusicIcon.web.tsx +3 -2
- package/src/icons/social/GeniusIcon.web.tsx +3 -1
- package/src/icons/social/ImdbIcon.web.tsx +3 -1
- package/src/icons/social/LinkedinIcon.web.tsx +3 -1
- package/src/icons/social/MusoIcon.web.tsx +3 -1
- package/src/icons/social/Spotify02Icon.web.tsx +3 -1
- package/src/icons/users/UserApproveIcon.web.tsx +3 -2
- package/src/icons/users/UserIcon.web.tsx +3 -1
- package/src/icons/users/UsersIcon.web.tsx +3 -2
- package/src/icons/users/UsersPlusIcon.web.tsx +3 -1
package/dist/index.js
CHANGED
|
@@ -27,7 +27,8 @@ var React6__namespace = /*#__PURE__*/_interopNamespace(React6);
|
|
|
27
27
|
var CheckIcon = ({
|
|
28
28
|
size = 24,
|
|
29
29
|
color = "currentColor",
|
|
30
|
-
strokeWidth = 2
|
|
30
|
+
strokeWidth = 2,
|
|
31
|
+
...props
|
|
31
32
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
32
33
|
"svg",
|
|
33
34
|
{
|
|
@@ -35,6 +36,7 @@ var CheckIcon = ({
|
|
|
35
36
|
height: size,
|
|
36
37
|
viewBox: "0 0 24 24",
|
|
37
38
|
fill: "none",
|
|
39
|
+
...props,
|
|
38
40
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39
41
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
40
42
|
"path",
|
|
@@ -111,7 +113,7 @@ function Copy06Icon({
|
|
|
111
113
|
}
|
|
112
114
|
);
|
|
113
115
|
}
|
|
114
|
-
var CopyIcon = ({ size = 16, color = "currentColor", strokeWidth = 1.5, className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
116
|
+
var CopyIcon = ({ size = 16, color = "currentColor", strokeWidth = 1.5, className, ...props }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", ...props, xmlns: "http://www.w3.org/2000/svg", className, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
115
117
|
"path",
|
|
116
118
|
{
|
|
117
119
|
d: "M6.67018 8.65794C6.95624 9.04037 7.32121 9.35681 7.74032 9.58579C8.15943 9.81477 8.62289 9.95094 9.09925 9.98505C9.57561 10.0192 10.0537 9.95044 10.5012 9.78352C10.9487 9.6166 11.355 9.35541 11.6926 9.01764L13.691 7.01931C14.2977 6.39117 14.6334 5.54986 14.6258 4.6766C14.6182 3.80335 14.2679 2.968 13.6504 2.35049C13.0329 1.73298 12.1975 1.38271 11.3243 1.37513C10.451 1.36754 9.60973 1.70324 8.98158 2.30992L7.83587 3.44897M9.33462 7.32572C9.04856 6.94329 8.68359 6.62685 8.26448 6.39787C7.84537 6.16889 7.38192 6.03273 6.90555 5.99861C6.42919 5.9645 5.95106 6.03323 5.5036 6.20015C5.05613 6.36706 4.6498 6.62826 4.31216 6.96603L2.31383 8.96435C1.70714 9.5925 1.37144 10.4338 1.37903 11.3071C1.38662 12.1803 1.73689 13.0157 2.3544 13.6332C2.97191 14.2507 3.80725 14.601 4.68051 14.6085C5.55377 14.6161 6.39507 14.2804 7.02322 13.6737L8.16227 12.5347",
|
|
@@ -152,7 +154,8 @@ var Expand01Icon_web_default = Expand01Icon;
|
|
|
152
154
|
var LogoutIcon = ({
|
|
153
155
|
size = 18,
|
|
154
156
|
color = "currentColor",
|
|
155
|
-
strokeWidth = 1.5
|
|
157
|
+
strokeWidth = 1.5,
|
|
158
|
+
...props
|
|
156
159
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
157
160
|
"svg",
|
|
158
161
|
{
|
|
@@ -160,6 +163,7 @@ var LogoutIcon = ({
|
|
|
160
163
|
height: size,
|
|
161
164
|
viewBox: "0 0 18 18",
|
|
162
165
|
fill: "none",
|
|
166
|
+
...props,
|
|
163
167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
164
168
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
165
169
|
"path",
|
|
@@ -227,13 +231,14 @@ var MinimiseIcon = ({
|
|
|
227
231
|
}
|
|
228
232
|
);
|
|
229
233
|
var MinimiseIcon_web_default = MinimiseIcon;
|
|
230
|
-
var MinusIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
234
|
+
var MinusIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
231
235
|
"svg",
|
|
232
236
|
{
|
|
233
237
|
width: size,
|
|
234
238
|
height: size,
|
|
235
239
|
viewBox: "0 0 18 18",
|
|
236
240
|
fill: "none",
|
|
241
|
+
...props,
|
|
237
242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
238
243
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
239
244
|
"path",
|
|
@@ -370,7 +375,8 @@ var PencilIcon_web_default = PencilIcon;
|
|
|
370
375
|
var PlusCircleIcon = ({
|
|
371
376
|
size = 28,
|
|
372
377
|
color = "currentColor",
|
|
373
|
-
strokeWidth = 2
|
|
378
|
+
strokeWidth = 2,
|
|
379
|
+
...props
|
|
374
380
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
375
381
|
"svg",
|
|
376
382
|
{
|
|
@@ -378,6 +384,7 @@ var PlusCircleIcon = ({
|
|
|
378
384
|
height: size,
|
|
379
385
|
viewBox: "0 0 28 28",
|
|
380
386
|
fill: "none",
|
|
387
|
+
...props,
|
|
381
388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
382
389
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
383
390
|
"path",
|
|
@@ -392,7 +399,7 @@ var PlusCircleIcon = ({
|
|
|
392
399
|
}
|
|
393
400
|
);
|
|
394
401
|
var PlusCircleIcon_web_default = PlusCircleIcon;
|
|
395
|
-
var PlusIcon = ({ size = 16, color = "currentColor", strokeWidth = "1.25" }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
402
|
+
var PlusIcon = ({ size = 16, color = "currentColor", strokeWidth = "1.25", ...props }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", ...props, xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
396
403
|
"path",
|
|
397
404
|
{
|
|
398
405
|
d: "M8.00065 3.33203V12.6654M3.33398 7.9987H12.6673",
|
|
@@ -434,7 +441,8 @@ var RefreshIcon = ({
|
|
|
434
441
|
var ResetIcon = ({
|
|
435
442
|
size = 18,
|
|
436
443
|
color = "currentColor",
|
|
437
|
-
className = ""
|
|
444
|
+
className = "",
|
|
445
|
+
...props
|
|
438
446
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
439
447
|
"svg",
|
|
440
448
|
{
|
|
@@ -442,6 +450,7 @@ var ResetIcon = ({
|
|
|
442
450
|
height: size,
|
|
443
451
|
viewBox: "0 0 18 18",
|
|
444
452
|
fill: "none",
|
|
453
|
+
...props,
|
|
445
454
|
className,
|
|
446
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
447
456
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -457,13 +466,14 @@ var ResetIcon = ({
|
|
|
457
466
|
}
|
|
458
467
|
);
|
|
459
468
|
var ResetIcon_web_default = React6__namespace.default.memo(ResetIcon);
|
|
460
|
-
var SettingsIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
469
|
+
var SettingsIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
461
470
|
"svg",
|
|
462
471
|
{
|
|
463
472
|
width: size,
|
|
464
473
|
height: size,
|
|
465
474
|
viewBox: "0 0 18 18",
|
|
466
475
|
fill: "none",
|
|
476
|
+
...props,
|
|
467
477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
468
478
|
children: [
|
|
469
479
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -492,7 +502,8 @@ var SettingsIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ js
|
|
|
492
502
|
var SettingsIcon_web_default = SettingsIcon;
|
|
493
503
|
var SlidersIcon = ({
|
|
494
504
|
size = 18,
|
|
495
|
-
color = "currentColor"
|
|
505
|
+
color = "currentColor",
|
|
506
|
+
...props
|
|
496
507
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
497
508
|
"svg",
|
|
498
509
|
{
|
|
@@ -500,6 +511,7 @@ var SlidersIcon = ({
|
|
|
500
511
|
height: size,
|
|
501
512
|
viewBox: "0 0 18 18",
|
|
502
513
|
fill: "none",
|
|
514
|
+
...props,
|
|
503
515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
504
516
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
505
517
|
"path",
|
|
@@ -518,7 +530,8 @@ var SmallMagnifyIcon = ({
|
|
|
518
530
|
size = 14,
|
|
519
531
|
color = "currentColor",
|
|
520
532
|
strokeWidth = 1.5,
|
|
521
|
-
className
|
|
533
|
+
className,
|
|
534
|
+
...props
|
|
522
535
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
523
536
|
"svg",
|
|
524
537
|
{
|
|
@@ -526,6 +539,7 @@ var SmallMagnifyIcon = ({
|
|
|
526
539
|
height: size,
|
|
527
540
|
viewBox: "0 0 14 14",
|
|
528
541
|
fill: "none",
|
|
542
|
+
...props,
|
|
529
543
|
className,
|
|
530
544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
531
545
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -569,7 +583,7 @@ var Trash02Icon = ({
|
|
|
569
583
|
}
|
|
570
584
|
);
|
|
571
585
|
var Trash02Icon_web_default = Trash02Icon;
|
|
572
|
-
var TrashIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
586
|
+
var TrashIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", ...props, xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
573
587
|
"path",
|
|
574
588
|
{
|
|
575
589
|
d: "M13.3333 5.0013V4.33464C13.3333 3.40121 13.3333 2.9345 13.1517 2.57798C12.9919 2.26438 12.7369 2.00941 12.4233 1.84962C12.0668 1.66797 11.6001 1.66797 10.6667 1.66797H9.33333C8.39991 1.66797 7.9332 1.66797 7.57668 1.84962C7.26308 2.00941 7.00811 2.26438 6.84832 2.57798C6.66667 2.9345 6.66667 3.40121 6.66667 4.33464V5.0013M8.33333 9.58464V13.7513M11.6667 9.58464V13.7513M2.5 5.0013H17.5M15.8333 5.0013V14.3346C15.8333 15.7348 15.8333 16.4348 15.5608 16.9696C15.3212 17.44 14.9387 17.8225 14.4683 18.0622C13.9335 18.3346 13.2335 18.3346 11.8333 18.3346H8.16667C6.76654 18.3346 6.06647 18.3346 5.53169 18.0622C5.06129 17.8225 4.67883 17.44 4.43915 16.9696C4.16667 16.4348 4.16667 15.7348 4.16667 14.3346V5.0013",
|
|
@@ -581,7 +595,7 @@ var TrashIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRu
|
|
|
581
595
|
}
|
|
582
596
|
) });
|
|
583
597
|
var TrashIcon_web_default = TrashIcon;
|
|
584
|
-
var XIcon = ({ size = 16, strokeWidth = 1, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
598
|
+
var XIcon = ({ size = 16, strokeWidth = 1, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", ...props, xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
585
599
|
"path",
|
|
586
600
|
{
|
|
587
601
|
d: "M11.3327 4.66797L4.66602 11.3346M4.66602 4.66797L11.3327 11.3346",
|
|
@@ -626,7 +640,7 @@ var AlertTriangleIcon = React6__namespace.forwardRef(
|
|
|
626
640
|
);
|
|
627
641
|
AlertTriangleIcon.displayName = "AlertTriangleIcon";
|
|
628
642
|
var AlertTriangleIcon_web_default = AlertTriangleIcon;
|
|
629
|
-
function BellIcon({ size = 18, className }) {
|
|
643
|
+
function BellIcon({ size = 18, className, ...props }) {
|
|
630
644
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
631
645
|
"svg",
|
|
632
646
|
{
|
|
@@ -635,6 +649,7 @@ function BellIcon({ size = 18, className }) {
|
|
|
635
649
|
height: size,
|
|
636
650
|
viewBox: "0 0 18 18",
|
|
637
651
|
fill: "none",
|
|
652
|
+
...props,
|
|
638
653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
639
654
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
640
655
|
"path",
|
|
@@ -714,13 +729,14 @@ var InfoCircleIcon = ({
|
|
|
714
729
|
}
|
|
715
730
|
);
|
|
716
731
|
var InfoCircleIcon_web_default = InfoCircleIcon;
|
|
717
|
-
var InfoIcon = ({ size = 18, color = "currentColor", strokeWidth = 1.5 }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
732
|
+
var InfoIcon = ({ size = 18, color = "currentColor", strokeWidth = 1.5, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
718
733
|
"svg",
|
|
719
734
|
{
|
|
720
735
|
width: size,
|
|
721
736
|
height: size,
|
|
722
737
|
viewBox: "0 0 18 18",
|
|
723
738
|
fill: "none",
|
|
739
|
+
...props,
|
|
724
740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
725
741
|
children: [
|
|
726
742
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_info)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -867,7 +883,8 @@ var ArrowDownIcon = ({
|
|
|
867
883
|
var ArrowLeftIcon = ({
|
|
868
884
|
size = 16,
|
|
869
885
|
color = "currentColor",
|
|
870
|
-
strokeWidth = 1.5
|
|
886
|
+
strokeWidth = 1.5,
|
|
887
|
+
...props
|
|
871
888
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
872
889
|
"svg",
|
|
873
890
|
{
|
|
@@ -875,6 +892,7 @@ var ArrowLeftIcon = ({
|
|
|
875
892
|
height: size,
|
|
876
893
|
viewBox: "0 0 16 16",
|
|
877
894
|
fill: "none",
|
|
895
|
+
...props,
|
|
878
896
|
xmlns: "http://www.w3.org/2000/svg",
|
|
879
897
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
880
898
|
"path",
|
|
@@ -990,7 +1008,8 @@ function ArrowUpIcon({
|
|
|
990
1008
|
var ChevronLeftIcon = ({
|
|
991
1009
|
size = 16,
|
|
992
1010
|
color = "currentColor",
|
|
993
|
-
strokeWidth = 1.25
|
|
1011
|
+
strokeWidth = 1.25,
|
|
1012
|
+
...props
|
|
994
1013
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
995
1014
|
"svg",
|
|
996
1015
|
{
|
|
@@ -998,6 +1017,7 @@ var ChevronLeftIcon = ({
|
|
|
998
1017
|
height: size,
|
|
999
1018
|
viewBox: "0 0 16 16",
|
|
1000
1019
|
fill: "none",
|
|
1020
|
+
...props,
|
|
1001
1021
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1002
1022
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1003
1023
|
"path",
|
|
@@ -1015,7 +1035,8 @@ var ChevronLeftIcon_web_default = ChevronLeftIcon;
|
|
|
1015
1035
|
var ChevronSelectorIcon = ({
|
|
1016
1036
|
size = 24,
|
|
1017
1037
|
color = "currentColor",
|
|
1018
|
-
strokeWidth = 2
|
|
1038
|
+
strokeWidth = 2,
|
|
1039
|
+
...props
|
|
1019
1040
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1020
1041
|
"svg",
|
|
1021
1042
|
{
|
|
@@ -1023,6 +1044,7 @@ var ChevronSelectorIcon = ({
|
|
|
1023
1044
|
height: size,
|
|
1024
1045
|
viewBox: "0 0 20 20",
|
|
1025
1046
|
fill: "none",
|
|
1047
|
+
...props,
|
|
1026
1048
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1027
1049
|
"path",
|
|
1028
1050
|
{
|
|
@@ -1156,6 +1178,7 @@ var PostalIcon = ({
|
|
|
1156
1178
|
height: size,
|
|
1157
1179
|
className,
|
|
1158
1180
|
fill: "none",
|
|
1181
|
+
...props,
|
|
1159
1182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1160
1183
|
viewBox: "0 0 236.46 236.32",
|
|
1161
1184
|
children: [
|
|
@@ -1222,7 +1245,8 @@ var InstagramWhiteIcon_web_default = InstagramWhiteIcon;
|
|
|
1222
1245
|
var BarChart01Icon = ({
|
|
1223
1246
|
size = 18,
|
|
1224
1247
|
color = "currentColor",
|
|
1225
|
-
className
|
|
1248
|
+
className,
|
|
1249
|
+
...props
|
|
1226
1250
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1227
1251
|
"svg",
|
|
1228
1252
|
{
|
|
@@ -1230,6 +1254,7 @@ var BarChart01Icon = ({
|
|
|
1230
1254
|
height: size,
|
|
1231
1255
|
viewBox: "0 0 18 18",
|
|
1232
1256
|
fill: "none",
|
|
1257
|
+
...props,
|
|
1233
1258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1234
1259
|
className,
|
|
1235
1260
|
role: "img",
|
|
@@ -1467,7 +1492,8 @@ var MessageSquareTextIcon_web_default = MessageSquareTextIcon;
|
|
|
1467
1492
|
var MessageTextCircle01Icon = ({
|
|
1468
1493
|
size = 18,
|
|
1469
1494
|
color = "currentColor",
|
|
1470
|
-
className
|
|
1495
|
+
className,
|
|
1496
|
+
...props
|
|
1471
1497
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1472
1498
|
"svg",
|
|
1473
1499
|
{
|
|
@@ -1475,6 +1501,7 @@ var MessageTextCircle01Icon = ({
|
|
|
1475
1501
|
height: size,
|
|
1476
1502
|
viewBox: "0 0 18 18",
|
|
1477
1503
|
fill: "none",
|
|
1504
|
+
...props,
|
|
1478
1505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1479
1506
|
className,
|
|
1480
1507
|
role: "img",
|
|
@@ -1638,7 +1665,8 @@ var Download04Icon = ({
|
|
|
1638
1665
|
ariaLabel,
|
|
1639
1666
|
tabIndex,
|
|
1640
1667
|
onClick,
|
|
1641
|
-
onKeyDown
|
|
1668
|
+
onKeyDown,
|
|
1669
|
+
...props
|
|
1642
1670
|
}) => {
|
|
1643
1671
|
const isInteractive = Boolean(onClick || onKeyDown);
|
|
1644
1672
|
const computedTabIndex = tabIndex ?? (isInteractive ? 0 : -1);
|
|
@@ -1650,6 +1678,7 @@ var Download04Icon = ({
|
|
|
1650
1678
|
height: size,
|
|
1651
1679
|
viewBox: "0 0 24 24",
|
|
1652
1680
|
fill: "none",
|
|
1681
|
+
...props,
|
|
1653
1682
|
role: "img",
|
|
1654
1683
|
"aria-label": ariaLabel || title || "Download",
|
|
1655
1684
|
focusable: false,
|
|
@@ -1699,13 +1728,14 @@ var DownloadCircleIcon = ({
|
|
|
1699
1728
|
]
|
|
1700
1729
|
}
|
|
1701
1730
|
);
|
|
1702
|
-
var DownloadIcon = ({ size = 18, color = "currentColor", strokeWidth = 1.5, className }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1731
|
+
var DownloadIcon = ({ size = 18, color = "currentColor", strokeWidth = 1.5, className, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1703
1732
|
"svg",
|
|
1704
1733
|
{
|
|
1705
1734
|
width: size,
|
|
1706
1735
|
height: size,
|
|
1707
1736
|
viewBox: "0 0 18 18",
|
|
1708
1737
|
fill: "none",
|
|
1738
|
+
...props,
|
|
1709
1739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1710
1740
|
className,
|
|
1711
1741
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -2063,7 +2093,8 @@ var CoinsStacked03Icon = React6__namespace.forwardRef(
|
|
|
2063
2093
|
stroke = "currentColor",
|
|
2064
2094
|
className,
|
|
2065
2095
|
title,
|
|
2066
|
-
onClick
|
|
2096
|
+
onClick,
|
|
2097
|
+
...props
|
|
2067
2098
|
}, ref) => {
|
|
2068
2099
|
const isInteractive = Boolean(onClick);
|
|
2069
2100
|
const handleKeyDown2 = (event) => {
|
|
@@ -2081,6 +2112,7 @@ var CoinsStacked03Icon = React6__namespace.forwardRef(
|
|
|
2081
2112
|
height: size,
|
|
2082
2113
|
viewBox: "0 0 20 20",
|
|
2083
2114
|
fill: "none",
|
|
2115
|
+
...props,
|
|
2084
2116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2085
2117
|
className,
|
|
2086
2118
|
stroke,
|
|
@@ -2103,13 +2135,14 @@ var CoinsStacked03Icon = React6__namespace.forwardRef(
|
|
|
2103
2135
|
);
|
|
2104
2136
|
CoinsStacked03Icon.displayName = "CoinsStacked03Icon";
|
|
2105
2137
|
var CoinsStacked03Icon_web_default = CoinsStacked03Icon;
|
|
2106
|
-
var CreditCardIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2138
|
+
var CreditCardIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2107
2139
|
"svg",
|
|
2108
2140
|
{
|
|
2109
2141
|
width: size,
|
|
2110
2142
|
height: size,
|
|
2111
2143
|
viewBox: "0 0 18 18",
|
|
2112
2144
|
fill: "none",
|
|
2145
|
+
...props,
|
|
2113
2146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2114
2147
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2115
2148
|
"path",
|
|
@@ -2124,13 +2157,14 @@ var CreditCardIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */
|
|
|
2124
2157
|
}
|
|
2125
2158
|
);
|
|
2126
2159
|
var CreditCardIcon_web_default = CreditCardIcon;
|
|
2127
|
-
var Wallet01Icon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2160
|
+
var Wallet01Icon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2128
2161
|
"svg",
|
|
2129
2162
|
{
|
|
2130
2163
|
width: size,
|
|
2131
2164
|
height: size,
|
|
2132
2165
|
viewBox: "0 0 18 18",
|
|
2133
2166
|
fill: "none",
|
|
2167
|
+
...props,
|
|
2134
2168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2135
2169
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2136
2170
|
"path",
|
|
@@ -2169,7 +2203,7 @@ var ActivityIcon = ({ size = 18, ...props }) => {
|
|
|
2169
2203
|
);
|
|
2170
2204
|
};
|
|
2171
2205
|
var ActivityIcon_web_default = ActivityIcon;
|
|
2172
|
-
var BookIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2206
|
+
var BookIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2173
2207
|
"svg",
|
|
2174
2208
|
{
|
|
2175
2209
|
width: size,
|
|
@@ -2177,6 +2211,7 @@ var BookIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
2177
2211
|
viewBox: "0 0 18 18",
|
|
2178
2212
|
fill: "none",
|
|
2179
2213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2214
|
+
...props,
|
|
2180
2215
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2181
2216
|
"path",
|
|
2182
2217
|
{
|
|
@@ -2192,7 +2227,8 @@ var BookIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
2192
2227
|
var BookIcon_web_default = BookIcon;
|
|
2193
2228
|
var Briefcase01Icon = ({
|
|
2194
2229
|
size = 24,
|
|
2195
|
-
color = "currentColor"
|
|
2230
|
+
color = "currentColor",
|
|
2231
|
+
...props
|
|
2196
2232
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2197
2233
|
"svg",
|
|
2198
2234
|
{
|
|
@@ -2201,6 +2237,7 @@ var Briefcase01Icon = ({
|
|
|
2201
2237
|
viewBox: "0 0 24 24",
|
|
2202
2238
|
fill: "none",
|
|
2203
2239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2240
|
+
...props,
|
|
2204
2241
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2205
2242
|
"path",
|
|
2206
2243
|
{
|
|
@@ -2216,7 +2253,8 @@ var Briefcase01Icon = ({
|
|
|
2216
2253
|
var Briefcase01Icon_web_default = Briefcase01Icon;
|
|
2217
2254
|
var Building03Icon = ({
|
|
2218
2255
|
size = 24,
|
|
2219
|
-
color = "currentColor"
|
|
2256
|
+
color = "currentColor",
|
|
2257
|
+
...props
|
|
2220
2258
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2221
2259
|
"svg",
|
|
2222
2260
|
{
|
|
@@ -2225,6 +2263,7 @@ var Building03Icon = ({
|
|
|
2225
2263
|
viewBox: "0 0 24 24",
|
|
2226
2264
|
fill: "none",
|
|
2227
2265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2266
|
+
...props,
|
|
2228
2267
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2229
2268
|
"path",
|
|
2230
2269
|
{
|
|
@@ -2270,7 +2309,8 @@ var BookmarkIcon_web_default = BookmarkIcon;
|
|
|
2270
2309
|
var CollaborativeIcon = ({
|
|
2271
2310
|
size = 18,
|
|
2272
2311
|
color = "currentColor",
|
|
2273
|
-
strokeWidth = 1.5
|
|
2312
|
+
strokeWidth = 1.5,
|
|
2313
|
+
...props
|
|
2274
2314
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2275
2315
|
"svg",
|
|
2276
2316
|
{
|
|
@@ -2279,6 +2319,7 @@ var CollaborativeIcon = ({
|
|
|
2279
2319
|
viewBox: "0 0 18 18",
|
|
2280
2320
|
fill: "none",
|
|
2281
2321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2322
|
+
...props,
|
|
2282
2323
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2283
2324
|
"path",
|
|
2284
2325
|
{
|
|
@@ -2516,7 +2557,8 @@ var FaceSmileIcon_web_default = FaceSmileIcon;
|
|
|
2516
2557
|
var Flag01Icon = ({
|
|
2517
2558
|
size = 18,
|
|
2518
2559
|
color = "currentColor",
|
|
2519
|
-
className
|
|
2560
|
+
className,
|
|
2561
|
+
...props
|
|
2520
2562
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2521
2563
|
"svg",
|
|
2522
2564
|
{
|
|
@@ -2526,6 +2568,7 @@ var Flag01Icon = ({
|
|
|
2526
2568
|
fill: "none",
|
|
2527
2569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2528
2570
|
className,
|
|
2571
|
+
...props,
|
|
2529
2572
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2530
2573
|
"path",
|
|
2531
2574
|
{
|
|
@@ -2853,7 +2896,7 @@ var Image03Icon = ({
|
|
|
2853
2896
|
);
|
|
2854
2897
|
};
|
|
2855
2898
|
var Image03Icon_web_default = Image03Icon;
|
|
2856
|
-
var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2899
|
+
var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2857
2900
|
"svg",
|
|
2858
2901
|
{
|
|
2859
2902
|
width: size,
|
|
@@ -2861,6 +2904,7 @@ var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor" }) =>
|
|
|
2861
2904
|
viewBox: "0 0 24 24",
|
|
2862
2905
|
fill: "none",
|
|
2863
2906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2907
|
+
...props,
|
|
2864
2908
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2865
2909
|
"path",
|
|
2866
2910
|
{
|
|
@@ -2874,7 +2918,7 @@ var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor" }) =>
|
|
|
2874
2918
|
}
|
|
2875
2919
|
);
|
|
2876
2920
|
var LandingCollaborativeIcon_web_default = LandingCollaborativeIcon;
|
|
2877
|
-
var LandingControlsIcon = ({ size = 24, currentColor = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2921
|
+
var LandingControlsIcon = ({ size = 24, currentColor = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2878
2922
|
"svg",
|
|
2879
2923
|
{
|
|
2880
2924
|
width: size,
|
|
@@ -2882,6 +2926,7 @@ var LandingControlsIcon = ({ size = 24, currentColor = "currentColor" }) => /* @
|
|
|
2882
2926
|
viewBox: "0 0 24 24",
|
|
2883
2927
|
fill: "none",
|
|
2884
2928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2929
|
+
...props,
|
|
2885
2930
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2886
2931
|
"path",
|
|
2887
2932
|
{
|
|
@@ -2898,7 +2943,8 @@ var LandingControlsIcon_web_default = LandingControlsIcon;
|
|
|
2898
2943
|
var LandingMusicIcon = ({
|
|
2899
2944
|
size = 24,
|
|
2900
2945
|
color = "currentColor",
|
|
2901
|
-
strokeWidth = 1.5
|
|
2946
|
+
strokeWidth = 1.5,
|
|
2947
|
+
...props
|
|
2902
2948
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2903
2949
|
"svg",
|
|
2904
2950
|
{
|
|
@@ -2907,6 +2953,7 @@ var LandingMusicIcon = ({
|
|
|
2907
2953
|
viewBox: "0 0 24 24",
|
|
2908
2954
|
fill: "none",
|
|
2909
2955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2956
|
+
...props,
|
|
2910
2957
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2911
2958
|
"path",
|
|
2912
2959
|
{
|
|
@@ -2920,7 +2967,7 @@ var LandingMusicIcon = ({
|
|
|
2920
2967
|
}
|
|
2921
2968
|
);
|
|
2922
2969
|
var LandingMusicIcon_web_default = LandingMusicIcon;
|
|
2923
|
-
var LandingShareIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2970
|
+
var LandingShareIcon = ({ size = 24, color = "#020202", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2924
2971
|
"svg",
|
|
2925
2972
|
{
|
|
2926
2973
|
width: size,
|
|
@@ -2928,6 +2975,7 @@ var LandingShareIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsx
|
|
|
2928
2975
|
viewBox: "0 0 24 24",
|
|
2929
2976
|
fill: "none",
|
|
2930
2977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2978
|
+
...props,
|
|
2931
2979
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2932
2980
|
"path",
|
|
2933
2981
|
{
|
|
@@ -2941,7 +2989,7 @@ var LandingShareIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsx
|
|
|
2941
2989
|
}
|
|
2942
2990
|
);
|
|
2943
2991
|
var LandingShareIcon_web_default = LandingShareIcon;
|
|
2944
|
-
var LandingUploadIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2992
|
+
var LandingUploadIcon = ({ size = 24, color = "#020202", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2945
2993
|
"svg",
|
|
2946
2994
|
{
|
|
2947
2995
|
width: size,
|
|
@@ -2949,6 +2997,7 @@ var LandingUploadIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ js
|
|
|
2949
2997
|
viewBox: "0 0 24 24",
|
|
2950
2998
|
fill: "none",
|
|
2951
2999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3000
|
+
...props,
|
|
2952
3001
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2953
3002
|
"path",
|
|
2954
3003
|
{
|
|
@@ -3021,7 +3070,7 @@ var LyricsIcon = (props) => {
|
|
|
3021
3070
|
);
|
|
3022
3071
|
};
|
|
3023
3072
|
var LyricsIcon_web_default = LyricsIcon;
|
|
3024
|
-
var MoonIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3073
|
+
var MoonIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3025
3074
|
"svg",
|
|
3026
3075
|
{
|
|
3027
3076
|
width: size,
|
|
@@ -3029,6 +3078,7 @@ var MoonIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
3029
3078
|
viewBox: "0 0 18 18",
|
|
3030
3079
|
fill: "none",
|
|
3031
3080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3081
|
+
...props,
|
|
3032
3082
|
children: [
|
|
3033
3083
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_moonIcon)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3034
3084
|
"path",
|
|
@@ -3152,7 +3202,7 @@ var PinIcon = React6__namespace.forwardRef(
|
|
|
3152
3202
|
);
|
|
3153
3203
|
PinIcon.displayName = "PinIcon";
|
|
3154
3204
|
var PinIcon_web_default = PinIcon;
|
|
3155
|
-
var QuestionCircleIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3205
|
+
var QuestionCircleIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3156
3206
|
"svg",
|
|
3157
3207
|
{
|
|
3158
3208
|
width: size,
|
|
@@ -3160,6 +3210,7 @@ var QuestionCircleIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__
|
|
|
3160
3210
|
viewBox: "0 0 18 18",
|
|
3161
3211
|
fill: "none",
|
|
3162
3212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3213
|
+
...props,
|
|
3163
3214
|
children: [
|
|
3164
3215
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_questionCircle)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3165
3216
|
"path",
|
|
@@ -3245,7 +3296,8 @@ var Recording02_web_default = Recording02Icon;
|
|
|
3245
3296
|
var Share01Icon = ({
|
|
3246
3297
|
size = 18,
|
|
3247
3298
|
color = "currentColor",
|
|
3248
|
-
className
|
|
3299
|
+
className,
|
|
3300
|
+
...props
|
|
3249
3301
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3250
3302
|
"svg",
|
|
3251
3303
|
{
|
|
@@ -3257,6 +3309,7 @@ var Share01Icon = ({
|
|
|
3257
3309
|
className,
|
|
3258
3310
|
role: "img",
|
|
3259
3311
|
"aria-hidden": "true",
|
|
3312
|
+
...props,
|
|
3260
3313
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3261
3314
|
"path",
|
|
3262
3315
|
{
|
|
@@ -3329,7 +3382,8 @@ function StarIcon({
|
|
|
3329
3382
|
}
|
|
3330
3383
|
var Star01Icon = ({
|
|
3331
3384
|
size = 24,
|
|
3332
|
-
color = "currentColor"
|
|
3385
|
+
color = "currentColor",
|
|
3386
|
+
...props
|
|
3333
3387
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3334
3388
|
"svg",
|
|
3335
3389
|
{
|
|
@@ -3338,6 +3392,7 @@ var Star01Icon = ({
|
|
|
3338
3392
|
viewBox: "0 0 24 24",
|
|
3339
3393
|
fill: "none",
|
|
3340
3394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3395
|
+
...props,
|
|
3341
3396
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3342
3397
|
"path",
|
|
3343
3398
|
{
|
|
@@ -3430,7 +3485,8 @@ var Stars01Icon = ({
|
|
|
3430
3485
|
className,
|
|
3431
3486
|
currentColor,
|
|
3432
3487
|
fill,
|
|
3433
|
-
title
|
|
3488
|
+
title,
|
|
3489
|
+
...props
|
|
3434
3490
|
}) => {
|
|
3435
3491
|
const ariaProps = title ? { role: "img", "aria-label": title } : { "aria-hidden": true };
|
|
3436
3492
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -3443,6 +3499,7 @@ var Stars01Icon = ({
|
|
|
3443
3499
|
className,
|
|
3444
3500
|
fill: currentColor || "currentColor",
|
|
3445
3501
|
...ariaProps,
|
|
3502
|
+
...props,
|
|
3446
3503
|
children: [
|
|
3447
3504
|
title ? /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }) : null,
|
|
3448
3505
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#clip0_878_14485)", children: [
|
|
@@ -3531,7 +3588,8 @@ var Stars02Icon_web_default = StarsIcon02;
|
|
|
3531
3588
|
var Star04Icon2 = ({
|
|
3532
3589
|
size = 18,
|
|
3533
3590
|
color = "currentColor",
|
|
3534
|
-
className
|
|
3591
|
+
className,
|
|
3592
|
+
...props
|
|
3535
3593
|
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3536
3594
|
"svg",
|
|
3537
3595
|
{
|
|
@@ -3541,6 +3599,7 @@ var Star04Icon2 = ({
|
|
|
3541
3599
|
fill: "none",
|
|
3542
3600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3543
3601
|
className,
|
|
3602
|
+
...props,
|
|
3544
3603
|
children: [
|
|
3545
3604
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_10870_4507)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3546
3605
|
"path",
|
|
@@ -3749,7 +3808,8 @@ TenSecondsBackIcon.displayName = "TenSecondsBackIcon";
|
|
|
3749
3808
|
var SecondsBackIcon_web_default = TenSecondsBackIcon;
|
|
3750
3809
|
function EqualizerIcon({
|
|
3751
3810
|
className,
|
|
3752
|
-
size = 18
|
|
3811
|
+
size = 18,
|
|
3812
|
+
...props
|
|
3753
3813
|
}) {
|
|
3754
3814
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3755
3815
|
"svg",
|
|
@@ -3758,6 +3818,7 @@ function EqualizerIcon({
|
|
|
3758
3818
|
height: size,
|
|
3759
3819
|
viewBox: "0 0 18 18",
|
|
3760
3820
|
fill: "none",
|
|
3821
|
+
...props,
|
|
3761
3822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3762
3823
|
className,
|
|
3763
3824
|
"aria-label": "Equalizer icon",
|
|
@@ -3776,7 +3837,8 @@ function EqualizerIcon({
|
|
|
3776
3837
|
}
|
|
3777
3838
|
var Film01Icon = ({
|
|
3778
3839
|
size = 24,
|
|
3779
|
-
color = "currentColor"
|
|
3840
|
+
color = "currentColor",
|
|
3841
|
+
...props
|
|
3780
3842
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3781
3843
|
"svg",
|
|
3782
3844
|
{
|
|
@@ -3784,6 +3846,7 @@ var Film01Icon = ({
|
|
|
3784
3846
|
height: size,
|
|
3785
3847
|
viewBox: "0 0 24 24",
|
|
3786
3848
|
fill: "none",
|
|
3849
|
+
...props,
|
|
3787
3850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3788
3851
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3789
3852
|
"path",
|
|
@@ -3800,7 +3863,8 @@ var Film01Icon = ({
|
|
|
3800
3863
|
var Film01Icon_web_default = Film01Icon;
|
|
3801
3864
|
var Film03Icon = ({
|
|
3802
3865
|
size = 24,
|
|
3803
|
-
color = "currentColor"
|
|
3866
|
+
color = "currentColor",
|
|
3867
|
+
...props
|
|
3804
3868
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3805
3869
|
"svg",
|
|
3806
3870
|
{
|
|
@@ -3808,6 +3872,7 @@ var Film03Icon = ({
|
|
|
3808
3872
|
height: size,
|
|
3809
3873
|
viewBox: "0 0 24 24",
|
|
3810
3874
|
fill: "none",
|
|
3875
|
+
...props,
|
|
3811
3876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3812
3877
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3813
3878
|
"path",
|
|
@@ -3824,7 +3889,8 @@ var Film03Icon = ({
|
|
|
3824
3889
|
var Film03Icon_web_default = Film03Icon;
|
|
3825
3890
|
var Microphone01Icon = ({
|
|
3826
3891
|
size = 24,
|
|
3827
|
-
color = "currentColor"
|
|
3892
|
+
color = "currentColor",
|
|
3893
|
+
...props
|
|
3828
3894
|
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3829
3895
|
"svg",
|
|
3830
3896
|
{
|
|
@@ -3832,6 +3898,7 @@ var Microphone01Icon = ({
|
|
|
3832
3898
|
height: size,
|
|
3833
3899
|
viewBox: "0 0 24 24",
|
|
3834
3900
|
fill: "none",
|
|
3901
|
+
...props,
|
|
3835
3902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3836
3903
|
children: [
|
|
3837
3904
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -3962,13 +4029,14 @@ var NextTrackIcon = React6__namespace.forwardRef(
|
|
|
3962
4029
|
);
|
|
3963
4030
|
NextTrackIcon.displayName = "NextTrackIcon";
|
|
3964
4031
|
var NextTrackIcon_web_default = NextTrackIcon;
|
|
3965
|
-
var PauseIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4032
|
+
var PauseIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3966
4033
|
"svg",
|
|
3967
4034
|
{
|
|
3968
4035
|
width: size,
|
|
3969
4036
|
height: size,
|
|
3970
4037
|
viewBox: "0 0 20 20",
|
|
3971
4038
|
fill: "none",
|
|
4039
|
+
...props,
|
|
3972
4040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3973
4041
|
children: [
|
|
3974
4042
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -3995,13 +4063,14 @@ var PauseIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRu
|
|
|
3995
4063
|
}
|
|
3996
4064
|
);
|
|
3997
4065
|
var PauseIcon_web_default = PauseIcon;
|
|
3998
|
-
var PlayIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4066
|
+
var PlayIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3999
4067
|
"svg",
|
|
4000
4068
|
{
|
|
4001
4069
|
width: size,
|
|
4002
4070
|
height: size,
|
|
4003
4071
|
viewBox: "0 0 22 20",
|
|
4004
4072
|
fill: "none",
|
|
4073
|
+
...props,
|
|
4005
4074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4006
4075
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4007
4076
|
"path",
|
|
@@ -4090,7 +4159,8 @@ PreviousTrackIcon.displayName = "PreviousTrackIcon";
|
|
|
4090
4159
|
var PreviousTrackIcon_web_default = PreviousTrackIcon;
|
|
4091
4160
|
var Recording03Icon = ({
|
|
4092
4161
|
size = 24,
|
|
4093
|
-
color = "currentColor"
|
|
4162
|
+
color = "currentColor",
|
|
4163
|
+
...props
|
|
4094
4164
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4095
4165
|
"svg",
|
|
4096
4166
|
{
|
|
@@ -4098,6 +4168,7 @@ var Recording03Icon = ({
|
|
|
4098
4168
|
height: size,
|
|
4099
4169
|
viewBox: "0 0 24 24",
|
|
4100
4170
|
fill: "none",
|
|
4171
|
+
...props,
|
|
4101
4172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4102
4173
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4103
4174
|
"path",
|
|
@@ -4115,7 +4186,8 @@ var Recording03Icon_web_default = Recording03Icon;
|
|
|
4115
4186
|
var Repeat01Icon = ({
|
|
4116
4187
|
size = 18,
|
|
4117
4188
|
color = "currentColor",
|
|
4118
|
-
className
|
|
4189
|
+
className,
|
|
4190
|
+
...props
|
|
4119
4191
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4120
4192
|
"svg",
|
|
4121
4193
|
{
|
|
@@ -4123,6 +4195,7 @@ var Repeat01Icon = ({
|
|
|
4123
4195
|
height: size,
|
|
4124
4196
|
viewBox: "0 0 18 18",
|
|
4125
4197
|
fill: "none",
|
|
4198
|
+
...props,
|
|
4126
4199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4127
4200
|
className,
|
|
4128
4201
|
role: "img",
|
|
@@ -4291,7 +4364,8 @@ TenSecondsForwardIcon.displayName = "TenSecondsForwardIcon";
|
|
|
4291
4364
|
var TenSecondsForwardIcon_web_default = TenSecondsForwardIcon;
|
|
4292
4365
|
var VideoRecorderIcon = ({
|
|
4293
4366
|
size = 24,
|
|
4294
|
-
color = "currentColor"
|
|
4367
|
+
color = "currentColor",
|
|
4368
|
+
...props
|
|
4295
4369
|
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4296
4370
|
"svg",
|
|
4297
4371
|
{
|
|
@@ -4299,6 +4373,7 @@ var VideoRecorderIcon = ({
|
|
|
4299
4373
|
height: size,
|
|
4300
4374
|
viewBox: "0 0 24 24",
|
|
4301
4375
|
fill: "none",
|
|
4376
|
+
...props,
|
|
4302
4377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4303
4378
|
children: [
|
|
4304
4379
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4477,7 +4552,7 @@ function DotgridIcon({
|
|
|
4477
4552
|
}
|
|
4478
4553
|
);
|
|
4479
4554
|
}
|
|
4480
|
-
var FilterIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4555
|
+
var FilterIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4481
4556
|
"svg",
|
|
4482
4557
|
{
|
|
4483
4558
|
width: size,
|
|
@@ -4485,6 +4560,7 @@ var FilterIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxR
|
|
|
4485
4560
|
viewBox: "0 0 18 18",
|
|
4486
4561
|
fill: "none",
|
|
4487
4562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4563
|
+
...props,
|
|
4488
4564
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4489
4565
|
"path",
|
|
4490
4566
|
{
|
|
@@ -4812,6 +4888,32 @@ var ListIcon = React6__namespace.forwardRef(
|
|
|
4812
4888
|
}
|
|
4813
4889
|
)
|
|
4814
4890
|
);
|
|
4891
|
+
var Menu02Icon = React6__namespace.forwardRef(
|
|
4892
|
+
({ width = 18, height = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4893
|
+
"svg",
|
|
4894
|
+
{
|
|
4895
|
+
ref,
|
|
4896
|
+
width,
|
|
4897
|
+
height,
|
|
4898
|
+
viewBox: "0 0 28 28",
|
|
4899
|
+
fill: "none",
|
|
4900
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4901
|
+
...props,
|
|
4902
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4903
|
+
"path",
|
|
4904
|
+
{
|
|
4905
|
+
d: "M3.5 14H17.5M3.5 7H24.5M3.5 21H24.5",
|
|
4906
|
+
stroke: "currentColor",
|
|
4907
|
+
strokeWidth: "2.25",
|
|
4908
|
+
strokeLinecap: "round",
|
|
4909
|
+
strokeLinejoin: "round"
|
|
4910
|
+
}
|
|
4911
|
+
)
|
|
4912
|
+
}
|
|
4913
|
+
)
|
|
4914
|
+
);
|
|
4915
|
+
Menu02Icon.displayName = "Menu02Icon";
|
|
4916
|
+
var Menu02Icon_web_default = Menu02Icon;
|
|
4815
4917
|
var Menu03Icon = React6__namespace.forwardRef(
|
|
4816
4918
|
({ width = 18, height = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4817
4919
|
"svg",
|
|
@@ -4905,7 +5007,8 @@ var Rows01Icon_web_default = Rows01Icon;
|
|
|
4905
5007
|
var Rows03Icon = ({
|
|
4906
5008
|
className,
|
|
4907
5009
|
size = 24,
|
|
4908
|
-
strokeWidth = 2
|
|
5010
|
+
strokeWidth = 2,
|
|
5011
|
+
...props
|
|
4909
5012
|
}) => {
|
|
4910
5013
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4911
5014
|
"svg",
|
|
@@ -4915,6 +5018,7 @@ var Rows03Icon = ({
|
|
|
4915
5018
|
height: size,
|
|
4916
5019
|
viewBox: "0 0 24 24",
|
|
4917
5020
|
fill: "none",
|
|
5021
|
+
...props,
|
|
4918
5022
|
stroke: "currentColor",
|
|
4919
5023
|
strokeWidth,
|
|
4920
5024
|
strokeLinecap: "round",
|
|
@@ -4927,7 +5031,7 @@ var Rows03Icon = ({
|
|
|
4927
5031
|
);
|
|
4928
5032
|
};
|
|
4929
5033
|
var Rows03Icon_web_default = Rows03Icon;
|
|
4930
|
-
var SearchIcon = ({ size = 18, color = "currentColor", strokeWidth = "1.5" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5034
|
+
var SearchIcon = ({ size = 18, color = "currentColor", strokeWidth = "1.5", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4931
5035
|
"svg",
|
|
4932
5036
|
{
|
|
4933
5037
|
width: size,
|
|
@@ -4935,6 +5039,7 @@ var SearchIcon = ({ size = 18, color = "currentColor", strokeWidth = "1.5" }) =>
|
|
|
4935
5039
|
viewBox: "0 0 18 18",
|
|
4936
5040
|
fill: "none",
|
|
4937
5041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5042
|
+
...props,
|
|
4938
5043
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4939
5044
|
"path",
|
|
4940
5045
|
{
|
|
@@ -4948,7 +5053,7 @@ var SearchIcon = ({ size = 18, color = "currentColor", strokeWidth = "1.5" }) =>
|
|
|
4948
5053
|
}
|
|
4949
5054
|
);
|
|
4950
5055
|
var SearchIcon_web_default = SearchIcon;
|
|
4951
|
-
var SidebarMenuIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5056
|
+
var SidebarMenuIcon = ({ size = 24, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4952
5057
|
"svg",
|
|
4953
5058
|
{
|
|
4954
5059
|
width: size,
|
|
@@ -4956,6 +5061,7 @@ var SidebarMenuIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
|
4956
5061
|
viewBox: "0 0 24 24",
|
|
4957
5062
|
fill: "none",
|
|
4958
5063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5064
|
+
...props,
|
|
4959
5065
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4960
5066
|
"path",
|
|
4961
5067
|
{
|
|
@@ -5095,7 +5201,7 @@ var Lock03FilledIcon = ({
|
|
|
5095
5201
|
}
|
|
5096
5202
|
);
|
|
5097
5203
|
var Lock03FilledIcon_web_default = Lock03FilledIcon;
|
|
5098
|
-
var LockIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5204
|
+
var LockIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5099
5205
|
"svg",
|
|
5100
5206
|
{
|
|
5101
5207
|
width: size,
|
|
@@ -5103,6 +5209,7 @@ var LockIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
5103
5209
|
viewBox: "0 0 18 18",
|
|
5104
5210
|
fill: "none",
|
|
5105
5211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5212
|
+
...props,
|
|
5106
5213
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5107
5214
|
"path",
|
|
5108
5215
|
{
|
|
@@ -5169,7 +5276,7 @@ var PasswordInputIcon = ({
|
|
|
5169
5276
|
)
|
|
5170
5277
|
}
|
|
5171
5278
|
);
|
|
5172
|
-
function AppleMusicIcon({ size = 28, title = "Apple Music", className }) {
|
|
5279
|
+
function AppleMusicIcon({ size = 28, title = "Apple Music", className, ...props }) {
|
|
5173
5280
|
const gid = React6__namespace.useId();
|
|
5174
5281
|
const gradId = `am-grad-${gid}`;
|
|
5175
5282
|
const clipId = `am-clip-${gid}`;
|
|
@@ -5180,6 +5287,7 @@ function AppleMusicIcon({ size = 28, title = "Apple Music", className }) {
|
|
|
5180
5287
|
height: size,
|
|
5181
5288
|
viewBox: "0 0 28 28",
|
|
5182
5289
|
fill: "none",
|
|
5290
|
+
...props,
|
|
5183
5291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5184
5292
|
"aria-label": title,
|
|
5185
5293
|
role: "img",
|
|
@@ -5260,7 +5368,8 @@ var AudiomackIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs
|
|
|
5260
5368
|
var AudiomackIcon_web_default = AudiomackIcon;
|
|
5261
5369
|
var GeniusIcon = ({
|
|
5262
5370
|
size = 24,
|
|
5263
|
-
color = "currentColor"
|
|
5371
|
+
color = "currentColor",
|
|
5372
|
+
...props
|
|
5264
5373
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5265
5374
|
"svg",
|
|
5266
5375
|
{
|
|
@@ -5269,6 +5378,7 @@ var GeniusIcon = ({
|
|
|
5269
5378
|
viewBox: "0 0 24 24",
|
|
5270
5379
|
fill: "none",
|
|
5271
5380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5381
|
+
...props,
|
|
5272
5382
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5273
5383
|
"path",
|
|
5274
5384
|
{
|
|
@@ -5281,7 +5391,8 @@ var GeniusIcon = ({
|
|
|
5281
5391
|
var GeniusIcon_web_default = GeniusIcon;
|
|
5282
5392
|
var ImdbIcon = ({
|
|
5283
5393
|
size = 24,
|
|
5284
|
-
color = "#000000"
|
|
5394
|
+
color = "#000000",
|
|
5395
|
+
...props
|
|
5285
5396
|
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5286
5397
|
"svg",
|
|
5287
5398
|
{
|
|
@@ -5290,6 +5401,7 @@ var ImdbIcon = ({
|
|
|
5290
5401
|
viewBox: "0 0 24 24",
|
|
5291
5402
|
fill: "none",
|
|
5292
5403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5404
|
+
...props,
|
|
5293
5405
|
children: [
|
|
5294
5406
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5295
5407
|
"path",
|
|
@@ -5380,7 +5492,8 @@ var InstagramShortsIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntim
|
|
|
5380
5492
|
var InstagramShortsIcon_web_default = InstagramShortsIcon;
|
|
5381
5493
|
var LinkedinIcon = ({
|
|
5382
5494
|
size = 24,
|
|
5383
|
-
color = "currentColor"
|
|
5495
|
+
color = "currentColor",
|
|
5496
|
+
...props
|
|
5384
5497
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5385
5498
|
"svg",
|
|
5386
5499
|
{
|
|
@@ -5389,6 +5502,7 @@ var LinkedinIcon = ({
|
|
|
5389
5502
|
viewBox: "0 0 24 24",
|
|
5390
5503
|
fill: "none",
|
|
5391
5504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5505
|
+
...props,
|
|
5392
5506
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5393
5507
|
"path",
|
|
5394
5508
|
{
|
|
@@ -5401,7 +5515,8 @@ var LinkedinIcon = ({
|
|
|
5401
5515
|
var LinkedinIcon_web_default = LinkedinIcon;
|
|
5402
5516
|
var MusoIcon = ({
|
|
5403
5517
|
size = 24,
|
|
5404
|
-
color = "currentColor"
|
|
5518
|
+
color = "currentColor",
|
|
5519
|
+
...props
|
|
5405
5520
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5406
5521
|
"svg",
|
|
5407
5522
|
{
|
|
@@ -5410,6 +5525,7 @@ var MusoIcon = ({
|
|
|
5410
5525
|
viewBox: "0 0 24 24",
|
|
5411
5526
|
fill: "none",
|
|
5412
5527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5528
|
+
...props,
|
|
5413
5529
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5414
5530
|
"path",
|
|
5415
5531
|
{
|
|
@@ -5527,7 +5643,8 @@ var SpotifyIcon = ({ className, size = 18, ...props }) => /* @__PURE__ */ jsxRun
|
|
|
5527
5643
|
var SpotifyIcon_web_default = SpotifyIcon;
|
|
5528
5644
|
var Spotify02Icon = ({
|
|
5529
5645
|
size = 24,
|
|
5530
|
-
color = "currentColor"
|
|
5646
|
+
color = "currentColor",
|
|
5647
|
+
...props
|
|
5531
5648
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5532
5649
|
"svg",
|
|
5533
5650
|
{
|
|
@@ -5536,6 +5653,7 @@ var Spotify02Icon = ({
|
|
|
5536
5653
|
viewBox: "0 0 24 24",
|
|
5537
5654
|
fill: "none",
|
|
5538
5655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5656
|
+
...props,
|
|
5539
5657
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5540
5658
|
"path",
|
|
5541
5659
|
{
|
|
@@ -5761,7 +5879,7 @@ function AccountIcon({ size = 16, ...props }) {
|
|
|
5761
5879
|
}
|
|
5762
5880
|
);
|
|
5763
5881
|
}
|
|
5764
|
-
var UserApproveIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5882
|
+
var UserApproveIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5765
5883
|
"svg",
|
|
5766
5884
|
{
|
|
5767
5885
|
width: size,
|
|
@@ -5769,6 +5887,7 @@ var UserApproveIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */
|
|
|
5769
5887
|
viewBox: "0 0 18 18",
|
|
5770
5888
|
fill: "none",
|
|
5771
5889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5890
|
+
...props,
|
|
5772
5891
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5773
5892
|
"path",
|
|
5774
5893
|
{
|
|
@@ -5785,7 +5904,8 @@ var UserApproveIcon_web_default = UserApproveIcon;
|
|
|
5785
5904
|
var UserIcon = ({
|
|
5786
5905
|
size = 18,
|
|
5787
5906
|
color = "currentColor",
|
|
5788
|
-
strokeWidth = 1.5
|
|
5907
|
+
strokeWidth = 1.5,
|
|
5908
|
+
...props
|
|
5789
5909
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5790
5910
|
"svg",
|
|
5791
5911
|
{
|
|
@@ -5794,6 +5914,7 @@ var UserIcon = ({
|
|
|
5794
5914
|
viewBox: "0 0 18 18",
|
|
5795
5915
|
fill: "none",
|
|
5796
5916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5917
|
+
...props,
|
|
5797
5918
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5798
5919
|
"path",
|
|
5799
5920
|
{
|
|
@@ -5931,7 +6052,7 @@ function Users03Icon({
|
|
|
5931
6052
|
}
|
|
5932
6053
|
);
|
|
5933
6054
|
}
|
|
5934
|
-
var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5 }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
6055
|
+
var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5935
6056
|
"svg",
|
|
5936
6057
|
{
|
|
5937
6058
|
width: size,
|
|
@@ -5939,6 +6060,7 @@ var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5 }) => /*
|
|
|
5939
6060
|
viewBox: "0 0 20 20",
|
|
5940
6061
|
fill: "none",
|
|
5941
6062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6063
|
+
...props,
|
|
5942
6064
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5943
6065
|
"path",
|
|
5944
6066
|
{
|
|
@@ -5954,7 +6076,8 @@ var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5 }) => /*
|
|
|
5954
6076
|
var UsersIcon_web_default = UsersIcon;
|
|
5955
6077
|
var UsersPlusIcon = ({
|
|
5956
6078
|
className,
|
|
5957
|
-
size = 16
|
|
6079
|
+
size = 16,
|
|
6080
|
+
...props
|
|
5958
6081
|
}) => {
|
|
5959
6082
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5960
6083
|
"svg",
|
|
@@ -5963,6 +6086,7 @@ var UsersPlusIcon = ({
|
|
|
5963
6086
|
height: size,
|
|
5964
6087
|
viewBox: "0 0 16 16",
|
|
5965
6088
|
fill: "none",
|
|
6089
|
+
...props,
|
|
5966
6090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5967
6091
|
className,
|
|
5968
6092
|
"aria-label": "Users plus icon",
|
|
@@ -6190,6 +6314,7 @@ exports.LogoutIcon = LogoutIcon_web_default;
|
|
|
6190
6314
|
exports.LyricsIcon = LyricsIcon_web_default;
|
|
6191
6315
|
exports.MailIcon = MailIcon_web_default;
|
|
6192
6316
|
exports.MediaUploadIcon = MediaUploadIcon_web_default;
|
|
6317
|
+
exports.Menu02Icon = Menu02Icon_web_default;
|
|
6193
6318
|
exports.Menu03Icon = Menu03Icon_web_default;
|
|
6194
6319
|
exports.MenuIcon = MenuIcon_web_default;
|
|
6195
6320
|
exports.MessageSquareTextIcon = MessageSquareTextIcon_web_default;
|