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