.sh-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sh-icon-spin {
  animation: spin 2s infinite linear;
}