Dynamic Font Awesome icons based on database output

You can just use inner HTML for this, example:

dmx-html="'<i class=&quot;fas fw fa-lg' + dynamic_icon_value + '&quot;></i>'"
1 Like