Hi Miguel,
Thank you for contacting Syncfusion support.
We have checked your reported requirement and it can be achievable by overriding Button CSS styles as like in the below code example.
CSS
<style>
.iconSave::before
{
content:url("../img/ic_signature_white_32.png");
//…
}
.e-btn .e-btn-icon.iconSave {
margin-right: 20px;
}
</style>
|
Could you please check the above sample and get back to us if we misunderstood your requirement or need further assistance?
Regards,
Silambarasan