Icons in block button. How to shift icons on the left?

I have icons in block buttons. I’m trying to shift the icons on the left side of the buttons. Any good way of doing it?

image

<button block class="googleButton" (click)="googleLogin()">
    <i class="fa fa-google"></i>
    Google
</button>

Hi. Have you solved it?

Try

<button ion-button icon-left ...........>
     <i class="fa fa-google"></i>
     Google
</button>