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 FontAwesomeBrandsModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeBrandsModule" /> class.
/// </summary>
public FontAwesomeBrandsModule()
: base("Font Awesome 5 Brands", "FontAwesome5BrandsRegular", "iconize-fontawesome-brands.ttf", FontAwesomeCollection.BrandIcons)
: base("Font Awesome 5 Brands", "FontAwesome5Brands-Regular", "iconize-fontawesome-brands.ttf", FontAwesomeCollection.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 FontAwesomeRegularModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeRegularModule" /> class.
/// </summary>
public FontAwesomeRegularModule()
: base("Font Awesome 5 Free Regular", "FontAwesome5FreeRegular", "iconize-fontawesome-regular.ttf", FontAwesomeCollection.RegularIcons)
: base("Font Awesome 5 Free Regular", "FontAwesome5Free-Regular", "iconize-fontawesome-regular.ttf", FontAwesomeCollection.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 FontAwesomeSolidModule : IconModule
/// Initializes a new instance of the <see cref="FontAwesomeSolidModule" /> class.
/// </summary>
public FontAwesomeSolidModule()
: base("Font Awesome 5 Free Solid", "FontAwesome5FreeSolid", "iconize-fontawesome-solid.ttf", FontAwesomeCollection.SolidIcons)
: base("Font Awesome 5 Free Solid", "FontAwesome5Free-Solid", "iconize-fontawesome-solid.ttf", FontAwesomeCollection.SolidIcons)
{
// Intentionally left blank
}
Expand Down