[SalesForce] how to change position of label and icon in LWC

I have a button in LWC

<lightning-button label="Next" icon-name="utility:forward"></lightning-button>

It renders as

buton image

But my requirement is to display the label first and then icon

it should be like Next -> instead of -> Next

Please suggest if this is possible.

Best Answer

Just use icon-position="right" attribute: