@import '../../mixin';
.bell-solid.icon {
  &:after {
    @include pseudo();
    bottom: -2px;
    left: -3px;
    width: 15px;
    height: 0px; 
    border-top: solid 1px currentColor;
    border-bottom: solid 1px white;
  }
}
