export const InlineIcon = ({ icon }: { icon: JSX.Element }) => { return ( {icon} ); };