how to add icon(image) to select menu?

When we use python

Code:
dialog = xbmcgui.Dialog()
entries = ["Country", "Language", "LIVEmashUP", "Search", "Explore"]
nr = dialog.select("Select Menu", entries)

How to add icons to it? See this image I wanna add the icon to this. For each item. Like favorite section

[Image: 1zp4k87.png]

Plz give me a help