# configuration/icons/page.icons.ts

> 14 lines of code and 14 definitions.

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

## Definitions

- `HOME_ICON` (lexical_declaration, line 1, exported)
- `GRAMMAR_ICON` (lexical_declaration, line 3, exported)
- `METHODOLOGY_ICON` (lexical_declaration, line 5, exported)
- `ARCHITECTURE_ICON` (lexical_declaration, line 7, exported)
- `ONTOLOGY_ICON` (lexical_declaration, line 9, exported)
- `ANATOMY_ICON` (lexical_declaration, line 11, exported)
- `FAQ_ICON` (lexical_declaration, line 13, exported)
- `LICENSE_ICON` (lexical_declaration, line 15, exported)
- `INFORMATION_ICON` (lexical_declaration, line 17, exported)
- `TERMS_ICON` (lexical_declaration, line 19, exported)
- `PRIVACY_ICON` (lexical_declaration, line 21, exported)
- `SEARCH_ICON` (lexical_declaration, line 23, exported)
- `SEARCH_CLOSE_ICON` (lexical_declaration, line 25, exported)
- `CLOSING_MODEL_ICON` (lexical_declaration, line 27, exported)

## Source

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

export const GRAMMAR_ICON = "icon-pag";

export const METHODOLOGY_ICON = "bi-cpu";

export const ARCHITECTURE_ICON = "bi-bricks";

export const ONTOLOGY_ICON = "bi-diagram-3";

export const ANATOMY_ICON = "bi-folder2-open";

export const FAQ_ICON = "bi-question-circle";

export const LICENSE_ICON = "bi-shield-check";

export const INFORMATION_ICON = "bi-info-circle";

export const TERMS_ICON = "bi-file-text";

export const PRIVACY_ICON = "bi-shield-lock";

export const SEARCH_ICON = "bi-search";

export const SEARCH_CLOSE_ICON = "bi-x-lg";

export const CLOSING_MODEL_ICON = "bi-braces";
```
