.icon {
  color: inherit;

  &--small {
    font-size: 12px;
  }

  &--medium {
    font-size: 22px;
  }

  &--large {
    font-size: 32px;
  }
}
