I am currently exploring how to incorporate Bootstrap 4.5 icons using CSS. Do you have any examples of code that could guide me on how to achieve this? I am specifically interested in understanding the required CSS declarations that would allow me to use them similar to Font Awesome, for example:
<i class="fas fa-info-circle"></i>
.
The documentation provided at bootstrap hasn't fully clarified how to implement them in a similar manner. Essentially, I aim to utilize jquery to dynamically add an icon by setting a class on an object, but I lack a clear understanding of the necessary CSS for accomplishing this.