Merge pull request #565 from eclipse/CODENVY-104

CODENVY-104: add new font awesome icons
6.19.x
Oleksii Orel 2016-02-29 15:39:47 +02:00
commit 2daf098293
1 changed files with 10 additions and 0 deletions

View File

@ -87,4 +87,14 @@ public class FontAwesome {
*/
public static final String UNDO = "<i class=\"fa fa-undo\"></i>";
/**
* http://fortawesome.github.io/Font-Awesome/icon/check/
*/
public static final String CHECK = "<i class=\"fa fa-check\"></i>";
/**
* http://fortawesome.github.io/Font-Awesome/icon/exclamation-triangle/
*/
public static final String EXCLAMATION_TRIANGLE = "<i class=\"fa fa-exclamation-triangle\"></i>";
}