Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
VaadinIcons missing an icon for save action and sorting options
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.
Any updates on this, specially for Vaadin 14? There is still no Save icon... I know it is difficult to cover all scenarios, but would be good to have alternate icon libraries like glyphicon or fontawesome, with some kinda wrapper (something like VaadinIcon.fontawesome("save").create()
to have a consistent code pattern and simple abstraction to underlying libraries) to use in all components like Button, Span, etc.