Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
204 B

---
import Icon from './AstroIcon.astro';
---
<div class='flex justify-center w-full'>
<Icon
icon='spinner'
class='h-6 w-6 sm:w-12 sm:h-12 text-gray-200 animate-spin fill-blue-600'
/>
</div>