# configuration/icons/plan.icons.ts

> 5 lines of code and 5 definitions.

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

## Definitions

- `WORTH_SECTION_ICON` (lexical_declaration, line 1, exported)
- `FLAT_LIST_SECTION_ICON` (lexical_declaration, line 3, exported)
- `TEMPLATE_SECTION_ICON` (lexical_declaration, line 5, exported)
- `QUESTION_SECTION_ICON` (lexical_declaration, line 7, exported)
- `TENSION_SECTION_ICON` (lexical_declaration, line 9, exported)

## Source

```typescript
export const WORTH_SECTION_ICON = "bi-cash-coin";

export const FLAT_LIST_SECTION_ICON = "bi-list-check";

export const TEMPLATE_SECTION_ICON = "bi-layout-text-sidebar";

export const QUESTION_SECTION_ICON = "bi-chat-square-quote";

export const TENSION_SECTION_ICON = "bi-intersect";
```
