AppIconProps
Home > @backstage/core-components
> AppIconProps
Props for the AppIcon() component.
Signature:
export type AppIconProps = IconComponentProps & {
id: string;
Fallback?: IconComponent;
};
References: IconComponentProps, IconComponent