I am using a MaterialButton with an icon, however I need this icon to be mirrored. This icon is external so modify it or creating a copy are not an option.
I have found examples of how to do it with ImageView, but nothing related to just the icon of the button.
<com.google.android.material.button.MaterialButton
android:id="@+id/id"
style="@style/style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="text"
app:icon="@drawable/icon" />