# configuration/icons/evidence.icons.ts

> 4 lines of code and 4 definitions.

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

## Definitions

- `APPEARANCE_SECTION_ICON` (lexical_declaration, line 1, exported)
- `VERIFIER_SECTION_ICON` (lexical_declaration, line 3, exported)
- `REPORT_SECTION_ICON` (lexical_declaration, line 5, exported)
- `UNKNOWN_SECTION_ICON` (lexical_declaration, line 7, exported)

## Source

```typescript
export const APPEARANCE_SECTION_ICON = "bi-eye-slash";

export const VERIFIER_SECTION_ICON = "bi-patch-check";

export const REPORT_SECTION_ICON = "bi-file-earmark-bar-graph";

export const UNKNOWN_SECTION_ICON = "bi-question-square";
```
