@use '@swisspost/design-system-styles/core' as post;

@mixin replace-with($icon) {
  @include post.icon($icon);

  > * {
    display: none;
  }
}
