Directory

Fam3 Silk Icons - Vaadin Add-on Directory

Famfamfam Silk Icons addon with 1000 image icons for UI components Fam3 Silk Icons - Vaadin Add-on Directory
Famfamfam Silk free icons set contains 1000 image icons - see the [preview](http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png).
## **Using icon for Vaadin UI components** Just set the icon to any standard Vaadin UI component using its `setIcon()` method. Use the class [Fam3SilkIcon](https://github.com/bienjaroslav/vaadin-fam3-silk-icons-addon/tree/master/fam3-silk-icons/src/main/java/org/rubicone/vaadin/fam3/silk/Fam3SilkIcon.java) with enumerated all the icons from the set, example of usage: ```java Button button = new Button(); button.setCaption("OK"); button.setIcon(Fam3SilkIcon.ACCEPT); ```

## **Famfamfam Silk Icons collection** The Famfamfam Silk Icons are created by [Mark James](http://www.famfamfam.com/lab/icons/silk/). The icons version currently included is 1.3. *Note on icons license:* The Famfamfam Silk Icons by [Mark James](http://www.famfamfam.com/lab/icons/silk/) are available under a [Creative Commons Attribution 2.5 License](https://creativecommons.org/licenses/by/2.5/). You are free to use the icons. Please do not forget to provide attribution in your work (see [famfamfam website](http://www.famfamfam.com/lab/icons/silk/) for further details).