:host {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-size: inherit;

  --stroke-width: 2px;
}

svg > path {
  stroke-width: var(--stroke-width);
}

svg {
  fill: currentColor;
}

::slotted(svg) {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

svg {
  height: 1em;
  width: 1em;
}
