@postal-music/icons 0.1.8 → 0.1.10
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 +460 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +445 -3
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +406 -2
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +391 -3
- package/dist/index.native.mjs.map +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/MusicNotePlusIcon.d.ts +6 -0
- package/dist/types/icons/general/Star01Icon.d.ts +7 -0
- package/dist/types/icons/general/Star04Icon.d.ts +8 -0
- package/dist/types/icons/general/Star05Icon.d.ts +8 -0
- package/dist/types/icons/general/index.d.ts +6 -0
- 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/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/index.d.ts +4 -0
- package/dist/types/icons/navigation/Menu03Icon.d.ts +5 -0
- package/dist/types/icons/navigation/index.d.ts +1 -0
- 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/package.json +1 -1
- package/src/icons/general/Briefcase01Icon.native.tsx +30 -0
- package/src/icons/general/Briefcase01Icon.web.tsx +29 -0
- package/src/icons/general/Building03Icon.native.tsx +30 -0
- package/src/icons/general/Building03Icon.web.tsx +29 -0
- package/src/icons/general/MusicNotePlusIcon.native.tsx +28 -0
- package/src/icons/general/MusicNotePlusIcon.web.tsx +31 -0
- package/src/icons/general/Star01Icon.native.tsx +31 -0
- package/src/icons/general/Star01Icon.web.tsx +30 -0
- package/src/icons/general/Star04Icon.native.tsx +33 -0
- package/src/icons/general/Star04Icon.web.tsx +44 -0
- package/src/icons/general/Star05Icon.native.tsx +32 -0
- package/src/icons/general/Star05Icon.web.tsx +43 -0
- package/src/icons/general/index.ts +6 -0
- package/src/icons/media/Film01Icon.native.tsx +30 -0
- package/src/icons/media/Film01Icon.web.tsx +29 -0
- package/src/icons/media/Film03Icon.native.tsx +30 -0
- package/src/icons/media/Film03Icon.web.tsx +29 -0
- package/src/icons/media/Microphone01Icon.native.tsx +34 -0
- package/src/icons/media/Microphone01Icon.web.tsx +33 -0
- package/src/icons/media/Recording03Icon.native.tsx +30 -0
- package/src/icons/media/Recording03Icon.web.tsx +29 -0
- package/src/icons/media/index.ts +4 -0
- package/src/icons/navigation/Menu03Icon.native.tsx +24 -0
- package/src/icons/navigation/Menu03Icon.web.tsx +29 -0
- package/src/icons/navigation/index.ts +1 -0
- package/src/icons/social/GeniusIcon.native.tsx +27 -0
- package/src/icons/social/GeniusIcon.web.tsx +26 -0
- package/src/icons/social/ImdbIcon.native.tsx +43 -0
- package/src/icons/social/ImdbIcon.web.tsx +42 -0
- package/src/icons/social/LinkedinIcon.native.tsx +27 -0
- package/src/icons/social/LinkedinIcon.web.tsx +26 -0
- package/src/icons/social/MusoIcon.native.tsx +27 -0
- package/src/icons/social/MusoIcon.web.tsx +26 -0
- package/src/icons/social/Spotify02Icon.native.tsx +29 -0
- package/src/icons/social/Spotify02Icon.web.tsx +28 -0
- package/src/icons/social/index.ts +5 -0
package/dist/index.js
CHANGED
|
@@ -2190,6 +2190,54 @@ var BookIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRun
|
|
|
2190
2190
|
}
|
|
2191
2191
|
);
|
|
2192
2192
|
var BookIcon_web_default = BookIcon;
|
|
2193
|
+
var Briefcase01Icon = ({
|
|
2194
|
+
size = 24,
|
|
2195
|
+
color = "currentColor"
|
|
2196
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2197
|
+
"svg",
|
|
2198
|
+
{
|
|
2199
|
+
width: size,
|
|
2200
|
+
height: size,
|
|
2201
|
+
viewBox: "0 0 24 24",
|
|
2202
|
+
fill: "none",
|
|
2203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2204
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2205
|
+
"path",
|
|
2206
|
+
{
|
|
2207
|
+
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",
|
|
2208
|
+
stroke: color,
|
|
2209
|
+
strokeWidth: "2",
|
|
2210
|
+
strokeLinecap: "round",
|
|
2211
|
+
strokeLinejoin: "round"
|
|
2212
|
+
}
|
|
2213
|
+
)
|
|
2214
|
+
}
|
|
2215
|
+
);
|
|
2216
|
+
var Briefcase01Icon_web_default = Briefcase01Icon;
|
|
2217
|
+
var Building03Icon = ({
|
|
2218
|
+
size = 24,
|
|
2219
|
+
color = "currentColor"
|
|
2220
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2221
|
+
"svg",
|
|
2222
|
+
{
|
|
2223
|
+
width: size,
|
|
2224
|
+
height: size,
|
|
2225
|
+
viewBox: "0 0 24 24",
|
|
2226
|
+
fill: "none",
|
|
2227
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2228
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2229
|
+
"path",
|
|
2230
|
+
{
|
|
2231
|
+
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",
|
|
2232
|
+
stroke: color,
|
|
2233
|
+
strokeWidth: "2",
|
|
2234
|
+
strokeLinecap: "round",
|
|
2235
|
+
strokeLinejoin: "round"
|
|
2236
|
+
}
|
|
2237
|
+
)
|
|
2238
|
+
}
|
|
2239
|
+
);
|
|
2240
|
+
var Building03Icon_web_default = Building03Icon;
|
|
2193
2241
|
var BookmarkIcon = ({
|
|
2194
2242
|
size = 18,
|
|
2195
2243
|
color = "currentColor",
|
|
@@ -3034,6 +3082,34 @@ function MusicNoteIcon({
|
|
|
3034
3082
|
}
|
|
3035
3083
|
);
|
|
3036
3084
|
}
|
|
3085
|
+
function MusicNotePlusIcon({
|
|
3086
|
+
size = 16,
|
|
3087
|
+
className,
|
|
3088
|
+
...props
|
|
3089
|
+
}) {
|
|
3090
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3091
|
+
"svg",
|
|
3092
|
+
{
|
|
3093
|
+
width: size,
|
|
3094
|
+
height: size,
|
|
3095
|
+
viewBox: "0 0 16 16",
|
|
3096
|
+
fill: "none",
|
|
3097
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3098
|
+
className,
|
|
3099
|
+
...props,
|
|
3100
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3101
|
+
"path",
|
|
3102
|
+
{
|
|
3103
|
+
d: "M9.66683 11.9994V3.72527C9.66683 3.15379 9.66683 2.86805 9.78719 2.69596C9.89229 2.54569 10.0546 2.44535 10.2361 2.41855C10.4438 2.38786 10.6994 2.51564 11.2105 2.77121L13.6668 3.99937M9.66683 11.9994C9.66683 13.1039 8.7714 13.9994 7.66683 13.9994C6.56226 13.9994 5.66683 13.1039 5.66683 11.9994C5.66683 10.8948 6.56226 9.99937 7.66683 9.99937C8.7714 9.99937 9.66683 10.8948 9.66683 11.9994ZM4.3335 6.66603V2.66603M2.3335 4.66603H6.3335",
|
|
3104
|
+
stroke: "currentColor",
|
|
3105
|
+
strokeWidth: "2",
|
|
3106
|
+
strokeLinecap: "round",
|
|
3107
|
+
strokeLinejoin: "round"
|
|
3108
|
+
}
|
|
3109
|
+
)
|
|
3110
|
+
}
|
|
3111
|
+
);
|
|
3112
|
+
}
|
|
3037
3113
|
var PinIcon = React6__namespace.forwardRef(
|
|
3038
3114
|
({ title, size = 15, className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3039
3115
|
"svg",
|
|
@@ -3251,6 +3327,104 @@ function StarIcon({
|
|
|
3251
3327
|
}
|
|
3252
3328
|
);
|
|
3253
3329
|
}
|
|
3330
|
+
var Star01Icon = ({
|
|
3331
|
+
size = 24,
|
|
3332
|
+
color = "currentColor"
|
|
3333
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3334
|
+
"svg",
|
|
3335
|
+
{
|
|
3336
|
+
width: size,
|
|
3337
|
+
height: size,
|
|
3338
|
+
viewBox: "0 0 24 24",
|
|
3339
|
+
fill: "none",
|
|
3340
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3341
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3342
|
+
"path",
|
|
3343
|
+
{
|
|
3344
|
+
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",
|
|
3345
|
+
fill: color,
|
|
3346
|
+
stroke: color,
|
|
3347
|
+
strokeWidth: "2",
|
|
3348
|
+
strokeLinecap: "round",
|
|
3349
|
+
strokeLinejoin: "round"
|
|
3350
|
+
}
|
|
3351
|
+
)
|
|
3352
|
+
}
|
|
3353
|
+
);
|
|
3354
|
+
var Star01Icon_web_default = Star01Icon;
|
|
3355
|
+
var Star04Icon = ({
|
|
3356
|
+
size = 16,
|
|
3357
|
+
color = "currentColor",
|
|
3358
|
+
title,
|
|
3359
|
+
className,
|
|
3360
|
+
...props
|
|
3361
|
+
}) => {
|
|
3362
|
+
const ariaProps = title ? { role: "img", "aria-label": title } : { "aria-hidden": true };
|
|
3363
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3364
|
+
"svg",
|
|
3365
|
+
{
|
|
3366
|
+
width: size,
|
|
3367
|
+
height: size,
|
|
3368
|
+
viewBox: "0 0 16 16",
|
|
3369
|
+
fill: "none",
|
|
3370
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3371
|
+
className,
|
|
3372
|
+
...ariaProps,
|
|
3373
|
+
...props,
|
|
3374
|
+
children: [
|
|
3375
|
+
title ? /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }) : null,
|
|
3376
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3377
|
+
"path",
|
|
3378
|
+
{
|
|
3379
|
+
d: "M7.99992 1.33398L9.34122 4.82137C9.52923 5.31019 9.62323 5.5546 9.76942 5.76019C9.89898 5.9424 10.0582 6.10159 10.2404 6.23115C10.446 6.37734 10.6904 6.47134 11.1792 6.65935L14.6666 8.00065L11.1792 9.34195C10.6904 9.52996 10.446 9.62397 10.2404 9.77015C10.0582 9.89971 9.89898 10.0589 9.76942 10.2411C9.62323 10.4467 9.52923 10.6911 9.34122 11.1799L7.99992 14.6673L6.65861 11.1799C6.47061 10.6911 6.3766 10.4467 6.23042 10.2411C6.10086 10.0589 5.94167 9.89971 5.75946 9.77015C5.55387 9.62397 5.30946 9.52996 4.82064 9.34196L1.33325 8.00065L4.82064 6.65935C5.30946 6.47134 5.55387 6.37734 5.75946 6.23115C5.94166 6.10159 6.10086 5.9424 6.23042 5.76019C6.3766 5.5546 6.47061 5.31019 6.65861 4.82137L7.99992 1.33398Z",
|
|
3380
|
+
fill: color,
|
|
3381
|
+
stroke: color,
|
|
3382
|
+
strokeWidth: "2",
|
|
3383
|
+
strokeLinecap: "round",
|
|
3384
|
+
strokeLinejoin: "round"
|
|
3385
|
+
}
|
|
3386
|
+
)
|
|
3387
|
+
]
|
|
3388
|
+
}
|
|
3389
|
+
);
|
|
3390
|
+
};
|
|
3391
|
+
var Star04Icon_web_default = Star04Icon;
|
|
3392
|
+
var Star05Icon = ({
|
|
3393
|
+
size = 18,
|
|
3394
|
+
color = "currentColor",
|
|
3395
|
+
title,
|
|
3396
|
+
className,
|
|
3397
|
+
...props
|
|
3398
|
+
}) => {
|
|
3399
|
+
const ariaProps = title ? { role: "img", "aria-label": title } : { "aria-hidden": true };
|
|
3400
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3401
|
+
"svg",
|
|
3402
|
+
{
|
|
3403
|
+
width: size,
|
|
3404
|
+
height: size,
|
|
3405
|
+
viewBox: "0 0 18 18",
|
|
3406
|
+
fill: "none",
|
|
3407
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3408
|
+
className,
|
|
3409
|
+
...ariaProps,
|
|
3410
|
+
...props,
|
|
3411
|
+
children: [
|
|
3412
|
+
title ? /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }) : null,
|
|
3413
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3414
|
+
"path",
|
|
3415
|
+
{
|
|
3416
|
+
d: "M9 1.5L8.02388 5.40449C7.8334 6.16639 7.73817 6.54733 7.53981 6.85732C7.36436 7.13151 7.13151 7.36436 6.85732 7.53981C6.54733 7.73817 6.16639 7.8334 5.40449 8.02388L1.5 9L5.40449 9.97612C6.16639 10.1666 6.54733 10.2618 6.85732 10.4602C7.13151 10.6356 7.36436 10.8685 7.53981 11.1427C7.73817 11.4527 7.8334 11.8336 8.02388 12.5955L9 16.5L9.97612 12.5955C10.1666 11.8336 10.2618 11.4527 10.4602 11.1427C10.6356 10.8685 10.8685 10.6356 11.1427 10.4602C11.4527 10.2618 11.8336 10.1666 12.5955 9.97612L16.5 9L12.5955 8.02388C11.8336 7.8334 11.4527 7.73817 11.1427 7.53981C10.8685 7.36436 10.6356 7.13151 10.4602 6.85732C10.2618 6.54733 10.1666 6.16639 9.97612 5.40449L9 1.5Z",
|
|
3417
|
+
stroke: color,
|
|
3418
|
+
strokeWidth: "1.67",
|
|
3419
|
+
strokeLinecap: "round",
|
|
3420
|
+
strokeLinejoin: "round"
|
|
3421
|
+
}
|
|
3422
|
+
)
|
|
3423
|
+
]
|
|
3424
|
+
}
|
|
3425
|
+
);
|
|
3426
|
+
};
|
|
3427
|
+
var Star05Icon_web_default = Star05Icon;
|
|
3254
3428
|
var Stars01Icon = ({
|
|
3255
3429
|
size = 16,
|
|
3256
3430
|
className,
|
|
@@ -3354,7 +3528,7 @@ var StarsIcon02 = React6__namespace.forwardRef(
|
|
|
3354
3528
|
);
|
|
3355
3529
|
StarsIcon02.displayName = "StarsIcon02";
|
|
3356
3530
|
var Stars02Icon_web_default = StarsIcon02;
|
|
3357
|
-
var
|
|
3531
|
+
var Star04Icon2 = ({
|
|
3358
3532
|
size = 18,
|
|
3359
3533
|
color = "currentColor",
|
|
3360
3534
|
className
|
|
@@ -3382,7 +3556,7 @@ var Star04Icon = ({
|
|
|
3382
3556
|
]
|
|
3383
3557
|
}
|
|
3384
3558
|
);
|
|
3385
|
-
var Stars04Icon_web_default =
|
|
3559
|
+
var Stars04Icon_web_default = Star04Icon2;
|
|
3386
3560
|
var Stars06Icon = ({
|
|
3387
3561
|
size = 22,
|
|
3388
3562
|
strokeColor = "currentColor",
|
|
@@ -3600,6 +3774,87 @@ function EqualizerIcon({
|
|
|
3600
3774
|
}
|
|
3601
3775
|
);
|
|
3602
3776
|
}
|
|
3777
|
+
var Film01Icon = ({
|
|
3778
|
+
size = 24,
|
|
3779
|
+
color = "currentColor"
|
|
3780
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3781
|
+
"svg",
|
|
3782
|
+
{
|
|
3783
|
+
width: size,
|
|
3784
|
+
height: size,
|
|
3785
|
+
viewBox: "0 0 24 24",
|
|
3786
|
+
fill: "none",
|
|
3787
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3788
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3789
|
+
"path",
|
|
3790
|
+
{
|
|
3791
|
+
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",
|
|
3792
|
+
stroke: color,
|
|
3793
|
+
strokeWidth: "2",
|
|
3794
|
+
strokeLinecap: "round",
|
|
3795
|
+
strokeLinejoin: "round"
|
|
3796
|
+
}
|
|
3797
|
+
)
|
|
3798
|
+
}
|
|
3799
|
+
);
|
|
3800
|
+
var Film01Icon_web_default = Film01Icon;
|
|
3801
|
+
var Film03Icon = ({
|
|
3802
|
+
size = 24,
|
|
3803
|
+
color = "currentColor"
|
|
3804
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
3805
|
+
"svg",
|
|
3806
|
+
{
|
|
3807
|
+
width: size,
|
|
3808
|
+
height: size,
|
|
3809
|
+
viewBox: "0 0 24 24",
|
|
3810
|
+
fill: "none",
|
|
3811
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3812
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3813
|
+
"path",
|
|
3814
|
+
{
|
|
3815
|
+
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",
|
|
3816
|
+
stroke: color,
|
|
3817
|
+
strokeWidth: "2",
|
|
3818
|
+
strokeLinecap: "round",
|
|
3819
|
+
strokeLinejoin: "round"
|
|
3820
|
+
}
|
|
3821
|
+
)
|
|
3822
|
+
}
|
|
3823
|
+
);
|
|
3824
|
+
var Film03Icon_web_default = Film03Icon;
|
|
3825
|
+
var Microphone01Icon = ({
|
|
3826
|
+
size = 24,
|
|
3827
|
+
color = "currentColor"
|
|
3828
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3829
|
+
"svg",
|
|
3830
|
+
{
|
|
3831
|
+
width: size,
|
|
3832
|
+
height: size,
|
|
3833
|
+
viewBox: "0 0 24 24",
|
|
3834
|
+
fill: "none",
|
|
3835
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3836
|
+
children: [
|
|
3837
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3838
|
+
"path",
|
|
3839
|
+
{
|
|
3840
|
+
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",
|
|
3841
|
+
fill: color
|
|
3842
|
+
}
|
|
3843
|
+
),
|
|
3844
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3845
|
+
"path",
|
|
3846
|
+
{
|
|
3847
|
+
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",
|
|
3848
|
+
stroke: color,
|
|
3849
|
+
strokeWidth: "2",
|
|
3850
|
+
strokeLinecap: "round",
|
|
3851
|
+
strokeLinejoin: "round"
|
|
3852
|
+
}
|
|
3853
|
+
)
|
|
3854
|
+
]
|
|
3855
|
+
}
|
|
3856
|
+
);
|
|
3857
|
+
var Microphone01Icon_web_default = Microphone01Icon;
|
|
3603
3858
|
function HeadphonesIcon({
|
|
3604
3859
|
size = 15,
|
|
3605
3860
|
className,
|
|
@@ -3833,6 +4088,30 @@ var PreviousTrackIcon = React6__namespace.forwardRef(({ size = 15, color = "curr
|
|
|
3833
4088
|
});
|
|
3834
4089
|
PreviousTrackIcon.displayName = "PreviousTrackIcon";
|
|
3835
4090
|
var PreviousTrackIcon_web_default = PreviousTrackIcon;
|
|
4091
|
+
var Recording03Icon = ({
|
|
4092
|
+
size = 24,
|
|
4093
|
+
color = "currentColor"
|
|
4094
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4095
|
+
"svg",
|
|
4096
|
+
{
|
|
4097
|
+
width: size,
|
|
4098
|
+
height: size,
|
|
4099
|
+
viewBox: "0 0 24 24",
|
|
4100
|
+
fill: "none",
|
|
4101
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4102
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4103
|
+
"path",
|
|
4104
|
+
{
|
|
4105
|
+
d: "M3 10V14M7.5 6V18M12 3V21M16.5 6V18M21 10V14",
|
|
4106
|
+
stroke: color,
|
|
4107
|
+
strokeWidth: "2",
|
|
4108
|
+
strokeLinecap: "round",
|
|
4109
|
+
strokeLinejoin: "round"
|
|
4110
|
+
}
|
|
4111
|
+
)
|
|
4112
|
+
}
|
|
4113
|
+
);
|
|
4114
|
+
var Recording03Icon_web_default = Recording03Icon;
|
|
3836
4115
|
var Repeat01Icon = ({
|
|
3837
4116
|
size = 18,
|
|
3838
4117
|
color = "currentColor",
|
|
@@ -4533,6 +4812,32 @@ var ListIcon = React6__namespace.forwardRef(
|
|
|
4533
4812
|
}
|
|
4534
4813
|
)
|
|
4535
4814
|
);
|
|
4815
|
+
var Menu03Icon = React6__namespace.forwardRef(
|
|
4816
|
+
({ width = 18, height = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4817
|
+
"svg",
|
|
4818
|
+
{
|
|
4819
|
+
ref,
|
|
4820
|
+
width,
|
|
4821
|
+
height,
|
|
4822
|
+
viewBox: "0 0 14 14",
|
|
4823
|
+
fill: "none",
|
|
4824
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4825
|
+
...props,
|
|
4826
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4827
|
+
"path",
|
|
4828
|
+
{
|
|
4829
|
+
d: "M1.75 7H12.25M1.75 3.5H12.25M1.75 10.5H8.75",
|
|
4830
|
+
stroke: "currentColor",
|
|
4831
|
+
strokeWidth: "1.5",
|
|
4832
|
+
strokeLinecap: "round",
|
|
4833
|
+
strokeLinejoin: "round"
|
|
4834
|
+
}
|
|
4835
|
+
)
|
|
4836
|
+
}
|
|
4837
|
+
)
|
|
4838
|
+
);
|
|
4839
|
+
Menu03Icon.displayName = "Menu03Icon";
|
|
4840
|
+
var Menu03Icon_web_default = Menu03Icon;
|
|
4536
4841
|
var MenuIcon = React6__namespace.forwardRef(
|
|
4537
4842
|
({ width = 18, height = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4538
4843
|
"svg",
|
|
@@ -4953,6 +5258,78 @@ var AudiomackIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs
|
|
|
4953
5258
|
}
|
|
4954
5259
|
);
|
|
4955
5260
|
var AudiomackIcon_web_default = AudiomackIcon;
|
|
5261
|
+
var GeniusIcon = ({
|
|
5262
|
+
size = 24,
|
|
5263
|
+
color = "currentColor"
|
|
5264
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5265
|
+
"svg",
|
|
5266
|
+
{
|
|
5267
|
+
width: size,
|
|
5268
|
+
height: size,
|
|
5269
|
+
viewBox: "0 0 24 24",
|
|
5270
|
+
fill: "none",
|
|
5271
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5272
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5273
|
+
"path",
|
|
5274
|
+
{
|
|
5275
|
+
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",
|
|
5276
|
+
fill: color
|
|
5277
|
+
}
|
|
5278
|
+
)
|
|
5279
|
+
}
|
|
5280
|
+
);
|
|
5281
|
+
var GeniusIcon_web_default = GeniusIcon;
|
|
5282
|
+
var ImdbIcon = ({
|
|
5283
|
+
size = 24,
|
|
5284
|
+
color = "#000000"
|
|
5285
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5286
|
+
"svg",
|
|
5287
|
+
{
|
|
5288
|
+
width: size,
|
|
5289
|
+
height: size,
|
|
5290
|
+
viewBox: "0 0 24 24",
|
|
5291
|
+
fill: "none",
|
|
5292
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5293
|
+
children: [
|
|
5294
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5295
|
+
"path",
|
|
5296
|
+
{
|
|
5297
|
+
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",
|
|
5298
|
+
fill: color
|
|
5299
|
+
}
|
|
5300
|
+
),
|
|
5301
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5302
|
+
"path",
|
|
5303
|
+
{
|
|
5304
|
+
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",
|
|
5305
|
+
fill: "white"
|
|
5306
|
+
}
|
|
5307
|
+
),
|
|
5308
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5309
|
+
"path",
|
|
5310
|
+
{
|
|
5311
|
+
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",
|
|
5312
|
+
fill: "white"
|
|
5313
|
+
}
|
|
5314
|
+
),
|
|
5315
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5316
|
+
"path",
|
|
5317
|
+
{
|
|
5318
|
+
d: "M5 14.4598V9.06201H6.41088V14.4598H5Z",
|
|
5319
|
+
fill: "white"
|
|
5320
|
+
}
|
|
5321
|
+
),
|
|
5322
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5323
|
+
"path",
|
|
5324
|
+
{
|
|
5325
|
+
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",
|
|
5326
|
+
fill: "white"
|
|
5327
|
+
}
|
|
5328
|
+
)
|
|
5329
|
+
]
|
|
5330
|
+
}
|
|
5331
|
+
);
|
|
5332
|
+
var ImdbIcon_web_default = ImdbIcon;
|
|
4956
5333
|
var InstagramShortsIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4957
5334
|
"svg",
|
|
4958
5335
|
{
|
|
@@ -5001,6 +5378,48 @@ var InstagramShortsIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntim
|
|
|
5001
5378
|
}
|
|
5002
5379
|
);
|
|
5003
5380
|
var InstagramShortsIcon_web_default = InstagramShortsIcon;
|
|
5381
|
+
var LinkedinIcon = ({
|
|
5382
|
+
size = 24,
|
|
5383
|
+
color = "currentColor"
|
|
5384
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5385
|
+
"svg",
|
|
5386
|
+
{
|
|
5387
|
+
width: size,
|
|
5388
|
+
height: size,
|
|
5389
|
+
viewBox: "0 0 24 24",
|
|
5390
|
+
fill: "none",
|
|
5391
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5392
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5393
|
+
"path",
|
|
5394
|
+
{
|
|
5395
|
+
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",
|
|
5396
|
+
fill: color
|
|
5397
|
+
}
|
|
5398
|
+
)
|
|
5399
|
+
}
|
|
5400
|
+
);
|
|
5401
|
+
var LinkedinIcon_web_default = LinkedinIcon;
|
|
5402
|
+
var MusoIcon = ({
|
|
5403
|
+
size = 24,
|
|
5404
|
+
color = "currentColor"
|
|
5405
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5406
|
+
"svg",
|
|
5407
|
+
{
|
|
5408
|
+
width: size,
|
|
5409
|
+
height: size,
|
|
5410
|
+
viewBox: "0 0 24 24",
|
|
5411
|
+
fill: "none",
|
|
5412
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5413
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5414
|
+
"path",
|
|
5415
|
+
{
|
|
5416
|
+
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",
|
|
5417
|
+
fill: color
|
|
5418
|
+
}
|
|
5419
|
+
)
|
|
5420
|
+
}
|
|
5421
|
+
);
|
|
5422
|
+
var MusoIcon_web_default = MusoIcon;
|
|
5004
5423
|
var ShazamIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5005
5424
|
"svg",
|
|
5006
5425
|
{
|
|
@@ -5106,6 +5525,29 @@ var SpotifyIcon = ({ className, size = 18, ...props }) => /* @__PURE__ */ jsxRun
|
|
|
5106
5525
|
}
|
|
5107
5526
|
);
|
|
5108
5527
|
var SpotifyIcon_web_default = SpotifyIcon;
|
|
5528
|
+
var Spotify02Icon = ({
|
|
5529
|
+
size = 24,
|
|
5530
|
+
color = "currentColor"
|
|
5531
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5532
|
+
"svg",
|
|
5533
|
+
{
|
|
5534
|
+
width: size,
|
|
5535
|
+
height: size,
|
|
5536
|
+
viewBox: "0 0 24 24",
|
|
5537
|
+
fill: "none",
|
|
5538
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5539
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5540
|
+
"path",
|
|
5541
|
+
{
|
|
5542
|
+
fillRule: "evenodd",
|
|
5543
|
+
clipRule: "evenodd",
|
|
5544
|
+
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",
|
|
5545
|
+
fill: color
|
|
5546
|
+
}
|
|
5547
|
+
)
|
|
5548
|
+
}
|
|
5549
|
+
);
|
|
5550
|
+
var Spotify02Icon_web_default = Spotify02Icon;
|
|
5109
5551
|
var TiktokIcon = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5110
5552
|
"svg",
|
|
5111
5553
|
{
|
|
@@ -5665,6 +6107,8 @@ exports.BarChart10Icon = BarChart10Icon;
|
|
|
5665
6107
|
exports.BellIcon = BellIcon;
|
|
5666
6108
|
exports.BookIcon = BookIcon_web_default;
|
|
5667
6109
|
exports.BookmarkIcon = BookmarkIcon_web_default;
|
|
6110
|
+
exports.Briefcase01Icon = Briefcase01Icon_web_default;
|
|
6111
|
+
exports.Building03Icon = Building03Icon_web_default;
|
|
5668
6112
|
exports.CalendarIcon = CalendarIcon;
|
|
5669
6113
|
exports.CameraIcon = CameraIcon;
|
|
5670
6114
|
exports.ChatBubbleDotIcon = ChatBubbleDotIcon;
|
|
@@ -5697,6 +6141,8 @@ exports.EyeIcon = EyeIcon_web_default;
|
|
|
5697
6141
|
exports.FaceSmileIcon = FaceSmileIcon_web_default;
|
|
5698
6142
|
exports.File02Icon = File02Icon_web_default;
|
|
5699
6143
|
exports.FileDownload02Icon = FileDownload02Icon_web_default;
|
|
6144
|
+
exports.Film01Icon = Film01Icon_web_default;
|
|
6145
|
+
exports.Film03Icon = Film03Icon_web_default;
|
|
5700
6146
|
exports.FilterIcon = FilterIcon_web_default;
|
|
5701
6147
|
exports.Flag01Icon = Flag01Icon_web_default;
|
|
5702
6148
|
exports.FlexAlignBottomIcon = FlexAlignBottomIcon;
|
|
@@ -5706,6 +6152,7 @@ exports.FlexAlignTopIcon = FlexAlignTopIcon;
|
|
|
5706
6152
|
exports.FolderGradientIcon = FolderGradientIcon_web_default;
|
|
5707
6153
|
exports.FolderIcon = FolderIcon_web_default;
|
|
5708
6154
|
exports.FolderPlusIcon = FolderPlusIcon;
|
|
6155
|
+
exports.GeniusIcon = GeniusIcon_web_default;
|
|
5709
6156
|
exports.Gift01Icon = Gift01Icon_web_default;
|
|
5710
6157
|
exports.Globe02Icon = Globe02Icon_web_default;
|
|
5711
6158
|
exports.Globe05Icon = Globe05Icon_web_default;
|
|
@@ -5720,6 +6167,7 @@ exports.HomeIcon = HomeIcon;
|
|
|
5720
6167
|
exports.Image01Icon = Image01Icon_web_default;
|
|
5721
6168
|
exports.Image03Icon = Image03Icon_web_default;
|
|
5722
6169
|
exports.ImageIcon = ImageIcon_web_default;
|
|
6170
|
+
exports.ImdbIcon = ImdbIcon_web_default;
|
|
5723
6171
|
exports.InfoCircleIcon = InfoCircleIcon_web_default;
|
|
5724
6172
|
exports.InfoIcon = InfoIcon_web_default;
|
|
5725
6173
|
exports.InfoSquareIcon = InfoSquareIcon_web_default;
|
|
@@ -5732,6 +6180,7 @@ exports.LandingShareIcon = LandingShareIcon_web_default;
|
|
|
5732
6180
|
exports.LandingUploadIcon = LandingUploadIcon_web_default;
|
|
5733
6181
|
exports.LayersThree01Icon = LayersThree01Icon;
|
|
5734
6182
|
exports.LineChart03UpIcon = LineChart03UpIcon;
|
|
6183
|
+
exports.LinkedinIcon = LinkedinIcon_web_default;
|
|
5735
6184
|
exports.ListIcon = ListIcon;
|
|
5736
6185
|
exports.Lock03FilledIcon = Lock03FilledIcon_web_default;
|
|
5737
6186
|
exports.Lock03Icon = Lock03Icon_web_default;
|
|
@@ -5741,9 +6190,11 @@ exports.LogoutIcon = LogoutIcon_web_default;
|
|
|
5741
6190
|
exports.LyricsIcon = LyricsIcon_web_default;
|
|
5742
6191
|
exports.MailIcon = MailIcon_web_default;
|
|
5743
6192
|
exports.MediaUploadIcon = MediaUploadIcon_web_default;
|
|
6193
|
+
exports.Menu03Icon = Menu03Icon_web_default;
|
|
5744
6194
|
exports.MenuIcon = MenuIcon_web_default;
|
|
5745
6195
|
exports.MessageSquareTextIcon = MessageSquareTextIcon_web_default;
|
|
5746
6196
|
exports.MessageTextCircle01Icon = MessageTextCircle01Icon;
|
|
6197
|
+
exports.Microphone01Icon = Microphone01Icon_web_default;
|
|
5747
6198
|
exports.MinCircleIcon = MinCircleIcon_web_default;
|
|
5748
6199
|
exports.MinimiseIcon = MinimiseIcon_web_default;
|
|
5749
6200
|
exports.MinusIcon = MinusIcon_web_default;
|
|
@@ -5751,6 +6202,8 @@ exports.MoonIcon = MoonIcon_web_default;
|
|
|
5751
6202
|
exports.MoreOptionsIcon = MoreOptionsIcon_web_default;
|
|
5752
6203
|
exports.MoveIcon = MoveIcon_web_default;
|
|
5753
6204
|
exports.MusicNoteIcon = MusicNoteIcon;
|
|
6205
|
+
exports.MusicNotePlusIcon = MusicNotePlusIcon;
|
|
6206
|
+
exports.MusoIcon = MusoIcon_web_default;
|
|
5754
6207
|
exports.NarrowUpRightIcon = NarrowUpRightIcon;
|
|
5755
6208
|
exports.NextTrackIcon = NextTrackIcon_web_default;
|
|
5756
6209
|
exports.NotificationTextIcon = NotificationTextIcon;
|
|
@@ -5767,6 +6220,7 @@ exports.PreviousTrackIcon = PreviousTrackIcon_web_default;
|
|
|
5767
6220
|
exports.QuestionCircleIcon = QuestionCircleIcon_web_default;
|
|
5768
6221
|
exports.Recording01Icon = Recordering01_web_default;
|
|
5769
6222
|
exports.Recording02Icon = Recording02_web_default;
|
|
6223
|
+
exports.Recording03Icon = Recording03Icon_web_default;
|
|
5770
6224
|
exports.RefreshIcon = RefreshIcon;
|
|
5771
6225
|
exports.Repeat01Icon = Repeat01Icon;
|
|
5772
6226
|
exports.Repeat02Icon = Repeat02Icon_web_default;
|
|
@@ -5787,7 +6241,11 @@ exports.SlidersIcon = SlidersIcon_web_default;
|
|
|
5787
6241
|
exports.SmallMagnifyIcon = SmallMagnifyIcon_web_default;
|
|
5788
6242
|
exports.SortIcon = SortIcon_web_default;
|
|
5789
6243
|
exports.SoundCloudIcon = SoundCloudIcon_web_default;
|
|
6244
|
+
exports.Spotify02Icon = Spotify02Icon_web_default;
|
|
5790
6245
|
exports.SpotifyIcon = SpotifyIcon_web_default;
|
|
6246
|
+
exports.Star01Icon = Star01Icon_web_default;
|
|
6247
|
+
exports.Star04Icon = Star04Icon_web_default;
|
|
6248
|
+
exports.Star05Icon = Star05Icon_web_default;
|
|
5791
6249
|
exports.StarIcon = StarIcon;
|
|
5792
6250
|
exports.Stars01Icon = Stars01Icon_web_default;
|
|
5793
6251
|
exports.Stars02Icon = Stars02Icon_web_default;
|