I'm using Bootstrap and trying to add the "like" incone, but it appears this square in place ... what's the problem?
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--codigo usado para adicionar o simbologo like-->
<button class = "btn btn-primary"><i class = "fa fa-thumbs-up">
</i>Submit</button>