diff --git a/README.md b/README.md index 46404cab..532da2b5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This `IconPacks` library contains controls, markup extensions and converters to | [Coolicons](https://github.com/krystonschwarze/coolicons) | 4.1 | 442 | | | [Entypo+](http://www.entypo.com/) | | 411 | | | [Eva Icons](https://github.com/akveo/eva-icons) | 1.1.3 | 490 | | -| [Feather Icons](https://github.com/feathericons/feather) | 4.29.0 | 287 | | +| [Feather Icons](https://github.com/feathericons/feather) | 4.29.1 | 287 | | | [File Icons](https://github.com/file-icons/icons) | 2.1.43 | 876 | | | [Fontaudio](https://github.com/fefanto/fontaudio) | 1.1.0 | 155 | | | [Font Awesome Free](https://fontawesome.com/) | 5.15.4 | 1611 | | diff --git a/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIcons.cs b/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIcons.cs index a27dc1e5..21b6f86a 100644 --- a/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIcons.cs +++ b/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIcons.cs @@ -10,10 +10,10 @@ namespace MahApps.Metro.IconPacks { /// - /// Feather is licensed under the MIT License https://github.com/feathericons/feather/blob/master/LICENSE - /// Contributions, corrections and requests can be made on GitHub https://github.com/feathericons/feather. + /// Feather is licensed under the MIT License https://github.com/feathericons/feather?tab=MIT-1-ov-file#readme + /// Contributions, corrections and requests can be made on GitHub https://feathericons.com/. /// - [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 diff --git a/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIconsKind.cs b/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIconsKind.cs index 0eb02eef..3e821cb2 100644 --- a/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIconsKind.cs +++ b/src/MahApps.Metro.IconPacks/Icons/FeatherIcons/PackIconFeatherIconsKind.cs @@ -12,8 +12,8 @@ /// List of available icons for use with . /// /// - /// Feather is licensed under the MIT License https://github.com/feathericons/feather/blob/master/LICENSE - /// Contributions, corrections and requests can be made on GitHub https://github.com/feathericons/feather. + /// Feather is licensed under the MIT License https://github.com/feathericons/feather?tab=MIT-1-ov-file#readme + /// Contributions, corrections and requests can be made on GitHub https://feathericons.com/. /// public enum PackIconFeatherIconsKind { @@ -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,