The icon didn’t seem to add anything for us, so I opted to remove it for now. Just in case anyone else wants to do the same, edit /include/class.list.php
Modify function display() to the following implementation:
function display() {
return sprintf('%s', $this->getValue(), $this->getListId(), $this->getId());
}