import React from 'react'; export const Spinner = ({ className = '', ...props }: React.SVGProps) => ( );