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