@import '../../scss/styles';

@layer payload-default {
  .icon--sort {
    height: $baseline;
    width: $baseline;

    .fill {
      stroke: currentColor;
      stroke-width: $style-stroke-width-s;
      fill: var(--theme-elevation-800);
    }
  }
}
