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