@postal-music/icons 0.1.9 → 0.1.11
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 +504 -52
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +492 -53
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +331 -2
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +319 -3
- 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 +7 -0
- package/dist/types/icons/general/Building03Icon.d.ts +7 -0
- 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 +7 -0
- package/dist/types/icons/general/Stars01Icon.d.ts +1 -1
- package/dist/types/icons/general/Stars04Icon.d.ts +1 -1
- package/dist/types/icons/general/index.d.ts +3 -0
- package/dist/types/icons/media/EqualizerIcon.d.ts +2 -1
- package/dist/types/icons/media/Film01Icon.d.ts +7 -0
- package/dist/types/icons/media/Film03Icon.d.ts +7 -0
- package/dist/types/icons/media/Microphone01Icon.d.ts +7 -0
- 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/Recording01Icon.d.ts +7 -0
- package/dist/types/icons/media/Recording02Icon.d.ts +7 -0
- package/dist/types/icons/media/Recording03Icon.d.ts +7 -0
- package/dist/types/icons/media/Repeat01Icon.d.ts +1 -1
- package/dist/types/icons/media/VideoRecorderIcon.d.ts +1 -1
- package/dist/types/icons/media/index.d.ts +4 -0
- 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 +7 -0
- package/dist/types/icons/social/ImdbIcon.d.ts +7 -0
- package/dist/types/icons/social/LinkedinIcon.d.ts +7 -0
- package/dist/types/icons/social/MusoIcon.d.ts +7 -0
- package/dist/types/icons/social/Spotify02Icon.d.ts +7 -0
- package/dist/types/icons/social/index.d.ts +5 -0
- 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.native.tsx +30 -0
- package/src/icons/general/Briefcase01Icon.web.tsx +31 -0
- package/src/icons/general/Building03Icon.native.tsx +30 -0
- package/src/icons/general/Building03Icon.web.tsx +31 -0
- 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.native.tsx +31 -0
- package/src/icons/general/Star01Icon.web.tsx +32 -0
- package/src/icons/general/Stars01Icon.web.tsx +3 -1
- package/src/icons/general/Stars04Icon.web.tsx +3 -1
- package/src/icons/general/index.ts +3 -0
- package/src/icons/media/EqualizerIcon.web.tsx +3 -1
- package/src/icons/media/Film01Icon.native.tsx +30 -0
- package/src/icons/media/Film01Icon.web.tsx +31 -0
- package/src/icons/media/Film03Icon.native.tsx +30 -0
- package/src/icons/media/Film03Icon.web.tsx +31 -0
- package/src/icons/media/Microphone01Icon.native.tsx +34 -0
- package/src/icons/media/Microphone01Icon.web.tsx +35 -0
- package/src/icons/media/PauseIcon.web.tsx +3 -2
- package/src/icons/media/PlayIcon.web.tsx +3 -2
- package/src/icons/media/Recording03Icon.native.tsx +30 -0
- package/src/icons/media/Recording03Icon.web.tsx +31 -0
- package/src/icons/media/Repeat01Icon.web.tsx +3 -1
- package/src/icons/media/VideoRecorderIcon.web.tsx +3 -1
- package/src/icons/media/index.ts +4 -0
- package/src/icons/navigation/FilterIcon.web.tsx +3 -2
- package/src/icons/navigation/HomeIcon.native.tsx +7 -5
- package/src/icons/navigation/Menu02Icon.native.tsx +24 -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.native.tsx +27 -0
- package/src/icons/social/GeniusIcon.web.tsx +28 -0
- package/src/icons/social/ImdbIcon.native.tsx +43 -0
- package/src/icons/social/ImdbIcon.web.tsx +44 -0
- package/src/icons/social/LinkedinIcon.native.tsx +27 -0
- package/src/icons/social/LinkedinIcon.web.tsx +28 -0
- package/src/icons/social/MusoIcon.native.tsx +27 -0
- package/src/icons/social/MusoIcon.web.tsx +28 -0
- package/src/icons/social/Spotify02Icon.native.tsx +29 -0
- package/src/icons/social/Spotify02Icon.web.tsx +30 -0
- package/src/icons/social/index.ts +5 -0
- 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
|
{
|
|
@@ -2190,6 +2225,58 @@ var BookIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
2190
2225
|
}
|
|
2191
2226
|
);
|
|
2192
2227
|
var BookIcon_web_default = BookIcon;
|
|
2228
|
+
var Briefcase01Icon = ({
|
|
2229
|
+
size = 24,
|
|
2230
|
+
color = "currentColor",
|
|
2231
|
+
...props
|
|
2232
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2233
|
+
"svg",
|
|
2234
|
+
{
|
|
2235
|
+
width: size,
|
|
2236
|
+
height: size,
|
|
2237
|
+
viewBox: "0 0 24 24",
|
|
2238
|
+
fill: "none",
|
|
2239
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2240
|
+
...props,
|
|
2241
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2242
|
+
"path",
|
|
2243
|
+
{
|
|
2244
|
+
d: "M16 7C16 6.07 16 5.605 15.898 5.224C15.621 4.188 14.812 3.38 13.777 3.102C13.395 3 12.93 3 12 3C11.07 3 10.605 3 10.224 3.102C9.188 3.38 8.38 4.188 8.102 5.224C8 5.605 8 6.07 8 7M5.2 21H18.8C19.92 21 20.48 21 20.908 20.782C21.284 20.59 21.59 20.284 21.782 19.908C22 19.48 22 18.92 22 17.8V10.2C22 9.08 22 8.52 21.782 8.092C21.59 7.716 21.284 7.41 20.908 7.218C20.48 7 19.92 7 18.8 7H5.2C4.08 7 3.52 7 3.092 7.218C2.716 7.41 2.41 7.716 2.218 8.092C2 8.52 2 9.08 2 10.2V17.8C2 18.92 2 19.48 2.218 19.908C2.41 20.284 2.716 20.59 3.092 20.782C3.52 21 4.08 21 5.2 21Z",
|
|
2245
|
+
stroke: color,
|
|
2246
|
+
strokeWidth: "2",
|
|
2247
|
+
strokeLinecap: "round",
|
|
2248
|
+
strokeLinejoin: "round"
|
|
2249
|
+
}
|
|
2250
|
+
)
|
|
2251
|
+
}
|
|
2252
|
+
);
|
|
2253
|
+
var Briefcase01Icon_web_default = Briefcase01Icon;
|
|
2254
|
+
var Building03Icon = ({
|
|
2255
|
+
size = 24,
|
|
2256
|
+
color = "currentColor",
|
|
2257
|
+
...props
|
|
2258
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2259
|
+
"svg",
|
|
2260
|
+
{
|
|
2261
|
+
width: size,
|
|
2262
|
+
height: size,
|
|
2263
|
+
viewBox: "0 0 24 24",
|
|
2264
|
+
fill: "none",
|
|
2265
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2266
|
+
...props,
|
|
2267
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2268
|
+
"path",
|
|
2269
|
+
{
|
|
2270
|
+
d: "M7.5 7H10.25M7.5 11H10.25M7.5 15H10.25M13.75 7H16.5M13.75 11H16.5M13.75 15H16.5M20 21V6.2C20 5.08 20 4.52 19.782 4.092C19.59 3.716 19.284 3.41 18.908 3.218C18.48 3 17.92 3 16.8 3H7.2C6.08 3 5.52 3 5.092 3.218C4.716 3.41 4.41 3.716 4.218 4.092C4 4.52 4 5.08 4 6.2V21M22 21H2",
|
|
2271
|
+
stroke: color,
|
|
2272
|
+
strokeWidth: "2",
|
|
2273
|
+
strokeLinecap: "round",
|
|
2274
|
+
strokeLinejoin: "round"
|
|
2275
|
+
}
|
|
2276
|
+
)
|
|
2277
|
+
}
|
|
2278
|
+
);
|
|
2279
|
+
var Building03Icon_web_default = Building03Icon;
|
|
2193
2280
|
var BookmarkIcon = ({
|
|
2194
2281
|
size = 18,
|
|
2195
2282
|
color = "currentColor",
|
|
@@ -2222,7 +2309,8 @@ var BookmarkIcon_web_default = BookmarkIcon;
|
|
|
2222
2309
|
var CollaborativeIcon = ({
|
|
2223
2310
|
size = 18,
|
|
2224
2311
|
color = "currentColor",
|
|
2225
|
-
strokeWidth = 1.5
|
|
2312
|
+
strokeWidth = 1.5,
|
|
2313
|
+
...props
|
|
2226
2314
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2227
2315
|
"svg",
|
|
2228
2316
|
{
|
|
@@ -2231,6 +2319,7 @@ var CollaborativeIcon = ({
|
|
|
2231
2319
|
viewBox: "0 0 18 18",
|
|
2232
2320
|
fill: "none",
|
|
2233
2321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2322
|
+
...props,
|
|
2234
2323
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2235
2324
|
"path",
|
|
2236
2325
|
{
|
|
@@ -2468,7 +2557,8 @@ var FaceSmileIcon_web_default = FaceSmileIcon;
|
|
|
2468
2557
|
var Flag01Icon = ({
|
|
2469
2558
|
size = 18,
|
|
2470
2559
|
color = "currentColor",
|
|
2471
|
-
className
|
|
2560
|
+
className,
|
|
2561
|
+
...props
|
|
2472
2562
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2473
2563
|
"svg",
|
|
2474
2564
|
{
|
|
@@ -2478,6 +2568,7 @@ var Flag01Icon = ({
|
|
|
2478
2568
|
fill: "none",
|
|
2479
2569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2480
2570
|
className,
|
|
2571
|
+
...props,
|
|
2481
2572
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2482
2573
|
"path",
|
|
2483
2574
|
{
|
|
@@ -2805,7 +2896,7 @@ var Image03Icon = ({
|
|
|
2805
2896
|
);
|
|
2806
2897
|
};
|
|
2807
2898
|
var Image03Icon_web_default = Image03Icon;
|
|
2808
|
-
var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2899
|
+
var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2809
2900
|
"svg",
|
|
2810
2901
|
{
|
|
2811
2902
|
width: size,
|
|
@@ -2813,6 +2904,7 @@ var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor" }) =>
|
|
|
2813
2904
|
viewBox: "0 0 24 24",
|
|
2814
2905
|
fill: "none",
|
|
2815
2906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2907
|
+
...props,
|
|
2816
2908
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2817
2909
|
"path",
|
|
2818
2910
|
{
|
|
@@ -2826,7 +2918,7 @@ var LandingCollaborativeIcon = ({ size = 24, currentColor = "currentColor" }) =>
|
|
|
2826
2918
|
}
|
|
2827
2919
|
);
|
|
2828
2920
|
var LandingCollaborativeIcon_web_default = LandingCollaborativeIcon;
|
|
2829
|
-
var LandingControlsIcon = ({ size = 24, currentColor = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2921
|
+
var LandingControlsIcon = ({ size = 24, currentColor = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2830
2922
|
"svg",
|
|
2831
2923
|
{
|
|
2832
2924
|
width: size,
|
|
@@ -2834,6 +2926,7 @@ var LandingControlsIcon = ({ size = 24, currentColor = "currentColor" }) => /* @
|
|
|
2834
2926
|
viewBox: "0 0 24 24",
|
|
2835
2927
|
fill: "none",
|
|
2836
2928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2929
|
+
...props,
|
|
2837
2930
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2838
2931
|
"path",
|
|
2839
2932
|
{
|
|
@@ -2850,7 +2943,8 @@ var LandingControlsIcon_web_default = LandingControlsIcon;
|
|
|
2850
2943
|
var LandingMusicIcon = ({
|
|
2851
2944
|
size = 24,
|
|
2852
2945
|
color = "currentColor",
|
|
2853
|
-
strokeWidth = 1.5
|
|
2946
|
+
strokeWidth = 1.5,
|
|
2947
|
+
...props
|
|
2854
2948
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2855
2949
|
"svg",
|
|
2856
2950
|
{
|
|
@@ -2859,6 +2953,7 @@ var LandingMusicIcon = ({
|
|
|
2859
2953
|
viewBox: "0 0 24 24",
|
|
2860
2954
|
fill: "none",
|
|
2861
2955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2956
|
+
...props,
|
|
2862
2957
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2863
2958
|
"path",
|
|
2864
2959
|
{
|
|
@@ -2872,7 +2967,7 @@ var LandingMusicIcon = ({
|
|
|
2872
2967
|
}
|
|
2873
2968
|
);
|
|
2874
2969
|
var LandingMusicIcon_web_default = LandingMusicIcon;
|
|
2875
|
-
var LandingShareIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2970
|
+
var LandingShareIcon = ({ size = 24, color = "#020202", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2876
2971
|
"svg",
|
|
2877
2972
|
{
|
|
2878
2973
|
width: size,
|
|
@@ -2880,6 +2975,7 @@ var LandingShareIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsx
|
|
|
2880
2975
|
viewBox: "0 0 24 24",
|
|
2881
2976
|
fill: "none",
|
|
2882
2977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2978
|
+
...props,
|
|
2883
2979
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2884
2980
|
"path",
|
|
2885
2981
|
{
|
|
@@ -2893,7 +2989,7 @@ var LandingShareIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsx
|
|
|
2893
2989
|
}
|
|
2894
2990
|
);
|
|
2895
2991
|
var LandingShareIcon_web_default = LandingShareIcon;
|
|
2896
|
-
var LandingUploadIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2992
|
+
var LandingUploadIcon = ({ size = 24, color = "#020202", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2897
2993
|
"svg",
|
|
2898
2994
|
{
|
|
2899
2995
|
width: size,
|
|
@@ -2901,6 +2997,7 @@ var LandingUploadIcon = ({ size = 24, color = "#020202" }) => /* @__PURE__ */ js
|
|
|
2901
2997
|
viewBox: "0 0 24 24",
|
|
2902
2998
|
fill: "none",
|
|
2903
2999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3000
|
+
...props,
|
|
2904
3001
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2905
3002
|
"path",
|
|
2906
3003
|
{
|
|
@@ -2973,7 +3070,7 @@ var LyricsIcon = (props) => {
|
|
|
2973
3070
|
);
|
|
2974
3071
|
};
|
|
2975
3072
|
var LyricsIcon_web_default = LyricsIcon;
|
|
2976
|
-
var MoonIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3073
|
+
var MoonIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2977
3074
|
"svg",
|
|
2978
3075
|
{
|
|
2979
3076
|
width: size,
|
|
@@ -2981,6 +3078,7 @@ var MoonIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
2981
3078
|
viewBox: "0 0 18 18",
|
|
2982
3079
|
fill: "none",
|
|
2983
3080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3081
|
+
...props,
|
|
2984
3082
|
children: [
|
|
2985
3083
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_moonIcon)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2986
3084
|
"path",
|
|
@@ -3104,7 +3202,7 @@ var PinIcon = React6__namespace.forwardRef(
|
|
|
3104
3202
|
);
|
|
3105
3203
|
PinIcon.displayName = "PinIcon";
|
|
3106
3204
|
var PinIcon_web_default = PinIcon;
|
|
3107
|
-
var QuestionCircleIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3205
|
+
var QuestionCircleIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3108
3206
|
"svg",
|
|
3109
3207
|
{
|
|
3110
3208
|
width: size,
|
|
@@ -3112,6 +3210,7 @@ var QuestionCircleIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__
|
|
|
3112
3210
|
viewBox: "0 0 18 18",
|
|
3113
3211
|
fill: "none",
|
|
3114
3212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3213
|
+
...props,
|
|
3115
3214
|
children: [
|
|
3116
3215
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_questionCircle)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3117
3216
|
"path",
|
|
@@ -3197,7 +3296,8 @@ var Recording02_web_default = Recording02Icon;
|
|
|
3197
3296
|
var Share01Icon = ({
|
|
3198
3297
|
size = 18,
|
|
3199
3298
|
color = "currentColor",
|
|
3200
|
-
className
|
|
3299
|
+
className,
|
|
3300
|
+
...props
|
|
3201
3301
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3202
3302
|
"svg",
|
|
3203
3303
|
{
|
|
@@ -3209,6 +3309,7 @@ var Share01Icon = ({
|
|
|
3209
3309
|
className,
|
|
3210
3310
|
role: "img",
|
|
3211
3311
|
"aria-hidden": "true",
|
|
3312
|
+
...props,
|
|
3212
3313
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3213
3314
|
"path",
|
|
3214
3315
|
{
|
|
@@ -3279,6 +3380,33 @@ function StarIcon({
|
|
|
3279
3380
|
}
|
|
3280
3381
|
);
|
|
3281
3382
|
}
|
|
3383
|
+
var Star01Icon = ({
|
|
3384
|
+
size = 24,
|
|
3385
|
+
color = "currentColor",
|
|
3386
|
+
...props
|
|
3387
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3388
|
+
"svg",
|
|
3389
|
+
{
|
|
3390
|
+
width: size,
|
|
3391
|
+
height: size,
|
|
3392
|
+
viewBox: "0 0 24 24",
|
|
3393
|
+
fill: "none",
|
|
3394
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3395
|
+
...props,
|
|
3396
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3397
|
+
"path",
|
|
3398
|
+
{
|
|
3399
|
+
d: "M11.283 3.453C11.513 2.986 11.628 2.753 11.785 2.678C11.921 2.613 12.079 2.613 12.215 2.678C12.372 2.753 12.487 2.986 12.717 3.453L14.904 7.883C14.972 8.021 15.006 8.09 15.056 8.144C15.1 8.191 15.153 8.229 15.211 8.257C15.278 8.287 15.354 8.299 15.506 8.321L20.397 9.036C20.912 9.111 21.17 9.149 21.289 9.274C21.393 9.384 21.441 9.534 21.422 9.684C21.399 9.856 21.213 10.037 20.84 10.4L17.302 13.846C17.191 13.954 17.136 14.008 17.1 14.072C17.069 14.128 17.049 14.19 17.041 14.255C17.032 14.327 17.045 14.403 17.071 14.555L17.906 19.422C17.994 19.935 18.038 20.192 17.955 20.345C17.883 20.477 17.755 20.57 17.607 20.598C17.437 20.629 17.206 20.508 16.745 20.265L12.372 17.966C12.236 17.894 12.168 17.858 12.096 17.844C12.033 17.832 11.967 17.832 11.904 17.844C11.832 17.858 11.764 17.894 11.628 17.966L7.255 20.265C6.794 20.508 6.564 20.629 6.393 20.598C6.245 20.57 6.117 20.477 6.045 20.345C5.962 20.192 6.006 19.935 6.094 19.422L6.929 14.555C6.955 14.403 6.968 14.327 6.959 14.255C6.951 14.19 6.931 14.128 6.9 14.072C6.864 14.008 6.809 13.954 6.699 13.846L3.161 10.4C2.788 10.037 2.601 9.856 2.579 9.684C2.559 9.534 2.608 9.384 2.711 9.274C2.831 9.149 3.088 9.111 3.603 9.036L8.494 8.321C8.647 8.299 8.723 8.287 8.789 8.257C8.847 8.229 8.9 8.191 8.944 8.144C8.994 8.09 9.028 8.021 9.096 7.883L11.283 3.453Z",
|
|
3400
|
+
fill: color,
|
|
3401
|
+
stroke: color,
|
|
3402
|
+
strokeWidth: "2",
|
|
3403
|
+
strokeLinecap: "round",
|
|
3404
|
+
strokeLinejoin: "round"
|
|
3405
|
+
}
|
|
3406
|
+
)
|
|
3407
|
+
}
|
|
3408
|
+
);
|
|
3409
|
+
var Star01Icon_web_default = Star01Icon;
|
|
3282
3410
|
var Star04Icon = ({
|
|
3283
3411
|
size = 16,
|
|
3284
3412
|
color = "currentColor",
|
|
@@ -3357,7 +3485,8 @@ var Stars01Icon = ({
|
|
|
3357
3485
|
className,
|
|
3358
3486
|
currentColor,
|
|
3359
3487
|
fill,
|
|
3360
|
-
title
|
|
3488
|
+
title,
|
|
3489
|
+
...props
|
|
3361
3490
|
}) => {
|
|
3362
3491
|
const ariaProps = title ? { role: "img", "aria-label": title } : { "aria-hidden": true };
|
|
3363
3492
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -3370,6 +3499,7 @@ var Stars01Icon = ({
|
|
|
3370
3499
|
className,
|
|
3371
3500
|
fill: currentColor || "currentColor",
|
|
3372
3501
|
...ariaProps,
|
|
3502
|
+
...props,
|
|
3373
3503
|
children: [
|
|
3374
3504
|
title ? /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }) : null,
|
|
3375
3505
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#clip0_878_14485)", children: [
|
|
@@ -3458,7 +3588,8 @@ var Stars02Icon_web_default = StarsIcon02;
|
|
|
3458
3588
|
var Star04Icon2 = ({
|
|
3459
3589
|
size = 18,
|
|
3460
3590
|
color = "currentColor",
|
|
3461
|
-
className
|
|
3591
|
+
className,
|
|
3592
|
+
...props
|
|
3462
3593
|
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3463
3594
|
"svg",
|
|
3464
3595
|
{
|
|
@@ -3468,6 +3599,7 @@ var Star04Icon2 = ({
|
|
|
3468
3599
|
fill: "none",
|
|
3469
3600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3470
3601
|
className,
|
|
3602
|
+
...props,
|
|
3471
3603
|
children: [
|
|
3472
3604
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_10870_4507)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3473
3605
|
"path",
|
|
@@ -3676,7 +3808,8 @@ TenSecondsBackIcon.displayName = "TenSecondsBackIcon";
|
|
|
3676
3808
|
var SecondsBackIcon_web_default = TenSecondsBackIcon;
|
|
3677
3809
|
function EqualizerIcon({
|
|
3678
3810
|
className,
|
|
3679
|
-
size = 18
|
|
3811
|
+
size = 18,
|
|
3812
|
+
...props
|
|
3680
3813
|
}) {
|
|
3681
3814
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3682
3815
|
"svg",
|
|
@@ -3685,6 +3818,7 @@ function EqualizerIcon({
|
|
|
3685
3818
|
height: size,
|
|
3686
3819
|
viewBox: "0 0 18 18",
|
|
3687
3820
|
fill: "none",
|
|
3821
|
+
...props,
|
|
3688
3822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3689
3823
|
className,
|
|
3690
3824
|
"aria-label": "Equalizer icon",
|
|
@@ -3701,6 +3835,93 @@ function EqualizerIcon({
|
|
|
3701
3835
|
}
|
|
3702
3836
|
);
|
|
3703
3837
|
}
|
|
3838
|
+
var Film01Icon = ({
|
|
3839
|
+
size = 24,
|
|
3840
|
+
color = "currentColor",
|
|
3841
|
+
...props
|
|
3842
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3843
|
+
"svg",
|
|
3844
|
+
{
|
|
3845
|
+
width: size,
|
|
3846
|
+
height: size,
|
|
3847
|
+
viewBox: "0 0 24 24",
|
|
3848
|
+
fill: "none",
|
|
3849
|
+
...props,
|
|
3850
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3851
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3852
|
+
"path",
|
|
3853
|
+
{
|
|
3854
|
+
d: "M2 12H22M2 7H7M17 7H22M2 17H7M17 17H22M7 22V2M17 22V2M6.8 22H17.2C18.88 22 19.72 22 20.362 21.673C20.927 21.385 21.385 20.927 21.673 20.362C22 19.72 22 18.88 22 17.2V6.8C22 5.12 22 4.28 21.673 3.638C21.385 3.074 20.927 2.615 20.362 2.327C19.72 2 18.88 2 17.2 2H6.8C5.12 2 4.28 2 3.638 2.327C3.074 2.615 2.615 3.074 2.327 3.638C2 4.28 2 5.12 2 6.8V17.2C2 18.88 2 19.72 2.327 20.362C2.615 20.927 3.074 21.385 3.638 21.673C4.28 22 5.12 22 6.8 22Z",
|
|
3855
|
+
stroke: color,
|
|
3856
|
+
strokeWidth: "2",
|
|
3857
|
+
strokeLinecap: "round",
|
|
3858
|
+
strokeLinejoin: "round"
|
|
3859
|
+
}
|
|
3860
|
+
)
|
|
3861
|
+
}
|
|
3862
|
+
);
|
|
3863
|
+
var Film01Icon_web_default = Film01Icon;
|
|
3864
|
+
var Film03Icon = ({
|
|
3865
|
+
size = 24,
|
|
3866
|
+
color = "currentColor",
|
|
3867
|
+
...props
|
|
3868
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3869
|
+
"svg",
|
|
3870
|
+
{
|
|
3871
|
+
width: size,
|
|
3872
|
+
height: size,
|
|
3873
|
+
viewBox: "0 0 24 24",
|
|
3874
|
+
fill: "none",
|
|
3875
|
+
...props,
|
|
3876
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3877
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3878
|
+
"path",
|
|
3879
|
+
{
|
|
3880
|
+
d: "M7 2V6M7 16V20M17 4V8M17 18V22M2 6H12M2 16H12M12 8H22M12 18H22M12 20V3.6C12 3.04 12 2.76 11.891 2.546C11.795 2.358 11.642 2.205 11.454 2.109C11.24 2 10.96 2 10.4 2H6.8C5.12 2 4.28 2 3.638 2.327C3.074 2.615 2.615 3.074 2.327 3.638C2 4.28 2 5.12 2 6.8V15.2C2 16.88 2 17.72 2.327 18.362C2.615 18.927 3.074 19.386 3.638 19.673C4.28 20 5.12 20 6.8 20H12ZM12 4H17.2C18.88 4 19.72 4 20.362 4.327C20.927 4.615 21.385 5.074 21.673 5.638C22 6.28 22 7.12 22 8.8V17.2C22 18.88 22 19.72 21.673 20.362C21.385 20.927 20.927 21.385 20.362 21.673C19.72 22 18.88 22 17.2 22H13.6C13.04 22 12.76 22 12.546 21.891C12.358 21.795 12.205 21.642 12.109 21.454C12 21.24 12 20.96 12 20.4V4Z",
|
|
3881
|
+
stroke: color,
|
|
3882
|
+
strokeWidth: "2",
|
|
3883
|
+
strokeLinecap: "round",
|
|
3884
|
+
strokeLinejoin: "round"
|
|
3885
|
+
}
|
|
3886
|
+
)
|
|
3887
|
+
}
|
|
3888
|
+
);
|
|
3889
|
+
var Film03Icon_web_default = Film03Icon;
|
|
3890
|
+
var Microphone01Icon = ({
|
|
3891
|
+
size = 24,
|
|
3892
|
+
color = "currentColor",
|
|
3893
|
+
...props
|
|
3894
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3895
|
+
"svg",
|
|
3896
|
+
{
|
|
3897
|
+
width: size,
|
|
3898
|
+
height: size,
|
|
3899
|
+
viewBox: "0 0 24 24",
|
|
3900
|
+
fill: "none",
|
|
3901
|
+
...props,
|
|
3902
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3903
|
+
children: [
|
|
3904
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3905
|
+
"path",
|
|
3906
|
+
{
|
|
3907
|
+
d: "M9 5C9 3.343 10.343 2 12 2C13.657 2 15 3.343 15 5V12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12V5Z",
|
|
3908
|
+
fill: color
|
|
3909
|
+
}
|
|
3910
|
+
),
|
|
3911
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3912
|
+
"path",
|
|
3913
|
+
{
|
|
3914
|
+
d: "M19 10V12C19 15.866 15.866 19 12 19M5 10V12C5 15.866 8.134 19 12 19M12 19V22M8 22H16M12 15C10.343 15 9 13.657 9 12V5C9 3.343 10.343 2 12 2C13.657 2 15 3.343 15 5V12C15 13.657 13.657 15 12 15Z",
|
|
3915
|
+
stroke: color,
|
|
3916
|
+
strokeWidth: "2",
|
|
3917
|
+
strokeLinecap: "round",
|
|
3918
|
+
strokeLinejoin: "round"
|
|
3919
|
+
}
|
|
3920
|
+
)
|
|
3921
|
+
]
|
|
3922
|
+
}
|
|
3923
|
+
);
|
|
3924
|
+
var Microphone01Icon_web_default = Microphone01Icon;
|
|
3704
3925
|
function HeadphonesIcon({
|
|
3705
3926
|
size = 15,
|
|
3706
3927
|
className,
|
|
@@ -3808,13 +4029,14 @@ var NextTrackIcon = React6__namespace.forwardRef(
|
|
|
3808
4029
|
);
|
|
3809
4030
|
NextTrackIcon.displayName = "NextTrackIcon";
|
|
3810
4031
|
var NextTrackIcon_web_default = NextTrackIcon;
|
|
3811
|
-
var PauseIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4032
|
+
var PauseIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3812
4033
|
"svg",
|
|
3813
4034
|
{
|
|
3814
4035
|
width: size,
|
|
3815
4036
|
height: size,
|
|
3816
4037
|
viewBox: "0 0 20 20",
|
|
3817
4038
|
fill: "none",
|
|
4039
|
+
...props,
|
|
3818
4040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3819
4041
|
children: [
|
|
3820
4042
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -3841,13 +4063,14 @@ var PauseIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRu
|
|
|
3841
4063
|
}
|
|
3842
4064
|
);
|
|
3843
4065
|
var PauseIcon_web_default = PauseIcon;
|
|
3844
|
-
var PlayIcon = ({ size = 20, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4066
|
+
var PlayIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3845
4067
|
"svg",
|
|
3846
4068
|
{
|
|
3847
4069
|
width: size,
|
|
3848
4070
|
height: size,
|
|
3849
4071
|
viewBox: "0 0 22 20",
|
|
3850
4072
|
fill: "none",
|
|
4073
|
+
...props,
|
|
3851
4074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3852
4075
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3853
4076
|
"path",
|
|
@@ -3934,10 +4157,37 @@ var PreviousTrackIcon = React6__namespace.forwardRef(({ size = 15, color = "curr
|
|
|
3934
4157
|
});
|
|
3935
4158
|
PreviousTrackIcon.displayName = "PreviousTrackIcon";
|
|
3936
4159
|
var PreviousTrackIcon_web_default = PreviousTrackIcon;
|
|
4160
|
+
var Recording03Icon = ({
|
|
4161
|
+
size = 24,
|
|
4162
|
+
color = "currentColor",
|
|
4163
|
+
...props
|
|
4164
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4165
|
+
"svg",
|
|
4166
|
+
{
|
|
4167
|
+
width: size,
|
|
4168
|
+
height: size,
|
|
4169
|
+
viewBox: "0 0 24 24",
|
|
4170
|
+
fill: "none",
|
|
4171
|
+
...props,
|
|
4172
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4173
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4174
|
+
"path",
|
|
4175
|
+
{
|
|
4176
|
+
d: "M3 10V14M7.5 6V18M12 3V21M16.5 6V18M21 10V14",
|
|
4177
|
+
stroke: color,
|
|
4178
|
+
strokeWidth: "2",
|
|
4179
|
+
strokeLinecap: "round",
|
|
4180
|
+
strokeLinejoin: "round"
|
|
4181
|
+
}
|
|
4182
|
+
)
|
|
4183
|
+
}
|
|
4184
|
+
);
|
|
4185
|
+
var Recording03Icon_web_default = Recording03Icon;
|
|
3937
4186
|
var Repeat01Icon = ({
|
|
3938
4187
|
size = 18,
|
|
3939
4188
|
color = "currentColor",
|
|
3940
|
-
className
|
|
4189
|
+
className,
|
|
4190
|
+
...props
|
|
3941
4191
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3942
4192
|
"svg",
|
|
3943
4193
|
{
|
|
@@ -3945,6 +4195,7 @@ var Repeat01Icon = ({
|
|
|
3945
4195
|
height: size,
|
|
3946
4196
|
viewBox: "0 0 18 18",
|
|
3947
4197
|
fill: "none",
|
|
4198
|
+
...props,
|
|
3948
4199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3949
4200
|
className,
|
|
3950
4201
|
role: "img",
|
|
@@ -4113,7 +4364,8 @@ TenSecondsForwardIcon.displayName = "TenSecondsForwardIcon";
|
|
|
4113
4364
|
var TenSecondsForwardIcon_web_default = TenSecondsForwardIcon;
|
|
4114
4365
|
var VideoRecorderIcon = ({
|
|
4115
4366
|
size = 24,
|
|
4116
|
-
color = "currentColor"
|
|
4367
|
+
color = "currentColor",
|
|
4368
|
+
...props
|
|
4117
4369
|
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4118
4370
|
"svg",
|
|
4119
4371
|
{
|
|
@@ -4121,6 +4373,7 @@ var VideoRecorderIcon = ({
|
|
|
4121
4373
|
height: size,
|
|
4122
4374
|
viewBox: "0 0 24 24",
|
|
4123
4375
|
fill: "none",
|
|
4376
|
+
...props,
|
|
4124
4377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4125
4378
|
children: [
|
|
4126
4379
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4299,7 +4552,7 @@ function DotgridIcon({
|
|
|
4299
4552
|
}
|
|
4300
4553
|
);
|
|
4301
4554
|
}
|
|
4302
|
-
var FilterIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4555
|
+
var FilterIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4303
4556
|
"svg",
|
|
4304
4557
|
{
|
|
4305
4558
|
width: size,
|
|
@@ -4307,6 +4560,7 @@ var FilterIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxR
|
|
|
4307
4560
|
viewBox: "0 0 18 18",
|
|
4308
4561
|
fill: "none",
|
|
4309
4562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4563
|
+
...props,
|
|
4310
4564
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4311
4565
|
"path",
|
|
4312
4566
|
{
|
|
@@ -4634,6 +4888,32 @@ var ListIcon = React6__namespace.forwardRef(
|
|
|
4634
4888
|
}
|
|
4635
4889
|
)
|
|
4636
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;
|
|
4637
4917
|
var Menu03Icon = React6__namespace.forwardRef(
|
|
4638
4918
|
({ width = 18, height = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4639
4919
|
"svg",
|
|
@@ -4727,7 +5007,8 @@ var Rows01Icon_web_default = Rows01Icon;
|
|
|
4727
5007
|
var Rows03Icon = ({
|
|
4728
5008
|
className,
|
|
4729
5009
|
size = 24,
|
|
4730
|
-
strokeWidth = 2
|
|
5010
|
+
strokeWidth = 2,
|
|
5011
|
+
...props
|
|
4731
5012
|
}) => {
|
|
4732
5013
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4733
5014
|
"svg",
|
|
@@ -4737,6 +5018,7 @@ var Rows03Icon = ({
|
|
|
4737
5018
|
height: size,
|
|
4738
5019
|
viewBox: "0 0 24 24",
|
|
4739
5020
|
fill: "none",
|
|
5021
|
+
...props,
|
|
4740
5022
|
stroke: "currentColor",
|
|
4741
5023
|
strokeWidth,
|
|
4742
5024
|
strokeLinecap: "round",
|
|
@@ -4749,7 +5031,7 @@ var Rows03Icon = ({
|
|
|
4749
5031
|
);
|
|
4750
5032
|
};
|
|
4751
5033
|
var Rows03Icon_web_default = Rows03Icon;
|
|
4752
|
-
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(
|
|
4753
5035
|
"svg",
|
|
4754
5036
|
{
|
|
4755
5037
|
width: size,
|
|
@@ -4757,6 +5039,7 @@ var SearchIcon = ({ size = 18, color = "currentColor", strokeWidth = "1.5" }) =>
|
|
|
4757
5039
|
viewBox: "0 0 18 18",
|
|
4758
5040
|
fill: "none",
|
|
4759
5041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5042
|
+
...props,
|
|
4760
5043
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4761
5044
|
"path",
|
|
4762
5045
|
{
|
|
@@ -4770,7 +5053,7 @@ var SearchIcon = ({ size = 18, color = "currentColor", strokeWidth = "1.5" }) =>
|
|
|
4770
5053
|
}
|
|
4771
5054
|
);
|
|
4772
5055
|
var SearchIcon_web_default = SearchIcon;
|
|
4773
|
-
var SidebarMenuIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5056
|
+
var SidebarMenuIcon = ({ size = 24, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4774
5057
|
"svg",
|
|
4775
5058
|
{
|
|
4776
5059
|
width: size,
|
|
@@ -4778,6 +5061,7 @@ var SidebarMenuIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */
|
|
|
4778
5061
|
viewBox: "0 0 24 24",
|
|
4779
5062
|
fill: "none",
|
|
4780
5063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5064
|
+
...props,
|
|
4781
5065
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4782
5066
|
"path",
|
|
4783
5067
|
{
|
|
@@ -4917,7 +5201,7 @@ var Lock03FilledIcon = ({
|
|
|
4917
5201
|
}
|
|
4918
5202
|
);
|
|
4919
5203
|
var Lock03FilledIcon_web_default = Lock03FilledIcon;
|
|
4920
|
-
var LockIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5204
|
+
var LockIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4921
5205
|
"svg",
|
|
4922
5206
|
{
|
|
4923
5207
|
width: size,
|
|
@@ -4925,6 +5209,7 @@ var LockIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
4925
5209
|
viewBox: "0 0 18 18",
|
|
4926
5210
|
fill: "none",
|
|
4927
5211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5212
|
+
...props,
|
|
4928
5213
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4929
5214
|
"path",
|
|
4930
5215
|
{
|
|
@@ -4991,7 +5276,7 @@ var PasswordInputIcon = ({
|
|
|
4991
5276
|
)
|
|
4992
5277
|
}
|
|
4993
5278
|
);
|
|
4994
|
-
function AppleMusicIcon({ size = 28, title = "Apple Music", className }) {
|
|
5279
|
+
function AppleMusicIcon({ size = 28, title = "Apple Music", className, ...props }) {
|
|
4995
5280
|
const gid = React6__namespace.useId();
|
|
4996
5281
|
const gradId = `am-grad-${gid}`;
|
|
4997
5282
|
const clipId = `am-clip-${gid}`;
|
|
@@ -5002,6 +5287,7 @@ function AppleMusicIcon({ size = 28, title = "Apple Music", className }) {
|
|
|
5002
5287
|
height: size,
|
|
5003
5288
|
viewBox: "0 0 28 28",
|
|
5004
5289
|
fill: "none",
|
|
5290
|
+
...props,
|
|
5005
5291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5006
5292
|
"aria-label": title,
|
|
5007
5293
|
role: "img",
|
|
@@ -5080,6 +5366,82 @@ var AudiomackIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs
|
|
|
5080
5366
|
}
|
|
5081
5367
|
);
|
|
5082
5368
|
var AudiomackIcon_web_default = AudiomackIcon;
|
|
5369
|
+
var GeniusIcon = ({
|
|
5370
|
+
size = 24,
|
|
5371
|
+
color = "currentColor",
|
|
5372
|
+
...props
|
|
5373
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5374
|
+
"svg",
|
|
5375
|
+
{
|
|
5376
|
+
width: size,
|
|
5377
|
+
height: size,
|
|
5378
|
+
viewBox: "0 0 24 24",
|
|
5379
|
+
fill: "none",
|
|
5380
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5381
|
+
...props,
|
|
5382
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5383
|
+
"path",
|
|
5384
|
+
{
|
|
5385
|
+
d: "M12.5231 6.50045C12.3131 6.50105 12.1019 6.5083 11.893 6.51071C11.7659 6.49381 11.6766 6.64657 11.6877 6.76189C11.6673 7.37292 11.7011 7.98456 11.6784 8.59498C11.6568 9.10277 11.3546 9.55863 10.9643 9.85086C10.6726 10.0592 10.3121 10.1135 9.98953 10.2512C10.0601 10.7221 10.2427 11.1907 10.6061 11.501C11.2998 12.1368 12.4869 12.0203 13.0388 11.2438C13.59 10.5971 13.303 9.69025 13.3905 8.9168C13.5574 8.62698 13.9372 8.8371 14.1588 8.62095C13.9605 7.86682 13.6863 7.09397 13.1525 6.5246C12.943 6.50599 12.7328 6.49793 12.5225 6.50045H12.5231ZM6.44443 6.50407C5.30862 7.5613 4.77426 9.25492 5.08927 10.803C5.31329 12.042 6.07049 13.1536 7.10188 13.8202C7.18005 13.6813 7.23605 13.5327 7.15438 13.3794C6.60019 11.6803 7.07388 9.68482 8.31294 8.43438C8.32111 7.83904 8.33803 7.2413 8.31119 6.64657L8.20152 6.51736C7.6164 6.48656 7.03012 6.51736 6.44559 6.50407H6.44443ZM16.875 6.53728L16.7554 6.75223C16.91 7.31858 17.1054 7.87648 17.1754 8.46336C17.5138 10.6044 16.9409 12.8788 15.6505 14.5858C14.5911 16.0065 13.0598 17.0456 11.3721 17.4676C9.82035 17.8661 8.15543 17.7393 6.66786 17.1398C6.62819 17.1875 6.5471 17.2829 6.50743 17.3318C8.06151 18.9191 10.3244 19.7282 12.4922 19.4438C14.286 19.2464 15.9894 18.3178 17.1725 16.9109C18.3013 15.5905 18.971 13.8497 18.9955 12.0855C19.0667 10.0423 18.2914 7.96825 16.8744 6.53668L16.875 6.53728Z",
|
|
5386
|
+
fill: color
|
|
5387
|
+
}
|
|
5388
|
+
)
|
|
5389
|
+
}
|
|
5390
|
+
);
|
|
5391
|
+
var GeniusIcon_web_default = GeniusIcon;
|
|
5392
|
+
var ImdbIcon = ({
|
|
5393
|
+
size = 24,
|
|
5394
|
+
color = "#000000",
|
|
5395
|
+
...props
|
|
5396
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5397
|
+
"svg",
|
|
5398
|
+
{
|
|
5399
|
+
width: size,
|
|
5400
|
+
height: size,
|
|
5401
|
+
viewBox: "0 0 24 24",
|
|
5402
|
+
fill: "none",
|
|
5403
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5404
|
+
...props,
|
|
5405
|
+
children: [
|
|
5406
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5407
|
+
"path",
|
|
5408
|
+
{
|
|
5409
|
+
d: "M5.57143 3H18.4286C19.8429 3 21 4.15714 21 5.57143V18.4286C21 19.8429 19.8429 21 18.4286 21H5.57143C4.15714 21 3 19.8429 3 18.4286V5.57143C3 4.15714 4.15714 3 5.57143 3Z",
|
|
5410
|
+
fill: color
|
|
5411
|
+
}
|
|
5412
|
+
),
|
|
5413
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5414
|
+
"path",
|
|
5415
|
+
{
|
|
5416
|
+
d: "M8.12871 14.4598H6.90186V9.06201H8.74214L9.04885 11.3316H9.11019L9.41691 9.06201H11.2572V14.4598H10.0303V11.2089H9.90765L9.47825 14.4598H8.55811L8.06737 11.2089L8.12871 14.4598Z",
|
|
5417
|
+
fill: "white"
|
|
5418
|
+
}
|
|
5419
|
+
),
|
|
5420
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5421
|
+
"path",
|
|
5422
|
+
{
|
|
5423
|
+
d: "M11.686 9C11.9314 9 13.2196 9 13.9557 9.06134C14.5078 9.12268 14.8145 9.61339 14.8759 10.1654C14.8759 11.2082 14.8759 12.3123 14.9372 13.3551C14.9372 13.4777 14.9372 13.6004 14.8759 13.7231C14.7532 14.1525 14.5078 14.3978 13.9557 14.4592C13.2196 14.5205 12.5448 14.4592 11.8087 14.5205C11.8087 14.5205 11.7474 14.5205 11.686 14.5205V9ZM13.0969 10.0428V13.4777C13.3423 13.4777 13.465 13.4164 13.465 13.1711C13.465 12.251 13.465 11.2695 13.465 10.3495C13.465 10.1041 13.3423 9.98142 13.0969 10.0428Z",
|
|
5424
|
+
fill: "white"
|
|
5425
|
+
}
|
|
5426
|
+
),
|
|
5427
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5428
|
+
"path",
|
|
5429
|
+
{
|
|
5430
|
+
d: "M5 14.4598V9.06201H6.41088V14.4598H5Z",
|
|
5431
|
+
fill: "white"
|
|
5432
|
+
}
|
|
5433
|
+
),
|
|
5434
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5435
|
+
"path",
|
|
5436
|
+
{
|
|
5437
|
+
d: "M18.4337 11.0862C18.3723 10.7182 18.1269 10.4728 17.7589 10.4115C17.3908 10.3501 17.0228 10.4115 16.6547 10.7795V9.06201H15.3052V14.4598H16.532C16.532 14.3372 16.5934 14.2758 16.5934 14.2145C16.6547 14.2758 16.7161 14.2758 16.7774 14.3372C17.1455 14.5825 17.5135 14.6439 17.8816 14.4598C18.2496 14.3372 18.3723 14.0305 18.3723 13.6624C18.3723 13.2331 18.4337 12.865 18.4337 12.4357C18.495 12.0063 18.495 11.5156 18.4337 11.0862ZM17.0841 13.5398C17.0841 13.6624 16.9614 13.7851 16.8387 13.7851C16.7161 13.7851 16.5934 13.6624 16.5934 13.5398V11.4542C16.5934 11.3316 16.7161 11.2089 16.8387 11.2089C16.9614 11.2089 17.0841 11.3316 17.0841 11.4542V13.5398Z",
|
|
5438
|
+
fill: "white"
|
|
5439
|
+
}
|
|
5440
|
+
)
|
|
5441
|
+
]
|
|
5442
|
+
}
|
|
5443
|
+
);
|
|
5444
|
+
var ImdbIcon_web_default = ImdbIcon;
|
|
5083
5445
|
var InstagramShortsIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5084
5446
|
"svg",
|
|
5085
5447
|
{
|
|
@@ -5128,6 +5490,52 @@ var InstagramShortsIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntim
|
|
|
5128
5490
|
}
|
|
5129
5491
|
);
|
|
5130
5492
|
var InstagramShortsIcon_web_default = InstagramShortsIcon;
|
|
5493
|
+
var LinkedinIcon = ({
|
|
5494
|
+
size = 24,
|
|
5495
|
+
color = "currentColor",
|
|
5496
|
+
...props
|
|
5497
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5498
|
+
"svg",
|
|
5499
|
+
{
|
|
5500
|
+
width: size,
|
|
5501
|
+
height: size,
|
|
5502
|
+
viewBox: "0 0 24 24",
|
|
5503
|
+
fill: "none",
|
|
5504
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5505
|
+
...props,
|
|
5506
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5507
|
+
"path",
|
|
5508
|
+
{
|
|
5509
|
+
d: "M12 3C7.02891 3 3 7.02891 3 12C3 16.9711 7.02891 21 12 21C16.9711 21 21 16.9711 21 12C21 7.02891 16.9711 3 12 3ZM9.48281 15.7652H7.72852V10.1508H9.48281V15.7652ZM8.5582 9.44766H8.54414C7.90781 9.44766 7.49648 9.01875 7.49648 8.47383C7.49648 7.91836 7.92187 7.5 8.56875 7.5C9.21562 7.5 9.61289 7.91836 9.62695 8.47383C9.63047 9.01523 9.21914 9.44766 8.5582 9.44766ZM16.5 15.7652H14.5102V12.8613C14.5102 12.102 14.2008 11.5816 13.5152 11.5816C12.9914 11.5816 12.6996 11.9332 12.566 12.2707C12.5168 12.3902 12.5238 12.559 12.5238 12.7312V15.7652H10.5516C10.5516 15.7652 10.5762 10.6184 10.5516 10.1508H12.5238V11.0332C12.6398 10.6465 13.2691 10.098 14.2746 10.098C15.5227 10.098 16.5 10.9066 16.5 12.6434V15.7652Z",
|
|
5510
|
+
fill: color
|
|
5511
|
+
}
|
|
5512
|
+
)
|
|
5513
|
+
}
|
|
5514
|
+
);
|
|
5515
|
+
var LinkedinIcon_web_default = LinkedinIcon;
|
|
5516
|
+
var MusoIcon = ({
|
|
5517
|
+
size = 24,
|
|
5518
|
+
color = "currentColor",
|
|
5519
|
+
...props
|
|
5520
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5521
|
+
"svg",
|
|
5522
|
+
{
|
|
5523
|
+
width: size,
|
|
5524
|
+
height: size,
|
|
5525
|
+
viewBox: "0 0 24 24",
|
|
5526
|
+
fill: "none",
|
|
5527
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5528
|
+
...props,
|
|
5529
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5530
|
+
"path",
|
|
5531
|
+
{
|
|
5532
|
+
d: "M16.4968 6.65566L12.2976 10.8001C12.1318 10.9631 11.8658 10.9631 11.701 10.8001L7.50282 6.65566C6.32082 5.48976 4.31982 6.32776 4.31982 7.98856V13.7705V16.0062V17.242C4.31982 17.5982 4.60799 17.8867 4.96391 17.8867C5.31983 17.8867 5.608 17.5982 5.608 17.242L5.60901 7.90966C5.60901 7.60096 5.86381 7.35094 6.17424 7.36108C6.47454 7.3702 6.70608 7.63234 6.70608 7.93288L6.70302 14.9901C6.70302 15.2907 6.93462 15.5528 7.23492 15.5619C7.5453 15.5711 7.80012 15.3221 7.80012 15.0134V9.955C7.84056 9.6919 8.06706 9.48952 8.3421 9.48952C8.6454 9.48952 8.8911 9.7354 8.8911 10.0391L8.89314 12.8749C8.89314 13.1744 9.13578 13.4174 9.43512 13.4174C9.7344 13.4174 9.97704 13.1744 9.97704 12.8749V11.5238C9.97704 11.297 10.2501 11.1827 10.4108 11.3415L16.4968 17.3381C17.6788 18.504 19.6798 17.667 19.6798 16.0052V7.98856C19.6788 6.32776 17.6778 5.48976 16.4968 6.65566ZM14.0216 12.47C14.0216 12.6968 13.7486 12.8111 13.5878 12.6522L13.1086 12.1796C13.0074 12.0794 13.0074 11.9165 13.1086 11.8163L13.5878 11.3436C13.7486 11.1847 14.0216 11.2991 14.0216 11.5258V12.47ZM16.2167 13.9457C16.2167 14.2543 15.9619 14.5043 15.6515 14.4942C15.3512 14.4851 15.1196 14.2229 15.1196 13.9224V10.0715C15.1196 9.77086 15.3512 9.50872 15.6515 9.4996C15.9619 9.49048 16.2167 9.73948 16.2167 10.0482V13.9457ZM18.4109 16.1064C18.4109 16.41 18.1652 16.656 17.8618 16.656C17.5585 16.656 17.3128 16.41 17.3128 16.1064V7.88734C17.3128 7.58374 17.5585 7.3378 17.8618 7.3378C18.1652 7.3378 18.4109 7.58374 18.4109 7.88734V16.1064Z",
|
|
5533
|
+
fill: color
|
|
5534
|
+
}
|
|
5535
|
+
)
|
|
5536
|
+
}
|
|
5537
|
+
);
|
|
5538
|
+
var MusoIcon_web_default = MusoIcon;
|
|
5131
5539
|
var ShazamIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5132
5540
|
"svg",
|
|
5133
5541
|
{
|
|
@@ -5233,6 +5641,31 @@ var SpotifyIcon = ({ className, size = 18, ...props }) => /* @__PURE__ */ jsxRun
|
|
|
5233
5641
|
}
|
|
5234
5642
|
);
|
|
5235
5643
|
var SpotifyIcon_web_default = SpotifyIcon;
|
|
5644
|
+
var Spotify02Icon = ({
|
|
5645
|
+
size = 24,
|
|
5646
|
+
color = "currentColor",
|
|
5647
|
+
...props
|
|
5648
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5649
|
+
"svg",
|
|
5650
|
+
{
|
|
5651
|
+
width: size,
|
|
5652
|
+
height: size,
|
|
5653
|
+
viewBox: "0 0 24 24",
|
|
5654
|
+
fill: "none",
|
|
5655
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5656
|
+
...props,
|
|
5657
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5658
|
+
"path",
|
|
5659
|
+
{
|
|
5660
|
+
fillRule: "evenodd",
|
|
5661
|
+
clipRule: "evenodd",
|
|
5662
|
+
d: "M17.3235 10.9787C14.4228 9.25611 9.6375 9.09749 6.8673 9.93809C6.4227 10.0722 5.9529 9.82196 5.8179 9.37646C5.6829 8.93186 5.934 8.46205 6.3786 8.32705C9.5583 7.36135 14.8431 7.54757 18.183 9.53027C18.5826 9.76787 18.714 10.2847 18.4764 10.6843C18.2406 11.0839 17.7222 11.2163 17.3235 10.9787ZM17.229 13.5302C17.0256 13.8605 16.5936 13.9638 16.2633 13.7613C13.845 12.2745 10.1568 11.8443 7.2957 12.7128C6.924 12.8244 6.5325 12.6156 6.42 12.2448C6.3084 11.874 6.5172 11.4823 6.888 11.3698C10.1559 10.378 14.2194 10.8587 16.9977 12.566C17.328 12.7685 17.4315 13.2008 17.229 13.5302ZM16.1274 15.9806C15.9654 16.2452 15.6207 16.3289 15.3561 16.1669C13.2429 14.8754 10.5825 14.5839 7.4496 15.2994C7.1481 15.3687 6.8466 15.1795 6.7782 14.8771C6.7089 14.5756 6.897 14.2754 7.2003 14.2061C10.6284 13.4222 13.5687 13.7594 15.9411 15.2093C16.2057 15.3713 16.2894 15.716 16.1274 15.9806ZM12 3C7.0293 3 3 7.0293 3 12C3 16.9707 7.0293 21 12 21C16.9707 21 21 16.9707 21 12C21 7.0302 16.9707 3 12 3Z",
|
|
5663
|
+
fill: color
|
|
5664
|
+
}
|
|
5665
|
+
)
|
|
5666
|
+
}
|
|
5667
|
+
);
|
|
5668
|
+
var Spotify02Icon_web_default = Spotify02Icon;
|
|
5236
5669
|
var TiktokIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5237
5670
|
"svg",
|
|
5238
5671
|
{
|
|
@@ -5446,7 +5879,7 @@ function AccountIcon({ size = 16, ...props }) {
|
|
|
5446
5879
|
}
|
|
5447
5880
|
);
|
|
5448
5881
|
}
|
|
5449
|
-
var UserApproveIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5882
|
+
var UserApproveIcon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5450
5883
|
"svg",
|
|
5451
5884
|
{
|
|
5452
5885
|
width: size,
|
|
@@ -5454,6 +5887,7 @@ var UserApproveIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */
|
|
|
5454
5887
|
viewBox: "0 0 18 18",
|
|
5455
5888
|
fill: "none",
|
|
5456
5889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5890
|
+
...props,
|
|
5457
5891
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5458
5892
|
"path",
|
|
5459
5893
|
{
|
|
@@ -5470,7 +5904,8 @@ var UserApproveIcon_web_default = UserApproveIcon;
|
|
|
5470
5904
|
var UserIcon = ({
|
|
5471
5905
|
size = 18,
|
|
5472
5906
|
color = "currentColor",
|
|
5473
|
-
strokeWidth = 1.5
|
|
5907
|
+
strokeWidth = 1.5,
|
|
5908
|
+
...props
|
|
5474
5909
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5475
5910
|
"svg",
|
|
5476
5911
|
{
|
|
@@ -5479,6 +5914,7 @@ var UserIcon = ({
|
|
|
5479
5914
|
viewBox: "0 0 18 18",
|
|
5480
5915
|
fill: "none",
|
|
5481
5916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5917
|
+
...props,
|
|
5482
5918
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5483
5919
|
"path",
|
|
5484
5920
|
{
|
|
@@ -5616,7 +6052,7 @@ function Users03Icon({
|
|
|
5616
6052
|
}
|
|
5617
6053
|
);
|
|
5618
6054
|
}
|
|
5619
|
-
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(
|
|
5620
6056
|
"svg",
|
|
5621
6057
|
{
|
|
5622
6058
|
width: size,
|
|
@@ -5624,6 +6060,7 @@ var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5 }) => /*
|
|
|
5624
6060
|
viewBox: "0 0 20 20",
|
|
5625
6061
|
fill: "none",
|
|
5626
6062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6063
|
+
...props,
|
|
5627
6064
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5628
6065
|
"path",
|
|
5629
6066
|
{
|
|
@@ -5639,7 +6076,8 @@ var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5 }) => /*
|
|
|
5639
6076
|
var UsersIcon_web_default = UsersIcon;
|
|
5640
6077
|
var UsersPlusIcon = ({
|
|
5641
6078
|
className,
|
|
5642
|
-
size = 16
|
|
6079
|
+
size = 16,
|
|
6080
|
+
...props
|
|
5643
6081
|
}) => {
|
|
5644
6082
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5645
6083
|
"svg",
|
|
@@ -5648,6 +6086,7 @@ var UsersPlusIcon = ({
|
|
|
5648
6086
|
height: size,
|
|
5649
6087
|
viewBox: "0 0 16 16",
|
|
5650
6088
|
fill: "none",
|
|
6089
|
+
...props,
|
|
5651
6090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5652
6091
|
className,
|
|
5653
6092
|
"aria-label": "Users plus icon",
|
|
@@ -5792,6 +6231,8 @@ exports.BarChart10Icon = BarChart10Icon;
|
|
|
5792
6231
|
exports.BellIcon = BellIcon;
|
|
5793
6232
|
exports.BookIcon = BookIcon_web_default;
|
|
5794
6233
|
exports.BookmarkIcon = BookmarkIcon_web_default;
|
|
6234
|
+
exports.Briefcase01Icon = Briefcase01Icon_web_default;
|
|
6235
|
+
exports.Building03Icon = Building03Icon_web_default;
|
|
5795
6236
|
exports.CalendarIcon = CalendarIcon;
|
|
5796
6237
|
exports.CameraIcon = CameraIcon;
|
|
5797
6238
|
exports.ChatBubbleDotIcon = ChatBubbleDotIcon;
|
|
@@ -5824,6 +6265,8 @@ exports.EyeIcon = EyeIcon_web_default;
|
|
|
5824
6265
|
exports.FaceSmileIcon = FaceSmileIcon_web_default;
|
|
5825
6266
|
exports.File02Icon = File02Icon_web_default;
|
|
5826
6267
|
exports.FileDownload02Icon = FileDownload02Icon_web_default;
|
|
6268
|
+
exports.Film01Icon = Film01Icon_web_default;
|
|
6269
|
+
exports.Film03Icon = Film03Icon_web_default;
|
|
5827
6270
|
exports.FilterIcon = FilterIcon_web_default;
|
|
5828
6271
|
exports.Flag01Icon = Flag01Icon_web_default;
|
|
5829
6272
|
exports.FlexAlignBottomIcon = FlexAlignBottomIcon;
|
|
@@ -5833,6 +6276,7 @@ exports.FlexAlignTopIcon = FlexAlignTopIcon;
|
|
|
5833
6276
|
exports.FolderGradientIcon = FolderGradientIcon_web_default;
|
|
5834
6277
|
exports.FolderIcon = FolderIcon_web_default;
|
|
5835
6278
|
exports.FolderPlusIcon = FolderPlusIcon;
|
|
6279
|
+
exports.GeniusIcon = GeniusIcon_web_default;
|
|
5836
6280
|
exports.Gift01Icon = Gift01Icon_web_default;
|
|
5837
6281
|
exports.Globe02Icon = Globe02Icon_web_default;
|
|
5838
6282
|
exports.Globe05Icon = Globe05Icon_web_default;
|
|
@@ -5847,6 +6291,7 @@ exports.HomeIcon = HomeIcon;
|
|
|
5847
6291
|
exports.Image01Icon = Image01Icon_web_default;
|
|
5848
6292
|
exports.Image03Icon = Image03Icon_web_default;
|
|
5849
6293
|
exports.ImageIcon = ImageIcon_web_default;
|
|
6294
|
+
exports.ImdbIcon = ImdbIcon_web_default;
|
|
5850
6295
|
exports.InfoCircleIcon = InfoCircleIcon_web_default;
|
|
5851
6296
|
exports.InfoIcon = InfoIcon_web_default;
|
|
5852
6297
|
exports.InfoSquareIcon = InfoSquareIcon_web_default;
|
|
@@ -5859,6 +6304,7 @@ exports.LandingShareIcon = LandingShareIcon_web_default;
|
|
|
5859
6304
|
exports.LandingUploadIcon = LandingUploadIcon_web_default;
|
|
5860
6305
|
exports.LayersThree01Icon = LayersThree01Icon;
|
|
5861
6306
|
exports.LineChart03UpIcon = LineChart03UpIcon;
|
|
6307
|
+
exports.LinkedinIcon = LinkedinIcon_web_default;
|
|
5862
6308
|
exports.ListIcon = ListIcon;
|
|
5863
6309
|
exports.Lock03FilledIcon = Lock03FilledIcon_web_default;
|
|
5864
6310
|
exports.Lock03Icon = Lock03Icon_web_default;
|
|
@@ -5868,10 +6314,12 @@ exports.LogoutIcon = LogoutIcon_web_default;
|
|
|
5868
6314
|
exports.LyricsIcon = LyricsIcon_web_default;
|
|
5869
6315
|
exports.MailIcon = MailIcon_web_default;
|
|
5870
6316
|
exports.MediaUploadIcon = MediaUploadIcon_web_default;
|
|
6317
|
+
exports.Menu02Icon = Menu02Icon_web_default;
|
|
5871
6318
|
exports.Menu03Icon = Menu03Icon_web_default;
|
|
5872
6319
|
exports.MenuIcon = MenuIcon_web_default;
|
|
5873
6320
|
exports.MessageSquareTextIcon = MessageSquareTextIcon_web_default;
|
|
5874
6321
|
exports.MessageTextCircle01Icon = MessageTextCircle01Icon;
|
|
6322
|
+
exports.Microphone01Icon = Microphone01Icon_web_default;
|
|
5875
6323
|
exports.MinCircleIcon = MinCircleIcon_web_default;
|
|
5876
6324
|
exports.MinimiseIcon = MinimiseIcon_web_default;
|
|
5877
6325
|
exports.MinusIcon = MinusIcon_web_default;
|
|
@@ -5880,6 +6328,7 @@ exports.MoreOptionsIcon = MoreOptionsIcon_web_default;
|
|
|
5880
6328
|
exports.MoveIcon = MoveIcon_web_default;
|
|
5881
6329
|
exports.MusicNoteIcon = MusicNoteIcon;
|
|
5882
6330
|
exports.MusicNotePlusIcon = MusicNotePlusIcon;
|
|
6331
|
+
exports.MusoIcon = MusoIcon_web_default;
|
|
5883
6332
|
exports.NarrowUpRightIcon = NarrowUpRightIcon;
|
|
5884
6333
|
exports.NextTrackIcon = NextTrackIcon_web_default;
|
|
5885
6334
|
exports.NotificationTextIcon = NotificationTextIcon;
|
|
@@ -5896,6 +6345,7 @@ exports.PreviousTrackIcon = PreviousTrackIcon_web_default;
|
|
|
5896
6345
|
exports.QuestionCircleIcon = QuestionCircleIcon_web_default;
|
|
5897
6346
|
exports.Recording01Icon = Recordering01_web_default;
|
|
5898
6347
|
exports.Recording02Icon = Recording02_web_default;
|
|
6348
|
+
exports.Recording03Icon = Recording03Icon_web_default;
|
|
5899
6349
|
exports.RefreshIcon = RefreshIcon;
|
|
5900
6350
|
exports.Repeat01Icon = Repeat01Icon;
|
|
5901
6351
|
exports.Repeat02Icon = Repeat02Icon_web_default;
|
|
@@ -5916,7 +6366,9 @@ exports.SlidersIcon = SlidersIcon_web_default;
|
|
|
5916
6366
|
exports.SmallMagnifyIcon = SmallMagnifyIcon_web_default;
|
|
5917
6367
|
exports.SortIcon = SortIcon_web_default;
|
|
5918
6368
|
exports.SoundCloudIcon = SoundCloudIcon_web_default;
|
|
6369
|
+
exports.Spotify02Icon = Spotify02Icon_web_default;
|
|
5919
6370
|
exports.SpotifyIcon = SpotifyIcon_web_default;
|
|
6371
|
+
exports.Star01Icon = Star01Icon_web_default;
|
|
5920
6372
|
exports.Star04Icon = Star04Icon_web_default;
|
|
5921
6373
|
exports.Star05Icon = Star05Icon_web_default;
|
|
5922
6374
|
exports.StarIcon = StarIcon;
|