@nice2dev/icons-education 1.0.11 → 1.0.12

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
@@ -601,7 +601,7 @@ const school = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProper
601
601
  ScissorsIcon
602
602
  }, Symbol.toStringTag, { value: "Module" }));
603
603
  const AtomIcon = createEducationIcon(
604
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
604
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
605
605
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "2", fill: accentColor || color }),
606
606
  /* @__PURE__ */ jsx("ellipse", { cx: "12", cy: "12", rx: "10", ry: "4", fill: "none", stroke: color, strokeWidth: "2" }),
607
607
  /* @__PURE__ */ jsx(
@@ -721,7 +721,7 @@ const BeakerIcon = createEducationIcon(
721
721
  { displayName: "BeakerIcon" }
722
722
  );
723
723
  const DNAIcon = createEducationIcon(
724
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
724
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
725
725
  /* @__PURE__ */ jsx(
726
726
  "path",
727
727
  {
@@ -1050,7 +1050,7 @@ const CalculatorIcon = createEducationIcon(
1050
1050
  { displayName: "CalculatorIcon" }
1051
1051
  );
1052
1052
  const PiIcon = createEducationIcon(
1053
- ({ color, variant }) => /* @__PURE__ */ jsx(
1053
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsx(
1054
1054
  "path",
1055
1055
  {
1056
1056
  d: "M4 8h16M8 8v12M16 8v8c0 2 1 4 3 4",
@@ -1064,7 +1064,7 @@ const PiIcon = createEducationIcon(
1064
1064
  { displayName: "PiIcon" }
1065
1065
  );
1066
1066
  const SigmaIcon = createEducationIcon(
1067
- ({ color, variant }) => /* @__PURE__ */ jsx(
1067
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsx(
1068
1068
  "path",
1069
1069
  {
1070
1070
  d: "M18 4H6l6 8-6 8h12",
@@ -1078,7 +1078,7 @@ const SigmaIcon = createEducationIcon(
1078
1078
  { displayName: "SigmaIcon" }
1079
1079
  );
1080
1080
  const InfinityIcon = createEducationIcon(
1081
- ({ color, variant }) => /* @__PURE__ */ jsx(
1081
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsx(
1082
1082
  "path",
1083
1083
  {
1084
1084
  d: "M12 12c-2-2-4-4-6-4s-4 2-4 4 2 4 4 4 4-2 6-4 4-4 6-4 4 2 4 4-2 4-4 4-4-2-6-4z",
@@ -1092,7 +1092,7 @@ const InfinityIcon = createEducationIcon(
1092
1092
  { displayName: "InfinityIcon" }
1093
1093
  );
1094
1094
  const FunctionIcon = createEducationIcon(
1095
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1095
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1096
1096
  /* @__PURE__ */ jsx(
1097
1097
  "path",
1098
1098
  {
@@ -1118,7 +1118,7 @@ const FunctionIcon = createEducationIcon(
1118
1118
  { displayName: "FunctionIcon" }
1119
1119
  );
1120
1120
  const GraphIcon = createEducationIcon(
1121
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1121
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1122
1122
  /* @__PURE__ */ jsx("path", { d: "M3 3v18h18", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
1123
1123
  /* @__PURE__ */ jsx(
1124
1124
  "path",
@@ -1213,7 +1213,7 @@ const ProtractorIcon = createEducationIcon(
1213
1213
  { displayName: "ProtractorIcon" }
1214
1214
  );
1215
1215
  const AbacusIcon = createEducationIcon(
1216
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1216
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1217
1217
  /* @__PURE__ */ jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: "none", stroke: color, strokeWidth: "2" }),
1218
1218
  /* @__PURE__ */ jsx("path", { d: "M3 10h18M3 16h18", stroke: color, strokeWidth: "2" }),
1219
1219
  /* @__PURE__ */ jsx("circle", { cx: "7", cy: "7", r: "1.5", fill: accentColor || color }),
@@ -1284,7 +1284,7 @@ const PercentIcon = createEducationIcon(
1284
1284
  { displayName: "PercentIcon" }
1285
1285
  );
1286
1286
  const DivisionIcon = createEducationIcon(
1287
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1287
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1288
1288
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "6", r: "2", fill: color }),
1289
1289
  /* @__PURE__ */ jsx("path", { d: "M4 12h16", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
1290
1290
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "18", r: "2", fill: color })
@@ -1292,7 +1292,7 @@ const DivisionIcon = createEducationIcon(
1292
1292
  { displayName: "DivisionIcon" }
1293
1293
  );
1294
1294
  const PlusMinusIcon = createEducationIcon(
1295
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1295
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1296
1296
  /* @__PURE__ */ jsx("path", { d: "M12 4v8M8 8h8", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
1297
1297
  /* @__PURE__ */ jsx("path", { d: "M8 16h8", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
1298
1298
  /* @__PURE__ */ jsx("path", { d: "M5 20h14", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
@@ -1300,7 +1300,7 @@ const PlusMinusIcon = createEducationIcon(
1300
1300
  { displayName: "PlusMinusIcon" }
1301
1301
  );
1302
1302
  const EqualsIcon = createEducationIcon(
1303
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1303
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1304
1304
  /* @__PURE__ */ jsx("path", { d: "M4 9h16", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
1305
1305
  /* @__PURE__ */ jsx("path", { d: "M4 15h16", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" })
1306
1306
  ] }),
@@ -1663,7 +1663,7 @@ const FilmIcon = createEducationIcon(
1663
1663
  { displayName: "FilmIcon" }
1664
1664
  );
1665
1665
  const DanceIcon = createEducationIcon(
1666
- ({ color, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1666
+ ({ color, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
1667
1667
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "4", r: "2", fill: color }),
1668
1668
  /* @__PURE__ */ jsx(
1669
1669
  "path",
@@ -2406,7 +2406,7 @@ const SportsIcon = createEducationIcon(
2406
2406
  { displayName: "SportsIcon" }
2407
2407
  );
2408
2408
  const ComputerScienceIcon = createEducationIcon(
2409
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2409
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
2410
2410
  /* @__PURE__ */ jsx(
2411
2411
  "path",
2412
2412
  {
@@ -5224,7 +5224,7 @@ const GymIcon = createEducationIcon(
5224
5224
  { displayName: "GymIcon" }
5225
5225
  );
5226
5226
  const PlaygroundIcon$1 = createEducationIcon(
5227
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5227
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5228
5228
  /* @__PURE__ */ jsx(
5229
5229
  "path",
5230
5230
  {
@@ -5371,7 +5371,7 @@ const GermanIcon = createEducationIcon(
5371
5371
  { displayName: "GermanIcon" }
5372
5372
  );
5373
5373
  const ChineseIcon = createEducationIcon(
5374
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5374
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5375
5375
  /* @__PURE__ */ jsx("rect", { x: "4", y: "6", width: "16", height: "2", fill: color }),
5376
5376
  /* @__PURE__ */ jsx("rect", { x: "11", y: "4", width: "2", height: "16", fill: color }),
5377
5377
  /* @__PURE__ */ jsx("rect", { x: "6", y: "16", width: "12", height: "2", fill: accentColor || color, opacity: "0.8" })
@@ -5379,7 +5379,7 @@ const ChineseIcon = createEducationIcon(
5379
5379
  { displayName: "ChineseIcon" }
5380
5380
  );
5381
5381
  const JapaneseIcon = createEducationIcon(
5382
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5382
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5383
5383
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
5384
5384
  /* @__PURE__ */ jsx("path", { d: "M8 8 Q12 6 16 10", stroke: accentColor || color, strokeWidth: "2", fill: "none" }),
5385
5385
  /* @__PURE__ */ jsx("line", { x1: "12", y1: "4", x2: "12", y2: "20", stroke: color, strokeWidth: "1.5" })
@@ -5387,7 +5387,7 @@ const JapaneseIcon = createEducationIcon(
5387
5387
  { displayName: "JapaneseIcon" }
5388
5388
  );
5389
5389
  const KoreanIcon = createEducationIcon(
5390
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5390
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5391
5391
  /* @__PURE__ */ jsx("rect", { x: "6", y: "6", width: "12", height: "2", fill: color }),
5392
5392
  /* @__PURE__ */ jsx("rect", { x: "11", y: "6", width: "2", height: "12", fill: color }),
5393
5393
  /* @__PURE__ */ jsx("circle", { cx: "9", cy: "14", r: "3", fill: "none", stroke: accentColor || color, strokeWidth: "1.5" })
@@ -5395,7 +5395,7 @@ const KoreanIcon = createEducationIcon(
5395
5395
  { displayName: "KoreanIcon" }
5396
5396
  );
5397
5397
  const ArabicIcon = createEducationIcon(
5398
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5398
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5399
5399
  /* @__PURE__ */ jsx("path", { d: "M6 12 Q8 8 12 12 Q16 16 18 12", stroke: color, strokeWidth: "2", fill: "none" }),
5400
5400
  /* @__PURE__ */ jsx("circle", { cx: "10", cy: "8", r: "1.5", fill: accentColor || color }),
5401
5401
  /* @__PURE__ */ jsx("circle", { cx: "14", cy: "16", r: "1.5", fill: accentColor || color })
@@ -5403,7 +5403,7 @@ const ArabicIcon = createEducationIcon(
5403
5403
  { displayName: "ArabicIcon" }
5404
5404
  );
5405
5405
  const RussianIcon = createEducationIcon(
5406
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5406
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5407
5407
  /* @__PURE__ */ jsx("circle", { cx: "14", cy: "9", r: "4", fill: "none", stroke: color, strokeWidth: "2" }),
5408
5408
  /* @__PURE__ */ jsx("line", { x1: "18", y1: "9", x2: "18", y2: "18", stroke: color, strokeWidth: "2" }),
5409
5409
  /* @__PURE__ */ jsx("line", { x1: "10", y1: "13", x2: "10", y2: "18", stroke: accentColor || color, strokeWidth: "2" }),
@@ -5412,7 +5412,7 @@ const RussianIcon = createEducationIcon(
5412
5412
  { displayName: "RussianIcon" }
5413
5413
  );
5414
5414
  const HindiIcon = createEducationIcon(
5415
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5415
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5416
5416
  /* @__PURE__ */ jsx("line", { x1: "4", y1: "6", x2: "20", y2: "6", stroke: color, strokeWidth: "2" }),
5417
5417
  /* @__PURE__ */ jsx("path", { d: "M8 6 L8 16 Q8 18 12 18", stroke: color, strokeWidth: "2", fill: "none" }),
5418
5418
  /* @__PURE__ */ jsx("circle", { cx: "16", cy: "12", r: "4", fill: "none", stroke: accentColor || color, strokeWidth: "2" })
@@ -5466,7 +5466,7 @@ const ItalianIcon = createEducationIcon(
5466
5466
  { displayName: "ItalianIcon" }
5467
5467
  );
5468
5468
  const TranslationIcon = createEducationIcon(
5469
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5469
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5470
5470
  /* @__PURE__ */ jsx("text", { x: "3", y: "10", fontSize: "8", fontWeight: "bold", fill: color, children: "A" }),
5471
5471
  /* @__PURE__ */ jsx(
5472
5472
  "path",
@@ -5538,7 +5538,7 @@ const DictionaryIcon = createEducationIcon(
5538
5538
  { displayName: "DictionaryIcon" }
5539
5539
  );
5540
5540
  const VocabularyIcon = createEducationIcon(
5541
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5541
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5542
5542
  /* @__PURE__ */ jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "1", fill: "none", stroke: color, strokeWidth: "2" }),
5543
5543
  /* @__PURE__ */ jsx("text", { x: "6", y: "12", fontSize: "6", fill: color, children: "ABC" }),
5544
5544
  /* @__PURE__ */ jsx("text", { x: "6", y: "18", fontSize: "5", fill: accentColor || color, opacity: "0.7", children: "词汇" })
@@ -5546,7 +5546,7 @@ const VocabularyIcon = createEducationIcon(
5546
5546
  { displayName: "VocabularyIcon" }
5547
5547
  );
5548
5548
  const GrammarIcon = createEducationIcon(
5549
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5549
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5550
5550
  /* @__PURE__ */ jsx("text", { x: "4", y: "10", fontSize: "8", fill: color, children: "S" }),
5551
5551
  /* @__PURE__ */ jsx("text", { x: "12", y: "10", fontSize: "8", fill: accentColor || color, children: "V" }),
5552
5552
  /* @__PURE__ */ jsx("text", { x: "4", y: "19", fontSize: "8", fill: accentColor || color, children: "O" }),
@@ -5819,14 +5819,14 @@ const ImmersionIcon = createEducationIcon(
5819
5819
  { displayName: "ImmersionIcon" }
5820
5820
  );
5821
5821
  const AccentIcon = createEducationIcon(
5822
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5822
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5823
5823
  /* @__PURE__ */ jsx("text", { x: "6", y: "18", fontSize: "16", fontWeight: "bold", fill: color, children: "a" }),
5824
5824
  /* @__PURE__ */ jsx("path", { d: "M14 4 L18 8", stroke: accentColor || color, strokeWidth: "2.5", strokeLinecap: "round" })
5825
5825
  ] }),
5826
5826
  { displayName: "AccentIcon" }
5827
5827
  );
5828
5828
  const AlphabetIcon = createEducationIcon(
5829
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5829
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5830
5830
  /* @__PURE__ */ jsx("text", { x: "2", y: "14", fontSize: "10", fill: color, children: "A" }),
5831
5831
  /* @__PURE__ */ jsx("text", { x: "10", y: "14", fontSize: "10", fill: accentColor || color, opacity: "0.8", children: "B" }),
5832
5832
  /* @__PURE__ */ jsx("text", { x: "17", y: "14", fontSize: "10", fill: color, opacity: "0.6", children: "C" }),
@@ -5895,7 +5895,7 @@ const BilingualIcon = createEducationIcon(
5895
5895
  { displayName: "BilingualIcon" }
5896
5896
  );
5897
5897
  const PolyglotIcon = createEducationIcon(
5898
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5898
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5899
5899
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
5900
5900
  /* @__PURE__ */ jsx("text", { x: "6", y: "10", fontSize: "4", fill: color, children: "EN" }),
5901
5901
  /* @__PURE__ */ jsx("text", { x: "13", y: "10", fontSize: "4", fill: accentColor || color, children: "中" }),
@@ -5905,7 +5905,7 @@ const PolyglotIcon = createEducationIcon(
5905
5905
  { displayName: "PolyglotIcon" }
5906
5906
  );
5907
5907
  const LinguisticsIcon = createEducationIcon(
5908
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5908
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5909
5909
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "5", r: "2", fill: color }),
5910
5910
  /* @__PURE__ */ jsx("line", { x1: "12", y1: "7", x2: "12", y2: "10", stroke: color, strokeWidth: "1.5" }),
5911
5911
  /* @__PURE__ */ jsx("line", { x1: "12", y1: "10", x2: "6", y2: "14", stroke: color, strokeWidth: "1.5" }),
@@ -5919,7 +5919,7 @@ const LinguisticsIcon = createEducationIcon(
5919
5919
  { displayName: "LinguisticsIcon" }
5920
5920
  );
5921
5921
  const PhoneticsIcon = createEducationIcon(
5922
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5922
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
5923
5923
  /* @__PURE__ */ jsx("text", { x: "4", y: "14", fontSize: "10", fill: color, children: "[" }),
5924
5924
  /* @__PURE__ */ jsx("text", { x: "8", y: "14", fontSize: "8", fill: accentColor || color, children: "æ" }),
5925
5925
  /* @__PURE__ */ jsx("text", { x: "15", y: "14", fontSize: "10", fill: color, children: "]" }),
@@ -6316,7 +6316,7 @@ const WebinarIcon = createEducationIcon(
6316
6316
  { displayName: "WebinarIcon" }
6317
6317
  );
6318
6318
  const MOOCIcon = createEducationIcon(
6319
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6319
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6320
6320
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "10", r: "7", fill: "none", stroke: color, strokeWidth: "2" }),
6321
6321
  /* @__PURE__ */ jsx(
6322
6322
  "ellipse",
@@ -6403,7 +6403,7 @@ const ElearningPlatformIcon = createEducationIcon(
6403
6403
  { displayName: "ElearningPlatformIcon" }
6404
6404
  );
6405
6405
  const VirtualClassroomIcon = createEducationIcon(
6406
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6406
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6407
6407
  /* @__PURE__ */ jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "1", fill: "none", stroke: color, strokeWidth: "2" }),
6408
6408
  /* @__PURE__ */ jsx("rect", { x: "4", y: "5", width: "4", height: "3", rx: "0.5", fill: accentColor || color, opacity: "0.6" }),
6409
6409
  /* @__PURE__ */ jsx("rect", { x: "10", y: "5", width: "4", height: "3", rx: "0.5", fill: accentColor || color, opacity: "0.6" }),
@@ -6418,7 +6418,7 @@ const VirtualClassroomIcon = createEducationIcon(
6418
6418
  { displayName: "VirtualClassroomIcon" }
6419
6419
  );
6420
6420
  const CodeLearningIcon = createEducationIcon(
6421
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6421
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6422
6422
  /* @__PURE__ */ jsx("path", { d: "M8 6 L4 12 L8 18", stroke: color, strokeWidth: "2", fill: "none", strokeLinecap: "round" }),
6423
6423
  /* @__PURE__ */ jsx(
6424
6424
  "path",
@@ -6452,7 +6452,7 @@ const BlockCodingIcon = createEducationIcon(
6452
6452
  { displayName: "BlockCodingIcon" }
6453
6453
  );
6454
6454
  const AlgorithmIcon = createEducationIcon(
6455
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6455
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
6456
6456
  /* @__PURE__ */ jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "0.5", fill: color }),
6457
6457
  /* @__PURE__ */ jsx("line", { x1: "12", y1: "6", x2: "12", y2: "8", stroke: color, strokeWidth: "1.5" }),
6458
6458
  /* @__PURE__ */ jsx("polygon", { points: "12,8 16,12 12,16 8,12", fill: accentColor || color }),
@@ -7100,7 +7100,7 @@ const LibraryBuildingIcon = createEducationIcon(
7100
7100
  { displayName: "LibraryBuildingIcon" }
7101
7101
  );
7102
7102
  const ReadingRoomIcon = createEducationIcon(
7103
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7103
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7104
7104
  /* @__PURE__ */ jsx("rect", { x: "2", y: "6", width: "20", height: "14", fill: "none", stroke: color, strokeWidth: "2" }),
7105
7105
  /* @__PURE__ */ jsx("rect", { x: "6", y: "14", width: "12", height: "2", fill: color }),
7106
7106
  /* @__PURE__ */ jsx("path", { d: "M12 6 L12 10", stroke: accentColor || color, strokeWidth: "1.5" }),
@@ -7111,7 +7111,7 @@ const ReadingRoomIcon = createEducationIcon(
7111
7111
  { displayName: "ReadingRoomIcon" }
7112
7112
  );
7113
7113
  const StudyCarrelIcon = createEducationIcon(
7114
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7114
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7115
7115
  /* @__PURE__ */ jsx("path", { d: "M4 8 L4 20 L20 20 L20 8", fill: "none", stroke: color, strokeWidth: "2" }),
7116
7116
  /* @__PURE__ */ jsx("path", { d: "M4 8 L4 4 L12 4", stroke: color, strokeWidth: "2", fill: "none" }),
7117
7117
  /* @__PURE__ */ jsx("path", { d: "M20 8 L20 4 L12 4", stroke: color, strokeWidth: "2", fill: "none" }),
@@ -7122,7 +7122,7 @@ const StudyCarrelIcon = createEducationIcon(
7122
7122
  { displayName: "StudyCarrelIcon" }
7123
7123
  );
7124
7124
  const ArchiveRoomIcon = createEducationIcon(
7125
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7125
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7126
7126
  /* @__PURE__ */ jsx("rect", { x: "3", y: "4", width: "18", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
7127
7127
  /* @__PURE__ */ jsx("line", { x1: "3", y1: "9", x2: "21", y2: "9", stroke: color, strokeWidth: "1" }),
7128
7128
  /* @__PURE__ */ jsx("line", { x1: "3", y1: "14", x2: "21", y2: "14", stroke: color, strokeWidth: "1" }),
@@ -7138,7 +7138,7 @@ const ArchiveRoomIcon = createEducationIcon(
7138
7138
  { displayName: "ArchiveRoomIcon" }
7139
7139
  );
7140
7140
  const BookStackIcon = createEducationIcon(
7141
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7141
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7142
7142
  /* @__PURE__ */ jsx("rect", { x: "4", y: "16", width: "16", height: "3", rx: "0.5", fill: color }),
7143
7143
  /* @__PURE__ */ jsx("rect", { x: "5", y: "12", width: "14", height: "3", rx: "0.5", fill: accentColor || color, opacity: "0.8" }),
7144
7144
  /* @__PURE__ */ jsx("rect", { x: "6", y: "8", width: "12", height: "3", rx: "0.5", fill: color, opacity: "0.6" }),
@@ -7812,7 +7812,7 @@ const LibraryCardIcon = createEducationIcon(
7812
7812
  { displayName: "LibraryCardIcon" }
7813
7813
  );
7814
7814
  const InterlibraryLoanIcon = createEducationIcon(
7815
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7815
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7816
7816
  /* @__PURE__ */ jsx("rect", { x: "2", y: "10", width: "7", height: "8", fill: color, opacity: "0.6" }),
7817
7817
  /* @__PURE__ */ jsx("polygon", { points: "2,10 5.5,6 9,10", fill: color, opacity: "0.6" }),
7818
7818
  /* @__PURE__ */ jsx("rect", { x: "15", y: "10", width: "7", height: "8", fill: color, opacity: "0.6" }),
@@ -7825,7 +7825,7 @@ const InterlibraryLoanIcon = createEducationIcon(
7825
7825
  { displayName: "InterlibraryLoanIcon" }
7826
7826
  );
7827
7827
  const CitationIcon = createEducationIcon(
7828
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7828
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
7829
7829
  /* @__PURE__ */ jsx("text", { x: "4", y: "12", fontSize: "16", fontWeight: "bold", fill: accentColor || color, opacity: "0.7", children: '"' }),
7830
7830
  /* @__PURE__ */ jsx("text", { x: "16", y: "18", fontSize: "16", fontWeight: "bold", fill: accentColor || color, opacity: "0.7", children: '"' }),
7831
7831
  /* @__PURE__ */ jsx("line", { x1: "8", y1: "10", x2: "16", y2: "10", stroke: color, strokeWidth: "1", opacity: "0.6" }),
@@ -8171,7 +8171,7 @@ const BulletinBoardIcon = createEducationIcon(
8171
8171
  { displayName: "BulletinBoardIcon" }
8172
8172
  );
8173
8173
  const GlobeStandIcon = createEducationIcon(
8174
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8174
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8175
8175
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "10", r: "7", fill: "none", stroke: color, strokeWidth: "2" }),
8176
8176
  /* @__PURE__ */ jsx(
8177
8177
  "ellipse",
@@ -8426,7 +8426,7 @@ const SchoolBuildingIcon = createEducationIcon(
8426
8426
  { displayName: "SchoolBuildingIcon" }
8427
8427
  );
8428
8428
  const AuditoriumIcon = createEducationIcon(
8429
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8429
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8430
8430
  /* @__PURE__ */ jsx("rect", { x: "2", y: "14", width: "20", height: "4", fill: accentColor || color, opacity: "0.6" }),
8431
8431
  /* @__PURE__ */ jsx("path", { d: "M2 4 Q4 6 2 8 Q4 10 2 12 L2 14", stroke: color, strokeWidth: "2", fill: "none" }),
8432
8432
  /* @__PURE__ */ jsx("path", { d: "M22 4 Q20 6 22 8 Q20 10 22 12 L22 14", stroke: color, strokeWidth: "2", fill: "none" }),
@@ -8530,7 +8530,7 @@ const ComputerLabIcon = createEducationIcon(
8530
8530
  { displayName: "ComputerLabIcon" }
8531
8531
  );
8532
8532
  const MusicRoomIcon = createEducationIcon(
8533
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8533
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8534
8534
  /* @__PURE__ */ jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
8535
8535
  /* @__PURE__ */ jsx("rect", { x: "4", y: "12", width: "8", height: "6", fill: color, opacity: "0.7" }),
8536
8536
  /* @__PURE__ */ jsx("rect", { x: "5", y: "14", width: "1", height: "3", fill: "#fff" }),
@@ -8546,7 +8546,7 @@ const MusicRoomIcon = createEducationIcon(
8546
8546
  { displayName: "MusicRoomIcon" }
8547
8547
  );
8548
8548
  const ArtStudioIcon = createEducationIcon(
8549
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8549
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8550
8550
  /* @__PURE__ */ jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
8551
8551
  /* @__PURE__ */ jsx(
8552
8552
  "path",
@@ -8568,7 +8568,7 @@ const ArtStudioIcon = createEducationIcon(
8568
8568
  { displayName: "ArtStudioIcon" }
8569
8569
  );
8570
8570
  const GymnasiumIcon = createEducationIcon(
8571
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8571
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8572
8572
  /* @__PURE__ */ jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
8573
8573
  /* @__PURE__ */ jsx("rect", { x: "18", y: "6", width: "2", height: "4", fill: color }),
8574
8574
  /* @__PURE__ */ jsx("circle", { cx: "18", cy: "10", r: "2", fill: "none", stroke: accentColor || color, strokeWidth: "1.5" }),
@@ -8592,7 +8592,7 @@ const GymnasiumIcon = createEducationIcon(
8592
8592
  { displayName: "GymnasiumIcon" }
8593
8593
  );
8594
8594
  const CafeteriaIcon = createEducationIcon(
8595
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8595
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8596
8596
  /* @__PURE__ */ jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
8597
8597
  /* @__PURE__ */ jsx("ellipse", { cx: "7", cy: "12", rx: "3", ry: "2", fill: color, opacity: "0.5" }),
8598
8598
  /* @__PURE__ */ jsx("ellipse", { cx: "17", cy: "12", rx: "3", ry: "2", fill: color, opacity: "0.5" }),
@@ -8604,7 +8604,7 @@ const CafeteriaIcon = createEducationIcon(
8604
8604
  { displayName: "CafeteriaIcon" }
8605
8605
  );
8606
8606
  const PlaygroundIcon = createEducationIcon(
8607
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8607
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8608
8608
  /* @__PURE__ */ jsx("line", { x1: "1", y1: "20", x2: "23", y2: "20", stroke: color, strokeWidth: "2" }),
8609
8609
  /* @__PURE__ */ jsx("path", { d: "M4 4 L8 20 M12 4 L8 20", stroke: color, strokeWidth: "2", fill: "none" }),
8610
8610
  /* @__PURE__ */ jsx("line", { x1: "4", y1: "4", x2: "12", y2: "4", stroke: color, strokeWidth: "2" }),
@@ -8779,7 +8779,7 @@ const ParkingLotIcon = createEducationIcon(
8779
8779
  { displayName: "ParkingLotIcon" }
8780
8780
  );
8781
8781
  const BusStopIcon = createEducationIcon(
8782
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8782
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
8783
8783
  /* @__PURE__ */ jsx("rect", { x: "4", y: "6", width: "16", height: "14", fill: "none", stroke: color, strokeWidth: "2" }),
8784
8784
  /* @__PURE__ */ jsx("line", { x1: "4", y1: "4", x2: "20", y2: "4", stroke: color, strokeWidth: "2" }),
8785
8785
  /* @__PURE__ */ jsx("rect", { x: "6", y: "16", width: "12", height: "2", fill: color, opacity: "0.5" }),
@@ -9104,7 +9104,7 @@ const FillBlankIcon = createEducationIcon(
9104
9104
  { displayName: "FillBlankIcon" }
9105
9105
  );
9106
9106
  const MatchingIcon = createEducationIcon(
9107
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9107
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9108
9108
  /* @__PURE__ */ jsx("rect", { x: "3", y: "4", width: "6", height: "4", rx: "0.5", fill: color, opacity: "0.6" }),
9109
9109
  /* @__PURE__ */ jsx("rect", { x: "3", y: "10", width: "6", height: "4", rx: "0.5", fill: color, opacity: "0.6" }),
9110
9110
  /* @__PURE__ */ jsx("rect", { x: "3", y: "16", width: "6", height: "4", rx: "0.5", fill: color, opacity: "0.6" }),
@@ -9229,7 +9229,7 @@ const GradeAIcon = createEducationIcon(
9229
9229
  { displayName: "GradeAIcon" }
9230
9230
  );
9231
9231
  const GradeBIcon = createEducationIcon(
9232
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9232
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9233
9233
  /* @__PURE__ */ jsx(
9234
9234
  "circle",
9235
9235
  {
@@ -9257,7 +9257,7 @@ const GradeBIcon = createEducationIcon(
9257
9257
  { displayName: "GradeBIcon" }
9258
9258
  );
9259
9259
  const GradeCIcon = createEducationIcon(
9260
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9260
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9261
9261
  /* @__PURE__ */ jsx(
9262
9262
  "circle",
9263
9263
  {
@@ -9285,7 +9285,7 @@ const GradeCIcon = createEducationIcon(
9285
9285
  { displayName: "GradeCIcon" }
9286
9286
  );
9287
9287
  const GradeFIcon = createEducationIcon(
9288
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9288
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9289
9289
  /* @__PURE__ */ jsx(
9290
9290
  "circle",
9291
9291
  {
@@ -9399,7 +9399,7 @@ const PassIcon = createEducationIcon(
9399
9399
  { displayName: "PassIcon" }
9400
9400
  );
9401
9401
  const FailIcon = createEducationIcon(
9402
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9402
+ ({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9403
9403
  /* @__PURE__ */ jsx(
9404
9404
  "circle",
9405
9405
  {
@@ -9652,7 +9652,7 @@ const CommentsIcon = createEducationIcon(
9652
9652
  { displayName: "CommentsIcon" }
9653
9653
  );
9654
9654
  const ImprovementIcon = createEducationIcon(
9655
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9655
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
9656
9656
  /* @__PURE__ */ jsx(
9657
9657
  "path",
9658
9658
  {
@@ -10060,7 +10060,7 @@ const WheelchairIcon = createEducationIcon(
10060
10060
  { displayName: "WheelchairIcon" }
10061
10061
  );
10062
10062
  const ScreenReaderIcon = createEducationIcon(
10063
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10063
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10064
10064
  /* @__PURE__ */ jsx("ellipse", { cx: "12", cy: "10", rx: "8", ry: "5", fill: "none", stroke: color, strokeWidth: "2" }),
10065
10065
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "10", r: "3", fill: color, opacity: "0.5" }),
10066
10066
  /* @__PURE__ */ jsx("line", { x1: "4", y1: "4", x2: "20", y2: "16", stroke: accentColor || color, strokeWidth: "2" }),
@@ -10137,7 +10137,7 @@ const ClosedCaptionsIcon = createEducationIcon(
10137
10137
  { displayName: "ClosedCaptionsIcon" }
10138
10138
  );
10139
10139
  const BrailleIcon = createEducationIcon(
10140
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10140
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10141
10141
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "6", r: "2", fill: color }),
10142
10142
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "12", r: "2", fill: color }),
10143
10143
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "18", r: "2", fill: "none", stroke: color, strokeWidth: "1", opacity: "0.5" }),
@@ -10235,7 +10235,7 @@ const HighContrastIcon = createEducationIcon(
10235
10235
  { displayName: "HighContrastIcon" }
10236
10236
  );
10237
10237
  const LargeTextIcon = createEducationIcon(
10238
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10238
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10239
10239
  /* @__PURE__ */ jsx("text", { x: "2", y: "18", fontSize: "18", fontWeight: "bold", fill: color, children: "A" }),
10240
10240
  /* @__PURE__ */ jsx("text", { x: "16", y: "18", fontSize: "10", fill: accentColor || color, opacity: "0.6", children: "a" }),
10241
10241
  /* @__PURE__ */ jsx("path", { d: "M14 6 L18 2 L22 6", stroke: accentColor || color, strokeWidth: "1.5", fill: "none" }),
@@ -10358,7 +10358,7 @@ const SpeechTherapyIcon = createEducationIcon(
10358
10358
  { displayName: "SpeechTherapyIcon" }
10359
10359
  );
10360
10360
  const OccupationalTherapyIcon = createEducationIcon(
10361
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10361
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10362
10362
  /* @__PURE__ */ jsx("path", { d: "M8 20 L8 12 Q8 8 12 8", fill: "none", stroke: color, strokeWidth: "2" }),
10363
10363
  /* @__PURE__ */ jsx("line", { x1: "10", y1: "8", x2: "10", y2: "4", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
10364
10364
  /* @__PURE__ */ jsx("line", { x1: "13", y1: "8", x2: "13", y2: "3", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
@@ -10456,7 +10456,7 @@ const Plan504Icon = createEducationIcon(
10456
10456
  { displayName: "Plan504Icon" }
10457
10457
  );
10458
10458
  const ResourceRoomIcon = createEducationIcon(
10459
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10459
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10460
10460
  /* @__PURE__ */ jsx("rect", { x: "2", y: "6", width: "20", height: "14", fill: "none", stroke: color, strokeWidth: "2" }),
10461
10461
  /* @__PURE__ */ jsx("rect", { x: "6", y: "14", width: "12", height: "2", fill: color, opacity: "0.5" }),
10462
10462
  /* @__PURE__ */ jsx("circle", { cx: "6", cy: "10", r: "2", fill: accentColor || color }),
@@ -10737,7 +10737,7 @@ const AdaptiveKeyboardIcon = createEducationIcon(
10737
10737
  { displayName: "AdaptiveKeyboardIcon" }
10738
10738
  );
10739
10739
  const LowVisionIcon = createEducationIcon(
10740
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10740
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10741
10741
  /* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
10742
10742
  /* @__PURE__ */ jsx("line", { x1: "14", y1: "14", x2: "20", y2: "20", stroke: color, strokeWidth: "3", strokeLinecap: "round" }),
10743
10743
  /* @__PURE__ */ jsx("text", { x: "7", y: "12", fontSize: "8", fontWeight: "bold", fill: accentColor || color, children: "A" })
@@ -10920,7 +10920,7 @@ const SoccerClubIcon = createEducationIcon(
10920
10920
  { displayName: "SoccerClubIcon" }
10921
10921
  );
10922
10922
  const SwimmingTeamIcon = createEducationIcon(
10923
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10923
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10924
10924
  /* @__PURE__ */ jsx(
10925
10925
  "path",
10926
10926
  {
@@ -10947,7 +10947,7 @@ const SwimmingTeamIcon = createEducationIcon(
10947
10947
  { displayName: "SwimmingTeamIcon" }
10948
10948
  );
10949
10949
  const TrackFieldIcon = createEducationIcon(
10950
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10950
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10951
10951
  /* @__PURE__ */ jsx(
10952
10952
  "ellipse",
10953
10953
  {
@@ -10977,7 +10977,7 @@ const TrackFieldIcon = createEducationIcon(
10977
10977
  { displayName: "TrackFieldIcon" }
10978
10978
  );
10979
10979
  const TennisClubIcon = createEducationIcon(
10980
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10980
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
10981
10981
  /* @__PURE__ */ jsx("ellipse", { cx: "10", cy: "8", rx: "6", ry: "5", fill: "none", stroke: color, strokeWidth: "2" }),
10982
10982
  /* @__PURE__ */ jsx("line", { x1: "5", y1: "8", x2: "15", y2: "8", stroke: color, strokeWidth: "0.5", opacity: "0.5" }),
10983
10983
  /* @__PURE__ */ jsx("line", { x1: "10", y1: "4", x2: "10", y2: "12", stroke: color, strokeWidth: "0.5", opacity: "0.5" }),
@@ -11054,7 +11054,7 @@ const DebateClubIcon = createEducationIcon(
11054
11054
  { displayName: "DebateClubIcon" }
11055
11055
  );
11056
11056
  const MathClubIcon = createEducationIcon(
11057
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11057
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11058
11058
  /* @__PURE__ */ jsx("text", { x: "4", y: "16", fontSize: "16", fontWeight: "bold", fill: color, children: "π" }),
11059
11059
  /* @__PURE__ */ jsx("text", { x: "14", y: "12", fontSize: "10", fontWeight: "bold", fill: accentColor || color, children: "Σ" }),
11060
11060
  /* @__PURE__ */ jsx("line", { x1: "16", y1: "16", x2: "22", y2: "16", stroke: color, strokeWidth: "2" }),
@@ -11407,7 +11407,7 @@ const VolunteerIcon = createEducationIcon(
11407
11407
  { displayName: "VolunteerIcon" }
11408
11408
  );
11409
11409
  const ServiceClubIcon = createEducationIcon(
11410
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11410
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11411
11411
  /* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "5", fill: "none", stroke: color, strokeWidth: "2" }),
11412
11412
  /* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: "2", fill: accentColor || color }),
11413
11413
  /* @__PURE__ */ jsx("path", { d: "M12 10 L20 18 M17 15 L19 17 M15 17 L17 19", stroke: color, strokeWidth: "2" }),
@@ -11436,7 +11436,7 @@ const HonorSocietyIcon = createEducationIcon(
11436
11436
  { displayName: "HonorSocietyIcon" }
11437
11437
  );
11438
11438
  const ModelUNIcon = createEducationIcon(
11439
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11439
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11440
11440
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
11441
11441
  /* @__PURE__ */ jsx("ellipse", { cx: "12", cy: "12", rx: "4", ry: "9", fill: "none", stroke: color, strokeWidth: "1" }),
11442
11442
  /* @__PURE__ */ jsx("line", { x1: "3", y1: "12", x2: "21", y2: "12", stroke: color, strokeWidth: "1" }),
@@ -11677,7 +11677,7 @@ const CollegeCampusIcon = createEducationIcon(
11677
11677
  { displayName: "CollegeCampusIcon" }
11678
11678
  );
11679
11679
  const LectureHallIcon = createEducationIcon(
11680
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11680
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11681
11681
  /* @__PURE__ */ jsx("path", { d: "M2 20 L2 8 Q12 4 22 8 L22 20", fill: "none", stroke: color, strokeWidth: "2" }),
11682
11682
  /* @__PURE__ */ jsx("path", { d: "M4 18 L20 18", stroke: color, strokeWidth: "1" }),
11683
11683
  /* @__PURE__ */ jsx("path", { d: "M5 15 L19 15", stroke: color, strokeWidth: "1" }),
@@ -11905,7 +11905,7 @@ const AcademicGownIcon = createEducationIcon(
11905
11905
  { displayName: "AcademicGownIcon" }
11906
11906
  );
11907
11907
  const ResearchIcon = createEducationIcon(
11908
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11908
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11909
11909
  /* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
11910
11910
  /* @__PURE__ */ jsx("line", { x1: "14", y1: "14", x2: "20", y2: "20", stroke: color, strokeWidth: "3", strokeLinecap: "round" }),
11911
11911
  /* @__PURE__ */ jsx("rect", { x: "7", y: "6", width: "6", height: "8", fill: accentColor || color, opacity: "0.4" }),
@@ -11982,7 +11982,7 @@ const ThesisIcon = createEducationIcon(
11982
11982
  { displayName: "ThesisIcon" }
11983
11983
  );
11984
11984
  const ConferenceIcon = createEducationIcon(
11985
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11985
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
11986
11986
  /* @__PURE__ */ jsx("rect", { x: "8", y: "12", width: "8", height: "6", fill: color, opacity: "0.6" }),
11987
11987
  /* @__PURE__ */ jsx("rect", { x: "6", y: "18", width: "12", height: "2", fill: color }),
11988
11988
  /* @__PURE__ */ jsx("path", { d: "M12 8 L12 12", stroke: color, strokeWidth: "2" }),
@@ -12340,7 +12340,7 @@ const AcademicAdvisorIcon = createEducationIcon(
12340
12340
  { displayName: "AcademicAdvisorIcon" }
12341
12341
  );
12342
12342
  const StudyAbroadIcon = createEducationIcon(
12343
- ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
12343
+ ({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
12344
12344
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
12345
12345
  /* @__PURE__ */ jsx("ellipse", { cx: "12", cy: "12", rx: "3", ry: "8", fill: "none", stroke: color, strokeWidth: "1" }),
12346
12346
  /* @__PURE__ */ jsx("line", { x1: "4", y1: "12", x2: "20", y2: "12", stroke: color, strokeWidth: "1" }),