Skip to content

Mapping of FontAwesome 4 characters for C#

License

Notifications You must be signed in to change notification settings

Rosst0pher/FontAwesome4CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FontAwesome4CSharp

Mapping of FontAwesome 4 characters for C#.

This was generated by a tool I wrote some time ago that scraped the icon names and values off FontAwesomes website.

Github

<i class="fa fa-github" aria-hidden="true"></i>
char githubIcon = Fa.github;

File

<i class="fa fa-file" aria-hidden="true"></i>
<i class="fa fa-file-o" aria-hidden="true"></i>
char fileIcon = Fa.file;
char fileOutlineIcon = Fa.fileo;