# configuration/icons/coverage.icons.ts

> 3 lines of code and 3 definitions.

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

## Definitions

- `DOCUMENTATION_SECTION_ICON` (lexical_declaration, line 1, exported)
- `RENAME_SECTION_ICON` (lexical_declaration, line 3, exported)
- `COVERAGE_SECTION_ICON` (lexical_declaration, line 5, exported)

## Source

```typescript
export const DOCUMENTATION_SECTION_ICON = "bi-journal-code";

export const RENAME_SECTION_ICON = "bi-arrow-left-right";

export const COVERAGE_SECTION_ICON = "bi-grid-3x3";
```
