.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentcolor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}
