Using the UI5 Button with only a ICON show up correctly in all browsers except for ie11.
To reproduce
Add the button as below and view on ie11.
import { Button } from '@ui5/webcomponents-react/lib/Button'
import '@ui5/webcomponents/dist/icons/decline.js'
<Button
style={{ marginRight: '0.35rem' }}
disabled={false}
icon='sap-icon://decline'
design='Transparent'
tooltip='Close'
onClick={closeWindow}
/>
Context
- UI5 Web Components version v1.0.0-rc.4
- Browser ie11