@import '../../mixin';
.code.icon {
  &:after {
    @include pseudo();
    left: 8px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(-45deg);
  }
}
