diff --git a/packages/ui/src/components/speech-action-button.tsx b/packages/ui/src/components/speech-action-button.tsx
index 5da9b922..8cce502c 100644
--- a/packages/ui/src/components/speech-action-button.tsx
+++ b/packages/ui/src/components/speech-action-button.tsx
@@ -1,4 +1,4 @@
-import { Loader2, Square, Volume2 } from "lucide-solid"
+import { Loader2, Volume2 } from "lucide-solid"
import type { JSX } from "solid-js"
interface SpeechActionButtonProps {
@@ -22,7 +22,10 @@ export default function SpeechActionButton(props: SpeechActionButtonProps) {
{props.isLoading ? (
) : props.isPlaying ? (
-
+
) : (
)}