Font Awesome Option set

interface Options {
    animation: Animation;
    attributes: Record<string, string | number | boolean>;
    class: string;
    color: Color;
    rotation: Rotation;
    size: Size;
    style: Style;
}

Hierarchy (view full)

Properties

animation: Animation
attributes: Record<string, string | number | boolean>
class: string
color: Color
rotation: Rotation
size: Size
style: Style