@@ -4050,16 +4050,47 @@ public enum PackIconKind
4050
4050
Globe = Earth ,
4051
4051
Planet = Earth ,
4052
4052
Public = Earth ,
4053
+ World = Earth ,
4053
4054
EarthArrowRight ,
4055
+ GlobeArrowRight = EarthArrowRight ,
4056
+ PlanetArrowRight = EarthArrowRight ,
4057
+ WorldArrowRight = EarthArrowRight ,
4054
4058
EarthBox ,
4059
+ GlobeBox = EarthBox ,
4060
+ PlanetBox = EarthBox ,
4061
+ WorldBox = EarthBox ,
4055
4062
EarthBoxMinus ,
4063
+ GlobeBoxMinus = EarthBoxMinus ,
4064
+ PlanetBoxMinus = EarthBoxMinus ,
4065
+ WorldBoxMinus = EarthBoxMinus ,
4056
4066
EarthBoxOff ,
4067
+ GlobeBoxOff = EarthBoxOff ,
4068
+ PlanetBoxOff = EarthBoxOff ,
4069
+ WorldBoxOff = EarthBoxOff ,
4057
4070
EarthBoxPlus ,
4071
+ GlobeBoxPlus = EarthBoxPlus ,
4072
+ PlanetBoxPlus = EarthBoxPlus ,
4073
+ WorldBoxPlus = EarthBoxPlus ,
4058
4074
EarthBoxRemove ,
4075
+ GlobeBoxRemove = EarthBoxRemove ,
4076
+ PlanetBoxRemove = EarthBoxRemove ,
4077
+ WorldBoxRemove = EarthBoxRemove ,
4059
4078
EarthMinus ,
4079
+ GlobeMinus = EarthMinus ,
4080
+ PlanetMinus = EarthMinus ,
4081
+ WorldMinus = EarthMinus ,
4060
4082
EarthOff ,
4083
+ GlobeOff = EarthOff ,
4084
+ PlanetOff = EarthOff ,
4085
+ WorldOff = EarthOff ,
4061
4086
EarthPlus ,
4087
+ GlobePlus = EarthPlus ,
4088
+ PlanetPlus = EarthPlus ,
4089
+ WorldPlus = EarthPlus ,
4062
4090
EarthRemove ,
4091
+ GlobeRemove = EarthRemove ,
4092
+ PlanetRemove = EarthRemove ,
4093
+ WorldRemove = EarthRemove ,
4063
4094
Egg ,
4064
4095
EggEaster ,
4065
4096
EggOff ,
@@ -5396,6 +5427,7 @@ public enum PackIconKind
5396
5427
GoogleDrive ,
5397
5428
AttachDrive = GoogleDrive ,
5398
5429
GoogleEarth ,
5430
+ Marble = GoogleEarth ,
5399
5431
GoogleFit ,
5400
5432
GoogleGlass ,
5401
5433
GoogleHangouts ,
@@ -8704,6 +8736,9 @@ public enum PackIconKind
8704
8736
Seal ,
8705
8737
SealVariant ,
8706
8738
SearchWeb ,
8739
+ GlobalSearch = SearchWeb ,
8740
+ InternetSearch = SearchWeb ,
8741
+ SearchGlobe = SearchWeb ,
8707
8742
Seat ,
8708
8743
Chair = Seat ,
8709
8744
ChairAccent = Seat ,
@@ -10487,7 +10522,10 @@ public enum PackIconKind
10487
10522
WeatherWindy ,
10488
10523
WeatherWindyVariant ,
10489
10524
Web ,
10525
+ Internet = Web ,
10526
+ WorldWideWeb = Web ,
10490
10527
WebBox ,
10528
+ InternetBox = WebBox ,
10491
10529
LanguageBox = WebBox ,
10492
10530
Webcam ,
10493
10531
WebCamera = Webcam ,
0 commit comments