Sorry, but these links are in jem.css. This file is packed in the actual package pkg_jem_v2.2.1.zip
In that file is com_jem.zip. In that package is a folder /media. There is jem.css.
The stylesheet expects these files to be present.
The css starts with:
/**
* @package JEM
* @copyright (C) 2013-2017 joomlaeventmanager.net
* @copyright (C) 2005-2009 Christoph Lukes
* @license
www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
Near the end of that file you can see following code and more:
#jem .btn-micro i.icon-archive,
.jgrid span.archive {
background-image:url(../images/menu/icon-16-archive.png);
}
#jem .btn-micro i.icon-trash,
.jgrid span.trash {
background-image:url(../images/icon-16-trash.png);
}
....