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