Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Correct FolderOpenOutline name #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/WPF/FontAwesome.WPF/FontAwesomeIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ public enum FontAwesomeIcon {
///<summary>Folder Open Outlined (created: 3.0)</summary>
///<see href="http://fontawesome.io/icon/folder-open-o/" />
[Description("Folder Open Outlined"),IconId("folder-open-o"),IconCategory("Web Application Icons")]
FolderOutlinepenOutline = 0xf115,
FolderOpenOutline = 0xf115,
///<summary>Smile Outlined (created: 3.1)</summary>
///<see href="http://fontawesome.io/icon/smile-o/" />
[Description("Smile Outlined"),IconId("smile-o"),IconCategory("Web Application Icons")]
Expand Down