an-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

an-icon svg {
  width: 100%;
  height: 100%;
  vector-effect: non-scaling-stroke;
}

an-icon path {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
