Perseus
    Preparing search index...
    type InlineIconProps = {
        height: number;
        path: string;
        style?: React.CSSProperties;
        title?: string;
        width: number;
    }
    Index

    Properties

    height: number
    path: string
    style?: React.CSSProperties
    title?: string
    width: number