import { FABeer } from "react-icons/fa"; return ( <div> Hello World <FABeer /> </div> );