# configuration/icons/card.icons.ts

> 2 lines of code and 2 definitions.

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

## Definitions

- `PERMITTED_ICON` (lexical_declaration, line 1, exported)
- `RESTRICTED_ICON` (lexical_declaration, line 3, exported)

## Source

```typescript
export const PERMITTED_ICON = "bi-check-circle";

export const RESTRICTED_ICON = "bi-x-circle";
```
