Enum FontAwesome.Brands

  • All Implemented Interfaces:
    com.vaadin.flow.component.icon.IconFactory, java.io.Serializable, java.lang.Comparable<FontAwesome.Brands>
    Enclosing class:
    FontAwesome

    public static enum FontAwesome.Brands
    extends java.lang.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