.CircularProgress{padding:"12px";justify-items:center;display:flex}.CircularProgress svg,.CircularProgress svg path{fill:none}.CircularProgress{animation:1s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CircularProgress.large{width:48px;height:48px;animation:none}.CircularProgress.small{width:20px;height:20px}.CircularProgress.extra-small{width:8px;height:8px;animation:none}
