Enum Class FontAwesome.Regular

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

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

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

Author:
Javier Godoy / Flowing Code