.Icon {
  height: 19px;
  width: 19px;
  fill: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.Icon:hover {
  fill: #fe2851;
}
