@keyframes ic-spin {
	to {
		transform: rotate(360deg);
	}
}