Skip to content

Commit

Permalink
Update Bootstrap Icons to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeevis committed Dec 2, 2023
1 parent 7846675 commit 646d156
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class BootstrapIconProvider : BaseIconProvider
{ IconName.Headphones, BootstrapIcons.Headphones },
{ IconName.Headset, BootstrapIcons.Headset },
{ IconName.Heart, BootstrapIcons.Heart },
// { IconName.Highlighter, "fa-highlighter" },
{ IconName.Highlighter, BootstrapIcons.Highlighter },
{ IconName.History, BootstrapIcons.ClockHistory },
{ IconName.Home, BootstrapIcons.HouseDoor },
{ IconName.Hospital, BootstrapIcons.Hospital },
Expand Down Expand Up @@ -318,9 +318,9 @@ class BootstrapIconProvider : BaseIconProvider
{ IconName.VolumeMute, BootstrapIcons.VolumeMute },
{ IconName.VolumeOff, BootstrapIcons.VolumeOff },
{ IconName.VolumeUp, BootstrapIcons.VolumeUp },
// { IconName.Walking, "fa-walking" },
{ IconName.Walking, BootstrapIcons.PersonWalking },
{ IconName.Wallet, BootstrapIcons.Wallet },
//{ IconName.Wheelchair, "fa-wheelchair" },
{ IconName.Wheelchair, BootstrapIcons.PersonWheelchair },
{ IconName.Wifi, BootstrapIcons.Wifi },
//{ IconName.WineBottle, "fa-wine-bottle" },
{ IconName.Wrench, BootstrapIcons.Wrench },
Expand Down
Loading

0 comments on commit 646d156

Please sign in to comment.