ํ๋ก ํธ ๊ฐ๋ฐ์ ํ ๋ ์์ด์ฝ์ ํ์ ์์๋ค.
์ฒ์ html css๋ฅผ ๋ฐฐ์ ์ ๋ font awesome ์ ์ฌ์ฉํด์, ๊ณ์ ์ฌ๊ธฐ์ ์์ด์ฝ์ ์ฐพ์์๋๋ฐ
์ ๋ฃ๋ ๋ง๊ณ ํ์ ์ ์ด๋ผ ์์ฌ์์ด ์์๋ค.
์์ผ๋ก๋ ๋ฆฌ์กํธ ํ๋ก์ ํธ ์์ด์ฝ์ React Icons์์ ์ฐพ๋๋ก ํ์!
๋ค์ํ Font Awesome, Ant Design, Bootstrap, Material Design ๋ฑ
๋ฆฌ์กํธ์์ ์ฌ์ฉํ ์ ์๋ ์ ์ฉํ ์์ด์ฝ๋ค์ ๋ชจ๋ ์ฐพ์ ์ ์๋ค.

๋ค์๊ณผ ๊ฐ์ด ๊ฐ๋จํ๊ฒ ์ฌ์ฉํ ์ ์๋ค.
yarn add react-icons
# or
npm install react-icons --save
import { FaBeer } from "react-icons/fa";
function Question() {
return (
<h3>
Lets go for a <FaBeer />?
</h3>
);
}
๋ ๋ง์ ์ ๋ณด๋ ์๋ ๋งํฌ !
https://github.com/react-icons/react-icons
GitHub - react-icons/react-icons: svg react icons of popular icon packs
svg react icons of popular icon packs. Contribute to react-icons/react-icons development by creating an account on GitHub.
github.com
https://react-icons.github.io/react-icons/
React Icons
react-icons.github.io
ํ๋ก ํธ ๊ฐ๋ฐ์ ํ ๋ ์์ด์ฝ์ ํ์ ์์๋ค.
์ฒ์ html css๋ฅผ ๋ฐฐ์ ์ ๋ font awesome ์ ์ฌ์ฉํด์, ๊ณ์ ์ฌ๊ธฐ์ ์์ด์ฝ์ ์ฐพ์์๋๋ฐ
์ ๋ฃ๋ ๋ง๊ณ ํ์ ์ ์ด๋ผ ์์ฌ์์ด ์์๋ค.
์์ผ๋ก๋ ๋ฆฌ์กํธ ํ๋ก์ ํธ ์์ด์ฝ์ React Icons์์ ์ฐพ๋๋ก ํ์!
๋ค์ํ Font Awesome, Ant Design, Bootstrap, Material Design ๋ฑ
๋ฆฌ์กํธ์์ ์ฌ์ฉํ ์ ์๋ ์ ์ฉํ ์์ด์ฝ๋ค์ ๋ชจ๋ ์ฐพ์ ์ ์๋ค.

๋ค์๊ณผ ๊ฐ์ด ๊ฐ๋จํ๊ฒ ์ฌ์ฉํ ์ ์๋ค.
yarn add react-icons
# or
npm install react-icons --save
import { FaBeer } from "react-icons/fa";
function Question() {
return (
<h3>
Lets go for a <FaBeer />?
</h3>
);
}
๋ ๋ง์ ์ ๋ณด๋ ์๋ ๋งํฌ !
https://github.com/react-icons/react-icons
GitHub - react-icons/react-icons: svg react icons of popular icon packs
svg react icons of popular icon packs. Contribute to react-icons/react-icons development by creating an account on GitHub.
github.com
https://react-icons.github.io/react-icons/
React Icons
react-icons.github.io