My index.html is set up correctly with my kit, but I'm having some issues.
<script src="https://kit.fontawesome.com/a*******5.js" crossorigin="anonymous"></script>
While some icons are showing up just fine, others are not displaying properly.
<i class=" fa fa-search"></i> --------------> WORKING!
<i class="fa-solid fa-square-envelope"></i> --------> NOT WORKING!
The second icon only shows a square shape instead of the expected envelope. I've tried resetting CSS styles, changing colors, and more to no avail.