Is it possible to get a option in the button component where you can choose what side of the text the image/icon should be?
Or maybe have one more option for image/icon for the right side of the text so you can have two icons (on on the left and one on the right)
Take a look at the "Button with content" source code in the Button demo. The component accepts custom content, so you can arrange your text and image/icon as you please.
<RadzenButton>
<RadzenIcon Icon="facebook" />
Some text
<RadzenImage Path="my/image/path" />
</RadzenButton>