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

## Definitions

- `HOME_SECTION_ICON` (lexical_declaration, line 1, exported)
- `FILESYSTEM_SECTION_ICON` (lexical_declaration, line 3, exported)
- `BOUNDARY_SECTION_ICON` (lexical_declaration, line 5, exported)

## Source

```typescript
export const HOME_SECTION_ICON = "bi-house";

export const FILESYSTEM_SECTION_ICON = "bi-folder-symlink";

export const BOUNDARY_SECTION_ICON = "bi-exclamation-octagon";
```
