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