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