# SummaryCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/versions/[versionId]/review/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/versions/[versionId]/review/page.tsx#L25)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `icon` | `string` | ✓ | - |
| `count` | `number` | ✓ | - |
| `label` | `string` | ✓ | - |
| `color` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SummaryCard_733d09f2["SummaryCard"]
    class component_SummaryCard_733d09f2 rootComponent
```

## Referenced By

- `ReviewPage` (RENDERS)
