https://i.sstatic.net/vjGAd.png
<span>
{
item.result.map((item, idx) => {
return <span className="legend-label">
<StopIcon />{item.metric}: {item.count}</span>
})
}
</span>
Exploring the alignment issue of rendering material-icon with text side by side and seeking best practice for vertical alignment without negative consequences. Is there a proper way to achieve this alignment without compromising design integrity?