Interface FAIconProps

interface FAIconProps {
    animation?: "spin" | "pulse";
    border?: boolean;
    color?: TextColor;
    fixedWidth?: boolean;
    flip?: "horizontal" | "vertical" | "both";
    group?: "light" | "solid" | "brands" | "regular" | "duotone";
    inverse?: boolean;
    listItem?: boolean;
    pull?: "left" | "right";
    rotate?: 90 | 180 | 270;
    size?: "sm" | "lg" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "xs";
    stack?: 1 | 2;
    [key: string]: any;
    [key: number]: any;
}

Hierarchy (View Summary, Expand)

Indexable

  • [key: string]: any
  • [key: number]: any

Properties

animation?: "spin" | "pulse"
border?: boolean
color?: TextColor
fixedWidth?: boolean
flip?: "horizontal" | "vertical" | "both"
group?: "light" | "solid" | "brands" | "regular" | "duotone"
inverse?: boolean
listItem?: boolean
pull?: "left" | "right"
rotate?: 90 | 180 | 270
size?: "sm" | "lg" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "xs"
stack?: 1 | 2
MMNEPVFCICPMFPCPTTAAATR