| icon | set representation type to Icon, more info on Icon Component | string | | |
| icon | Défini le type de représentation sur Icon, plus d’informations sur le composant Icon | string | | |
| size | set avatar size | number/string | number / large / medium / small | large |
| size | Défini la taille de l'avatar | number/string | number / large / medium / small | large |
| shape | set avatar shape | string | circle / square | circle |
| shape | Défini la forme de l'avatar | string | circle / square | circle |
| src | the address of the image for an image avatar | string | | |
| src | L'adresse de l'image pour un avatar image | string | | |
| srcSet | A list of one or more strings separated by commas indicating a set of possible image sources for the user agent to use | string | | |
| srcSet | Une liste d'un ou plusieurs string séparés par des virgules indiquant un ensemble de sources d'images possibles que le user agent peut utiliser | string | | |
| alt | This attribute defines an alternative text description of the image | string | | |
| alt | Cet attribut définit une description textuelle alternative de l'image | string | | |
| fit | set how the image fit its container for an image avatar | string | fill / contain / cover / none / scale-down | cover |
| fit | Défini comment l'image s'adapte à son conteneur | string | fill / contain / cover / none / scale-down | cover |
### Events
### Évènements
| Event Name | Description | Parameters |
| Event Name | Description | Paramètres |
| ------ | ------------------ | -------- |
| ------ | ------------------ | -------- |
| error | handler when img load error, return false to prevent default fallback behavior |(e: Event) |
| error | handler en cas d'erreur de chargement de l'image, renvoie false pour éviter le fallback par défaut |(e: Event) |