import { SendIcon } from '~/components/svg'; export default function SendButton({ text }) { return ( ); }