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

## Definitions

- `CHAIN_SECTION_ICON` (lexical_declaration, line 1, exported)
- `SCALE_SECTION_ICON` (lexical_declaration, line 3, exported)
- `DEPLOY_SECTION_ICON` (lexical_declaration, line 5, exported)
- `RETIRED_SECTION_ICON` (lexical_declaration, line 7, exported)
- `GAP_SECTION_ICON` (lexical_declaration, line 9, exported)

## Source

```typescript
export const CHAIN_SECTION_ICON = "bi-link-45deg";

export const SCALE_SECTION_ICON = "bi-rulers";

export const DEPLOY_SECTION_ICON = "bi-cloud-upload";

export const RETIRED_SECTION_ICON = "bi-x-circle";

export const GAP_SECTION_ICON = "bi-dash-circle";
```
