Perseus
    Preparing search index...
    type Props = {
        alt?: string;
        className?: string;
        color: string;
        focusable?: boolean;
        icon: IconType | string;
        pathClassName?: string;
        size?: number;
        style?: CSSProperties;
        title?: string;
    }
    Index

    Properties

    alt?: string
    className?: string
    color: string
    focusable?: boolean
    icon: IconType | string
    pathClassName?: string
    size?: number
    title?: string