# icon

The icon representing the component in the UI. It must be in the Data URI image format as described here: <https://en.wikipedia.org/wiki/Data_URI_scheme>. `image/png` or `image/svg+xml` image types are recommended. Example:

```
{
    "icon": "data:image/svg+xml;base64,PD94bWwgdmV..."
}
```
