@use './colors';

@mixin all {
  .seam-lock-icon {
    font-size: 24px;

    * {
      fill: colors.$text-gray-1;
    }
  }
}
