@import '../../mixin';
.bell-solid.icon {
  &:before {
    @include pseudo();
    bottom: -5px;
    left: 2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border: solid 1px currentColor;
    background-color: currentColor;
  }
}
