FontIcon makes it super-simple to use scalable font icons in your Vaadin application using the Font Awesome icon pack. No widgetset recompile or theme modifications are required to get up-and-running; by default FontIcon loads the icons from a CDN (you can add the icons to your theme if you prefer).
FontIcon has been updated to use Font Awesome 4.2.0 40 New Icons in 4.2
Please see: http://fontawesome.io/whats-new/
##Usage
FontAwesome.load();
Button button = new Button(Icon.thumbs_up + " Click Me");
button.setHtmlContentAllowed(true);
##Links Font Awesome http://fontawesome.io http://fontawesome.io/license/
Vaddin vaadin.com vaadin.com/directory
Forked from original source by: emarc
Steve Borgelt (stevebor1)