They are also missing there. The names of the icons are eg. d_red.gif, d_yellow.gif …
You could copy them from an other theme into this folder. ext/asets(images.
I have put them just in the images folder of Joomla and adjusted the css of the theme, e.g.
.ev_prevrepeat a.green {
background-image: url("../../../../../../images/g_green.gif");
}
This way I don't lose them after componets updates.