Hi,
I am trying to add icon in my Apex 20.2 cards region using SQL query. I have set the icon source as icon class column and selected the right column name from icon columns as shown in attached image.
My SQL to get icon is :
case when bask.product_ref is not null then '<span class="fa fa-shopping-cart" aria-hidden="true"></span>'
else null
end basket_icon

It shows space for icon but no icon is displayed. As shown in the picture orange colored region.
What could be the possible solution?