@nice2dev/icons-media 1.0.11 → 1.0.14
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.cjs +50 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +50 -50
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1875,7 +1875,7 @@ const _EntertainmentIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
1875
1875
|
TrophyIcon
|
|
1876
1876
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1877
1877
|
const LiveStreamingIcon = createMediaIcon(
|
|
1878
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1878
|
+
({ color: _color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1879
1879
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", fill: accentColor || "#ef4444" }),
|
|
1880
1880
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1881
1881
|
"circle",
|
|
@@ -1933,7 +1933,7 @@ const StreamChannelIcon = createMediaIcon(
|
|
|
1933
1933
|
{ displayName: "StreamChannelIcon" }
|
|
1934
1934
|
);
|
|
1935
1935
|
const StreamBroadcastIcon = createMediaIcon(
|
|
1936
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1936
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1937
1937
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 14V22", stroke: color, strokeWidth: "2" }),
|
|
1938
1938
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 22h8", stroke: color, strokeWidth: "2" }),
|
|
1939
1939
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 10c0-2 2-4 4-4s4 2 4 4", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
@@ -2150,7 +2150,7 @@ const BitrateIcon = createMediaIcon(
|
|
|
2150
2150
|
{ displayName: "BitrateIcon" }
|
|
2151
2151
|
);
|
|
2152
2152
|
const BufferIcon = createMediaIcon(
|
|
2153
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2153
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2154
2154
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2155
2155
|
"circle",
|
|
2156
2156
|
{
|
|
@@ -2238,7 +2238,7 @@ const SubscribeIcon = createMediaIcon(
|
|
|
2238
2238
|
{ displayName: "SubscribeIcon" }
|
|
2239
2239
|
);
|
|
2240
2240
|
const StreamFollowIcon = createMediaIcon(
|
|
2241
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2241
|
+
({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2242
2242
|
"path",
|
|
2243
2243
|
{
|
|
2244
2244
|
d: "M12 21C12 21 3 13.5 3 8.5c0-2.5 2-4.5 4.5-4.5 1.5 0 3 .8 4.5 2.5C13.5 4.8 15 4 16.5 4 19 4 21 6 21 8.5c0 5-9 12.5-9 12.5z",
|
|
@@ -2405,7 +2405,7 @@ const EncoderIcon = createMediaIcon(
|
|
|
2405
2405
|
{ displayName: "EncoderIcon" }
|
|
2406
2406
|
);
|
|
2407
2407
|
const StreamKeyIcon = createMediaIcon(
|
|
2408
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2408
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2409
2409
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "10", r: "4", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
2410
2410
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 13l8 8M15 17l3 0 0-3", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
2411
2411
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "10", r: "1.5", fill: accentColor || color })
|
|
@@ -2443,7 +2443,7 @@ const VODIcon = createMediaIcon(
|
|
|
2443
2443
|
{ displayName: "VODIcon" }
|
|
2444
2444
|
);
|
|
2445
2445
|
const ClipIcon = createMediaIcon(
|
|
2446
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2446
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2447
2447
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
2448
2448
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
2449
2449
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -2782,7 +2782,7 @@ const ISOIcon = createMediaIcon(
|
|
|
2782
2782
|
{ displayName: "ISOIcon" }
|
|
2783
2783
|
);
|
|
2784
2784
|
const FocusIcon = createMediaIcon(
|
|
2785
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2785
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2786
2786
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2787
2787
|
"path",
|
|
2788
2788
|
{
|
|
@@ -2873,7 +2873,7 @@ const BurstModeIcon = createMediaIcon(
|
|
|
2873
2873
|
{ displayName: "BurstModeIcon" }
|
|
2874
2874
|
);
|
|
2875
2875
|
const CameraTimerIcon = createMediaIcon(
|
|
2876
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2876
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2877
2877
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "13", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
2878
2878
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 9v4l3 2", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
2879
2879
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 3h4M12 3v2", stroke: color, strokeWidth: "2" })
|
|
@@ -3049,7 +3049,7 @@ const TripodIcon = createMediaIcon(
|
|
|
3049
3049
|
{ displayName: "TripodIcon" }
|
|
3050
3050
|
);
|
|
3051
3051
|
const CameraFlashIcon = createMediaIcon(
|
|
3052
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3052
|
+
({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3053
3053
|
"path",
|
|
3054
3054
|
{
|
|
3055
3055
|
d: "M13 2L6 13h5l-2 9 9-11h-5z",
|
|
@@ -3547,7 +3547,7 @@ const MicStandIcon = createMediaIcon(
|
|
|
3547
3547
|
{ displayName: "MicStandIcon" }
|
|
3548
3548
|
);
|
|
3549
3549
|
const RockMusicIcon = createMediaIcon(
|
|
3550
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3550
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3551
3551
|
"path",
|
|
3552
3552
|
{
|
|
3553
3553
|
d: "M7 12v-2c0-1 1-2 2-2s2 1 2 2v4M11 8v-2c0-1 1-2 2-2s2 1 2 2v6M15 8v-2c0-1 1-2 2-2s2 1 2 2v8c0 3-2 5-5 5h-4c-3 0-5-3-5-5v-2c0-1 1-2 2-2s2 1 2 2",
|
|
@@ -3642,14 +3642,14 @@ const HipHopMusicIcon = createMediaIcon(
|
|
|
3642
3642
|
{ displayName: "HipHopMusicIcon" }
|
|
3643
3643
|
);
|
|
3644
3644
|
const RepeatIcon = createMediaIcon(
|
|
3645
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3645
|
+
({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3646
3646
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 2l4 4-4 4M7 22l-4-4 4-4", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
3647
3647
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 6h18v6M21 18H3v-6", stroke: color, strokeWidth: "2" })
|
|
3648
3648
|
] }),
|
|
3649
3649
|
{ displayName: "RepeatIcon" }
|
|
3650
3650
|
);
|
|
3651
3651
|
const RepeatOneIcon = createMediaIcon(
|
|
3652
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3652
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3653
3653
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 2l4 4-4 4M7 22l-4-4 4-4", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
3654
3654
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 6h18v6M21 18H3v-6", stroke: color, strokeWidth: "2" }),
|
|
3655
3655
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "10", y: "16", fontSize: "6", fontWeight: "bold", fill: accentColor || color, children: "1" })
|
|
@@ -3738,7 +3738,7 @@ const CrossfadeIcon = createMediaIcon(
|
|
|
3738
3738
|
{ displayName: "CrossfadeIcon" }
|
|
3739
3739
|
);
|
|
3740
3740
|
const WaveformIcon = createMediaIcon(
|
|
3741
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3741
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3742
3742
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "10", width: "2", height: "4", fill: color }),
|
|
3743
3743
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "5", y: "6", width: "2", height: "12", fill: accentColor || color }),
|
|
3744
3744
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "8", y: "8", width: "2", height: "8", fill: color }),
|
|
@@ -3750,7 +3750,7 @@ const WaveformIcon = createMediaIcon(
|
|
|
3750
3750
|
{ displayName: "WaveformIcon" }
|
|
3751
3751
|
);
|
|
3752
3752
|
const SpectrumIcon = createMediaIcon(
|
|
3753
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3753
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3754
3754
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "14", width: "2", height: "6", fill: color }),
|
|
3755
3755
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "10", width: "2", height: "10", fill: accentColor || color }),
|
|
3756
3756
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "9", y: "6", width: "2", height: "14", fill: color }),
|
|
@@ -3799,7 +3799,7 @@ const TempoIcon = createMediaIcon(
|
|
|
3799
3799
|
{ displayName: "TempoIcon" }
|
|
3800
3800
|
);
|
|
3801
3801
|
const PitchIcon = createMediaIcon(
|
|
3802
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3802
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
3803
3803
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3804
3804
|
"path",
|
|
3805
3805
|
{
|
|
@@ -4030,7 +4030,7 @@ const TimelineIcon = createMediaIcon(
|
|
|
4030
4030
|
{ displayName: "TimelineIcon" }
|
|
4031
4031
|
);
|
|
4032
4032
|
const CutIcon = createMediaIcon(
|
|
4033
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4033
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4034
4034
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
4035
4035
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
4036
4036
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4267,7 +4267,7 @@ const AudioLevelsIcon = createMediaIcon(
|
|
|
4267
4267
|
{ displayName: "AudioLevelsIcon" }
|
|
4268
4268
|
);
|
|
4269
4269
|
const TrimAudioIcon = createMediaIcon(
|
|
4270
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4270
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4271
4271
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4272
4272
|
"path",
|
|
4273
4273
|
{
|
|
@@ -4325,7 +4325,7 @@ const FadeOutIcon = createMediaIcon(
|
|
|
4325
4325
|
{ displayName: "FadeOutIcon" }
|
|
4326
4326
|
);
|
|
4327
4327
|
const NoiseReductionIcon = createMediaIcon(
|
|
4328
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4328
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4329
4329
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 12h4l2-4 2 8 2-6 2 4h4", fill: "none", stroke: color, strokeWidth: "1.5" }),
|
|
4330
4330
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 4l16 16", stroke: accentColor || "#ef4444", strokeWidth: "2" }),
|
|
4331
4331
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4371,7 +4371,7 @@ const CompressorIcon = createMediaIcon(
|
|
|
4371
4371
|
{ displayName: "CompressorIcon" }
|
|
4372
4372
|
);
|
|
4373
4373
|
const CropIcon = createMediaIcon(
|
|
4374
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4374
|
+
({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4375
4375
|
"path",
|
|
4376
4376
|
{
|
|
4377
4377
|
d: "M6 2v4H2M6 6v12h12v4M18 18h4M18 6v12",
|
|
@@ -4383,7 +4383,7 @@ const CropIcon = createMediaIcon(
|
|
|
4383
4383
|
{ displayName: "CropIcon" }
|
|
4384
4384
|
);
|
|
4385
4385
|
const RotateIcon = createMediaIcon(
|
|
4386
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4386
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4387
4387
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 12a8 8 0 0 1 14-5", stroke: color, strokeWidth: "2" }),
|
|
4388
4388
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20 12a8 8 0 0 1-14 5", stroke: color, strokeWidth: "2" }),
|
|
4389
4389
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18 3l0 4h-4", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
@@ -4464,7 +4464,7 @@ const BrightnessIcon = createMediaIcon(
|
|
|
4464
4464
|
{ displayName: "BrightnessIcon" }
|
|
4465
4465
|
);
|
|
4466
4466
|
const ContrastIcon = createMediaIcon(
|
|
4467
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4467
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4468
4468
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
4469
4469
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 3v18a9 9 0 0 0 0-18z", fill: variant === "outlined" ? "none" : color })
|
|
4470
4470
|
] }),
|
|
@@ -4487,7 +4487,7 @@ const SaturationIcon = createMediaIcon(
|
|
|
4487
4487
|
{ displayName: "SaturationIcon" }
|
|
4488
4488
|
);
|
|
4489
4489
|
const BlurIcon = createMediaIcon(
|
|
4490
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4490
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4491
4491
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2", opacity: "0.3" }),
|
|
4492
4492
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "6", fill: "none", stroke: color, strokeWidth: "2", opacity: "0.5" }),
|
|
4493
4493
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "3", fill: "none", stroke: accentColor || color, strokeWidth: "2" })
|
|
@@ -4495,7 +4495,7 @@ const BlurIcon = createMediaIcon(
|
|
|
4495
4495
|
{ displayName: "BlurIcon" }
|
|
4496
4496
|
);
|
|
4497
4497
|
const SharpenIcon = createMediaIcon(
|
|
4498
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4498
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4499
4499
|
"path",
|
|
4500
4500
|
{
|
|
4501
4501
|
d: "M12 2l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6z",
|
|
@@ -4508,7 +4508,7 @@ const SharpenIcon = createMediaIcon(
|
|
|
4508
4508
|
{ displayName: "SharpenIcon" }
|
|
4509
4509
|
);
|
|
4510
4510
|
const FilterIcon = createMediaIcon(
|
|
4511
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4511
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4512
4512
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: accentColor || color }),
|
|
4513
4513
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 8v12", stroke: color, strokeWidth: "2" }),
|
|
4514
4514
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: accentColor || color }),
|
|
@@ -4519,7 +4519,7 @@ const FilterIcon = createMediaIcon(
|
|
|
4519
4519
|
{ displayName: "FilterIcon" }
|
|
4520
4520
|
);
|
|
4521
4521
|
const ColorGradingIcon = createMediaIcon(
|
|
4522
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4522
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4523
4523
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "10", r: "5", fill: "none", stroke: "#ef4444", strokeWidth: "1.5", opacity: "0.6" }),
|
|
4524
4524
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "16", cy: "10", r: "5", fill: "none", stroke: "#22c55e", strokeWidth: "1.5", opacity: "0.6" }),
|
|
4525
4525
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "16", r: "5", fill: "none", stroke: "#3b82f6", strokeWidth: "1.5", opacity: "0.6" }),
|
|
@@ -4599,7 +4599,7 @@ const VignetteIcon = createMediaIcon(
|
|
|
4599
4599
|
{ displayName: "VignetteIcon" }
|
|
4600
4600
|
);
|
|
4601
4601
|
const GreenScreenIcon = createMediaIcon(
|
|
4602
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4602
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4603
4603
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4604
4604
|
"rect",
|
|
4605
4605
|
{
|
|
@@ -4683,7 +4683,7 @@ const _EditingIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
|
|
|
4683
4683
|
VignetteIcon
|
|
4684
4684
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4685
4685
|
const TelevisionIcon = createMediaIcon(
|
|
4686
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4686
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4687
4687
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4688
4688
|
"rect",
|
|
4689
4689
|
{
|
|
@@ -4732,7 +4732,7 @@ const SmartTVIcon = createMediaIcon(
|
|
|
4732
4732
|
{ displayName: "SmartTVIcon" }
|
|
4733
4733
|
);
|
|
4734
4734
|
const MonitorIcon = createMediaIcon(
|
|
4735
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4735
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4736
4736
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4737
4737
|
"rect",
|
|
4738
4738
|
{
|
|
@@ -4869,7 +4869,7 @@ const SetTopBoxIcon = createMediaIcon(
|
|
|
4869
4869
|
{ displayName: "SetTopBoxIcon" }
|
|
4870
4870
|
);
|
|
4871
4871
|
const RadioTowerIcon = createMediaIcon(
|
|
4872
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4872
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
4873
4873
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 22l4-18 4 18", stroke: color, strokeWidth: "2", strokeLinejoin: "round" }),
|
|
4874
4874
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 14h10M6 18h12", stroke: color, strokeWidth: "1.5" }),
|
|
4875
4875
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5055,7 +5055,7 @@ const NewsAnchorIcon = createMediaIcon(
|
|
|
5055
5055
|
{ displayName: "NewsAnchorIcon" }
|
|
5056
5056
|
);
|
|
5057
5057
|
const OnAirIcon = createMediaIcon(
|
|
5058
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5058
|
+
({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5059
5059
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5060
5060
|
"rect",
|
|
5061
5061
|
{
|
|
@@ -5224,7 +5224,7 @@ const NewsIcon = createMediaIcon(
|
|
|
5224
5224
|
{ displayName: "NewsIcon" }
|
|
5225
5225
|
);
|
|
5226
5226
|
const SportsIcon = createMediaIcon(
|
|
5227
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5227
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5228
5228
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5229
5229
|
"path",
|
|
5230
5230
|
{
|
|
@@ -6240,7 +6240,7 @@ const MobileGamingIcon = createMediaIcon(
|
|
|
6240
6240
|
{ displayName: "MobileGamingIcon" }
|
|
6241
6241
|
);
|
|
6242
6242
|
const HealthBarIcon = createMediaIcon(
|
|
6243
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6243
|
+
({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6244
6244
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "9", width: "20", height: "6", rx: "1", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
6245
6245
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "10", width: "13", height: "4", rx: "0.5", fill: "#ef4444" }),
|
|
6246
6246
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5 12c0-1 1-1.5 1.5-1.5S8 11 8 12c0 1.5-2 3-2.5 3S3 13.5 3 12", fill: "#fff" })
|
|
@@ -6248,7 +6248,7 @@ const HealthBarIcon = createMediaIcon(
|
|
|
6248
6248
|
{ displayName: "HealthBarIcon" }
|
|
6249
6249
|
);
|
|
6250
6250
|
const XPLevelIcon = createMediaIcon(
|
|
6251
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6251
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6252
6252
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2", opacity: "0.3" }),
|
|
6253
6253
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6254
6254
|
"circle",
|
|
@@ -6430,7 +6430,7 @@ const _GamingMediaIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.d
|
|
|
6430
6430
|
XPLevelIcon
|
|
6431
6431
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6432
6432
|
const LikeIcon = createMediaIcon(
|
|
6433
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
6433
|
+
({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
6434
6434
|
"path",
|
|
6435
6435
|
{
|
|
6436
6436
|
d: "M12 21c-1 0-9-6-9-11a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5-8 11-9 11z",
|
|
@@ -6504,7 +6504,7 @@ const ShareIcon = createMediaIcon(
|
|
|
6504
6504
|
{ displayName: "ShareIcon" }
|
|
6505
6505
|
);
|
|
6506
6506
|
const RepostIcon = createMediaIcon(
|
|
6507
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6507
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6508
6508
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 4h10c2 0 3 1 3 3v4", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
6509
6509
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 20H7c-2 0-3-1-3-3v-4", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
6510
6510
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -6520,7 +6520,7 @@ const RepostIcon = createMediaIcon(
|
|
|
6520
6520
|
{ displayName: "RepostIcon" }
|
|
6521
6521
|
);
|
|
6522
6522
|
const BookmarkIcon = createMediaIcon(
|
|
6523
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
6523
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
6524
6524
|
"path",
|
|
6525
6525
|
{
|
|
6526
6526
|
d: "M5 3h14c1 0 1 1 1 1v17l-8-4-8 4V4c0 0 0-1 1-1z",
|
|
@@ -6551,14 +6551,14 @@ const MentionIcon = createMediaIcon(
|
|
|
6551
6551
|
{ displayName: "MentionIcon" }
|
|
6552
6552
|
);
|
|
6553
6553
|
const HashtagIcon = createMediaIcon(
|
|
6554
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6554
|
+
({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6555
6555
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 10h14M6 14h14", stroke: color, strokeWidth: "2" }),
|
|
6556
6556
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 6v14M16 6v14", stroke: color, strokeWidth: "2", transform: "rotate(-10 12 12)" })
|
|
6557
6557
|
] }),
|
|
6558
6558
|
{ displayName: "HashtagIcon" }
|
|
6559
6559
|
);
|
|
6560
6560
|
const StoryIcon = createMediaIcon(
|
|
6561
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6561
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6562
6562
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6563
6563
|
"circle",
|
|
6564
6564
|
{
|
|
@@ -6735,7 +6735,7 @@ const PollIcon = createMediaIcon(
|
|
|
6735
6735
|
{ displayName: "PollIcon" }
|
|
6736
6736
|
);
|
|
6737
6737
|
const LiveBadgeIcon = createMediaIcon(
|
|
6738
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6738
|
+
({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6739
6739
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6740
6740
|
"rect",
|
|
6741
6741
|
{
|
|
@@ -6854,7 +6854,7 @@ const FollowersIcon = createMediaIcon(
|
|
|
6854
6854
|
{ displayName: "FollowersIcon" }
|
|
6855
6855
|
);
|
|
6856
6856
|
const VerifiedBadgeIcon = createMediaIcon(
|
|
6857
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6857
|
+
({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6858
6858
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6859
6859
|
"circle",
|
|
6860
6860
|
{
|
|
@@ -6930,7 +6930,7 @@ const GroupIcon = createMediaIcon(
|
|
|
6930
6930
|
{ displayName: "GroupIcon" }
|
|
6931
6931
|
);
|
|
6932
6932
|
const DirectMessageIcon = createMediaIcon(
|
|
6933
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6933
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6934
6934
|
"path",
|
|
6935
6935
|
{
|
|
6936
6936
|
d: "M22 2L11 13M22 2l-7 20-4-9-9-4z",
|
|
@@ -6960,7 +6960,7 @@ const ViewsIcon = createMediaIcon(
|
|
|
6960
6960
|
{ displayName: "ViewsIcon" }
|
|
6961
6961
|
);
|
|
6962
6962
|
const ImpressionsIcon = createMediaIcon(
|
|
6963
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6963
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6964
6964
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 20V10M9 20V6M14 20V14M19 20V8", stroke: color, strokeWidth: "2" }),
|
|
6965
6965
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 3c3-1 7-1 10 0", stroke: accentColor || color, strokeWidth: "1.5" }),
|
|
6966
6966
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "4", r: "1", fill: accentColor || color })
|
|
@@ -7185,7 +7185,7 @@ const CollabIcon = createMediaIcon(
|
|
|
7185
7185
|
{ displayName: "CollabIcon" }
|
|
7186
7186
|
);
|
|
7187
7187
|
const TrendingIcon = createMediaIcon(
|
|
7188
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7188
|
+
({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7189
7189
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 18l6-6 4 4 6-8", stroke: accentColor || "#22c55e", strokeWidth: "2", fill: "none" }),
|
|
7190
7190
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16 8h4v4", stroke: accentColor || "#22c55e", strokeWidth: "2", fill: "none" }),
|
|
7191
7191
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -7900,7 +7900,7 @@ const HEICIcon = createMediaIcon(
|
|
|
7900
7900
|
{ displayName: "HEICIcon" }
|
|
7901
7901
|
);
|
|
7902
7902
|
const PSDIcon = createMediaIcon(
|
|
7903
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7903
|
+
({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7904
7904
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7905
7905
|
"rect",
|
|
7906
7906
|
{
|
|
@@ -7919,7 +7919,7 @@ const PSDIcon = createMediaIcon(
|
|
|
7919
7919
|
{ displayName: "PSDIcon" }
|
|
7920
7920
|
);
|
|
7921
7921
|
const AIFormatIcon = createMediaIcon(
|
|
7922
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7922
|
+
({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7923
7923
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7924
7924
|
"rect",
|
|
7925
7925
|
{
|
|
@@ -7938,7 +7938,7 @@ const AIFormatIcon = createMediaIcon(
|
|
|
7938
7938
|
{ displayName: "AIFormatIcon" }
|
|
7939
7939
|
);
|
|
7940
7940
|
const PRPROJIcon = createMediaIcon(
|
|
7941
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7941
|
+
({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7942
7942
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7943
7943
|
"rect",
|
|
7944
7944
|
{
|
|
@@ -7957,7 +7957,7 @@ const PRPROJIcon = createMediaIcon(
|
|
|
7957
7957
|
{ displayName: "PRPROJIcon" }
|
|
7958
7958
|
);
|
|
7959
7959
|
const AEPIcon = createMediaIcon(
|
|
7960
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7960
|
+
({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7961
7961
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7962
7962
|
"rect",
|
|
7963
7963
|
{
|
|
@@ -8136,7 +8136,7 @@ const _FormatIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
|
|
|
8136
8136
|
WebPIcon
|
|
8137
8137
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
8138
8138
|
const AudioHeadphonesIcon = createMediaIcon(
|
|
8139
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8139
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8140
8140
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5 12c0-4 3-7 7-7s7 3 7 7", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
8141
8141
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8142
8142
|
"rect",
|
|
@@ -8644,7 +8644,7 @@ const DesktopMonitorIcon = createMediaIcon(
|
|
|
8644
8644
|
{ displayName: "DesktopMonitorIcon" }
|
|
8645
8645
|
);
|
|
8646
8646
|
const CurvedMonitorIcon = createMediaIcon(
|
|
8647
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8647
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8648
8648
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8649
8649
|
"path",
|
|
8650
8650
|
{
|
|
@@ -8742,7 +8742,7 @@ const TabletDeviceIcon = createMediaIcon(
|
|
|
8742
8742
|
{ displayName: "TabletDeviceIcon" }
|
|
8743
8743
|
);
|
|
8744
8744
|
const EReaderIcon = createMediaIcon(
|
|
8745
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8745
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8746
8746
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8747
8747
|
"rect",
|
|
8748
8748
|
{
|