export const InlineIcon = ({ icon }: { icon: React.ReactNode }) => { return ( {icon} ); };