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