.material-symbols-rounded {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 24px;
  vertical-align: middle;
  color: inherit;
  line-height: 1;
}

.material-symbols-rounded svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.material-symbols-rounded.rotating {
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
