@import '../../mixin';
.mouse.icon {
  &:after {
    @include pseudo(); 
    top: -1px;
    left: 5px;
    width: 1px;
    height: 7px;
    background-color: currentColor;
  }
}
