Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed class FontAwesomeProBrandsModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeProBrandsModule" /> class.
/// </summary>
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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed class FontAwesomeProLightModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeProLightModule" /> class.
/// </summary>
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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed class FontAwesomeProRegularModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeProRegularModule" /> class.
/// </summary>
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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed class FontAwesomeProSolidModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeProSolidModule" /> class.
/// </summary>
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
}
Expand Down