Have you checked out the official bootstrap documentation for information on how to use their icons?
https://i.stack.imgur.com/N4z2R.png
I'm currently trying to understand the package and its usage. However, none of the options in the documentation mention anything about the specific package I was instructed to install just moments ago.
It seems confusing that the documentation would recommend installing the package if all I have to do is copy the necessary SVGs and then uninstall it.
Is there a way for me to import an icon into an Angular component while maintaining proper source control practices?
In response to not using the recommended HTML provided in an answer:
<svg class="bi bi-chevron-right" width="32" height="32" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z" clip-rule="evenodd"/></svg>
The reason for not using this example is that it does not utilize the bootstrap icon library. It's pasted here as a demonstration because stack overflow itself doesn't make use of Bootstrap icons.