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

## Definitions

- `DETERMINISM_SECTION_ICON` (lexical_declaration, line 1, exported)
- `DERIVED_SECTION_ICON` (lexical_declaration, line 3, exported)
- `DUPLICATE_SECTION_ICON` (lexical_declaration, line 5, exported)

## Source

```typescript
export const DETERMINISM_SECTION_ICON = "bi-bullseye";

export const DERIVED_SECTION_ICON = "bi-graph-up";

export const DUPLICATE_SECTION_ICON = "bi-files";
```
