# Avatar

**Kind:** Component

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/components/Avatar.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/components/Avatar.tsx#L16)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `src` | `any` | ✓ | - |
| `alt` | `any` | ✓ | - |
| `size` | `any` | - | "medium" |
| `fallback` | `any` | - | "/default-avatar.png" |

## Diagram

```mermaid
graph TD
    component_Avatar_31a20b94["Avatar"]
    class component_Avatar_31a20b94 rootComponent
```

## Relationships

- USES_HOOK → `useState`
