SVG icon set
git clone https://git.lucas.co/cce-icons.git
cursors/svg/wait.svg (449B)
1 <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2 <!-- Busy: ring with a gap and a hand, static (the compositor can drive an
3 animated variant once one is authored) -->
4 <circle cx="16" cy="16" r="11.5" fill="#ffffff" stroke="#282a36" stroke-width="2.6"/>
5 <path d="M16 8.5 L16 16 L21.5 19.5" fill="none" stroke="#282a36" stroke-width="2.8"
6 stroke-linecap="round" stroke-linejoin="round"/>
7 </svg>