I installed react-icons library using the command,
npm install react-icons --save
It installed well.
Then I tried writing import statement for importing IoIosStarOutline icon in VS Code editor, then its intelli-sense does not suggest the name of the icon. I even tried importing FaBeer icon in VS Code, it still does not suggest it. I installed latest ES7 React extensions but nothing seems working.
It only shows suggestion for IconBase from react-icons.
What must be the problem ? I am stuck, can anyone help? I am using UBUNTU os.