import React from 'react'; export const SpinnerIcon: React.FC> = (props) => ( {/* Background track */} {/* Spinning arc */} );