# configuration/icons/ontology.icons.ts

> 10 lines of code and 10 definitions.

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

## Definitions

- `ONTOLOGY_PRINCIPLES_ICON` (lexical_declaration, line 1, exported)
- `ONTOLOGY_LEXICON_ICON` (lexical_declaration, line 3, exported)
- `ONTOLOGY_ALGORITHMS_ICON` (lexical_declaration, line 5, exported)
- `ONTOLOGY_REASONING_ICON` (lexical_declaration, line 7, exported)
- `ONTOLOGY_SCHEMA_ICON` (lexical_declaration, line 9, exported)
- `CATEGORY_SECTION_ICON` (lexical_declaration, line 11, exported)
- `DOMAIN_SECTION_ICON` (lexical_declaration, line 13, exported)
- `REASON_SECTION_ICON` (lexical_declaration, line 15, exported)
- `LAYER_SECTION_ICON` (lexical_declaration, line 17, exported)
- `KIND_SECTION_ICON` (lexical_declaration, line 19, exported)

## Source

```typescript
export const ONTOLOGY_PRINCIPLES_ICON = "bi-bounding-box";

export const ONTOLOGY_LEXICON_ICON = "bi-book";

export const ONTOLOGY_ALGORITHMS_ICON = "bi-cpu";

export const ONTOLOGY_REASONING_ICON = "bi-compass";

export const ONTOLOGY_SCHEMA_ICON = "bi-tags";

export const CATEGORY_SECTION_ICON = "bi-collection";

export const DOMAIN_SECTION_ICON = "bi-diagram-2";

export const REASON_SECTION_ICON = "bi-signpost-split";

export const LAYER_SECTION_ICON = "bi-layers";

export const KIND_SECTION_ICON = "bi-tag";
```
