# configuration/icons/terms.icons.ts

> 6 lines of code and 6 definitions.

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

## Definitions

- `TERMS_SERVICE_ICON` (lexical_declaration, line 1, exported)
- `TERMS_USE_ICON` (lexical_declaration, line 3, exported)
- `TERMS_CONTENT_ICON` (lexical_declaration, line 5, exported)
- `TERMS_WARRANTY_ICON` (lexical_declaration, line 7, exported)
- `TERMS_CHANGES_ICON` (lexical_declaration, line 9, exported)
- `TERMS_CONTACT_ICON` (lexical_declaration, line 11, exported)

## Source

```typescript
export const TERMS_SERVICE_ICON = "bi-info-circle";

export const TERMS_USE_ICON = "bi-shield-exclamation";

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

export const TERMS_WARRANTY_ICON = "bi-exclamation-triangle";

export const TERMS_CHANGES_ICON = "bi-pencil";

export const TERMS_CONTACT_ICON = "bi-envelope";
```
