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

## Definitions

- `SEARCH_USE_ICON` (lexical_declaration, line 1, exported)
- `SEARCH_ORDER_ICON` (lexical_declaration, line 3, exported)
- `SEARCH_EMPTY_ICON` (lexical_declaration, line 5, exported)
- `SEARCH_DEFINITIONS_ICON` (lexical_declaration, line 7, exported)

## Source

```typescript
export const SEARCH_USE_ICON = "bi-search";

export const SEARCH_ORDER_ICON = "bi-signpost-split";

export const SEARCH_EMPTY_ICON = "bi-question-circle";

export const SEARCH_DEFINITIONS_ICON = "bi-braces";
```
