We have been using some VaadinIcons and consider moving to the Vaadin Iconset because during the Vaadin 8 beta it might be faster than to rely on the Addon to use FontAwesome comfortably again. The decision to move this out of the core package and allow the user to decide which Iconset to use is a good one.
So far we are just missing a few icons that are important for us:
-
SAVE
(a floppy style icon like
http://fontawesome.io/icon/floppy-o/
) [Yes - I know we should strive for a modern Web UI without save buttons but oh well ;-)] -
SORT ASC / DESC (ascending and descending sort e.g. http://fontawesome.io/icon/sort-asc)
-
SORT ALPHA ASC / DESC (alphabetic sort asc / desc e.g http://fontawesome.io/icon/sort-alpha-asc)
-
SORT AMOUNT ASC / DESC (alphabetic sort asc / desc e.g http://fontawesome.io/icon/sort-amount-asc/)
And just to be more complete on the sorting options …
- SORT NUMERIC ASC / DESC (alphabetic sort asc / desc e.g http://fontawesome.io/icon/sort-numeric-asc/)
Since it is not clear where the decision with Vaadin 8 and the VaadinIcons will lead I am just suggesting what we are currently missing to completely use the VaadinIcons.