@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.mjs CHANGED
@@ -1873,7 +1873,7 @@ const _EntertainmentIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
1873
1873
  TrophyIcon
1874
1874
  }, Symbol.toStringTag, { value: "Module" }));
1875
1875
  const LiveStreamingIcon = createMediaIcon(
1876
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1876
+ ({ color: _color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1877
1877
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "4", fill: accentColor || "#ef4444" }),
1878
1878
  /* @__PURE__ */ jsx(
1879
1879
  "circle",
@@ -1931,7 +1931,7 @@ const StreamChannelIcon = createMediaIcon(
1931
1931
  { displayName: "StreamChannelIcon" }
1932
1932
  );
1933
1933
  const StreamBroadcastIcon = createMediaIcon(
1934
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1934
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1935
1935
  /* @__PURE__ */ jsx("path", { d: "M12 14V22", stroke: color, strokeWidth: "2" }),
1936
1936
  /* @__PURE__ */ jsx("path", { d: "M8 22h8", stroke: color, strokeWidth: "2" }),
1937
1937
  /* @__PURE__ */ jsx("path", { d: "M8 10c0-2 2-4 4-4s4 2 4 4", fill: "none", stroke: color, strokeWidth: "2" }),
@@ -2148,7 +2148,7 @@ const BitrateIcon = createMediaIcon(
2148
2148
  { displayName: "BitrateIcon" }
2149
2149
  );
2150
2150
  const BufferIcon = createMediaIcon(
2151
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2151
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2152
2152
  /* @__PURE__ */ jsx(
2153
2153
  "circle",
2154
2154
  {
@@ -2236,7 +2236,7 @@ const SubscribeIcon = createMediaIcon(
2236
2236
  { displayName: "SubscribeIcon" }
2237
2237
  );
2238
2238
  const StreamFollowIcon = createMediaIcon(
2239
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
2239
+ ({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
2240
2240
  "path",
2241
2241
  {
2242
2242
  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",
@@ -2403,7 +2403,7 @@ const EncoderIcon = createMediaIcon(
2403
2403
  { displayName: "EncoderIcon" }
2404
2404
  );
2405
2405
  const StreamKeyIcon = createMediaIcon(
2406
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2406
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2407
2407
  /* @__PURE__ */ jsx("circle", { cx: "8", cy: "10", r: "4", fill: "none", stroke: color, strokeWidth: "2" }),
2408
2408
  /* @__PURE__ */ jsx("path", { d: "M11 13l8 8M15 17l3 0 0-3", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
2409
2409
  /* @__PURE__ */ jsx("circle", { cx: "8", cy: "10", r: "1.5", fill: accentColor || color })
@@ -2441,7 +2441,7 @@ const VODIcon = createMediaIcon(
2441
2441
  { displayName: "VODIcon" }
2442
2442
  );
2443
2443
  const ClipIcon = createMediaIcon(
2444
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2444
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2445
2445
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "6", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
2446
2446
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "18", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
2447
2447
  /* @__PURE__ */ jsx(
@@ -2780,7 +2780,7 @@ const ISOIcon = createMediaIcon(
2780
2780
  { displayName: "ISOIcon" }
2781
2781
  );
2782
2782
  const FocusIcon = createMediaIcon(
2783
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2783
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2784
2784
  /* @__PURE__ */ jsx(
2785
2785
  "path",
2786
2786
  {
@@ -2871,7 +2871,7 @@ const BurstModeIcon = createMediaIcon(
2871
2871
  { displayName: "BurstModeIcon" }
2872
2872
  );
2873
2873
  const CameraTimerIcon = createMediaIcon(
2874
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2874
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2875
2875
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "13", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
2876
2876
  /* @__PURE__ */ jsx("path", { d: "M12 9v4l3 2", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
2877
2877
  /* @__PURE__ */ jsx("path", { d: "M10 3h4M12 3v2", stroke: color, strokeWidth: "2" })
@@ -3047,7 +3047,7 @@ const TripodIcon = createMediaIcon(
3047
3047
  { displayName: "TripodIcon" }
3048
3048
  );
3049
3049
  const CameraFlashIcon = createMediaIcon(
3050
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
3050
+ ({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
3051
3051
  "path",
3052
3052
  {
3053
3053
  d: "M13 2L6 13h5l-2 9 9-11h-5z",
@@ -3545,7 +3545,7 @@ const MicStandIcon = createMediaIcon(
3545
3545
  { displayName: "MicStandIcon" }
3546
3546
  );
3547
3547
  const RockMusicIcon = createMediaIcon(
3548
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
3548
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
3549
3549
  "path",
3550
3550
  {
3551
3551
  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",
@@ -3640,14 +3640,14 @@ const HipHopMusicIcon = createMediaIcon(
3640
3640
  { displayName: "HipHopMusicIcon" }
3641
3641
  );
3642
3642
  const RepeatIcon = createMediaIcon(
3643
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3643
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3644
3644
  /* @__PURE__ */ jsx("path", { d: "M17 2l4 4-4 4M7 22l-4-4 4-4", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
3645
3645
  /* @__PURE__ */ jsx("path", { d: "M3 6h18v6M21 18H3v-6", stroke: color, strokeWidth: "2" })
3646
3646
  ] }),
3647
3647
  { displayName: "RepeatIcon" }
3648
3648
  );
3649
3649
  const RepeatOneIcon = createMediaIcon(
3650
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3650
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3651
3651
  /* @__PURE__ */ jsx("path", { d: "M17 2l4 4-4 4M7 22l-4-4 4-4", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
3652
3652
  /* @__PURE__ */ jsx("path", { d: "M3 6h18v6M21 18H3v-6", stroke: color, strokeWidth: "2" }),
3653
3653
  /* @__PURE__ */ jsx("text", { x: "10", y: "16", fontSize: "6", fontWeight: "bold", fill: accentColor || color, children: "1" })
@@ -3736,7 +3736,7 @@ const CrossfadeIcon = createMediaIcon(
3736
3736
  { displayName: "CrossfadeIcon" }
3737
3737
  );
3738
3738
  const WaveformIcon = createMediaIcon(
3739
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3739
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3740
3740
  /* @__PURE__ */ jsx("rect", { x: "2", y: "10", width: "2", height: "4", fill: color }),
3741
3741
  /* @__PURE__ */ jsx("rect", { x: "5", y: "6", width: "2", height: "12", fill: accentColor || color }),
3742
3742
  /* @__PURE__ */ jsx("rect", { x: "8", y: "8", width: "2", height: "8", fill: color }),
@@ -3748,7 +3748,7 @@ const WaveformIcon = createMediaIcon(
3748
3748
  { displayName: "WaveformIcon" }
3749
3749
  );
3750
3750
  const SpectrumIcon = createMediaIcon(
3751
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3751
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3752
3752
  /* @__PURE__ */ jsx("rect", { x: "3", y: "14", width: "2", height: "6", fill: color }),
3753
3753
  /* @__PURE__ */ jsx("rect", { x: "6", y: "10", width: "2", height: "10", fill: accentColor || color }),
3754
3754
  /* @__PURE__ */ jsx("rect", { x: "9", y: "6", width: "2", height: "14", fill: color }),
@@ -3797,7 +3797,7 @@ const TempoIcon = createMediaIcon(
3797
3797
  { displayName: "TempoIcon" }
3798
3798
  );
3799
3799
  const PitchIcon = createMediaIcon(
3800
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3800
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
3801
3801
  /* @__PURE__ */ jsx(
3802
3802
  "path",
3803
3803
  {
@@ -4028,7 +4028,7 @@ const TimelineIcon = createMediaIcon(
4028
4028
  { displayName: "TimelineIcon" }
4029
4029
  );
4030
4030
  const CutIcon = createMediaIcon(
4031
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4031
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4032
4032
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "6", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
4033
4033
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "18", r: "3", fill: "none", stroke: color, strokeWidth: "2" }),
4034
4034
  /* @__PURE__ */ jsx(
@@ -4265,7 +4265,7 @@ const AudioLevelsIcon = createMediaIcon(
4265
4265
  { displayName: "AudioLevelsIcon" }
4266
4266
  );
4267
4267
  const TrimAudioIcon = createMediaIcon(
4268
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4268
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4269
4269
  /* @__PURE__ */ jsx(
4270
4270
  "path",
4271
4271
  {
@@ -4323,7 +4323,7 @@ const FadeOutIcon = createMediaIcon(
4323
4323
  { displayName: "FadeOutIcon" }
4324
4324
  );
4325
4325
  const NoiseReductionIcon = createMediaIcon(
4326
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4326
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4327
4327
  /* @__PURE__ */ jsx("path", { d: "M2 12h4l2-4 2 8 2-6 2 4h4", fill: "none", stroke: color, strokeWidth: "1.5" }),
4328
4328
  /* @__PURE__ */ jsx("path", { d: "M4 4l16 16", stroke: accentColor || "#ef4444", strokeWidth: "2" }),
4329
4329
  /* @__PURE__ */ jsx(
@@ -4369,7 +4369,7 @@ const CompressorIcon = createMediaIcon(
4369
4369
  { displayName: "CompressorIcon" }
4370
4370
  );
4371
4371
  const CropIcon = createMediaIcon(
4372
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
4372
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
4373
4373
  "path",
4374
4374
  {
4375
4375
  d: "M6 2v4H2M6 6v12h12v4M18 18h4M18 6v12",
@@ -4381,7 +4381,7 @@ const CropIcon = createMediaIcon(
4381
4381
  { displayName: "CropIcon" }
4382
4382
  );
4383
4383
  const RotateIcon = createMediaIcon(
4384
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4384
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4385
4385
  /* @__PURE__ */ jsx("path", { d: "M4 12a8 8 0 0 1 14-5", stroke: color, strokeWidth: "2" }),
4386
4386
  /* @__PURE__ */ jsx("path", { d: "M20 12a8 8 0 0 1-14 5", stroke: color, strokeWidth: "2" }),
4387
4387
  /* @__PURE__ */ jsx("path", { d: "M18 3l0 4h-4", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
@@ -4462,7 +4462,7 @@ const BrightnessIcon = createMediaIcon(
4462
4462
  { displayName: "BrightnessIcon" }
4463
4463
  );
4464
4464
  const ContrastIcon = createMediaIcon(
4465
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4465
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4466
4466
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
4467
4467
  /* @__PURE__ */ jsx("path", { d: "M12 3v18a9 9 0 0 0 0-18z", fill: variant === "outlined" ? "none" : color })
4468
4468
  ] }),
@@ -4485,7 +4485,7 @@ const SaturationIcon = createMediaIcon(
4485
4485
  { displayName: "SaturationIcon" }
4486
4486
  );
4487
4487
  const BlurIcon = createMediaIcon(
4488
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4488
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4489
4489
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2", opacity: "0.3" }),
4490
4490
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "6", fill: "none", stroke: color, strokeWidth: "2", opacity: "0.5" }),
4491
4491
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3", fill: "none", stroke: accentColor || color, strokeWidth: "2" })
@@ -4493,7 +4493,7 @@ const BlurIcon = createMediaIcon(
4493
4493
  { displayName: "BlurIcon" }
4494
4494
  );
4495
4495
  const SharpenIcon = createMediaIcon(
4496
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
4496
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
4497
4497
  "path",
4498
4498
  {
4499
4499
  d: "M12 2l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6z",
@@ -4506,7 +4506,7 @@ const SharpenIcon = createMediaIcon(
4506
4506
  { displayName: "SharpenIcon" }
4507
4507
  );
4508
4508
  const FilterIcon = createMediaIcon(
4509
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4509
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4510
4510
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "6", r: "2", fill: accentColor || color }),
4511
4511
  /* @__PURE__ */ jsx("path", { d: "M6 8v12", stroke: color, strokeWidth: "2" }),
4512
4512
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "18", r: "2", fill: accentColor || color }),
@@ -4517,7 +4517,7 @@ const FilterIcon = createMediaIcon(
4517
4517
  { displayName: "FilterIcon" }
4518
4518
  );
4519
4519
  const ColorGradingIcon = createMediaIcon(
4520
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4520
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4521
4521
  /* @__PURE__ */ jsx("circle", { cx: "8", cy: "10", r: "5", fill: "none", stroke: "#ef4444", strokeWidth: "1.5", opacity: "0.6" }),
4522
4522
  /* @__PURE__ */ jsx("circle", { cx: "16", cy: "10", r: "5", fill: "none", stroke: "#22c55e", strokeWidth: "1.5", opacity: "0.6" }),
4523
4523
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "16", r: "5", fill: "none", stroke: "#3b82f6", strokeWidth: "1.5", opacity: "0.6" }),
@@ -4597,7 +4597,7 @@ const VignetteIcon = createMediaIcon(
4597
4597
  { displayName: "VignetteIcon" }
4598
4598
  );
4599
4599
  const GreenScreenIcon = createMediaIcon(
4600
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4600
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4601
4601
  /* @__PURE__ */ jsx(
4602
4602
  "rect",
4603
4603
  {
@@ -4681,7 +4681,7 @@ const _EditingIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
4681
4681
  VignetteIcon
4682
4682
  }, Symbol.toStringTag, { value: "Module" }));
4683
4683
  const TelevisionIcon = createMediaIcon(
4684
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4684
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4685
4685
  /* @__PURE__ */ jsx(
4686
4686
  "rect",
4687
4687
  {
@@ -4730,7 +4730,7 @@ const SmartTVIcon = createMediaIcon(
4730
4730
  { displayName: "SmartTVIcon" }
4731
4731
  );
4732
4732
  const MonitorIcon = createMediaIcon(
4733
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4733
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4734
4734
  /* @__PURE__ */ jsx(
4735
4735
  "rect",
4736
4736
  {
@@ -4867,7 +4867,7 @@ const SetTopBoxIcon = createMediaIcon(
4867
4867
  { displayName: "SetTopBoxIcon" }
4868
4868
  );
4869
4869
  const RadioTowerIcon = createMediaIcon(
4870
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4870
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
4871
4871
  /* @__PURE__ */ jsx("path", { d: "M8 22l4-18 4 18", stroke: color, strokeWidth: "2", strokeLinejoin: "round" }),
4872
4872
  /* @__PURE__ */ jsx("path", { d: "M7 14h10M6 18h12", stroke: color, strokeWidth: "1.5" }),
4873
4873
  /* @__PURE__ */ jsx(
@@ -5053,7 +5053,7 @@ const NewsAnchorIcon = createMediaIcon(
5053
5053
  { displayName: "NewsAnchorIcon" }
5054
5054
  );
5055
5055
  const OnAirIcon = createMediaIcon(
5056
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5056
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5057
5057
  /* @__PURE__ */ jsx(
5058
5058
  "rect",
5059
5059
  {
@@ -5222,7 +5222,7 @@ const NewsIcon = createMediaIcon(
5222
5222
  { displayName: "NewsIcon" }
5223
5223
  );
5224
5224
  const SportsIcon = createMediaIcon(
5225
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5225
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5226
5226
  /* @__PURE__ */ jsx(
5227
5227
  "path",
5228
5228
  {
@@ -6238,7 +6238,7 @@ const MobileGamingIcon = createMediaIcon(
6238
6238
  { displayName: "MobileGamingIcon" }
6239
6239
  );
6240
6240
  const HealthBarIcon = createMediaIcon(
6241
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6241
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6242
6242
  /* @__PURE__ */ jsx("rect", { x: "2", y: "9", width: "20", height: "6", rx: "1", fill: "none", stroke: color, strokeWidth: "2" }),
6243
6243
  /* @__PURE__ */ jsx("rect", { x: "3", y: "10", width: "13", height: "4", rx: "0.5", fill: "#ef4444" }),
6244
6244
  /* @__PURE__ */ 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" })
@@ -6246,7 +6246,7 @@ const HealthBarIcon = createMediaIcon(
6246
6246
  { displayName: "HealthBarIcon" }
6247
6247
  );
6248
6248
  const XPLevelIcon = createMediaIcon(
6249
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6249
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6250
6250
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2", opacity: "0.3" }),
6251
6251
  /* @__PURE__ */ jsx(
6252
6252
  "circle",
@@ -6428,7 +6428,7 @@ const _GamingMediaIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.d
6428
6428
  XPLevelIcon
6429
6429
  }, Symbol.toStringTag, { value: "Module" }));
6430
6430
  const LikeIcon = createMediaIcon(
6431
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(
6431
+ ({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsx(
6432
6432
  "path",
6433
6433
  {
6434
6434
  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",
@@ -6502,7 +6502,7 @@ const ShareIcon = createMediaIcon(
6502
6502
  { displayName: "ShareIcon" }
6503
6503
  );
6504
6504
  const RepostIcon = createMediaIcon(
6505
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6505
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6506
6506
  /* @__PURE__ */ jsx("path", { d: "M7 4h10c2 0 3 1 3 3v4", stroke: color, strokeWidth: "2", fill: "none" }),
6507
6507
  /* @__PURE__ */ jsx("path", { d: "M17 20H7c-2 0-3-1-3-3v-4", stroke: color, strokeWidth: "2", fill: "none" }),
6508
6508
  /* @__PURE__ */ jsx(
@@ -6518,7 +6518,7 @@ const RepostIcon = createMediaIcon(
6518
6518
  { displayName: "RepostIcon" }
6519
6519
  );
6520
6520
  const BookmarkIcon = createMediaIcon(
6521
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(
6521
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsx(
6522
6522
  "path",
6523
6523
  {
6524
6524
  d: "M5 3h14c1 0 1 1 1 1v17l-8-4-8 4V4c0 0 0-1 1-1z",
@@ -6549,14 +6549,14 @@ const MentionIcon = createMediaIcon(
6549
6549
  { displayName: "MentionIcon" }
6550
6550
  );
6551
6551
  const HashtagIcon = createMediaIcon(
6552
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6552
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6553
6553
  /* @__PURE__ */ jsx("path", { d: "M6 10h14M6 14h14", stroke: color, strokeWidth: "2" }),
6554
6554
  /* @__PURE__ */ jsx("path", { d: "M10 6v14M16 6v14", stroke: color, strokeWidth: "2", transform: "rotate(-10 12 12)" })
6555
6555
  ] }),
6556
6556
  { displayName: "HashtagIcon" }
6557
6557
  );
6558
6558
  const StoryIcon = createMediaIcon(
6559
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6559
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6560
6560
  /* @__PURE__ */ jsx(
6561
6561
  "circle",
6562
6562
  {
@@ -6733,7 +6733,7 @@ const PollIcon = createMediaIcon(
6733
6733
  { displayName: "PollIcon" }
6734
6734
  );
6735
6735
  const LiveBadgeIcon = createMediaIcon(
6736
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6736
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6737
6737
  /* @__PURE__ */ jsx(
6738
6738
  "rect",
6739
6739
  {
@@ -6852,7 +6852,7 @@ const FollowersIcon = createMediaIcon(
6852
6852
  { displayName: "FollowersIcon" }
6853
6853
  );
6854
6854
  const VerifiedBadgeIcon = createMediaIcon(
6855
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6855
+ ({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6856
6856
  /* @__PURE__ */ jsx(
6857
6857
  "circle",
6858
6858
  {
@@ -6928,7 +6928,7 @@ const GroupIcon = createMediaIcon(
6928
6928
  { displayName: "GroupIcon" }
6929
6929
  );
6930
6930
  const DirectMessageIcon = createMediaIcon(
6931
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
6931
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
6932
6932
  "path",
6933
6933
  {
6934
6934
  d: "M22 2L11 13M22 2l-7 20-4-9-9-4z",
@@ -6958,7 +6958,7 @@ const ViewsIcon = createMediaIcon(
6958
6958
  { displayName: "ViewsIcon" }
6959
6959
  );
6960
6960
  const ImpressionsIcon = createMediaIcon(
6961
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6961
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6962
6962
  /* @__PURE__ */ jsx("path", { d: "M4 20V10M9 20V6M14 20V14M19 20V8", stroke: color, strokeWidth: "2" }),
6963
6963
  /* @__PURE__ */ jsx("path", { d: "M7 3c3-1 7-1 10 0", stroke: accentColor || color, strokeWidth: "1.5" }),
6964
6964
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "4", r: "1", fill: accentColor || color })
@@ -7183,7 +7183,7 @@ const CollabIcon = createMediaIcon(
7183
7183
  { displayName: "CollabIcon" }
7184
7184
  );
7185
7185
  const TrendingIcon = createMediaIcon(
7186
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7186
+ ({ color: _color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7187
7187
  /* @__PURE__ */ jsx("path", { d: "M4 18l6-6 4 4 6-8", stroke: accentColor || "#22c55e", strokeWidth: "2", fill: "none" }),
7188
7188
  /* @__PURE__ */ jsx("path", { d: "M16 8h4v4", stroke: accentColor || "#22c55e", strokeWidth: "2", fill: "none" }),
7189
7189
  /* @__PURE__ */ jsx(
@@ -7898,7 +7898,7 @@ const HEICIcon = createMediaIcon(
7898
7898
  { displayName: "HEICIcon" }
7899
7899
  );
7900
7900
  const PSDIcon = createMediaIcon(
7901
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7901
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7902
7902
  /* @__PURE__ */ jsx(
7903
7903
  "rect",
7904
7904
  {
@@ -7917,7 +7917,7 @@ const PSDIcon = createMediaIcon(
7917
7917
  { displayName: "PSDIcon" }
7918
7918
  );
7919
7919
  const AIFormatIcon = createMediaIcon(
7920
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7920
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7921
7921
  /* @__PURE__ */ jsx(
7922
7922
  "rect",
7923
7923
  {
@@ -7936,7 +7936,7 @@ const AIFormatIcon = createMediaIcon(
7936
7936
  { displayName: "AIFormatIcon" }
7937
7937
  );
7938
7938
  const PRPROJIcon = createMediaIcon(
7939
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7939
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7940
7940
  /* @__PURE__ */ jsx(
7941
7941
  "rect",
7942
7942
  {
@@ -7955,7 +7955,7 @@ const PRPROJIcon = createMediaIcon(
7955
7955
  { displayName: "PRPROJIcon" }
7956
7956
  );
7957
7957
  const AEPIcon = createMediaIcon(
7958
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7958
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7959
7959
  /* @__PURE__ */ jsx(
7960
7960
  "rect",
7961
7961
  {
@@ -8134,7 +8134,7 @@ const _FormatIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
8134
8134
  WebPIcon
8135
8135
  }, Symbol.toStringTag, { value: "Module" }));
8136
8136
  const AudioHeadphonesIcon = createMediaIcon(
8137
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8137
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8138
8138
  /* @__PURE__ */ jsx("path", { d: "M5 12c0-4 3-7 7-7s7 3 7 7", stroke: color, strokeWidth: "2", fill: "none" }),
8139
8139
  /* @__PURE__ */ jsx(
8140
8140
  "rect",
@@ -8642,7 +8642,7 @@ const DesktopMonitorIcon = createMediaIcon(
8642
8642
  { displayName: "DesktopMonitorIcon" }
8643
8643
  );
8644
8644
  const CurvedMonitorIcon = createMediaIcon(
8645
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8645
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8646
8646
  /* @__PURE__ */ jsx(
8647
8647
  "path",
8648
8648
  {
@@ -8740,7 +8740,7 @@ const TabletDeviceIcon = createMediaIcon(
8740
8740
  { displayName: "TabletDeviceIcon" }
8741
8741
  );
8742
8742
  const EReaderIcon = createMediaIcon(
8743
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8743
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8744
8744
  /* @__PURE__ */ jsx(
8745
8745
  "rect",
8746
8746
  {