@import '../../mixin';
.link.icon {
  &:before {
    @include pseudo();
    top: -3px;
    left: -7px;
    width: 8px;
    height: 5px;
    border-radius: 2px;
    border: solid 1px currentColor;
  }
}
