@nice2dev/icons-tech 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 CHANGED
@@ -174,7 +174,7 @@ const iconDefaults = {
174
174
  animationDuration: "normal"
175
175
  };
176
176
  const TerminalIcon = createTechIcon(
177
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
177
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
178
178
  /* @__PURE__ */ jsxRuntime.jsx(
179
179
  "rect",
180
180
  {
@@ -212,7 +212,7 @@ const TerminalIcon = createTechIcon(
212
212
  { displayName: "TerminalIcon" }
213
213
  );
214
214
  const CodeIcon = createTechIcon(
215
- ({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
215
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
216
216
  /* @__PURE__ */ jsxRuntime.jsx(
217
217
  "path",
218
218
  {
@@ -352,7 +352,7 @@ const GitMergeIcon = createTechIcon(
352
352
  { displayName: "GitMergeIcon" }
353
353
  );
354
354
  const BugIcon$1 = createTechIcon(
355
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
355
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
356
356
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 8V5a4 4 0 118 0v3", fill: "none", stroke: color, strokeWidth: "2" }),
357
357
  /* @__PURE__ */ jsxRuntime.jsx(
358
358
  "ellipse",
@@ -480,7 +480,7 @@ const APIIcon$1 = createTechIcon(
480
480
  { displayName: "APIIcon" }
481
481
  );
482
482
  const JSONIcon = createTechIcon(
483
- ({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
483
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
484
484
  /* @__PURE__ */ jsxRuntime.jsx(
485
485
  "path",
486
486
  {
@@ -598,7 +598,7 @@ const PackageIcon = createTechIcon(
598
598
  { displayName: "PackageIcon" }
599
599
  );
600
600
  const BuildIcon$1 = createTechIcon(
601
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
601
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
602
602
  "path",
603
603
  {
604
604
  d: "M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z",
@@ -863,7 +863,7 @@ const LambdaIcon = createTechIcon(
863
863
  { displayName: "LambdaIcon" }
864
864
  );
865
865
  const S3BucketIcon = createTechIcon(
866
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
866
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
867
867
  /* @__PURE__ */ jsxRuntime.jsx(
868
868
  "path",
869
869
  {
@@ -2090,7 +2090,7 @@ const PromiseIcon = createTechIcon(
2090
2090
  { displayName: "PromiseIcon" }
2091
2091
  );
2092
2092
  const StreamIcon = createTechIcon(
2093
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2093
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2094
2094
  /* @__PURE__ */ jsxRuntime.jsx(
2095
2095
  "path",
2096
2096
  {
@@ -2313,7 +2313,7 @@ const KeyIcon = createTechIcon(
2313
2313
  { displayName: "KeyIcon" }
2314
2314
  );
2315
2315
  const FingerprintIcon = createTechIcon(
2316
- ({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2316
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2317
2317
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 12a10 10 0 0110-10", stroke: color, strokeWidth: "2", fill: "none" }),
2318
2318
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 16a8 8 0 018-8", stroke: color, strokeWidth: "2", fill: "none" }),
2319
2319
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 20a6 6 0 016-6", stroke: color, strokeWidth: "2", fill: "none" }),
@@ -2379,7 +2379,7 @@ const OAuthIcon = createTechIcon(
2379
2379
  { displayName: "OAuthIcon" }
2380
2380
  );
2381
2381
  const JWTIcon = createTechIcon(
2382
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2382
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2383
2383
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "6", width: "18", height: "4", fill: color, opacity: "0.6" }),
2384
2384
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "10", width: "18", height: "4", fill: accentColor || color, opacity: "0.4" }),
2385
2385
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "14", width: "18", height: "4", fill: color, opacity: "0.6" }),
@@ -2468,7 +2468,7 @@ const CertificateIcon = createTechIcon(
2468
2468
  { displayName: "CertificateIcon" }
2469
2469
  );
2470
2470
  const HashIcon = createTechIcon(
2471
- ({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
2471
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
2472
2472
  "path",
2473
2473
  {
2474
2474
  d: "M4 9h16M4 15h16M10 3v18M14 3v18",
@@ -2499,7 +2499,7 @@ const PrivateKeyIcon = createTechIcon(
2499
2499
  { displayName: "PrivateKeyIcon" }
2500
2500
  );
2501
2501
  const PublicKeyIcon = createTechIcon(
2502
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2502
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2503
2503
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "4", fill: "none", stroke: color, strokeWidth: "2" }),
2504
2504
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "1.5", fill: color }),
2505
2505
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 11l9 9", stroke: color, strokeWidth: "2" }),
@@ -2537,7 +2537,7 @@ const MalwareIcon = createTechIcon(
2537
2537
  { displayName: "MalwareIcon" }
2538
2538
  );
2539
2539
  const VirusIcon = createTechIcon(
2540
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2540
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2541
2541
  /* @__PURE__ */ jsxRuntime.jsx(
2542
2542
  "circle",
2543
2543
  {
@@ -2562,7 +2562,7 @@ const VirusIcon = createTechIcon(
2562
2562
  { displayName: "VirusIcon" }
2563
2563
  );
2564
2564
  const PhishingIcon = createTechIcon(
2565
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2565
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2566
2566
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 2v10", stroke: color, strokeWidth: "2" }),
2567
2567
  /* @__PURE__ */ jsxRuntime.jsx(
2568
2568
  "path",
@@ -2617,7 +2617,7 @@ const DDoSIcon = createTechIcon(
2617
2617
  { displayName: "DDoSIcon" }
2618
2618
  );
2619
2619
  const FirewallSecIcon = createTechIcon(
2620
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2620
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2621
2621
  /* @__PURE__ */ jsxRuntime.jsx(
2622
2622
  "rect",
2623
2623
  {
@@ -2720,7 +2720,7 @@ const FirewallSecIcon = createTechIcon(
2720
2720
  { displayName: "FirewallSecIcon" }
2721
2721
  );
2722
2722
  const IntrusionDetectionIcon = createTechIcon(
2723
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2723
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2724
2724
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
2725
2725
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "5", fill: "none", stroke: color, strokeWidth: "1.5" }),
2726
2726
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "1", fill: accentColor || "#a00" }),
@@ -2730,7 +2730,7 @@ const IntrusionDetectionIcon = createTechIcon(
2730
2730
  { displayName: "IntrusionDetectionIcon" }
2731
2731
  );
2732
2732
  const RBACIcon = createTechIcon(
2733
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2733
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2734
2734
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: color }),
2735
2735
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "6", r: "2", fill: color }),
2736
2736
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: color }),
@@ -2923,7 +2923,7 @@ const VPNIcon = createTechIcon(
2923
2923
  { displayName: "VPNIcon" }
2924
2924
  );
2925
2925
  const ZeroTrustIcon = createTechIcon(
2926
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2926
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2927
2927
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
2928
2928
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "6", y: "16", fontSize: "10", fontWeight: "bold", fill: color, children: "0" }),
2929
2929
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 8l4 4-4 4", stroke: accentColor || color, strokeWidth: "2", fill: "none" }),
@@ -2983,7 +2983,7 @@ const _SecurityIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defi
2983
2983
  ZeroTrustIcon
2984
2984
  }, Symbol.toStringTag, { value: "Module" }));
2985
2985
  const NeuralNetworkIcon = createTechIcon(
2986
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2986
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2987
2987
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "6", r: "2", fill: color }),
2988
2988
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "12", r: "2", fill: color }),
2989
2989
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "18", r: "2", fill: color }),
@@ -3006,7 +3006,7 @@ const NeuralNetworkIcon = createTechIcon(
3006
3006
  { displayName: "NeuralNetworkIcon" }
3007
3007
  );
3008
3008
  const DeepLearningIcon = createTechIcon(
3009
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3009
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3010
3010
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "4", width: "4", height: "16", rx: "1", fill: color, opacity: "0.4" }),
3011
3011
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "7", y: "4", width: "4", height: "16", rx: "1", fill: color, opacity: "0.5" }),
3012
3012
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12", y: "4", width: "4", height: "16", rx: "1", fill: accentColor || color, opacity: "0.6" }),
@@ -3082,7 +3082,7 @@ const TransformerIcon = createTechIcon(
3082
3082
  { displayName: "TransformerIcon" }
3083
3083
  );
3084
3084
  const CNNIcon = createTechIcon(
3085
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3085
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3086
3086
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "6", width: "8", height: "8", fill: "none", stroke: color, strokeWidth: "2" }),
3087
3087
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "8", width: "3", height: "3", fill: accentColor || color, opacity: "0.6" }),
3088
3088
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12", y: "4", width: "4", height: "4", fill: color, opacity: "0.4" }),
@@ -3184,7 +3184,7 @@ const DecisionTreeIcon = createTechIcon(
3184
3184
  { displayName: "DecisionTreeIcon" }
3185
3185
  );
3186
3186
  const RandomForestIcon = createTechIcon(
3187
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3187
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3188
3188
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 12L6 8L4 10L6 6L8 10L6 8", stroke: color, strokeWidth: "1.5", fill: "none" }),
3189
3189
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "5", y: "12", width: "2", height: "4", fill: color }),
3190
3190
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -3204,7 +3204,7 @@ const RandomForestIcon = createTechIcon(
3204
3204
  { displayName: "RandomForestIcon" }
3205
3205
  );
3206
3206
  const ClusteringIcon = createTechIcon(
3207
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3207
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3208
3208
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "1.5", fill: color }),
3209
3209
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "6", r: "1.5", fill: color }),
3210
3210
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "5", cy: "5", r: "1.5", fill: color }),
@@ -3220,7 +3220,7 @@ const ClusteringIcon = createTechIcon(
3220
3220
  { displayName: "ClusteringIcon" }
3221
3221
  );
3222
3222
  const RegressionIcon = createTechIcon(
3223
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3223
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3224
3224
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 20V4M4 20h16", stroke: color, strokeWidth: "2" }),
3225
3225
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "16", r: "1.5", fill: color }),
3226
3226
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "9", cy: "14", r: "1.5", fill: color }),
@@ -3232,7 +3232,7 @@ const RegressionIcon = createTechIcon(
3232
3232
  { displayName: "RegressionIcon" }
3233
3233
  );
3234
3234
  const ClassificationIcon = createTechIcon(
3235
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3235
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3236
3236
  /* @__PURE__ */ jsxRuntime.jsx(
3237
3237
  "path",
3238
3238
  {
@@ -3253,7 +3253,7 @@ const ClassificationIcon = createTechIcon(
3253
3253
  { displayName: "ClassificationIcon" }
3254
3254
  );
3255
3255
  const KMeansIcon = createTechIcon(
3256
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3256
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3257
3257
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "2", fill: "none", stroke: color, strokeWidth: "2" }),
3258
3258
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "8", r: "2", fill: "none", stroke: accentColor || color, strokeWidth: "2" }),
3259
3259
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: "none", stroke: color, strokeWidth: "2" }),
@@ -3267,7 +3267,7 @@ const KMeansIcon = createTechIcon(
3267
3267
  { displayName: "KMeansIcon" }
3268
3268
  );
3269
3269
  const SVMIcon = createTechIcon(
3270
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3270
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3271
3271
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20 4L4 20", stroke: accentColor || color, strokeWidth: "2" }),
3272
3272
  /* @__PURE__ */ jsxRuntime.jsx(
3273
3273
  "path",
@@ -3531,7 +3531,7 @@ const DatasetIcon = createTechIcon(
3531
3531
  { displayName: "DatasetIcon" }
3532
3532
  );
3533
3533
  const FeatureEngineeringIcon = createTechIcon(
3534
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3534
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3535
3535
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "8", width: "6", height: "8", fill: color, opacity: "0.4" }),
3536
3536
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 12h3l2-4l2 8l2-4h3", stroke: accentColor || color, strokeWidth: "2", fill: "none" }),
3537
3537
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "16", y: "8", width: "6", height: "8", fill: accentColor || color, opacity: "0.6" })
@@ -3539,7 +3539,7 @@ const FeatureEngineeringIcon = createTechIcon(
3539
3539
  { displayName: "FeatureEngineeringIcon" }
3540
3540
  );
3541
3541
  const HyperparameterIcon = createTechIcon(
3542
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3542
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3543
3543
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 6h16", stroke: color, strokeWidth: "2" }),
3544
3544
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "6", r: "2", fill: accentColor || color }),
3545
3545
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 12h16", stroke: color, strokeWidth: "2" }),
@@ -3550,7 +3550,7 @@ const HyperparameterIcon = createTechIcon(
3550
3550
  { displayName: "HyperparameterIcon" }
3551
3551
  );
3552
3552
  const CrossValidationIcon = createTechIcon(
3553
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3553
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3554
3554
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "3", fill: accentColor || color }),
3555
3555
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "8", width: "16", height: "3", fill: color, opacity: "0.7" }),
3556
3556
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "12", width: "16", height: "3", fill: color, opacity: "0.5" }),
@@ -3560,7 +3560,7 @@ const CrossValidationIcon = createTechIcon(
3560
3560
  { displayName: "CrossValidationIcon" }
3561
3561
  );
3562
3562
  const EmbeddingIcon = createTechIcon(
3563
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3563
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3564
3564
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "1.5", fill: color }),
3565
3565
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "12", r: "1.5", fill: color }),
3566
3566
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "1.5", fill: color }),
@@ -3651,7 +3651,7 @@ const _AIMLIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePr
3651
3651
  TransformerIcon
3652
3652
  }, Symbol.toStringTag, { value: "Module" }));
3653
3653
  const ReactIcon = createTechIcon(
3654
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3654
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3655
3655
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2.5", fill: accentColor || color }),
3656
3656
  /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "12", cy: "12", rx: "9", ry: "4", fill: "none", stroke: color, strokeWidth: "1.5" }),
3657
3657
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -3723,7 +3723,7 @@ const VueIcon = createTechIcon(
3723
3723
  { displayName: "VueIcon" }
3724
3724
  );
3725
3725
  const SvelteIcon = createTechIcon(
3726
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3726
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3727
3727
  /* @__PURE__ */ jsxRuntime.jsx(
3728
3728
  "path",
3729
3729
  {
@@ -3822,7 +3822,7 @@ const GatsbyIcon = createTechIcon(
3822
3822
  { displayName: "GatsbyIcon" }
3823
3823
  );
3824
3824
  const SolidJSIcon = createTechIcon(
3825
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3825
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
3826
3826
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 8c0-2 2-4 6-4 3 0 5 1 6 3l-6 3-6-2z", fill: accentColor || color, opacity: "0.7" }),
3827
3827
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 16c0 2 2 4 6 4 3 0 5-1 6-3l-6-3-6 2z", fill: color, opacity: "0.9" }),
3828
3828
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18 8l-6 4 6 4", fill: "none", stroke: color, strokeWidth: "1.5" })
@@ -4063,7 +4063,7 @@ const DotNetIcon = createTechIcon(
4063
4063
  { displayName: "DotNetIcon" }
4064
4064
  );
4065
4065
  const LaravelIcon = createTechIcon(
4066
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4066
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4067
4067
  /* @__PURE__ */ jsxRuntime.jsx(
4068
4068
  "path",
4069
4069
  {
@@ -4132,7 +4132,7 @@ const GoIcon = createTechIcon(
4132
4132
  { displayName: "GoIcon" }
4133
4133
  );
4134
4134
  const TailwindIcon = createTechIcon(
4135
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4135
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4136
4136
  /* @__PURE__ */ jsxRuntime.jsx(
4137
4137
  "path",
4138
4138
  {
@@ -4552,7 +4552,7 @@ const StateIcon = createTechIcon(
4552
4552
  { displayName: "StateIcon" }
4553
4553
  );
4554
4554
  const CSSGridIcon = createTechIcon(
4555
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4555
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4556
4556
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
4557
4557
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 10h16M4 16h16M10 4v16M16 4v16", stroke: color, strokeWidth: "1" }),
4558
4558
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "6", height: "6", fill: accentColor || color, opacity: "0.4" }),
@@ -4561,7 +4561,7 @@ const CSSGridIcon = createTechIcon(
4561
4561
  { displayName: "CSSGridIcon" }
4562
4562
  );
4563
4563
  const FlexboxIcon = createTechIcon(
4564
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4564
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4565
4565
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "6", width: "16", height: "12", fill: "none", stroke: color, strokeWidth: "2" }),
4566
4566
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "8", width: "3", height: "8", fill: accentColor || color, opacity: "0.6" }),
4567
4567
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "10", y: "10", width: "3", height: "4", fill: accentColor || color, opacity: "0.6" }),
@@ -4830,7 +4830,7 @@ const CookieIcon = createTechIcon(
4830
4830
  { displayName: "CookieIcon" }
4831
4831
  );
4832
4832
  const PerformanceIcon = createTechIcon(
4833
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4833
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4834
4834
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
4835
4835
  /* @__PURE__ */ jsxRuntime.jsx(
4836
4836
  "path",
@@ -4923,7 +4923,7 @@ const CacheIcon$1 = createTechIcon(
4923
4923
  { displayName: "CacheIcon" }
4924
4924
  );
4925
4925
  const CDNIcon$1 = createTechIcon(
4926
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4926
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4927
4927
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
4928
4928
  /* @__PURE__ */ jsxRuntime.jsx(
4929
4929
  "ellipse",
@@ -4946,7 +4946,7 @@ const CDNIcon$1 = createTechIcon(
4946
4946
  { displayName: "CDNIcon" }
4947
4947
  );
4948
4948
  const SEOIcon = createTechIcon(
4949
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4949
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
4950
4950
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "10", cy: "10", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
4951
4951
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 14l6 6", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
4952
4952
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 12l3-4 2 2 3-4", fill: "none", stroke: accentColor || color, strokeWidth: "1.5" })
@@ -5009,7 +5009,7 @@ const BundleIcon = createTechIcon(
5009
5009
  { displayName: "BundleIcon" }
5010
5010
  );
5011
5011
  const MinifyIcon = createTechIcon(
5012
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5012
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5013
5013
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "6", width: "8", height: "12", fill: color, opacity: "0.3" }),
5014
5014
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 12h4", stroke: color, strokeWidth: "1.5" }),
5015
5015
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 10l2 2-2 2", fill: "none", stroke: color, strokeWidth: "1.5" }),
@@ -5234,7 +5234,7 @@ const KotlinIcon = createTechIcon(
5234
5234
  { displayName: "KotlinIcon" }
5235
5235
  );
5236
5236
  const FlutterIcon = createTechIcon(
5237
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5237
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5238
5238
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 2L4 12l4 4 10-10z", fill: color, opacity: "0.9" }),
5239
5239
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 12L4 22l4-4 10 0z", fill: accentColor || color, opacity: "0.8" }),
5240
5240
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 16l6-4-6 10z", fill: color, opacity: "0.6" })
@@ -5242,7 +5242,7 @@ const FlutterIcon = createTechIcon(
5242
5242
  { displayName: "FlutterIcon" }
5243
5243
  );
5244
5244
  const ReactNativeIcon = createTechIcon(
5245
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5245
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5246
5246
  /* @__PURE__ */ jsxRuntime.jsx(
5247
5247
  "rect",
5248
5248
  {
@@ -5588,7 +5588,7 @@ const GesturesIcon = createTechIcon(
5588
5588
  { displayName: "GesturesIcon" }
5589
5589
  );
5590
5590
  const TouchIDIcon = createTechIcon(
5591
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5591
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5592
5592
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 6c-3 0-6 2-6 6s3 6 6 6", fill: "none", stroke: color, strokeWidth: "1.5" }),
5593
5593
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 8c-2 0-4 1.5-4 4s2 4 4 4", fill: "none", stroke: color, strokeWidth: "1.5" }),
5594
5594
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -5606,7 +5606,7 @@ const TouchIDIcon = createTechIcon(
5606
5606
  { displayName: "TouchIDIcon" }
5607
5607
  );
5608
5608
  const FaceIDIcon = createTechIcon(
5609
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5609
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
5610
5610
  /* @__PURE__ */ jsxRuntime.jsx(
5611
5611
  "path",
5612
5612
  {
@@ -6060,7 +6060,7 @@ const _MobileIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
6060
6060
  iOSIcon
6061
6061
  }, Symbol.toStringTag, { value: "Module" }));
6062
6062
  const TestPassedIcon = createTechIcon(
6063
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6063
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6064
6064
  /* @__PURE__ */ jsxRuntime.jsx(
6065
6065
  "circle",
6066
6066
  {
@@ -6088,7 +6088,7 @@ const TestPassedIcon = createTechIcon(
6088
6088
  { displayName: "TestPassedIcon" }
6089
6089
  );
6090
6090
  const TestFailedIcon = createTechIcon(
6091
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6091
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6092
6092
  /* @__PURE__ */ jsxRuntime.jsx(
6093
6093
  "circle",
6094
6094
  {
@@ -6114,7 +6114,7 @@ const TestFailedIcon = createTechIcon(
6114
6114
  { displayName: "TestFailedIcon" }
6115
6115
  );
6116
6116
  const TestSkippedIcon = createTechIcon(
6117
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6117
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6118
6118
  /* @__PURE__ */ jsxRuntime.jsx(
6119
6119
  "circle",
6120
6120
  {
@@ -6140,7 +6140,7 @@ const TestSkippedIcon = createTechIcon(
6140
6140
  { displayName: "TestSkippedIcon" }
6141
6141
  );
6142
6142
  const TestPendingIcon = createTechIcon(
6143
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6143
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6144
6144
  /* @__PURE__ */ jsxRuntime.jsx(
6145
6145
  "circle",
6146
6146
  {
@@ -6160,7 +6160,7 @@ const TestPendingIcon = createTechIcon(
6160
6160
  { displayName: "TestPendingIcon" }
6161
6161
  );
6162
6162
  const TestFlakyIcon = createTechIcon(
6163
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6163
+ ({ color: _color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6164
6164
  /* @__PURE__ */ jsxRuntime.jsx(
6165
6165
  "circle",
6166
6166
  {
@@ -6259,7 +6259,7 @@ const IntegrationTestIcon = createTechIcon(
6259
6259
  { displayName: "IntegrationTestIcon" }
6260
6260
  );
6261
6261
  const E2ETestIcon = createTechIcon(
6262
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6262
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6263
6263
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "12", r: "2", fill: accentColor || color }),
6264
6264
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "8", y: "10", width: "3", height: "4", fill: color, opacity: "0.6" }),
6265
6265
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "13", y: "10", width: "3", height: "4", fill: color, opacity: "0.6" }),
@@ -6270,7 +6270,7 @@ const E2ETestIcon = createTechIcon(
6270
6270
  { displayName: "E2ETestIcon" }
6271
6271
  );
6272
6272
  const PerformanceTestIcon = createTechIcon(
6273
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6273
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6274
6274
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 14a10 10 0 0 1 20 0", fill: "none", stroke: color, strokeWidth: "2" }),
6275
6275
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 14l4-6", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
6276
6276
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "14", r: "2", fill: color }),
@@ -6366,7 +6366,7 @@ const A11yTestIcon = createTechIcon(
6366
6366
  { displayName: "A11yTestIcon" }
6367
6367
  );
6368
6368
  const VisualRegressionIcon = createTechIcon(
6369
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6369
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6370
6370
  /* @__PURE__ */ jsxRuntime.jsx(
6371
6371
  "rect",
6372
6372
  {
@@ -6424,7 +6424,7 @@ const SmokeTestIcon = createTechIcon(
6424
6424
  { displayName: "SmokeTestIcon" }
6425
6425
  );
6426
6426
  const RegressionTestIcon = createTechIcon(
6427
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6427
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6428
6428
  /* @__PURE__ */ jsxRuntime.jsx(
6429
6429
  "path",
6430
6430
  {
@@ -6569,7 +6569,7 @@ const MochaIcon = createTechIcon(
6569
6569
  { displayName: "MochaIcon" }
6570
6570
  );
6571
6571
  const VitestIcon = createTechIcon(
6572
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6572
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6573
6573
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 6l8 12 8-12", fill: "none", stroke: color, strokeWidth: "2.5" }),
6574
6574
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 10l2 3 4-5", stroke: accentColor || "#22c55e", strokeWidth: "2", fill: "none" })
6575
6575
  ] }),
@@ -6604,7 +6604,7 @@ const TestingLibraryIcon = createTechIcon(
6604
6604
  { displayName: "TestingLibraryIcon" }
6605
6605
  );
6606
6606
  const TestCoverageIcon = createTechIcon(
6607
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6607
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6608
6608
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
6609
6609
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 4a8 8 0 0 1 8 8h-8z", fill: accentColor || "#22c55e" }),
6610
6610
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "8", y: "20", fontSize: "5", fill: color, children: "85%" })
@@ -6652,7 +6652,7 @@ const TestReportIcon = createTechIcon(
6652
6652
  { displayName: "TestReportIcon" }
6653
6653
  );
6654
6654
  const BugIcon = createTechIcon(
6655
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6655
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6656
6656
  /* @__PURE__ */ jsxRuntime.jsx(
6657
6657
  "ellipse",
6658
6658
  {
@@ -6915,7 +6915,7 @@ const _TestingIcons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
6915
6915
  VitestIcon
6916
6916
  }, Symbol.toStringTag, { value: "Module" }));
6917
6917
  const PipelineIcon = createTechIcon(
6918
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6918
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6919
6919
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "12", r: "2", fill: accentColor || "#22c55e" }),
6920
6920
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "8", y: "10", width: "4", height: "4", fill: color, opacity: "0.8" }),
6921
6921
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "14", y: "10", width: "4", height: "4", fill: color, opacity: "0.8" }),
@@ -6985,7 +6985,7 @@ const ReleaseIcon = createTechIcon(
6985
6985
  { displayName: "ReleaseIcon" }
6986
6986
  );
6987
6987
  const RollbackIcon = createTechIcon(
6988
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6988
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
6989
6989
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 12a8 8 0 1 1 2 5", fill: "none", stroke: color, strokeWidth: "2" }),
6990
6990
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 12V6M4 12h6", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
6991
6991
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "10", y: "14", fontSize: "5", fill: accentColor || color, children: "v0" })
@@ -7013,7 +7013,7 @@ const StagingIcon = createTechIcon(
7013
7013
  { displayName: "StagingIcon" }
7014
7014
  );
7015
7015
  const ProductionIcon = createTechIcon(
7016
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7016
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7017
7017
  /* @__PURE__ */ jsxRuntime.jsx(
7018
7018
  "rect",
7019
7019
  {
@@ -7234,7 +7234,7 @@ const DroneCIIcon = createTechIcon(
7234
7234
  { displayName: "DroneCIIcon" }
7235
7235
  );
7236
7236
  const TerraformIcon = createTechIcon(
7237
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7237
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7238
7238
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "6", height: "6", fill: accentColor || color, opacity: "0.6" }),
7239
7239
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "12", width: "6", height: "6", fill: color, opacity: "0.8" }),
7240
7240
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12", y: "8", width: "6", height: "6", fill: color, opacity: "0.9" })
@@ -7284,7 +7284,7 @@ const PulumiIcon = createTechIcon(
7284
7284
  { displayName: "PulumiIcon" }
7285
7285
  );
7286
7286
  const HelmIcon = createTechIcon(
7287
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7287
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7288
7288
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
7289
7289
  /* @__PURE__ */ jsxRuntime.jsx(
7290
7290
  "circle",
@@ -7437,7 +7437,7 @@ const NewRelicIcon = createTechIcon(
7437
7437
  { displayName: "NewRelicIcon" }
7438
7438
  );
7439
7439
  const SentryIcon = createTechIcon(
7440
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7440
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7441
7441
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 18L12 4l8 14", fill: "none", stroke: color, strokeWidth: "2" }),
7442
7442
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 18L12 10l4 8", fill: "none", stroke: accentColor || color, strokeWidth: "2" }),
7443
7443
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "14", r: "2", fill: color })
@@ -7445,7 +7445,7 @@ const SentryIcon = createTechIcon(
7445
7445
  { displayName: "SentryIcon" }
7446
7446
  );
7447
7447
  const ELKIcon = createTechIcon(
7448
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7448
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7449
7449
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "4", rx: "1", fill: color, opacity: "0.5" }),
7450
7450
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "10", width: "16", height: "4", rx: "1", fill: color, opacity: "0.7" }),
7451
7451
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "16", width: "16", height: "4", rx: "1", fill: accentColor || color, opacity: "0.9" }),
@@ -7493,7 +7493,7 @@ const GitOpsIcon = createTechIcon(
7493
7493
  { displayName: "GitOpsIcon" }
7494
7494
  );
7495
7495
  const IaCIcon = createTechIcon(
7496
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7496
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7497
7497
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 6L4 12l4 6M16 6l4 6-4 6", stroke: color, strokeWidth: "2", fill: "none" }),
7498
7498
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "10", y: "9", width: "4", height: "6", rx: "1", fill: accentColor || color, opacity: "0.6" }),
7499
7499
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "11", r: "0.5", fill: "#fff" })
@@ -7501,7 +7501,7 @@ const IaCIcon = createTechIcon(
7501
7501
  { displayName: "IaCIcon" }
7502
7502
  );
7503
7503
  const BlueGreenIcon = createTechIcon(
7504
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7504
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7505
7505
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "6", width: "6", height: "12", rx: "1", fill: "#3b82f6", opacity: "0.8" }),
7506
7506
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "14", y: "6", width: "6", height: "12", rx: "1", fill: "#22c55e", opacity: "0.8" }),
7507
7507
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 10h4M14 10l-2-2M14 10l-2 2", stroke: color, strokeWidth: "1.5", fill: "none" }),
@@ -7550,7 +7550,7 @@ const FeatureFlagIcon = createTechIcon(
7550
7550
  { displayName: "FeatureFlagIcon" }
7551
7551
  );
7552
7552
  const ServiceMeshIcon = createTechIcon(
7553
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7553
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7554
7554
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: color }),
7555
7555
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: color }),
7556
7556
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "2", fill: color }),
@@ -7820,7 +7820,7 @@ const DynamoDBIcon = createTechIcon(
7820
7820
  { displayName: "DynamoDBIcon" }
7821
7821
  );
7822
7822
  const CouchDBIcon = createTechIcon(
7823
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7823
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
7824
7824
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 16h16v2H4z", fill: color }),
7825
7825
  /* @__PURE__ */ jsxRuntime.jsx(
7826
7826
  "path",
@@ -7945,7 +7945,7 @@ const PlanetScaleIcon = createTechIcon(
7945
7945
  { displayName: "PlanetScaleIcon" }
7946
7946
  );
7947
7947
  const FaunaIcon = createTechIcon(
7948
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
7948
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
7949
7949
  "path",
7950
7950
  {
7951
7951
  d: "M12 2c-6 4-8 10-6 16 4-2 10-4 14-10-2 6-6 8-10 10 8-2 10-8 10-14-4 4-8 6-8 6 0-4-2-6 0-8z",
@@ -8102,7 +8102,7 @@ const ReplicationIcon = createTechIcon(
8102
8102
  { displayName: "ReplicationIcon" }
8103
8103
  );
8104
8104
  const ShardingIcon = createTechIcon(
8105
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8105
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8106
8106
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "6", height: "8", fill: color, opacity: "0.6" }),
8107
8107
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "10", y: "4", width: "6", height: "8", fill: accentColor || color, opacity: "0.6" }),
8108
8108
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "16", y: "4", width: "4", height: "8", fill: color, opacity: "0.6" }),
@@ -8142,7 +8142,7 @@ const IndexIcon = createTechIcon(
8142
8142
  { displayName: "IndexIcon" }
8143
8143
  );
8144
8144
  const QueryIcon = createTechIcon(
8145
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8145
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8146
8146
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "10", cy: "10", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
8147
8147
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 14l6 6", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
8148
8148
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "7", y: "12", fontSize: "5", fill: accentColor || color, children: "?" })
@@ -8150,7 +8150,7 @@ const QueryIcon = createTechIcon(
8150
8150
  { displayName: "QueryIcon" }
8151
8151
  );
8152
8152
  const TransactionIcon = createTechIcon(
8153
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8153
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8154
8154
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
8155
8155
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 8h8M12 8v8", stroke: accentColor || color, strokeWidth: "2" }),
8156
8156
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16 14l2 2 3-4", stroke: "#22c55e", strokeWidth: "1.5", fill: "none" })
@@ -8272,7 +8272,7 @@ const DataWarehouseIcon = createTechIcon(
8272
8272
  { displayName: "DataWarehouseIcon" }
8273
8273
  );
8274
8274
  const ETLIcon = createTechIcon(
8275
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8275
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8276
8276
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "8", width: "4", height: "6", fill: color, opacity: "0.6" }),
8277
8277
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "11", r: "3", fill: "none", stroke: accentColor || color, strokeWidth: "1.5" }),
8278
8278
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -8289,7 +8289,7 @@ const ETLIcon = createTechIcon(
8289
8289
  { displayName: "ETLIcon" }
8290
8290
  );
8291
8291
  const SnowflakeIcon = createTechIcon(
8292
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8292
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8293
8293
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 2v20M2 12h20M5 5l14 14M19 5L5 19", stroke: color, strokeWidth: "1.5" }),
8294
8294
  /* @__PURE__ */ jsxRuntime.jsx(
8295
8295
  "path",
@@ -8359,7 +8359,7 @@ const RedshiftIcon = createTechIcon(
8359
8359
  { displayName: "RedshiftIcon" }
8360
8360
  );
8361
8361
  const DatabricksIcon = createTechIcon(
8362
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8362
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8363
8363
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "6", height: "4", fill: color, opacity: "0.6" }),
8364
8364
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12", y: "4", width: "8", height: "4", fill: color, opacity: "0.6" }),
8365
8365
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "10", width: "8", height: "4", fill: accentColor || color, opacity: "0.7" }),
@@ -8751,7 +8751,7 @@ const LoadBalancerIcon = createTechIcon(
8751
8751
  { displayName: "LoadBalancerIcon" }
8752
8752
  );
8753
8753
  const GatewayIcon = createTechIcon(
8754
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8754
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8755
8755
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 20V8a8 8 0 0 1 16 0v12", fill: "none", stroke: color, strokeWidth: "2" }),
8756
8756
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 20V12M12 20V10M16 20V12", stroke: color, strokeWidth: "1.5" }),
8757
8757
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "6", r: "2", fill: accentColor || color })
@@ -8780,7 +8780,7 @@ const ProxyIcon = createTechIcon(
8780
8780
  { displayName: "ProxyIcon" }
8781
8781
  );
8782
8782
  const WiFiIcon = createTechIcon(
8783
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8783
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8784
8784
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z", fill: color }),
8785
8785
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 14c3-3 9-3 12 0", fill: "none", stroke: color, strokeWidth: "2" }),
8786
8786
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 10c5-5 15-5 20 0", fill: "none", stroke: accentColor || color, strokeWidth: "2" })
@@ -8788,7 +8788,7 @@ const WiFiIcon = createTechIcon(
8788
8788
  { displayName: "WiFiIcon" }
8789
8789
  );
8790
8790
  const BluetoothIcon = createTechIcon(
8791
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
8791
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
8792
8792
  "path",
8793
8793
  {
8794
8794
  d: "M6 6l12 12M6 18l6-6V2l6 6-6 6-6-6 6-6",
@@ -8829,7 +8829,7 @@ const EthernetIcon = createTechIcon(
8829
8829
  { displayName: "EthernetIcon" }
8830
8830
  );
8831
8831
  const CellularIcon = createTechIcon(
8832
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8832
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8833
8833
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "16", width: "3", height: "4", fill: color }),
8834
8834
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "8", y: "12", width: "3", height: "8", fill: color }),
8835
8835
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "12", y: "8", width: "3", height: "12", fill: accentColor || color }),
@@ -8886,7 +8886,7 @@ const IPAddressIcon = createTechIcon(
8886
8886
  { displayName: "IPAddressIcon" }
8887
8887
  );
8888
8888
  const SubnetIcon = createTechIcon(
8889
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8889
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8890
8890
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
8891
8891
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 12h16M12 4v16", stroke: color, strokeWidth: "1", strokeDasharray: "2 2" }),
8892
8892
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "1.5", fill: accentColor || color }),
@@ -8941,7 +8941,7 @@ const BandwidthIcon = createTechIcon(
8941
8941
  { displayName: "BandwidthIcon" }
8942
8942
  );
8943
8943
  const LatencyIcon = createTechIcon(
8944
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8944
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
8945
8945
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
8946
8946
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 6v6l4 2", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
8947
8947
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "8", y: "22", fontSize: "4", fill: color, children: "ms" })
@@ -9713,7 +9713,7 @@ const CacheIcon = createTechIcon(
9713
9713
  { displayName: "CacheIcon" }
9714
9714
  );
9715
9715
  const CDNIcon = createTechIcon(
9716
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
9716
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
9717
9717
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "1.5" }),
9718
9718
  /* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "12", cy: "12", rx: "4", ry: "9", fill: "none", stroke: color, strokeWidth: "1" }),
9719
9719
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 12h18", stroke: color, strokeWidth: "1" }),
@@ -9786,7 +9786,7 @@ const SDKIcon = createTechIcon(
9786
9786
  { displayName: "SDKIcon" }
9787
9787
  );
9788
9788
  const WebhookIcon = createTechIcon(
9789
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
9789
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
9790
9790
  /* @__PURE__ */ jsxRuntime.jsx(
9791
9791
  "path",
9792
9792
  {
@@ -10197,7 +10197,7 @@ const JetBrainsIcon = createTechIcon(
10197
10197
  { displayName: "JetBrainsIcon" }
10198
10198
  );
10199
10199
  const VimIcon = createTechIcon(
10200
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10200
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10201
10201
  /* @__PURE__ */ jsxRuntime.jsx(
10202
10202
  "path",
10203
10203
  {
@@ -10214,7 +10214,7 @@ const VimIcon = createTechIcon(
10214
10214
  { displayName: "VimIcon" }
10215
10215
  );
10216
10216
  const SublimeIcon = createTechIcon(
10217
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
10217
+ ({ color, accentColor: _accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
10218
10218
  "path",
10219
10219
  {
10220
10220
  d: "M6 8c0-3 3-4 6-4s6 1 6 4c0 2-2 3-4 3H8c-2 0-4 2-4 4s3 5 8 5 8-2 8-5",
@@ -10347,7 +10347,7 @@ const GitIcon = createTechIcon(
10347
10347
  { displayName: "GitIcon" }
10348
10348
  );
10349
10349
  const GitHubIcon = createTechIcon(
10350
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
10350
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
10351
10351
  "path",
10352
10352
  {
10353
10353
  d: "M12 2C6.5 2 2 6.5 2 12c0 4.4 2.9 8.2 6.8 9.5.5.1.7-.2.7-.5v-1.7c-2.8.6-3.4-1.3-3.4-1.3-.5-1.1-1.1-1.4-1.1-1.4-.9-.6.1-.6.1-.6 1 .1 1.5 1 1.5 1 .9 1.5 2.3 1.1 2.9.8.1-.7.3-1.1.6-1.3-2.2-.3-4.6-1.1-4.6-5 0-1.1.4-2 1-2.7-.1-.2-.5-1.3.1-2.7 0 0 .8-.3 2.7 1 .8-.2 1.6-.3 2.4-.3s1.6.1 2.4.3c1.9-1.3 2.7-1 2.7-1 .6 1.4.2 2.5.1 2.7.6.7 1 1.6 1 2.7 0 3.9-2.4 4.7-4.6 5 .4.3.7.9.7 1.9v2.8c0 .3.2.6.7.5 4-1.3 6.8-5.1 6.8-9.5C22 6.5 17.5 2 12 2z",
@@ -10762,7 +10762,7 @@ const ESLintIcon = createTechIcon(
10762
10762
  { displayName: "ESLintIcon" }
10763
10763
  );
10764
10764
  const PrettierIcon = createTechIcon(
10765
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10765
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10766
10766
  /* @__PURE__ */ jsxRuntime.jsx(
10767
10767
  "path",
10768
10768
  {
@@ -10779,7 +10779,7 @@ const PrettierIcon = createTechIcon(
10779
10779
  { displayName: "PrettierIcon" }
10780
10780
  );
10781
10781
  const StyleLintIcon = createTechIcon(
10782
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10782
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10783
10783
  /* @__PURE__ */ jsxRuntime.jsx(
10784
10784
  "path",
10785
10785
  {
@@ -10832,7 +10832,7 @@ const DebuggerIcon = createTechIcon(
10832
10832
  { displayName: "DebuggerIcon" }
10833
10833
  );
10834
10834
  const BreakpointIcon = createTechIcon(
10835
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10835
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10836
10836
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "2", y: "8", fontSize: "5", fill: color, opacity: "0.5", children: "1" }),
10837
10837
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "2", y: "14", fontSize: "5", fill: color, opacity: "0.5", children: "2" }),
10838
10838
  /* @__PURE__ */ jsxRuntime.jsx("text", { x: "2", y: "20", fontSize: "5", fill: color, opacity: "0.5", children: "3" }),
@@ -10842,7 +10842,7 @@ const BreakpointIcon = createTechIcon(
10842
10842
  { displayName: "BreakpointIcon" }
10843
10843
  );
10844
10844
  const ProfilerIcon = createTechIcon(
10845
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10845
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10846
10846
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "12", width: "3", height: "8", fill: color }),
10847
10847
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "7", y: "8", width: "3", height: "12", fill: accentColor || color }),
10848
10848
  /* @__PURE__ */ jsxRuntime.jsx("rect", { x: "10", y: "4", width: "3", height: "16", fill: color }),
@@ -10938,7 +10938,7 @@ const KeyboardShortcutIcon = createTechIcon(
10938
10938
  { displayName: "KeyboardShortcutIcon" }
10939
10939
  );
10940
10940
  const ExtensionIcon = createTechIcon(
10941
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
10941
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
10942
10942
  "path",
10943
10943
  {
10944
10944
  d: "M4 8v12h12v-3c0-1 1-2 2-2s2 1 2 2v3h0V8c0 0-1-0-2 0s-2-1-2-2 1-2 2-2 2 0 2 0H4c0 0 0 1 0 2s-1 2-2 2-2-1-2-2 0-2 0-2z",