Skip to content

Commit b9562c4

Browse files
[Icon update detected by Github Action]. Auto generated pull request. (#2394)
Co-authored-by: Material Design Service Account <[email protected]>
1 parent 4a9b88c commit b9562c4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

MaterialDesignThemes.Wpf/PackIconKind.cs

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4050,16 +4050,47 @@ public enum PackIconKind
40504050
Globe=Earth,
40514051
Planet=Earth,
40524052
Public=Earth,
4053+
World=Earth,
40534054
EarthArrowRight,
4055+
GlobeArrowRight=EarthArrowRight,
4056+
PlanetArrowRight=EarthArrowRight,
4057+
WorldArrowRight=EarthArrowRight,
40544058
EarthBox,
4059+
GlobeBox=EarthBox,
4060+
PlanetBox=EarthBox,
4061+
WorldBox=EarthBox,
40554062
EarthBoxMinus,
4063+
GlobeBoxMinus=EarthBoxMinus,
4064+
PlanetBoxMinus=EarthBoxMinus,
4065+
WorldBoxMinus=EarthBoxMinus,
40564066
EarthBoxOff,
4067+
GlobeBoxOff=EarthBoxOff,
4068+
PlanetBoxOff=EarthBoxOff,
4069+
WorldBoxOff=EarthBoxOff,
40574070
EarthBoxPlus,
4071+
GlobeBoxPlus=EarthBoxPlus,
4072+
PlanetBoxPlus=EarthBoxPlus,
4073+
WorldBoxPlus=EarthBoxPlus,
40584074
EarthBoxRemove,
4075+
GlobeBoxRemove=EarthBoxRemove,
4076+
PlanetBoxRemove=EarthBoxRemove,
4077+
WorldBoxRemove=EarthBoxRemove,
40594078
EarthMinus,
4079+
GlobeMinus=EarthMinus,
4080+
PlanetMinus=EarthMinus,
4081+
WorldMinus=EarthMinus,
40604082
EarthOff,
4083+
GlobeOff=EarthOff,
4084+
PlanetOff=EarthOff,
4085+
WorldOff=EarthOff,
40614086
EarthPlus,
4087+
GlobePlus=EarthPlus,
4088+
PlanetPlus=EarthPlus,
4089+
WorldPlus=EarthPlus,
40624090
EarthRemove,
4091+
GlobeRemove=EarthRemove,
4092+
PlanetRemove=EarthRemove,
4093+
WorldRemove=EarthRemove,
40634094
Egg,
40644095
EggEaster,
40654096
EggOff,
@@ -5396,6 +5427,7 @@ public enum PackIconKind
53965427
GoogleDrive,
53975428
AttachDrive=GoogleDrive,
53985429
GoogleEarth,
5430+
Marble=GoogleEarth,
53995431
GoogleFit,
54005432
GoogleGlass,
54015433
GoogleHangouts,
@@ -8704,6 +8736,9 @@ public enum PackIconKind
87048736
Seal,
87058737
SealVariant,
87068738
SearchWeb,
8739+
GlobalSearch=SearchWeb,
8740+
InternetSearch=SearchWeb,
8741+
SearchGlobe=SearchWeb,
87078742
Seat,
87088743
Chair=Seat,
87098744
ChairAccent=Seat,
@@ -10487,7 +10522,10 @@ public enum PackIconKind
1048710522
WeatherWindy,
1048810523
WeatherWindyVariant,
1048910524
Web,
10525+
Internet=Web,
10526+
WorldWideWeb=Web,
1049010527
WebBox,
10528+
InternetBox=WebBox,
1049110529
LanguageBox=WebBox,
1049210530
Webcam,
1049310531
WebCamera=Webcam,

0 commit comments

Comments
 (0)