So fügen Sie React -Symbole mit Garn hinzu

# yarn 
yarn add react-icons --save
// or
yarn add react-icons
Madman