Iron Icons - Vaadin Add-on Directory
Vaadin constants for https://github.com/PolymerElements/iron-icons## DEPRECATED
As Vaadin dropped support for iron-icons, we will not support Vaadin 24+ for this add-on.
### Description
This add-on gives you access to the whole [iron-icons](https://github.com/PolymerElements/iron-icons) in the same way as [VaadinIcons](https://vaadin.com/components/vaadin-icons/java-examples):
```
add(new Button("SAVE", IronIcons.SAVE.create()));
```
It also integrates [Collaborne/iron-file-icons](https://vaadin.com/directory/component/collaborneiron-file-icons) in the same way
View on GitHubIssue tracker
Author Homepage
Online Demo
Source Code
Iron Icons version 1.0.0
Initial release
Iron Icons version 1.0.1
Add overload of create method that receives a click listener.
Iron Icons version 2.0.0
Initial release supporting Vaadin 14 in NPM mode
Iron Icons version 2.0.1
Maintenance release.