Skip to content

Commit

Permalink
Merge pull request #324 from MahApps/icons/FontAwesomev6.5.2
Browse files Browse the repository at this point in the history
Update FontAwesome to v6.5.2
  • Loading branch information
punker76 authored Apr 28, 2024
2 parents a0e0a43 + d87ccce commit 8d509e6
Show file tree
Hide file tree
Showing 5 changed files with 3,123 additions and 2,255 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This `IconPacks` library contains controls, markup extensions and converters to
| [Feather Icons](https://github.com/feathericons/feather) | 4.29.1 | 287 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.FeatherIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.FeatherIcons.svg?style=flat-square&&label=FeatherIcons"></a> |
| [File Icons](https://github.com/file-icons/icons) | 2.1.47 | 920 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.FileIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.FileIcons.svg?style=flat-square&&label=FileIcons"></a> |
| [Fontaudio](https://github.com/fefanto/fontaudio) | 1.1.0 | 155 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Fontaudio/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Fontaudio.svg?style=flat-square&&label=Fontaudio"></a> |
| [Font Awesome Free](https://fontawesome.com/) | 5.15.4 | 1611 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.FontAwesome/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.FontAwesome.svg?style=flat-square&&label=FontAwesome"></a> |
| [Font Awesome Free](https://fontawesome.com/) | 6.5.2 | 2045 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.FontAwesome/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.FontAwesome.svg?style=flat-square&&label=FontAwesome"></a> |
| [Fontisto](https://fontisto.com/) | 3.0.4 | 616 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Fontisto/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Fontisto.svg?style=flat-square&&label=Fontisto"></a> |
| [Fork Awesome](https://forkaweso.me/) | 1.2.0 | 794 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.ForkAwesome/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.ForkAwesome.svg?style=flat-square&&label=ForkAwesome"></a> |
| [Ionicons](https://ionicons.com/) | 4.6.4.1 | 696 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Ionicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Ionicons.svg?style=flat-square&&label=Ionicons"></a> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace MahApps.Metro.IconPacks
{
/// <summary>
/// All icons sourced from Font Awesome Free <see><cref>https://fontawesome.com/</cref></see> - License <see><cref>https://fontawesome.com/license/free</cref></see>
/// GitHub <see><cref>https://github.com/FortAwesome/Font-Awesome</cref></see>
/// GitHub <see><cref>https://fontawesome.com/</cref></see>
/// </summary>
[MetaData("Font Awesome Free", "https://fontawesome.com/", "https://fontawesome.com/license/free")]
public class PackIconFontAwesome : PackIconControlBase
Expand Down
Loading

0 comments on commit 8d509e6

Please sign in to comment.