Enum Class FontAwesome.Solid

java.lang.Object
java.lang.Enum<FontAwesome.Solid>
com.flowingcode.vaadin.addons.fontawesome.FontAwesome.Solid
All Implemented Interfaces:
com.vaadin.flow.component.icon.IconFactory, Serializable, Comparable<FontAwesome.Solid>, Constable
Enclosing class:
FontAwesome

public static enum FontAwesome.Solid extends Enum<FontAwesome.Solid> implements com.vaadin.flow.component.icon.IconFactory
Enumeration of all icons in the FontAwesome solid iconset

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

Author:
Javier Godoy / Flowing Code