.CircularProgress{display:flex;justify-items:center;padding:"12px"}.CircularProgress svg{fill:none}.CircularProgress svg path{fill:none}.CircularProgress{animation:rotation 1s linear infinite}@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}
