# IconValue

> _Since v0.1.1_

Icon value - can be a string (text/HTML) or HTMLElement *

```ts
type IconValue = string | HTMLElement
```
