.icon {

  &:where(svg),
  &>svg {
    height: var(--icon-size, 1em);
    vertical-align: var(--icon-align, text-top);
  }

  & * {
    color: currentColor;
    fill: currentColor;
    stroke: currentColor;
  }
}