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