.fc-icon {
  display: block;
  width: var(--fc-icon-size);
  height: var(--fc-icon-size);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: var(--fc-icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fc-icon--small {
  --fc-icon-size: var(--fc-icon-size-small, 16px);
}

.fc-icon--directional {
  transform: translateX(-.5px);
}

.fc-icon use {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .fc-icon {
    transition: none !important;
  }
}
