# StatCard

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `any` | ✓ | - |
| `value` | `any` | ✓ | - |
| `icon` | `any` | ✓ | - |

## Diagram

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