@import '../../mixin';
.minify-solid.icon {
  i {
    &:before {
      @include pseudo();
      width: 6px;
      height: 1px;
      color: white;
      background-color: currentColor;
    }
  }
}
