# configuration/icons/methodology.icons.ts

> 6 lines of code and 6 definitions.

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

## Definitions

- `START_TAB_ICON` (lexical_declaration, line 1, exported)
- `PLAN_TAB_ICON` (lexical_declaration, line 3, exported)
- `BUILD_TAB_ICON` (lexical_declaration, line 5, exported)
- `VERIFY_TAB_ICON` (lexical_declaration, line 7, exported)
- `COLLABORATE_TAB_ICON` (lexical_declaration, line 9, exported)
- `SHIP_TAB_ICON` (lexical_declaration, line 11, exported)

## Source

```typescript
export const START_TAB_ICON = "bi-play-circle";

export const PLAN_TAB_ICON = "bi-kanban";

export const BUILD_TAB_ICON = "bi-hammer";

export const VERIFY_TAB_ICON = "bi-clipboard-check";

export const COLLABORATE_TAB_ICON = "bi-people-fill";

export const SHIP_TAB_ICON = "bi-box-seam";
```
