.fa {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
}

.fa-reply::before {
  content: "\21a9";
}

.fa-trash::before {
  content: "\1f5d1";
}

.fa-music::before {
  content: "\266b";
}
