.LoadingIcon__spinner{animation:2s linear infinite LoadingIcon__rotate}.LoadingIcon__path{stroke:var(--loading-indicator-color);stroke-linecap:round;animation:1.5s ease-in-out infinite LoadingIcon__dash}@keyframes LoadingIcon__rotate{to{transform:rotate(1turn)}}@keyframes LoadingIcon__dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}
