How can i change the location of the ICON?

Hello.
Is there a way to change the position of the icon to be on top? Im using a button for the example.
image

Thank you !!

Hi, you can set button’s stylename to icon-align-top,please check example here.

Thank you for your response.
This did the trick !!

button.setStyleName(“icon-align-top primary”);

Thank you so much !