// --- Right Icon Component --- export const ClearIcon = (props: React.SVGProps) => ( ) export const ValidIcon = (props: React.SVGProps) => ( ) export const InvalidIcon = (props: React.SVGProps) => ( ) export const LoadingSpinner = (props: React.SVGProps) => ( )