Prerequisites
Ionic Framework Version
Current Behavior
The icon is not centered when using floating labels. It looks ugly.

Demo on CodePen (latest Ionic CDN)
Expected Behavior
Centered icon.
Steps to Reproduce
<ion-item>
<ion-icon slot="start" name="bug"></ion-icon>
<ion-label position="floating">Name</ion-label>
<ion-input type="text"></ion-input>
</ion-item>
Workaround:
ion-icon {
align-self: center;
}
Prerequisites
Ionic Framework Version
Current Behavior
The icon is not centered when using floating labels. It looks ugly.
Demo on CodePen (latest Ionic CDN)
Expected Behavior
Centered icon.
Steps to Reproduce
Workaround: