Image In Table Cells

Hi, I’m using LVGL8 and I want to have an Image in table cells.
when I value the cell like the below line as we fill the cells with text, nothing is shown in the table.
lv_table_set_cell_value(AlarmTable, 0, 0, &alarmIcon);
how can I show image in table Cells??