Enum Class FontAwesome.Brands

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

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

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

Author:
Javier Godoy / Flowing Code