File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -442,6 +442,9 @@ public enum PackIconKind
442
442
AlignVerticalCentre = AlignVerticalCenter ,
443
443
AlignVerticalTop ,
444
444
AllInclusive ,
445
+ Allergy ,
446
+ Rash = Allergy ,
447
+ Germ = Allergy ,
445
448
Alpha ,
446
449
AlphaA ,
447
450
AlphabetA = AlphaA ,
@@ -1297,6 +1300,8 @@ public enum PackIconKind
1297
1300
BatteryHeartVariant ,
1298
1301
BatteryMinus ,
1299
1302
BatteryNegative ,
1303
+ BatteryOff ,
1304
+ BatteryOffOutline ,
1300
1305
BatteryOutline ,
1301
1306
Battery0 = BatteryOutline ,
1302
1307
BatteryEmpty = BatteryOutline ,
@@ -1484,6 +1489,7 @@ public enum PackIconKind
1484
1489
BookmarkPlusOutline ,
1485
1490
BookmarkAddOutline = BookmarkPlusOutline ,
1486
1491
BookmarkRemove ,
1492
+ Bookshelf ,
1487
1493
BoomGate ,
1488
1494
BoomArm = BoomGate ,
1489
1495
BoomBarrier = BoomGate ,
@@ -4552,6 +4558,19 @@ public enum PackIconKind
4552
4558
KeyboardCapslock = KeyboardCaps ,
4553
4559
KeyboardClose ,
4554
4560
KeyboardHide = KeyboardClose ,
4561
+ KeyboardEsc ,
4562
+ KeyboardF1 ,
4563
+ KeyboardF10 ,
4564
+ KeyboardF11 ,
4565
+ KeyboardF12 ,
4566
+ KeyboardF2 ,
4567
+ KeyboardF3 ,
4568
+ KeyboardF4 ,
4569
+ KeyboardF5 ,
4570
+ KeyboardF6 ,
4571
+ KeyboardF7 ,
4572
+ KeyboardF8 ,
4573
+ KeyboardF9 ,
4555
4574
KeyboardOff ,
4556
4575
KeyboardOffOutline ,
4557
4576
KeyboardOutline ,
@@ -7233,9 +7252,11 @@ public enum PackIconKind
7233
7252
TruckCheckOutline ,
7234
7253
TruckDelivery ,
7235
7254
LorryDelivery = TruckDelivery ,
7255
+ TruckDeliveryOutline ,
7236
7256
TruckFast ,
7237
7257
LorryFast = TruckFast ,
7238
7258
CourierFast = TruckFast ,
7259
+ TruckFastOutline ,
7239
7260
TruckOutline ,
7240
7261
TruckTrailer ,
7241
7262
Trumpet ,
You can’t perform that action at this time.
0 commit comments