# configuration/icons/rule.icons.ts

> 4 lines of code and 4 definitions.

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

## Definitions

- `MECHANISM_SECTION_ICON` (lexical_declaration, line 1, exported)
- `RULE_SECTION_ICON` (lexical_declaration, line 3, exported)
- `CONTRACT_SECTION_ICON` (lexical_declaration, line 5, exported)
- `POLICY_SECTION_ICON` (lexical_declaration, line 7, exported)

## Source

```typescript
export const MECHANISM_SECTION_ICON = "bi-diagram-2";

export const RULE_SECTION_ICON = "bi-tag";

export const CONTRACT_SECTION_ICON = "bi-file-earmark-text";

export const POLICY_SECTION_ICON = "bi-journal-code";
```
