Is there a way in React Icons to specify my icons as a string, for example for the class name?
Currently I am using a React UI library which requires the names of the icons to be passed as their classes.
I know that you can use icons using react-icons as follows:
<FaArrowLeft/>
However, I would need the following icon name: "fa-arrow-left".
Is there any way I can get the class name instead of using the component?