import React from "react"; export const LifeBuoyIcon = () => ( ); export const CloseIcon = () => ( ); export const LoadingSpinnerIcon = ({ color = "rgb(107 114 128)", }: { color?: string; }) => ( );