Mastering react: Like from font awesome not working

I created a component like as told in the tutorial but the heart sign is not displayed in the screen
import React, { Component } from “react”;
class Like extends Component {
render() {
return ;
}
}

export default Like;

;