# configuration/icons/coordination.icons.ts

> 7 lines of code and 7 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-icons-coordination-icons-ts
Source text: https://banes-lab.com/assets/sources/source.391de6bf33238ac5ba2a922feba7405f22c72f3a73738acfdcc12cf09005f119.generated.txt

## Definitions

- `HUMAN_SECTION_ICON` (lexical_declaration, line 1, exported)
- `AGENT_SECTION_ICON` (lexical_declaration, line 3, exported)
- `COORDINATION_SECTION_ICON` (lexical_declaration, line 5, exported)
- `SURFACE_SECTION_ICON` (lexical_declaration, line 7, exported)
- `WAIT_SECTION_ICON` (lexical_declaration, line 9, exported)
- `TURN_SECTION_ICON` (lexical_declaration, line 11, exported)
- `INVARIANT_SECTION_ICON` (lexical_declaration, line 13, exported)

## Source

```typescript
export const HUMAN_SECTION_ICON = "bi-person-check";

export const AGENT_SECTION_ICON = "bi-robot";

export const COORDINATION_SECTION_ICON = "bi-diagram-3";

export const SURFACE_SECTION_ICON = "bi-kanban";

export const WAIT_SECTION_ICON = "bi-broadcast";

export const TURN_SECTION_ICON = "bi-hourglass-split";

export const INVARIANT_SECTION_ICON = "bi-shield-check";
```
