How to change logout icon in jazzmin theme?

Hello guys, i use jazzmin theme for my first project of python django, and i want to change the icon of logout drop down menu.

What i know now is, for change, add usermenu, we use this line :
"usermenu_links" : {}

But I don’t know hot to pointing to the logout option, any idea?
image

Thank you in advanced.

Hey, I found the solution to change logout icon
just simply copy the base.html from env > lib and then save it in your local project and create template folder and register that template in settings.py then you can edit that logout icon and more.