@keyframes Icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.Icon{width:24px;height:24px;fill:currentColor;display:block}.Icon>svg{display:block;width:100%}.Icon--spin>svg{animation:Icon-spin 2s linear infinite}