@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.cjs +68 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +68 -68
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -603,7 +603,7 @@ const school = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProper
|
|
|
603
603
|
ScissorsIcon
|
|
604
604
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
605
605
|
const AtomIcon = createEducationIcon(
|
|
606
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
606
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
607
607
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2", fill: accentColor || color }),
|
|
608
608
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "12", cy: "12", rx: "10", ry: "4", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
609
609
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -723,7 +723,7 @@ const BeakerIcon = createEducationIcon(
|
|
|
723
723
|
{ displayName: "BeakerIcon" }
|
|
724
724
|
);
|
|
725
725
|
const DNAIcon = createEducationIcon(
|
|
726
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
726
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
727
727
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
728
728
|
"path",
|
|
729
729
|
{
|
|
@@ -1052,7 +1052,7 @@ const CalculatorIcon = createEducationIcon(
|
|
|
1052
1052
|
{ displayName: "CalculatorIcon" }
|
|
1053
1053
|
);
|
|
1054
1054
|
const PiIcon = createEducationIcon(
|
|
1055
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1055
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1056
1056
|
"path",
|
|
1057
1057
|
{
|
|
1058
1058
|
d: "M4 8h16M8 8v12M16 8v8c0 2 1 4 3 4",
|
|
@@ -1066,7 +1066,7 @@ const PiIcon = createEducationIcon(
|
|
|
1066
1066
|
{ displayName: "PiIcon" }
|
|
1067
1067
|
);
|
|
1068
1068
|
const SigmaIcon = createEducationIcon(
|
|
1069
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1069
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1070
1070
|
"path",
|
|
1071
1071
|
{
|
|
1072
1072
|
d: "M18 4H6l6 8-6 8h12",
|
|
@@ -1080,7 +1080,7 @@ const SigmaIcon = createEducationIcon(
|
|
|
1080
1080
|
{ displayName: "SigmaIcon" }
|
|
1081
1081
|
);
|
|
1082
1082
|
const InfinityIcon = createEducationIcon(
|
|
1083
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1083
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1084
1084
|
"path",
|
|
1085
1085
|
{
|
|
1086
1086
|
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",
|
|
@@ -1094,7 +1094,7 @@ const InfinityIcon = createEducationIcon(
|
|
|
1094
1094
|
{ displayName: "InfinityIcon" }
|
|
1095
1095
|
);
|
|
1096
1096
|
const FunctionIcon = createEducationIcon(
|
|
1097
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1097
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1098
1098
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1099
1099
|
"path",
|
|
1100
1100
|
{
|
|
@@ -1120,7 +1120,7 @@ const FunctionIcon = createEducationIcon(
|
|
|
1120
1120
|
{ displayName: "FunctionIcon" }
|
|
1121
1121
|
);
|
|
1122
1122
|
const GraphIcon = createEducationIcon(
|
|
1123
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1123
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1124
1124
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 3v18h18", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
1125
1125
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1126
1126
|
"path",
|
|
@@ -1215,7 +1215,7 @@ const ProtractorIcon = createEducationIcon(
|
|
|
1215
1215
|
{ displayName: "ProtractorIcon" }
|
|
1216
1216
|
);
|
|
1217
1217
|
const AbacusIcon = createEducationIcon(
|
|
1218
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1218
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1219
1219
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
1220
1220
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 10h18M3 16h18", stroke: color, strokeWidth: "2" }),
|
|
1221
1221
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "7", r: "1.5", fill: accentColor || color }),
|
|
@@ -1286,7 +1286,7 @@ const PercentIcon = createEducationIcon(
|
|
|
1286
1286
|
{ displayName: "PercentIcon" }
|
|
1287
1287
|
);
|
|
1288
1288
|
const DivisionIcon = createEducationIcon(
|
|
1289
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1289
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1290
1290
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "6", r: "2", fill: color }),
|
|
1291
1291
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 12h16", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
|
|
1292
1292
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: color })
|
|
@@ -1294,7 +1294,7 @@ const DivisionIcon = createEducationIcon(
|
|
|
1294
1294
|
{ displayName: "DivisionIcon" }
|
|
1295
1295
|
);
|
|
1296
1296
|
const PlusMinusIcon = createEducationIcon(
|
|
1297
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1297
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1298
1298
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 4v8M8 8h8", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
|
|
1299
1299
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 16h8", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
|
|
1300
1300
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5 20h14", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
|
|
@@ -1302,7 +1302,7 @@ const PlusMinusIcon = createEducationIcon(
|
|
|
1302
1302
|
{ displayName: "PlusMinusIcon" }
|
|
1303
1303
|
);
|
|
1304
1304
|
const EqualsIcon = createEducationIcon(
|
|
1305
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1305
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1306
1306
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 9h16", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }),
|
|
1307
1307
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 15h16", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" })
|
|
1308
1308
|
] }),
|
|
@@ -1665,7 +1665,7 @@ const FilmIcon = createEducationIcon(
|
|
|
1665
1665
|
{ displayName: "FilmIcon" }
|
|
1666
1666
|
);
|
|
1667
1667
|
const DanceIcon = createEducationIcon(
|
|
1668
|
-
({ color, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1668
|
+
({ color, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1669
1669
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "4", r: "2", fill: color }),
|
|
1670
1670
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1671
1671
|
"path",
|
|
@@ -2408,7 +2408,7 @@ const SportsIcon = createEducationIcon(
|
|
|
2408
2408
|
{ displayName: "SportsIcon" }
|
|
2409
2409
|
);
|
|
2410
2410
|
const ComputerScienceIcon = createEducationIcon(
|
|
2411
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2411
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2412
2412
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2413
2413
|
"path",
|
|
2414
2414
|
{
|
|
@@ -5226,7 +5226,7 @@ const GymIcon = createEducationIcon(
|
|
|
5226
5226
|
{ displayName: "GymIcon" }
|
|
5227
5227
|
);
|
|
5228
5228
|
const PlaygroundIcon$1 = createEducationIcon(
|
|
5229
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5229
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5230
5230
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5231
5231
|
"path",
|
|
5232
5232
|
{
|
|
@@ -5373,7 +5373,7 @@ const GermanIcon = createEducationIcon(
|
|
|
5373
5373
|
{ displayName: "GermanIcon" }
|
|
5374
5374
|
);
|
|
5375
5375
|
const ChineseIcon = createEducationIcon(
|
|
5376
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5376
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5377
5377
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "6", width: "16", height: "2", fill: color }),
|
|
5378
5378
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "11", y: "4", width: "2", height: "16", fill: color }),
|
|
5379
5379
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "16", width: "12", height: "2", fill: accentColor || color, opacity: "0.8" })
|
|
@@ -5381,7 +5381,7 @@ const ChineseIcon = createEducationIcon(
|
|
|
5381
5381
|
{ displayName: "ChineseIcon" }
|
|
5382
5382
|
);
|
|
5383
5383
|
const JapaneseIcon = createEducationIcon(
|
|
5384
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5384
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5385
5385
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
5386
5386
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 8 Q12 6 16 10", stroke: accentColor || color, strokeWidth: "2", fill: "none" }),
|
|
5387
5387
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "4", x2: "12", y2: "20", stroke: color, strokeWidth: "1.5" })
|
|
@@ -5389,7 +5389,7 @@ const JapaneseIcon = createEducationIcon(
|
|
|
5389
5389
|
{ displayName: "JapaneseIcon" }
|
|
5390
5390
|
);
|
|
5391
5391
|
const KoreanIcon = createEducationIcon(
|
|
5392
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5392
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5393
5393
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "6", width: "12", height: "2", fill: color }),
|
|
5394
5394
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "11", y: "6", width: "2", height: "12", fill: color }),
|
|
5395
5395
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "9", cy: "14", r: "3", fill: "none", stroke: accentColor || color, strokeWidth: "1.5" })
|
|
@@ -5397,7 +5397,7 @@ const KoreanIcon = createEducationIcon(
|
|
|
5397
5397
|
{ displayName: "KoreanIcon" }
|
|
5398
5398
|
);
|
|
5399
5399
|
const ArabicIcon = createEducationIcon(
|
|
5400
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5400
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5401
5401
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6 12 Q8 8 12 12 Q16 16 18 12", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
5402
5402
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "10", cy: "8", r: "1.5", fill: accentColor || color }),
|
|
5403
5403
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "14", cy: "16", r: "1.5", fill: accentColor || color })
|
|
@@ -5405,7 +5405,7 @@ const ArabicIcon = createEducationIcon(
|
|
|
5405
5405
|
{ displayName: "ArabicIcon" }
|
|
5406
5406
|
);
|
|
5407
5407
|
const RussianIcon = createEducationIcon(
|
|
5408
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5408
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5409
5409
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "14", cy: "9", r: "4", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
5410
5410
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "18", y1: "9", x2: "18", y2: "18", stroke: color, strokeWidth: "2" }),
|
|
5411
5411
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "10", y1: "13", x2: "10", y2: "18", stroke: accentColor || color, strokeWidth: "2" }),
|
|
@@ -5414,7 +5414,7 @@ const RussianIcon = createEducationIcon(
|
|
|
5414
5414
|
{ displayName: "RussianIcon" }
|
|
5415
5415
|
);
|
|
5416
5416
|
const HindiIcon = createEducationIcon(
|
|
5417
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5417
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5418
5418
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "4", y1: "6", x2: "20", y2: "6", stroke: color, strokeWidth: "2" }),
|
|
5419
5419
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 6 L8 16 Q8 18 12 18", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
5420
5420
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "16", cy: "12", r: "4", fill: "none", stroke: accentColor || color, strokeWidth: "2" })
|
|
@@ -5468,7 +5468,7 @@ const ItalianIcon = createEducationIcon(
|
|
|
5468
5468
|
{ displayName: "ItalianIcon" }
|
|
5469
5469
|
);
|
|
5470
5470
|
const TranslationIcon = createEducationIcon(
|
|
5471
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5471
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5472
5472
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "3", y: "10", fontSize: "8", fontWeight: "bold", fill: color, children: "A" }),
|
|
5473
5473
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5474
5474
|
"path",
|
|
@@ -5540,7 +5540,7 @@ const DictionaryIcon = createEducationIcon(
|
|
|
5540
5540
|
{ displayName: "DictionaryIcon" }
|
|
5541
5541
|
);
|
|
5542
5542
|
const VocabularyIcon = createEducationIcon(
|
|
5543
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5543
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5544
5544
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "1", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
5545
5545
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "6", y: "12", fontSize: "6", fill: color, children: "ABC" }),
|
|
5546
5546
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "6", y: "18", fontSize: "5", fill: accentColor || color, opacity: "0.7", children: "词汇" })
|
|
@@ -5548,7 +5548,7 @@ const VocabularyIcon = createEducationIcon(
|
|
|
5548
5548
|
{ displayName: "VocabularyIcon" }
|
|
5549
5549
|
);
|
|
5550
5550
|
const GrammarIcon = createEducationIcon(
|
|
5551
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5551
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5552
5552
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "4", y: "10", fontSize: "8", fill: color, children: "S" }),
|
|
5553
5553
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "12", y: "10", fontSize: "8", fill: accentColor || color, children: "V" }),
|
|
5554
5554
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "4", y: "19", fontSize: "8", fill: accentColor || color, children: "O" }),
|
|
@@ -5821,14 +5821,14 @@ const ImmersionIcon = createEducationIcon(
|
|
|
5821
5821
|
{ displayName: "ImmersionIcon" }
|
|
5822
5822
|
);
|
|
5823
5823
|
const AccentIcon = createEducationIcon(
|
|
5824
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5824
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5825
5825
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "6", y: "18", fontSize: "16", fontWeight: "bold", fill: color, children: "a" }),
|
|
5826
5826
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 4 L18 8", stroke: accentColor || color, strokeWidth: "2.5", strokeLinecap: "round" })
|
|
5827
5827
|
] }),
|
|
5828
5828
|
{ displayName: "AccentIcon" }
|
|
5829
5829
|
);
|
|
5830
5830
|
const AlphabetIcon = createEducationIcon(
|
|
5831
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5831
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5832
5832
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "2", y: "14", fontSize: "10", fill: color, children: "A" }),
|
|
5833
5833
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "10", y: "14", fontSize: "10", fill: accentColor || color, opacity: "0.8", children: "B" }),
|
|
5834
5834
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "17", y: "14", fontSize: "10", fill: color, opacity: "0.6", children: "C" }),
|
|
@@ -5897,7 +5897,7 @@ const BilingualIcon = createEducationIcon(
|
|
|
5897
5897
|
{ displayName: "BilingualIcon" }
|
|
5898
5898
|
);
|
|
5899
5899
|
const PolyglotIcon = createEducationIcon(
|
|
5900
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5900
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5901
5901
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
5902
5902
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "6", y: "10", fontSize: "4", fill: color, children: "EN" }),
|
|
5903
5903
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "13", y: "10", fontSize: "4", fill: accentColor || color, children: "中" }),
|
|
@@ -5907,7 +5907,7 @@ const PolyglotIcon = createEducationIcon(
|
|
|
5907
5907
|
{ displayName: "PolyglotIcon" }
|
|
5908
5908
|
);
|
|
5909
5909
|
const LinguisticsIcon = createEducationIcon(
|
|
5910
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5910
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5911
5911
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "5", r: "2", fill: color }),
|
|
5912
5912
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "7", x2: "12", y2: "10", stroke: color, strokeWidth: "1.5" }),
|
|
5913
5913
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "10", x2: "6", y2: "14", stroke: color, strokeWidth: "1.5" }),
|
|
@@ -5921,7 +5921,7 @@ const LinguisticsIcon = createEducationIcon(
|
|
|
5921
5921
|
{ displayName: "LinguisticsIcon" }
|
|
5922
5922
|
);
|
|
5923
5923
|
const PhoneticsIcon = createEducationIcon(
|
|
5924
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5924
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5925
5925
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "4", y: "14", fontSize: "10", fill: color, children: "[" }),
|
|
5926
5926
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "8", y: "14", fontSize: "8", fill: accentColor || color, children: "æ" }),
|
|
5927
5927
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "15", y: "14", fontSize: "10", fill: color, children: "]" }),
|
|
@@ -6318,7 +6318,7 @@ const WebinarIcon = createEducationIcon(
|
|
|
6318
6318
|
{ displayName: "WebinarIcon" }
|
|
6319
6319
|
);
|
|
6320
6320
|
const MOOCIcon = createEducationIcon(
|
|
6321
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6321
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6322
6322
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "10", r: "7", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
6323
6323
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6324
6324
|
"ellipse",
|
|
@@ -6405,7 +6405,7 @@ const ElearningPlatformIcon = createEducationIcon(
|
|
|
6405
6405
|
{ displayName: "ElearningPlatformIcon" }
|
|
6406
6406
|
);
|
|
6407
6407
|
const VirtualClassroomIcon = createEducationIcon(
|
|
6408
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6408
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6409
6409
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "1", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
6410
6410
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "5", width: "4", height: "3", rx: "0.5", fill: accentColor || color, opacity: "0.6" }),
|
|
6411
6411
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "10", y: "5", width: "4", height: "3", rx: "0.5", fill: accentColor || color, opacity: "0.6" }),
|
|
@@ -6420,7 +6420,7 @@ const VirtualClassroomIcon = createEducationIcon(
|
|
|
6420
6420
|
{ displayName: "VirtualClassroomIcon" }
|
|
6421
6421
|
);
|
|
6422
6422
|
const CodeLearningIcon = createEducationIcon(
|
|
6423
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6423
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6424
6424
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 6 L4 12 L8 18", stroke: color, strokeWidth: "2", fill: "none", strokeLinecap: "round" }),
|
|
6425
6425
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6426
6426
|
"path",
|
|
@@ -6454,7 +6454,7 @@ const BlockCodingIcon = createEducationIcon(
|
|
|
6454
6454
|
{ displayName: "BlockCodingIcon" }
|
|
6455
6455
|
);
|
|
6456
6456
|
const AlgorithmIcon = createEducationIcon(
|
|
6457
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6457
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6458
6458
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "0.5", fill: color }),
|
|
6459
6459
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "6", x2: "12", y2: "8", stroke: color, strokeWidth: "1.5" }),
|
|
6460
6460
|
/* @__PURE__ */ jsxRuntime.jsx("polygon", { points: "12,8 16,12 12,16 8,12", fill: accentColor || color }),
|
|
@@ -7102,7 +7102,7 @@ const LibraryBuildingIcon = createEducationIcon(
|
|
|
7102
7102
|
{ displayName: "LibraryBuildingIcon" }
|
|
7103
7103
|
);
|
|
7104
7104
|
const ReadingRoomIcon = createEducationIcon(
|
|
7105
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7105
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7106
7106
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "6", width: "20", height: "14", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
7107
7107
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "14", width: "12", height: "2", fill: color }),
|
|
7108
7108
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 6 L12 10", stroke: accentColor || color, strokeWidth: "1.5" }),
|
|
@@ -7113,7 +7113,7 @@ const ReadingRoomIcon = createEducationIcon(
|
|
|
7113
7113
|
{ displayName: "ReadingRoomIcon" }
|
|
7114
7114
|
);
|
|
7115
7115
|
const StudyCarrelIcon = createEducationIcon(
|
|
7116
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7116
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7117
7117
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 8 L4 20 L20 20 L20 8", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
7118
7118
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 8 L4 4 L12 4", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
7119
7119
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20 8 L20 4 L12 4", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
@@ -7124,7 +7124,7 @@ const StudyCarrelIcon = createEducationIcon(
|
|
|
7124
7124
|
{ displayName: "StudyCarrelIcon" }
|
|
7125
7125
|
);
|
|
7126
7126
|
const ArchiveRoomIcon = createEducationIcon(
|
|
7127
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7127
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7128
7128
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
7129
7129
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "3", y1: "9", x2: "21", y2: "9", stroke: color, strokeWidth: "1" }),
|
|
7130
7130
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "3", y1: "14", x2: "21", y2: "14", stroke: color, strokeWidth: "1" }),
|
|
@@ -7140,7 +7140,7 @@ const ArchiveRoomIcon = createEducationIcon(
|
|
|
7140
7140
|
{ displayName: "ArchiveRoomIcon" }
|
|
7141
7141
|
);
|
|
7142
7142
|
const BookStackIcon = createEducationIcon(
|
|
7143
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7143
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7144
7144
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "16", width: "16", height: "3", rx: "0.5", fill: color }),
|
|
7145
7145
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "5", y: "12", width: "14", height: "3", rx: "0.5", fill: accentColor || color, opacity: "0.8" }),
|
|
7146
7146
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "8", width: "12", height: "3", rx: "0.5", fill: color, opacity: "0.6" }),
|
|
@@ -7814,7 +7814,7 @@ const LibraryCardIcon = createEducationIcon(
|
|
|
7814
7814
|
{ displayName: "LibraryCardIcon" }
|
|
7815
7815
|
);
|
|
7816
7816
|
const InterlibraryLoanIcon = createEducationIcon(
|
|
7817
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7817
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7818
7818
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "10", width: "7", height: "8", fill: color, opacity: "0.6" }),
|
|
7819
7819
|
/* @__PURE__ */ jsxRuntime.jsx("polygon", { points: "2,10 5.5,6 9,10", fill: color, opacity: "0.6" }),
|
|
7820
7820
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "15", y: "10", width: "7", height: "8", fill: color, opacity: "0.6" }),
|
|
@@ -7827,7 +7827,7 @@ const InterlibraryLoanIcon = createEducationIcon(
|
|
|
7827
7827
|
{ displayName: "InterlibraryLoanIcon" }
|
|
7828
7828
|
);
|
|
7829
7829
|
const CitationIcon = createEducationIcon(
|
|
7830
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7830
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
7831
7831
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "4", y: "12", fontSize: "16", fontWeight: "bold", fill: accentColor || color, opacity: "0.7", children: '"' }),
|
|
7832
7832
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "16", y: "18", fontSize: "16", fontWeight: "bold", fill: accentColor || color, opacity: "0.7", children: '"' }),
|
|
7833
7833
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "8", y1: "10", x2: "16", y2: "10", stroke: color, strokeWidth: "1", opacity: "0.6" }),
|
|
@@ -8173,7 +8173,7 @@ const BulletinBoardIcon = createEducationIcon(
|
|
|
8173
8173
|
{ displayName: "BulletinBoardIcon" }
|
|
8174
8174
|
);
|
|
8175
8175
|
const GlobeStandIcon = createEducationIcon(
|
|
8176
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8176
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8177
8177
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "10", r: "7", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
8178
8178
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8179
8179
|
"ellipse",
|
|
@@ -8428,7 +8428,7 @@ const SchoolBuildingIcon = createEducationIcon(
|
|
|
8428
8428
|
{ displayName: "SchoolBuildingIcon" }
|
|
8429
8429
|
);
|
|
8430
8430
|
const AuditoriumIcon = createEducationIcon(
|
|
8431
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8431
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8432
8432
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "4", fill: accentColor || color, opacity: "0.6" }),
|
|
8433
8433
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 4 Q4 6 2 8 Q4 10 2 12 L2 14", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
8434
8434
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M22 4 Q20 6 22 8 Q20 10 22 12 L22 14", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
@@ -8532,7 +8532,7 @@ const ComputerLabIcon = createEducationIcon(
|
|
|
8532
8532
|
{ displayName: "ComputerLabIcon" }
|
|
8533
8533
|
);
|
|
8534
8534
|
const MusicRoomIcon = createEducationIcon(
|
|
8535
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8535
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8536
8536
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
8537
8537
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "12", width: "8", height: "6", fill: color, opacity: "0.7" }),
|
|
8538
8538
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "5", y: "14", width: "1", height: "3", fill: "#fff" }),
|
|
@@ -8548,7 +8548,7 @@ const MusicRoomIcon = createEducationIcon(
|
|
|
8548
8548
|
{ displayName: "MusicRoomIcon" }
|
|
8549
8549
|
);
|
|
8550
8550
|
const ArtStudioIcon = createEducationIcon(
|
|
8551
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8551
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8552
8552
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
8553
8553
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8554
8554
|
"path",
|
|
@@ -8570,7 +8570,7 @@ const ArtStudioIcon = createEducationIcon(
|
|
|
8570
8570
|
{ displayName: "ArtStudioIcon" }
|
|
8571
8571
|
);
|
|
8572
8572
|
const GymnasiumIcon = createEducationIcon(
|
|
8573
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8573
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8574
8574
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
8575
8575
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "18", y: "6", width: "2", height: "4", fill: color }),
|
|
8576
8576
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "10", r: "2", fill: "none", stroke: accentColor || color, strokeWidth: "1.5" }),
|
|
@@ -8594,7 +8594,7 @@ const GymnasiumIcon = createEducationIcon(
|
|
|
8594
8594
|
{ displayName: "GymnasiumIcon" }
|
|
8595
8595
|
);
|
|
8596
8596
|
const CafeteriaIcon = createEducationIcon(
|
|
8597
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8597
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8598
8598
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "4", width: "20", height: "16", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
8599
8599
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "7", cy: "12", rx: "3", ry: "2", fill: color, opacity: "0.5" }),
|
|
8600
8600
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "17", cy: "12", rx: "3", ry: "2", fill: color, opacity: "0.5" }),
|
|
@@ -8606,7 +8606,7 @@ const CafeteriaIcon = createEducationIcon(
|
|
|
8606
8606
|
{ displayName: "CafeteriaIcon" }
|
|
8607
8607
|
);
|
|
8608
8608
|
const PlaygroundIcon = createEducationIcon(
|
|
8609
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8609
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8610
8610
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "1", y1: "20", x2: "23", y2: "20", stroke: color, strokeWidth: "2" }),
|
|
8611
8611
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 4 L8 20 M12 4 L8 20", stroke: color, strokeWidth: "2", fill: "none" }),
|
|
8612
8612
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "4", y1: "4", x2: "12", y2: "4", stroke: color, strokeWidth: "2" }),
|
|
@@ -8781,7 +8781,7 @@ const ParkingLotIcon = createEducationIcon(
|
|
|
8781
8781
|
{ displayName: "ParkingLotIcon" }
|
|
8782
8782
|
);
|
|
8783
8783
|
const BusStopIcon = createEducationIcon(
|
|
8784
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8784
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8785
8785
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "6", width: "16", height: "14", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
8786
8786
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "4", y1: "4", x2: "20", y2: "4", stroke: color, strokeWidth: "2" }),
|
|
8787
8787
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "16", width: "12", height: "2", fill: color, opacity: "0.5" }),
|
|
@@ -9106,7 +9106,7 @@ const FillBlankIcon = createEducationIcon(
|
|
|
9106
9106
|
{ displayName: "FillBlankIcon" }
|
|
9107
9107
|
);
|
|
9108
9108
|
const MatchingIcon = createEducationIcon(
|
|
9109
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9109
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9110
9110
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "4", width: "6", height: "4", rx: "0.5", fill: color, opacity: "0.6" }),
|
|
9111
9111
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "10", width: "6", height: "4", rx: "0.5", fill: color, opacity: "0.6" }),
|
|
9112
9112
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "16", width: "6", height: "4", rx: "0.5", fill: color, opacity: "0.6" }),
|
|
@@ -9231,7 +9231,7 @@ const GradeAIcon = createEducationIcon(
|
|
|
9231
9231
|
{ displayName: "GradeAIcon" }
|
|
9232
9232
|
);
|
|
9233
9233
|
const GradeBIcon = createEducationIcon(
|
|
9234
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9234
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9235
9235
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9236
9236
|
"circle",
|
|
9237
9237
|
{
|
|
@@ -9259,7 +9259,7 @@ const GradeBIcon = createEducationIcon(
|
|
|
9259
9259
|
{ displayName: "GradeBIcon" }
|
|
9260
9260
|
);
|
|
9261
9261
|
const GradeCIcon = createEducationIcon(
|
|
9262
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9262
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9263
9263
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9264
9264
|
"circle",
|
|
9265
9265
|
{
|
|
@@ -9287,7 +9287,7 @@ const GradeCIcon = createEducationIcon(
|
|
|
9287
9287
|
{ displayName: "GradeCIcon" }
|
|
9288
9288
|
);
|
|
9289
9289
|
const GradeFIcon = createEducationIcon(
|
|
9290
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9290
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9291
9291
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9292
9292
|
"circle",
|
|
9293
9293
|
{
|
|
@@ -9401,7 +9401,7 @@ const PassIcon = createEducationIcon(
|
|
|
9401
9401
|
{ displayName: "PassIcon" }
|
|
9402
9402
|
);
|
|
9403
9403
|
const FailIcon = createEducationIcon(
|
|
9404
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9404
|
+
({ color, accentColor: _accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9405
9405
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9406
9406
|
"circle",
|
|
9407
9407
|
{
|
|
@@ -9654,7 +9654,7 @@ const CommentsIcon = createEducationIcon(
|
|
|
9654
9654
|
{ displayName: "CommentsIcon" }
|
|
9655
9655
|
);
|
|
9656
9656
|
const ImprovementIcon = createEducationIcon(
|
|
9657
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9657
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
9658
9658
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9659
9659
|
"path",
|
|
9660
9660
|
{
|
|
@@ -10062,7 +10062,7 @@ const WheelchairIcon = createEducationIcon(
|
|
|
10062
10062
|
{ displayName: "WheelchairIcon" }
|
|
10063
10063
|
);
|
|
10064
10064
|
const ScreenReaderIcon = createEducationIcon(
|
|
10065
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10065
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10066
10066
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "12", cy: "10", rx: "8", ry: "5", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
10067
10067
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "10", r: "3", fill: color, opacity: "0.5" }),
|
|
10068
10068
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "4", y1: "4", x2: "20", y2: "16", stroke: accentColor || color, strokeWidth: "2" }),
|
|
@@ -10139,7 +10139,7 @@ const ClosedCaptionsIcon = createEducationIcon(
|
|
|
10139
10139
|
{ displayName: "ClosedCaptionsIcon" }
|
|
10140
10140
|
);
|
|
10141
10141
|
const BrailleIcon = createEducationIcon(
|
|
10142
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10142
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10143
10143
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: color }),
|
|
10144
10144
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "12", r: "2", fill: color }),
|
|
10145
10145
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "2", fill: "none", stroke: color, strokeWidth: "1", opacity: "0.5" }),
|
|
@@ -10237,7 +10237,7 @@ const HighContrastIcon = createEducationIcon(
|
|
|
10237
10237
|
{ displayName: "HighContrastIcon" }
|
|
10238
10238
|
);
|
|
10239
10239
|
const LargeTextIcon = createEducationIcon(
|
|
10240
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10240
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10241
10241
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "2", y: "18", fontSize: "18", fontWeight: "bold", fill: color, children: "A" }),
|
|
10242
10242
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "16", y: "18", fontSize: "10", fill: accentColor || color, opacity: "0.6", children: "a" }),
|
|
10243
10243
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M14 6 L18 2 L22 6", stroke: accentColor || color, strokeWidth: "1.5", fill: "none" }),
|
|
@@ -10360,7 +10360,7 @@ const SpeechTherapyIcon = createEducationIcon(
|
|
|
10360
10360
|
{ displayName: "SpeechTherapyIcon" }
|
|
10361
10361
|
);
|
|
10362
10362
|
const OccupationalTherapyIcon = createEducationIcon(
|
|
10363
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10363
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10364
10364
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 20 L8 12 Q8 8 12 8", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
10365
10365
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "10", y1: "8", x2: "10", y2: "4", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
10366
10366
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "13", y1: "8", x2: "13", y2: "3", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
|
|
@@ -10458,7 +10458,7 @@ const Plan504Icon = createEducationIcon(
|
|
|
10458
10458
|
{ displayName: "Plan504Icon" }
|
|
10459
10459
|
);
|
|
10460
10460
|
const ResourceRoomIcon = createEducationIcon(
|
|
10461
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10461
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10462
10462
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "6", width: "20", height: "14", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
10463
10463
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "14", width: "12", height: "2", fill: color, opacity: "0.5" }),
|
|
10464
10464
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "10", r: "2", fill: accentColor || color }),
|
|
@@ -10739,7 +10739,7 @@ const AdaptiveKeyboardIcon = createEducationIcon(
|
|
|
10739
10739
|
{ displayName: "AdaptiveKeyboardIcon" }
|
|
10740
10740
|
);
|
|
10741
10741
|
const LowVisionIcon = createEducationIcon(
|
|
10742
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10742
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10743
10743
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "10", cy: "10", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
10744
10744
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "14", y1: "14", x2: "20", y2: "20", stroke: color, strokeWidth: "3", strokeLinecap: "round" }),
|
|
10745
10745
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "7", y: "12", fontSize: "8", fontWeight: "bold", fill: accentColor || color, children: "A" })
|
|
@@ -10922,7 +10922,7 @@ const SoccerClubIcon = createEducationIcon(
|
|
|
10922
10922
|
{ displayName: "SoccerClubIcon" }
|
|
10923
10923
|
);
|
|
10924
10924
|
const SwimmingTeamIcon = createEducationIcon(
|
|
10925
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10925
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10926
10926
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10927
10927
|
"path",
|
|
10928
10928
|
{
|
|
@@ -10949,7 +10949,7 @@ const SwimmingTeamIcon = createEducationIcon(
|
|
|
10949
10949
|
{ displayName: "SwimmingTeamIcon" }
|
|
10950
10950
|
);
|
|
10951
10951
|
const TrackFieldIcon = createEducationIcon(
|
|
10952
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10952
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10953
10953
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10954
10954
|
"ellipse",
|
|
10955
10955
|
{
|
|
@@ -10979,7 +10979,7 @@ const TrackFieldIcon = createEducationIcon(
|
|
|
10979
10979
|
{ displayName: "TrackFieldIcon" }
|
|
10980
10980
|
);
|
|
10981
10981
|
const TennisClubIcon = createEducationIcon(
|
|
10982
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10982
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
10983
10983
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "10", cy: "8", rx: "6", ry: "5", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
10984
10984
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "5", y1: "8", x2: "15", y2: "8", stroke: color, strokeWidth: "0.5", opacity: "0.5" }),
|
|
10985
10985
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "10", y1: "4", x2: "10", y2: "12", stroke: color, strokeWidth: "0.5", opacity: "0.5" }),
|
|
@@ -11056,7 +11056,7 @@ const DebateClubIcon = createEducationIcon(
|
|
|
11056
11056
|
{ displayName: "DebateClubIcon" }
|
|
11057
11057
|
);
|
|
11058
11058
|
const MathClubIcon = createEducationIcon(
|
|
11059
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11059
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11060
11060
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "4", y: "16", fontSize: "16", fontWeight: "bold", fill: color, children: "π" }),
|
|
11061
11061
|
/* @__PURE__ */ jsxRuntime.jsx("text", { x: "14", y: "12", fontSize: "10", fontWeight: "bold", fill: accentColor || color, children: "Σ" }),
|
|
11062
11062
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "16", y1: "16", x2: "22", y2: "16", stroke: color, strokeWidth: "2" }),
|
|
@@ -11409,7 +11409,7 @@ const VolunteerIcon = createEducationIcon(
|
|
|
11409
11409
|
{ displayName: "VolunteerIcon" }
|
|
11410
11410
|
);
|
|
11411
11411
|
const ServiceClubIcon = createEducationIcon(
|
|
11412
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11412
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11413
11413
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
11414
11414
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "2", fill: accentColor || color }),
|
|
11415
11415
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 10 L20 18 M17 15 L19 17 M15 17 L17 19", stroke: color, strokeWidth: "2" }),
|
|
@@ -11438,7 +11438,7 @@ const HonorSocietyIcon = createEducationIcon(
|
|
|
11438
11438
|
{ displayName: "HonorSocietyIcon" }
|
|
11439
11439
|
);
|
|
11440
11440
|
const ModelUNIcon = createEducationIcon(
|
|
11441
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11441
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11442
11442
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
11443
11443
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "12", cy: "12", rx: "4", ry: "9", fill: "none", stroke: color, strokeWidth: "1" }),
|
|
11444
11444
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "3", y1: "12", x2: "21", y2: "12", stroke: color, strokeWidth: "1" }),
|
|
@@ -11679,7 +11679,7 @@ const CollegeCampusIcon = createEducationIcon(
|
|
|
11679
11679
|
{ displayName: "CollegeCampusIcon" }
|
|
11680
11680
|
);
|
|
11681
11681
|
const LectureHallIcon = createEducationIcon(
|
|
11682
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11682
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11683
11683
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 20 L2 8 Q12 4 22 8 L22 20", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
11684
11684
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 18 L20 18", stroke: color, strokeWidth: "1" }),
|
|
11685
11685
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5 15 L19 15", stroke: color, strokeWidth: "1" }),
|
|
@@ -11907,7 +11907,7 @@ const AcademicGownIcon = createEducationIcon(
|
|
|
11907
11907
|
{ displayName: "AcademicGownIcon" }
|
|
11908
11908
|
);
|
|
11909
11909
|
const ResearchIcon = createEducationIcon(
|
|
11910
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11910
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11911
11911
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "10", cy: "10", r: "6", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
11912
11912
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "14", y1: "14", x2: "20", y2: "20", stroke: color, strokeWidth: "3", strokeLinecap: "round" }),
|
|
11913
11913
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "7", y: "6", width: "6", height: "8", fill: accentColor || color, opacity: "0.4" }),
|
|
@@ -11984,7 +11984,7 @@ const ThesisIcon = createEducationIcon(
|
|
|
11984
11984
|
{ displayName: "ThesisIcon" }
|
|
11985
11985
|
);
|
|
11986
11986
|
const ConferenceIcon = createEducationIcon(
|
|
11987
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11987
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
11988
11988
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "8", y: "12", width: "8", height: "6", fill: color, opacity: "0.6" }),
|
|
11989
11989
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "6", y: "18", width: "12", height: "2", fill: color }),
|
|
11990
11990
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 8 L12 12", stroke: color, strokeWidth: "2" }),
|
|
@@ -12342,7 +12342,7 @@ const AcademicAdvisorIcon = createEducationIcon(
|
|
|
12342
12342
|
{ displayName: "AcademicAdvisorIcon" }
|
|
12343
12343
|
);
|
|
12344
12344
|
const StudyAbroadIcon = createEducationIcon(
|
|
12345
|
-
({ color, accentColor, variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
12345
|
+
({ color, accentColor, variant: _variant }) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
12346
12346
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "8", fill: "none", stroke: color, strokeWidth: "2" }),
|
|
12347
12347
|
/* @__PURE__ */ jsxRuntime.jsx("ellipse", { cx: "12", cy: "12", rx: "3", ry: "8", fill: "none", stroke: color, strokeWidth: "1" }),
|
|
12348
12348
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "4", y1: "12", x2: "20", y2: "12", stroke: color, strokeWidth: "1" }),
|