File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4455,11 +4455,17 @@ public enum PackIconKind
4455
4455
Inbox ,
4456
4456
InboxArrowDown ,
4457
4457
MoveToInbox = InboxArrowDown ,
4458
+ InboxArrowDownOutline ,
4458
4459
InboxArrowUp ,
4460
+ MoveFromInbox = InboxArrowUp ,
4461
+ InboxArrowUpOutline ,
4462
+ InboxFull ,
4463
+ InboxFullOutline ,
4459
4464
InboxMultiple ,
4460
4465
Inboxes = InboxMultiple ,
4461
4466
InboxMultipleOutline ,
4462
4467
InboxesOutline = InboxMultipleOutline ,
4468
+ InboxOutline ,
4463
4469
Incognito ,
4464
4470
Anonymous = Incognito ,
4465
4471
Infinity ,
@@ -6327,6 +6333,8 @@ public enum PackIconKind
6327
6333
SelectInverse ,
6328
6334
SelectionInvert = SelectInverse ,
6329
6335
SelectMarker ,
6336
+ SelectMultiple ,
6337
+ SelectMultipleMarker ,
6330
6338
SelectOff ,
6331
6339
SelectPlace ,
6332
6340
SelectSearch ,
@@ -6335,6 +6343,8 @@ public enum PackIconKind
6335
6343
SelectionEllipse ,
6336
6344
SelectionEllipseArrowInside ,
6337
6345
SelectionMarker ,
6346
+ SelectionMultipleMarker ,
6347
+ SelectionMutliple ,
6338
6348
SelectionOff ,
6339
6349
SelectionSearch ,
6340
6350
Send ,
@@ -7183,6 +7193,12 @@ public enum PackIconKind
7183
7193
TransmissionTower ,
7184
7194
TrashCan ,
7185
7195
TrashCanOutline ,
7196
+ Tray ,
7197
+ TrayAlert ,
7198
+ TrayFull ,
7199
+ TrayMinus ,
7200
+ TrayPlus ,
7201
+ TrayRemove ,
7186
7202
TreasureChest ,
7187
7203
Tree ,
7188
7204
TreeOutline ,
@@ -7214,11 +7230,13 @@ public enum PackIconKind
7214
7230
TruckTick = TruckCheck ,
7215
7231
LorryCheck = TruckCheck ,
7216
7232
CourierCheck = TruckCheck ,
7233
+ TruckCheckOutline ,
7217
7234
TruckDelivery ,
7218
7235
LorryDelivery = TruckDelivery ,
7219
7236
TruckFast ,
7220
7237
LorryFast = TruckFast ,
7221
7238
CourierFast = TruckFast ,
7239
+ TruckOutline ,
7222
7240
TruckTrailer ,
7223
7241
Trumpet ,
7224
7242
TshirtCrew ,
You can’t perform that action at this time.
0 commit comments