# configuration/icons/faq.icons.ts

> 2 lines of code and 2 definitions.

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

## Definitions

- `ORIGIN_SECTION_ICON` (lexical_declaration, line 1, exported)
- `PRACTICE_SECTION_ICON` (lexical_declaration, line 3, exported)

## Source

```typescript
export const ORIGIN_SECTION_ICON = "bi-clock-history";

export const PRACTICE_SECTION_ICON = "bi-person-workspace";
```
