.icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    width: 18px;
    height: 18px;
    margin: auto;
  }
}
