@mixin suiIconSize($size: 1em) {
  & {
    width: $size;
  }

  &::before,
  svg {
    font-size: $size;
  }
}
