.root {
  user-select: none;
}
.image {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.fallback {
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  border-radius: inherit;
  text-transform: uppercase;
}
.icon {
  display: inline-flex;
  align-self: center;
}
