import { AccountTiny } from "./Icons/AccountTiny"; export const Avatar = (props: { src: string | undefined; displayName: string | undefined; tiny?: boolean; }) => { if (props.src) return ( ); else return (