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