Change page icon

Hello awesome reflex team/community
I didn’t find information in the docs on how to change the default page icon from the ‘R’.
Somebody here knows how?

Thanks

That should be the image prop of add_page:

app = rx.App()
app.add_page(index, image="/path/to/image/in/assets")