import SentryAppAvatar from 'sentry/components/avatar/sentryAppAvatar'; import {AvatarSentryApp} from 'sentry/types'; type Props = { sentryApp: AvatarSentryApp; size: number; }; const SentryAppIcon = ({sentryApp, size}: Props) => { return ; }; export default SentryAppIcon;