Bug Report

Steps
Create a Button with Labeled Icon, and make Labeled Icon rotating with loading prop:
<Button
labelPosition="right"
size="huge"
icon
>
Test
<Icon name="circle notch" loading />
</Button>
Expected Result
I expect background to stay static and only Icon content to be rotated
Actual Result
Background rotates together with Icon
Version
2.0.0
Testcase
https://codesandbox.io/s/elated-framework-kgepn?file=/src/App.js