.Icon {
  width: 1.3rem;
  height: 1.3rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;

  &.fill {
    fill: currentColor;
    stroke: none;
  }
  &.inline {
    vertical-align: top;
    width: 2ch;
    height: 2ch;
  }
}
