# EntityIcon

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx#L95)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `type` | `string` | - | - |
| `className` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_EntityIcon_25c38ad2["EntityIcon"]
    class component_EntityIcon_25c38ad2 rootComponent
```

## Relationships

- RENDERS → `CogIcon`
- RENDERS → `CommandLineIcon`
- RENDERS → `CircleStackIcon`
- RENDERS → `CubeIcon`
- RENDERS → `ShieldCheckIcon`
- RENDERS → `PuzzlePieceIcon`
- RENDERS → `CodeBracketIcon`
- RENDERS → `DocumentTextIcon`

## Referenced By

- `AppSection` (RENDERS)
- `EntityTree` (RENDERS)
