I want to set an custom icon in the link colum as an attribute of an report, because i can only select 4 types:
Normally when you want an icon in apex, you can select them in a list. But this time i have to write the path name
<img src="#IMAGE_PREFIX#app_ui/img/icons/apex-edit-view.png" class="apex-edit-view" alt="">
Does anyone know if there is a list of all the icons in this path? I want to insert the fa-bolt icon
Thanks in advance.