# configuration/icons/license.icons.ts

> 9 lines of code and 9 definitions.

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

## Definitions

- `LICENSE_TYPES_ICON` (lexical_declaration, line 1, exported)
- `LICENSE_OVERVIEW_ICON` (lexical_declaration, line 3, exported)
- `LICENSE_FREE_ICON` (lexical_declaration, line 5, exported)
- `LICENSE_PAID_ICON` (lexical_declaration, line 7, exported)
- `LICENSE_DOCUMENTATION_ICON` (lexical_declaration, line 9, exported)
- `LICENSE_CONTRIBUTIONS_ICON` (lexical_declaration, line 11, exported)
- `LICENSE_HEADERS_ICON` (lexical_declaration, line 13, exported)
- `LICENSE_CONTACT_ICON` (lexical_declaration, line 15, exported)
- `LICENSE_FILE_ICON` (lexical_declaration, line 17, exported)

## Source

```typescript
export const LICENSE_TYPES_ICON = "bi-tags";

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

export const LICENSE_FREE_ICON = "bi-unlock";

export const LICENSE_PAID_ICON = "bi-briefcase";

export const LICENSE_DOCUMENTATION_ICON = "bi-book";

export const LICENSE_CONTRIBUTIONS_ICON = "bi-git";

export const LICENSE_HEADERS_ICON = "bi-code-square";

export const LICENSE_CONTACT_ICON = "bi-envelope";

export const LICENSE_FILE_ICON = "bi-file-code";
```
