We are using sap.ui.commons.Image
control in our project and we need to set a font icon as the source.
The sap.ui.commons.Image
is used in multiple places and are used in composite controls as well. However, we need to use icon-fonts as the source to the control. We could set SVG/PNG to the source and it works fine. However, we need to use icon-font
.
Can anyone help?
<c:Image src='sap-icon://add' />