# StatCard

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_StatCard_4d0fd575["StatCard"]
    class component_StatCard_4d0fd575 rootComponent
```

## Referenced By

- `ProjectsPage` (RENDERS)
