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

## Definitions

- `DETECT_SECTION_ICON` (lexical_declaration, line 1, exported)
- `GATE_SECTION_ICON` (lexical_declaration, line 3, exported)
- `ORDER_SECTION_ICON` (lexical_declaration, line 5, exported)
- `SHAPE_SECTION_ICON` (lexical_declaration, line 7, exported)
- `TOOL_SECTION_ICON` (lexical_declaration, line 9, exported)

## Source

```typescript
export const DETECT_SECTION_ICON = "bi-bug";

export const GATE_SECTION_ICON = "bi-shield-lock";

export const ORDER_SECTION_ICON = "bi-sort-numeric-down";

export const SHAPE_SECTION_ICON = "bi-bounding-box";

export const TOOL_SECTION_ICON = "bi-wrench-adjustable";
```
