Как добавить значки React с помощью пряжи

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