/* Drumstick icon that inherits text color */
.drumstick-icon {
  display: inline-flex;
  height: 0.75em;
  aspect-ratio: 1;
}

.drumstick-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
