You know, sometimes simple is nice.<p>I used Bootstrap Icons the other day in a simple Vanilla Javascript app w/ Bootstrap (and jQuery-free).<p>Loved the simplicity and speed of being able to embed the SVG directly:
<a href="https://icons.getbootstrap.com/icons/alarm-fill/" rel="nofollow">https://icons.getbootstrap.com/icons/alarm-fill/</a><p>This was quite different from my normal avenue of trying to get FontAwesome completely installed, imported, and referenced in a React app:
<a href="https://github.com/FortAwesome/react-fontawesome#get-started" rel="nofollow">https://github.com/FortAwesome/react-fontawesome#get-started</a>