ns-base-module 2.0.9 → 2.0.10
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/Icon/antdIcon.js +72 -141
- package/package.json +1 -1
package/dist/Icon/antdIcon.js
CHANGED
|
@@ -550,64 +550,27 @@ var antdJson = [{
|
|
|
550
550
|
}, {
|
|
551
551
|
font_class: "SketchOutlined",
|
|
552
552
|
icon_id: "Sketch"
|
|
553
|
-
},
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
},
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
},
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
},
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
},
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
},
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
},
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}, {
|
|
575
|
-
font_class: "SpotifyOutlined",
|
|
576
|
-
icon_id: "Spotify"
|
|
577
|
-
}, {
|
|
578
|
-
font_class: "TwitchOutlined",
|
|
579
|
-
icon_id: "Twitch"
|
|
580
|
-
}, {
|
|
581
|
-
font_class: "LinuxOutlined",
|
|
582
|
-
icon_id: "Linux"
|
|
583
|
-
}, {
|
|
584
|
-
font_class: "JavaOutlined",
|
|
585
|
-
icon_id: "Java"
|
|
586
|
-
}, {
|
|
587
|
-
font_class: "JavaScriptOutlined",
|
|
588
|
-
icon_id: "JavaScript"
|
|
589
|
-
}, {
|
|
590
|
-
font_class: "PythonOutlined",
|
|
591
|
-
icon_id: "Python"
|
|
592
|
-
}, {
|
|
593
|
-
font_class: "RubyOutlined",
|
|
594
|
-
icon_id: "Ruby"
|
|
595
|
-
}, {
|
|
596
|
-
font_class: "DotNetOutlined",
|
|
597
|
-
icon_id: "DotNet"
|
|
598
|
-
}, {
|
|
599
|
-
font_class: "KubernetesOutlined",
|
|
600
|
-
icon_id: "Kubernetes"
|
|
601
|
-
}, {
|
|
602
|
-
font_class: "DockerOutlined",
|
|
603
|
-
icon_id: "Docker"
|
|
604
|
-
}, {
|
|
605
|
-
font_class: "BaiduOutlined",
|
|
606
|
-
icon_id: "Baidu"
|
|
607
|
-
}, {
|
|
608
|
-
font_class: "HarmonyOSOutlined",
|
|
609
|
-
icon_id: "HarmonyOS"
|
|
610
|
-
}, {
|
|
553
|
+
},
|
|
554
|
+
// { font_class: "WechatWorkOutlined", icon_id: "WechatWork" },
|
|
555
|
+
// { font_class: "OpenAIOutlined", icon_id: "OpenAI" },
|
|
556
|
+
// { font_class: "DiscordOutlined", icon_id: "Discord" },
|
|
557
|
+
// { font_class: "XOutlined", icon_id: "X" },
|
|
558
|
+
// { font_class: "BilibiliOutlined", icon_id: "Bilibili" },
|
|
559
|
+
// { font_class: "PinterestOutlined", icon_id: "Pinterest" },
|
|
560
|
+
// { font_class: "TikTokOutlined", icon_id: "TikTok" },
|
|
561
|
+
// { font_class: "SpotifyOutlined", icon_id: "Spotify" },
|
|
562
|
+
// { font_class: "TwitchOutlined", icon_id: "Twitch" },
|
|
563
|
+
// { font_class: "LinuxOutlined", icon_id: "Linux" },
|
|
564
|
+
// { font_class: "JavaOutlined", icon_id: "Java" },
|
|
565
|
+
// { font_class: "JavaScriptOutlined", icon_id: "JavaScript" },
|
|
566
|
+
// { font_class: "PythonOutlined", icon_id: "Python" },
|
|
567
|
+
// { font_class: "RubyOutlined", icon_id: "Ruby" },
|
|
568
|
+
// { font_class: "DotNetOutlined", icon_id: "DotNet" },
|
|
569
|
+
// { font_class: "KubernetesOutlined", icon_id: "Kubernetes" },
|
|
570
|
+
// { font_class: "DockerOutlined", icon_id: "Docker" },
|
|
571
|
+
// { font_class: "BaiduOutlined", icon_id: "Baidu" },
|
|
572
|
+
// { font_class: "HarmonyOSOutlined", icon_id: "HarmonyOS" },
|
|
573
|
+
{
|
|
611
574
|
font_class: "AccountBookOutlined",
|
|
612
575
|
icon_id: "AccountBook"
|
|
613
576
|
}, {
|
|
@@ -1039,10 +1002,9 @@ var antdJson = [{
|
|
|
1039
1002
|
}, {
|
|
1040
1003
|
font_class: "MergeCellsOutlined",
|
|
1041
1004
|
icon_id: "MergeCells"
|
|
1042
|
-
},
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
}, {
|
|
1005
|
+
},
|
|
1006
|
+
// { font_class: "MergeOutlined", icon_id: "Merge" },
|
|
1007
|
+
{
|
|
1046
1008
|
font_class: "MessageOutlined",
|
|
1047
1009
|
icon_id: "Message"
|
|
1048
1010
|
}, {
|
|
@@ -1054,16 +1016,14 @@ var antdJson = [{
|
|
|
1054
1016
|
}, {
|
|
1055
1017
|
font_class: "MonitorOutlined",
|
|
1056
1018
|
icon_id: "Monitor"
|
|
1057
|
-
},
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
}, {
|
|
1019
|
+
},
|
|
1020
|
+
// { font_class: "MoonOutlined", icon_id: "Moon" },
|
|
1021
|
+
{
|
|
1061
1022
|
font_class: "MoreOutlined",
|
|
1062
1023
|
icon_id: "More"
|
|
1063
|
-
},
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
}, {
|
|
1024
|
+
},
|
|
1025
|
+
// { font_class: "MutedOutlined", icon_id: "Muted" },
|
|
1026
|
+
{
|
|
1067
1027
|
font_class: "NodeCollapseOutlined",
|
|
1068
1028
|
icon_id: "NodeCollapse"
|
|
1069
1029
|
}, {
|
|
@@ -1114,10 +1074,9 @@ var antdJson = [{
|
|
|
1114
1074
|
}, {
|
|
1115
1075
|
font_class: "PrinterOutlined",
|
|
1116
1076
|
icon_id: "Printer"
|
|
1117
|
-
},
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
}, {
|
|
1077
|
+
},
|
|
1078
|
+
// { font_class: "ProductOutlined", icon_id: "Product" },
|
|
1079
|
+
{
|
|
1121
1080
|
font_class: "ProfileOutlined",
|
|
1122
1081
|
icon_id: "Profile"
|
|
1123
1082
|
}, {
|
|
@@ -1207,10 +1166,9 @@ var antdJson = [{
|
|
|
1207
1166
|
}, {
|
|
1208
1167
|
font_class: "ShoppingOutlined",
|
|
1209
1168
|
icon_id: "Shopping"
|
|
1210
|
-
},
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
}, {
|
|
1169
|
+
},
|
|
1170
|
+
// { font_class: "SignatureOutlined", icon_id: "Signature" },
|
|
1171
|
+
{
|
|
1214
1172
|
font_class: "SisternodeOutlined",
|
|
1215
1173
|
icon_id: "Sisternode"
|
|
1216
1174
|
}, {
|
|
@@ -1234,10 +1192,9 @@ var antdJson = [{
|
|
|
1234
1192
|
}, {
|
|
1235
1193
|
font_class: "SubnodeOutlined",
|
|
1236
1194
|
icon_id: "Subnode"
|
|
1237
|
-
},
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
}, {
|
|
1195
|
+
},
|
|
1196
|
+
// { font_class: "SunOutlined", icon_id: "Sun" },
|
|
1197
|
+
{
|
|
1241
1198
|
font_class: "SwitcherOutlined",
|
|
1242
1199
|
icon_id: "Switcher"
|
|
1243
1200
|
}, {
|
|
@@ -1282,10 +1239,9 @@ var antdJson = [{
|
|
|
1282
1239
|
}, {
|
|
1283
1240
|
font_class: "TrophyOutlined",
|
|
1284
1241
|
icon_id: "Trophy"
|
|
1285
|
-
},
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
}, {
|
|
1242
|
+
},
|
|
1243
|
+
// { font_class: "TruckOutlined", icon_id: "Truck" },
|
|
1244
|
+
{
|
|
1289
1245
|
font_class: "UngroupOutlined",
|
|
1290
1246
|
icon_id: "Ungroup"
|
|
1291
1247
|
}, {
|
|
@@ -1540,34 +1496,17 @@ var antdJson = [{
|
|
|
1540
1496
|
}, {
|
|
1541
1497
|
font_class: "YahooFilled",
|
|
1542
1498
|
icon_id: "Yahoo"
|
|
1543
|
-
},
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
},
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
},
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
},
|
|
1553
|
-
|
|
1554
|
-
icon_id: "X"
|
|
1555
|
-
}, {
|
|
1556
|
-
font_class: "BilibiliFilled",
|
|
1557
|
-
icon_id: "Bilibili"
|
|
1558
|
-
}, {
|
|
1559
|
-
font_class: "PinterestFilled",
|
|
1560
|
-
icon_id: "Pinterest"
|
|
1561
|
-
}, {
|
|
1562
|
-
font_class: "TikTokFilled",
|
|
1563
|
-
icon_id: "TikTok"
|
|
1564
|
-
}, {
|
|
1565
|
-
font_class: "SpotifyFilled",
|
|
1566
|
-
icon_id: "Spotify"
|
|
1567
|
-
}, {
|
|
1568
|
-
font_class: "TwitchFilled",
|
|
1569
|
-
icon_id: "Twitch"
|
|
1570
|
-
}, {
|
|
1499
|
+
},
|
|
1500
|
+
// { font_class: "WechatWorkFilled", icon_id: "WechatWork" },
|
|
1501
|
+
// { font_class: "OpenAIFilled", icon_id: "OpenAI" },
|
|
1502
|
+
// { font_class: "DiscordFilled", icon_id: "Discord" },
|
|
1503
|
+
// { font_class: "XFilled", icon_id: "X" },
|
|
1504
|
+
// { font_class: "BilibiliFilled", icon_id: "Bilibili" },
|
|
1505
|
+
// { font_class: "PinterestFilled", icon_id: "Pinterest" },
|
|
1506
|
+
// { font_class: "TikTokFilled", icon_id: "TikTok" },
|
|
1507
|
+
// { font_class: "SpotifyFilled", icon_id: "Spotify" },
|
|
1508
|
+
// { font_class: "TwitchFilled", icon_id: "Twitch" },
|
|
1509
|
+
{
|
|
1571
1510
|
font_class: "AccountBookFilled",
|
|
1572
1511
|
icon_id: "AccountBook"
|
|
1573
1512
|
}, {
|
|
@@ -1840,10 +1779,9 @@ var antdJson = [{
|
|
|
1840
1779
|
}, {
|
|
1841
1780
|
font_class: "MehFilled",
|
|
1842
1781
|
icon_id: "Meh"
|
|
1843
|
-
},
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
}, {
|
|
1782
|
+
},
|
|
1783
|
+
// { font_class: "MergeFilled", icon_id: "Merge" },
|
|
1784
|
+
{
|
|
1847
1785
|
font_class: "MessageFilled",
|
|
1848
1786
|
icon_id: "Message"
|
|
1849
1787
|
}, {
|
|
@@ -1852,13 +1790,10 @@ var antdJson = [{
|
|
|
1852
1790
|
}, {
|
|
1853
1791
|
font_class: "MoneyCollectFilled",
|
|
1854
1792
|
icon_id: "MoneyCollect"
|
|
1855
|
-
},
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
font_class: "MutedFilled",
|
|
1860
|
-
icon_id: "Muted"
|
|
1861
|
-
}, {
|
|
1793
|
+
},
|
|
1794
|
+
// { font_class: "MoonFilled", icon_id: "Moon" },
|
|
1795
|
+
// { font_class: "MutedFilled", icon_id: "Muted" },
|
|
1796
|
+
{
|
|
1862
1797
|
font_class: "NotificationFilled",
|
|
1863
1798
|
icon_id: "Notification"
|
|
1864
1799
|
}, {
|
|
@@ -1879,10 +1814,9 @@ var antdJson = [{
|
|
|
1879
1814
|
}, {
|
|
1880
1815
|
font_class: "PrinterFilled",
|
|
1881
1816
|
icon_id: "Printer"
|
|
1882
|
-
},
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
}, {
|
|
1817
|
+
},
|
|
1818
|
+
// { font_class: "ProductFilled", icon_id: "Product" },
|
|
1819
|
+
{
|
|
1886
1820
|
font_class: "ProfileFilled",
|
|
1887
1821
|
icon_id: "Profile"
|
|
1888
1822
|
}, {
|
|
@@ -1948,10 +1882,9 @@ var antdJson = [{
|
|
|
1948
1882
|
}, {
|
|
1949
1883
|
font_class: "SignalFilled",
|
|
1950
1884
|
icon_id: "Signal"
|
|
1951
|
-
},
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
}, {
|
|
1885
|
+
},
|
|
1886
|
+
// { font_class: "SignatureFilled", icon_id: "Signature" },
|
|
1887
|
+
{
|
|
1955
1888
|
font_class: "SketchCircleFilled",
|
|
1956
1889
|
icon_id: "SketchCircle"
|
|
1957
1890
|
}, {
|
|
@@ -1972,10 +1905,9 @@ var antdJson = [{
|
|
|
1972
1905
|
}, {
|
|
1973
1906
|
font_class: "StarFilled",
|
|
1974
1907
|
icon_id: "Star"
|
|
1975
|
-
},
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
}, {
|
|
1908
|
+
},
|
|
1909
|
+
// { font_class: "SunFilled", icon_id: "Sun" },
|
|
1910
|
+
{
|
|
1979
1911
|
font_class: "SwitcherFilled",
|
|
1980
1912
|
icon_id: "Switcher"
|
|
1981
1913
|
}, {
|
|
@@ -2002,10 +1934,9 @@ var antdJson = [{
|
|
|
2002
1934
|
}, {
|
|
2003
1935
|
font_class: "TrophyFilled",
|
|
2004
1936
|
icon_id: "Trophy"
|
|
2005
|
-
},
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
}, {
|
|
1937
|
+
},
|
|
1938
|
+
// { font_class: "TruckFilled", icon_id: "Truck" },
|
|
1939
|
+
{
|
|
2009
1940
|
font_class: "TwitterCircleFilled",
|
|
2010
1941
|
icon_id: "TwitterCircle"
|
|
2011
1942
|
}, {
|