Skip to content

Commit

Permalink
Merge pull request #322 from MahApps/icons/FeatherIconsv4.29.1
Browse files Browse the repository at this point in the history
Update FeatherIcons to v4.29.1
  • Loading branch information
punker76 committed Apr 27, 2024
2 parents 020843c + e0a955e commit c9f2dd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ This `IconPacks` library contains controls, markup extensions and converters to
| [Coolicons](https://github.com/krystonschwarze/coolicons) | 4.1 | 442 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Coolicons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Coolicons.svg?style=flat-square&&label=Coolicons"></a> |
| [Entypo+](http://www.entypo.com/) | | 411 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.Entypo/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.Entypo.svg?style=flat-square&&label=Entypo"></a> |
| [Eva Icons](https://github.com/akveo/eva-icons) | 1.1.3 | 490 | <a href="https://www.nuget.org/packages/MahApps.Metro.IconPacks.EvaIcons/" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/nuget/dt/MahApps.Metro.IconPacks.EvaIcons.svg?style=flat-square&&label=EvaIcons"></a> |
| [Feather Icons](https://github.com/feathericons/feather) | 4.29.0 | 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> |
| [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.43 | 876 | <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> |
Expand Down
Expand Up @@ -10,10 +10,10 @@
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// Feather is licensed under the MIT License <see><cref>https://github.com/feathericons/feather/blob/master/LICENSE</cref></see>
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/feathericons/feather</cref></see>.
/// Feather is licensed under the MIT License <see><cref>https://github.com/feathericons/feather?tab=MIT-1-ov-file#readme</cref></see>
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://feathericons.com/</cref></see>.
/// </summary>
[MetaData("Feather Icons", "https://feathericons.com/", "https://github.com/feathericons/feather/blob/master/LICENSE")]
[MetaData("Feather Icons", "https://feathericons.com/", "https://github.com/feathericons/feather?tab=MIT-1-ov-file#readme")]
public class PackIconFeatherIcons : PackIconControlBase
{
public static readonly DependencyProperty KindProperty
Expand Down
Expand Up @@ -12,8 +12,8 @@
/// List of available icons for use with <see cref="PackIconFeatherIcons" />.
/// </summary>
/// <remarks>
/// Feather is licensed under the MIT License <see><cref>https://github.com/feathericons/feather/blob/master/LICENSE</cref></see>
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/feathericons/feather</cref></see>.
/// Feather is licensed under the MIT License <see><cref>https://github.com/feathericons/feather?tab=MIT-1-ov-file#readme</cref></see>
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://feathericons.com/</cref></see>.
/// </remarks>
public enum PackIconFeatherIconsKind
{
Expand Down Expand Up @@ -159,7 +159,7 @@ public enum PackIconFeatherIconsKind
[Description("key (Password, Login, Authentication, Secure)")] Key,
[Description("layers (Stack)")] Layers,
[Description("layout (Window, Webpage)")] Layout,
[Description("life-buoy")] LifeBuoy,
[Description("life-buoy (Help, LifeRing, Support)")] LifeBuoy,
[Description("link (Chain, Url)")] Link,
[Description("link-2 (Chain, Url)")] Link2,
[Description("linkedin (Logo, SocialMedia)")] Linkedin,
Expand Down

0 comments on commit c9f2dd0

Please sign in to comment.