| animation | Enable animation for emoji avatars | boolean | false |
| avatar | Content of the avatar (image URL, emoji, or Node) | string | ReactNode | - |
| background | Background color of the avatar | string | - |
| bordered | Whether to show a border | boolean | false |
| borderedColor | Color of the border | string | - |
| loading | Show loading state | boolean | false |
| shadow | Whether to show shadow | boolean | false |
| shape | Shape of the avatar | 'circle' | 'square' | 'circle' |
| size | Size of the avatar | number | 48 |
| sliceText | Whether to slice text to 2 characters | boolean | true |
| title | Title for tooltip | string | - |
| tooltipProps | Props for tooltip | Omit<TooltipProps, 'title'> | - |
| unoptimized | Disable image optimization for Next.js | boolean | false |
| variant | Style variant | 'borderless' | 'filled' | 'outlined' | 'borderless' |