@import '../../mixin';
.mustache-solid.icon {
  &:before {
    @include pseudo();
    left: 1px;
    top: 4px;
    width: 7px;
    height: 4px;
    border-radius: 0 0 0 100%;
    border: 0 solid transparent;
    border-bottom: 6px solid currentColor;
    transform-origin: right 7px;
    transform: rotate(-40deg);
  }
}
