React Portfolio 설계를 위해 Fontawesome 에서 icon을 페이지내에서 이용하고자 했다.
---- 공식문서 -----
google에 fontawesome react라고 치니깐 나옴
https://fontawesome.com/v5/docs/web/use-with/react
React
Font Awesome 6 brings loads of new icons and features to the most popular icon set in the world.
fontawesome.com
2번째 방법
https://react-icons.github.io/react-icons
React Icons
React Icons Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. Installation (for standard modern project) npm install react-icons --save Usa
react-icons.github.io
참고자료