.link.icon {
  color: #000;
  position: absolute;
  margin-left: 8px;
  margin-top: 10px;
  width: 7px;
  height: 1px;
  background-color: currentColor;
  transform :rotate(-45deg);
}
