@import '../../mixin';
.key-solid.icon {
  &:before {
    @include pseudo();
    left: 7px;
    top: 3px;
    width: 11px;
    height: 1px;
    background-color: currentColor;
  }
}
