Solution for this topic
Hi @labo,
I hope you are well today and thank you for your question.
Yes, you are right the icon is displayed by Simple line icon font and you can change it to another icon by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#sidebar .widget_recent_entries li:before {
content: "\e061";
}
You can see all Simple line icons on the below pages.
https://simplelineicons.github.io/
https://iconify.design/icon-sets/simple-line-icons/
Best regards,
Shufflehound team