:host {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
:host,
:host *,
:host *::before,
:host *::after {
  box-sizing: border-box;
}
:host svg {
  fill: currentcolor;
}