@import '../../mixin';
.plus.icon {
  &:before {
    @include pseudo();
    width: 15px;
    height: 1px;
    background-color: currentColor;
  }
}
