Font Awesome wrapper
For default (5.3.1 from CDN) Font Awesome icons add config.AddContribFAIconConfiguration()
to DotvvmStartup.cs .
If you want to use Pro icons (eg icons with light style) you have to include FA CSS by using config.AddContribFAIconProConfiguration(yourFAIconResource)
.
<dc:FAIcon Icon="github_brands" />
<dc:FAIcon Icon="{value: Icon}" />