@import '../../mixin';
.menu.icon {
  &:before {
    @include pseudo();
    top: -5px;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: currentColor;
  }
}
