Avatar
User image with fallback initials. The most fundamental identity primitive — appears inside profiles, comments, messages, and anywhere a person needs visual representation.
interface Avatar {
src?: string
alt: string
initials: string
size?: "xs" | "sm" | "md" | "lg" | "xl"
}