BootCell
    Preparing search index...

    Interface FABGIconProps

    interface FABGIconProps {
        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;
        type: "circle" | "square";
        [key: string]: any;
        [key: number]: any;
    }

    Hierarchy (View Summary)

    Indexable

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

    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
    type: "circle" | "square"