export default function NostrIcon(props: { width?: number; height?: number }) { return ( ); }