If the text is displayed in two lines in the icon list element, the icon display will have a little problem, and the problem is that the icon in that item that is in two lines is displayed in the center. While it is often important to place the icon at the beginning of the line in this situation.
Did you miss the “align items” setting? This does exactly that
You may need to adjust the line-height in Style » Typography to make the icon align properly.
Theoretically we could add align-items: baseline, then the line-height problem can be avoided. All in all, this is not a bug.
I used exactly this option. But it makes it worse. If you look at the image below, the icons are placed above the text. Even using the line height option doesn’t help.