Nope, but I do have some code on that. Just use the default page widget, and put this in the style.css
div.widget_pages ul li{
background: url(example.png) center no-repeat;
text-align: center;
list-style-position: inside;
padding: 55px 0 25px;
}
div.widget_pages ul li a{
font-size: 20px;
font-weight: bold;
color: white;
}
You will need to change the padding line and the background line to fit your image.