We encountered this issue in the Cypress App where some of the browser icons weren't displaying correctly due to the first instance of the icon having display: none and then the second icon not rendering correctly. This issue is also referenced in the code. We were able to workaround the issue by setting the height/width: 0 and overflow: hidden but we should investigate ways to resolve the issue.