Enum Class VaadinIcon

java.lang.Object
java.lang.Enum<VaadinIcon>
com.vaadin.flow.component.icon.VaadinIcon
All Implemented Interfaces:
IconFactory, Serializable, Comparable<VaadinIcon>, Constable

public enum VaadinIcon extends Enum<VaadinIcon> implements IconFactory
Enumeration of all icons in the Vaadin Icons collection.

These instances can be used to create Icon components either by using their create() method or by passing them to Icon's constructor.

Since:
1.0
Author:
Vaadin Ltd