|
@@ -26,6 +26,8 @@ public enum FontResources {
|
|
ANGLE_LEFT("mfx-angle-left", '\uE91c'),
|
|
ANGLE_LEFT("mfx-angle-left", '\uE91c'),
|
|
ANGLE_RIGHT("mfx-angle-right", '\uE91d'),
|
|
ANGLE_RIGHT("mfx-angle-right", '\uE91d'),
|
|
ANGLE_UP("mfx-angle-up", '\uE91e'),
|
|
ANGLE_UP("mfx-angle-up", '\uE91e'),
|
|
|
|
+ ARROW_BACK("mfx-arrow-back", '\uE925'),
|
|
|
|
+ ARROW_FORWARD("mfx-arrow-forward", '\uE926'),
|
|
CALENDAR_BLACK("mfx-calendar-black", '\uE904'),
|
|
CALENDAR_BLACK("mfx-calendar-black", '\uE904'),
|
|
CALENDAR_SEMI_BLACK("mfx-calendar-semi-black", '\uE905'),
|
|
CALENDAR_SEMI_BLACK("mfx-calendar-semi-black", '\uE905'),
|
|
CALENDAR_WHITE("mfx-calendar-white", '\uE906'),
|
|
CALENDAR_WHITE("mfx-calendar-white", '\uE906'),
|
|
@@ -42,11 +44,15 @@ public enum FontResources {
|
|
EXCLAMATION_CIRCLE("mfx-exclamation-circle", '\uE917'),
|
|
EXCLAMATION_CIRCLE("mfx-exclamation-circle", '\uE917'),
|
|
EXCLAMATION_TRIANGLE("mfx-exclamation-triangle", '\uE918'),
|
|
EXCLAMATION_TRIANGLE("mfx-exclamation-triangle", '\uE918'),
|
|
EXPAND("mfx-expand", '\uE919'),
|
|
EXPAND("mfx-expand", '\uE919'),
|
|
|
|
+ FIRST_PAGE("mfx-first-page", '\uE927'),
|
|
GOOGLE("mfx-google", '\uE90a'),
|
|
GOOGLE("mfx-google", '\uE90a'),
|
|
INFO_CIRCLE("mfx-info-circle", '\uE91a'),
|
|
INFO_CIRCLE("mfx-info-circle", '\uE91a'),
|
|
|
|
+ LAST_PAGE("mfx-last-page", '\uE928'),
|
|
MINUS("mfx-minus", '\uE901'),
|
|
MINUS("mfx-minus", '\uE901'),
|
|
MINUS_CIRCLE("mfx-minus-circle", '\uE90c'),
|
|
MINUS_CIRCLE("mfx-minus-circle", '\uE90c'),
|
|
MODENA_MARK("mfx-modena-mark", '\uE90d'),
|
|
MODENA_MARK("mfx-modena-mark", '\uE90d'),
|
|
|
|
+ STEP_BACKWARD("mfx-step-backward", '\uE923'),
|
|
|
|
+ STEP_FORWARD("mfx-step-forward", '\uE924'),
|
|
VARIANT3_MARK("mfx-variant3-mark", '\uE90e'),
|
|
VARIANT3_MARK("mfx-variant3-mark", '\uE90e'),
|
|
VARIANT4_MARK("mfx-variant4-mark", '\uE90f'),
|
|
VARIANT4_MARK("mfx-variant4-mark", '\uE90f'),
|
|
VARIANT5_MARK("mfx-variant5-mark", '\uE910'),
|
|
VARIANT5_MARK("mfx-variant5-mark", '\uE910'),
|