FA5Icon

ba.sake.hepek.fontawesome5.FA5Icon
See theFA5Icon companion object
final case class FA5Icon(name: String, tpe: Type, size: Option[Size], animation: Option[Animation], flip: Option[Flip], rotate: Option[Rotate])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(): Frag
def withAnimation(animation: Option[Animation]): FA5Icon
def withFlip(flip: Option[Flip]): FA5Icon
def withFlip(flip: Flip): FA5Icon
def withName(name: String): FA5Icon
def withRotate(rotate: Option[Rotate]): FA5Icon
def withRotate(rotate: Rotate): FA5Icon
def withSize(size: Option[Size]): FA5Icon
def withSize(size: Size): FA5Icon
def withTpe(tpe: Type): FA5Icon

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product