diff --git a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProBrandsModule.cs b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProBrandsModule.cs index f9290e2..53f85f9 100644 --- a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProBrandsModule.cs +++ b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProBrandsModule.cs @@ -10,7 +10,7 @@ public sealed class FontAwesomeProBrandsModule : IconModule /// Initializes a new instance of the class. /// public FontAwesomeProBrandsModule() - : base("Font Awesome 5 Pro Brands", "FontAwesome5ProBrandsRegular", "iconize-fontawesome-pro-brands.ttf", FontAwesomeProCollection.BrandIcons) + : base("Font Awesome 5 Pro Brands", "FontAwesome5ProBrands-Regular", "iconize-fontawesome-pro-brands.ttf", FontAwesomeProCollection.BrandIcons) { // Intentionally left blank } diff --git a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProLightModule.cs b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProLightModule.cs index f0acb42..63af19a 100644 --- a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProLightModule.cs +++ b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProLightModule.cs @@ -10,7 +10,7 @@ public sealed class FontAwesomeProLightModule : IconModule /// Initializes a new instance of the class. /// public FontAwesomeProLightModule() - : base("Font Awesome 5 Pro Light", "FontAwesome5ProLight", "iconize-fontawesome-pro-light.ttf", FontAwesomeProCollection.LightIcons) + : base("Font Awesome 5 Pro Light", "FontAwesome5Pro-Light", "iconize-fontawesome-pro-light.ttf", FontAwesomeProCollection.LightIcons) { // Intentionally left blank } diff --git a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProRegularModule.cs b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProRegularModule.cs index 98360cd..0907613 100644 --- a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProRegularModule.cs +++ b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProRegularModule.cs @@ -10,7 +10,7 @@ public sealed class FontAwesomeProRegularModule : IconModule /// Initializes a new instance of the class. /// public FontAwesomeProRegularModule() - : base("Font Awesome 5 Pro Regular", "FontAwesome5ProRegular", "iconize-fontawesome-pro-regular.ttf", FontAwesomeProCollection.RegularIcons) + : base("Font Awesome 5 Pro Regular", "FontAwesome5Pro-Regular", "iconize-fontawesome-pro-regular.ttf", FontAwesomeProCollection.RegularIcons) { // Intentionally left blank } diff --git a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProSolidModule.cs b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProSolidModule.cs index a42eed1..96bee2e 100644 --- a/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProSolidModule.cs +++ b/src/Fonts/Plugin.Iconize.FontAwesomePro/FontAwesomeProSolidModule.cs @@ -10,7 +10,7 @@ public sealed class FontAwesomeProSolidModule : IconModule /// Initializes a new instance of the class. /// public FontAwesomeProSolidModule() - : base("Font Awesome 5 Pro Solid", "FontAwesome5ProSolid", "iconize-fontawesome-pro-solid.ttf", FontAwesomeProCollection.SolidIcons) + : base("Font Awesome 5 Pro Solid", "FontAwesome5Pro-Solid", "iconize-fontawesome-pro-solid.ttf", FontAwesomeProCollection.SolidIcons) { // Intentionally left blank }