Skip to content

Commit 9216d09

Browse files
MDIX-SAKeboo
authored andcommitted
Icons update from Azure pipeline (#1527)
1 parent de0bb0b commit 9216d09

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

MaterialDesignThemes.Wpf/PackIconDataFactory.cs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

MaterialDesignThemes.Wpf/PackIconKind.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4455,11 +4455,17 @@ public enum PackIconKind
44554455
Inbox,
44564456
InboxArrowDown,
44574457
MoveToInbox=InboxArrowDown,
4458+
InboxArrowDownOutline,
44584459
InboxArrowUp,
4460+
MoveFromInbox=InboxArrowUp,
4461+
InboxArrowUpOutline,
4462+
InboxFull,
4463+
InboxFullOutline,
44594464
InboxMultiple,
44604465
Inboxes=InboxMultiple,
44614466
InboxMultipleOutline,
44624467
InboxesOutline=InboxMultipleOutline,
4468+
InboxOutline,
44634469
Incognito,
44644470
Anonymous=Incognito,
44654471
Infinity,
@@ -6327,6 +6333,8 @@ public enum PackIconKind
63276333
SelectInverse,
63286334
SelectionInvert=SelectInverse,
63296335
SelectMarker,
6336+
SelectMultiple,
6337+
SelectMultipleMarker,
63306338
SelectOff,
63316339
SelectPlace,
63326340
SelectSearch,
@@ -6335,6 +6343,8 @@ public enum PackIconKind
63356343
SelectionEllipse,
63366344
SelectionEllipseArrowInside,
63376345
SelectionMarker,
6346+
SelectionMultipleMarker,
6347+
SelectionMutliple,
63386348
SelectionOff,
63396349
SelectionSearch,
63406350
Send,
@@ -7183,6 +7193,12 @@ public enum PackIconKind
71837193
TransmissionTower,
71847194
TrashCan,
71857195
TrashCanOutline,
7196+
Tray,
7197+
TrayAlert,
7198+
TrayFull,
7199+
TrayMinus,
7200+
TrayPlus,
7201+
TrayRemove,
71867202
TreasureChest,
71877203
Tree,
71887204
TreeOutline,
@@ -7214,11 +7230,13 @@ public enum PackIconKind
72147230
TruckTick=TruckCheck,
72157231
LorryCheck=TruckCheck,
72167232
CourierCheck=TruckCheck,
7233+
TruckCheckOutline,
72177234
TruckDelivery,
72187235
LorryDelivery=TruckDelivery,
72197236
TruckFast,
72207237
LorryFast=TruckFast,
72217238
CourierFast=TruckFast,
7239+
TruckOutline,
72227240
TruckTrailer,
72237241
Trumpet,
72247242
TshirtCrew,

0 commit comments

Comments
 (0)