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