# configuration/icons/methodology.start.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-start-icons-ts
Source text: https://banes-lab.com/assets/sources/source.4bc2f0ed2416ca017a2761836ee3dc9ac76c8c8965f5dd235d8678fa88d8e5a3.generated.txt

## Definitions

- `LOOP_SECTION_ICON` (lexical_declaration, line 1, exported)
- `LABOUR_SECTION_ICON` (lexical_declaration, line 3, exported)
- `STANCE_SECTION_ICON` (lexical_declaration, line 5, exported)
- `ADVERSARIAL_SECTION_ICON` (lexical_declaration, line 7, exported)
- `READING_SECTION_ICON` (lexical_declaration, line 9, exported)
- `ENCODING_SECTION_ICON` (lexical_declaration, line 11, exported)

## Source

```typescript
export const LOOP_SECTION_ICON = "bi-arrow-clockwise";

export const LABOUR_SECTION_ICON = "bi-people";

export const STANCE_SECTION_ICON = "bi-search";

export const ADVERSARIAL_SECTION_ICON = "bi-crosshair";

export const READING_SECTION_ICON = "bi-eyeglasses";

export const ENCODING_SECTION_ICON = "bi-layers";
```
