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