/FontAwesome4CSharp

Mapping of FontAwesome 4 characters for C#

Primary LanguageC#The UnlicenseUnlicense

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;