@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.se-icon{width:1em;height:1em;fill:currentColor}.se-icon--full{width:100%;height:100%}.se-icon--large{width:1.333em;height:1.333em}.se-icon--small{width:.875em;height:.875em}.se-icon--smaller{width:.75em;height:.75em}.se-icon--spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}
