import type { FC } from 'react' type LogoEmbeddedChatAvatarProps = { className?: string } const LogoEmbeddedChatAvatar: FC = ({ className, }) => { return ( logo ) } export default LogoEmbeddedChatAvatar