:host {
  display: block;
}

.iconContainer {
  float: left;
  width: 150px;
  height: 150px;
  margin: 5px;
  display: flex;
  border: 1px dashed #ccc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.iconContainer .icon {
  width: 32px;
  height: 32px;
  fill: #333;
}
.iconContainer code {
  background: #edebeb;
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 3px;
}