From 740f37db864f30e583d5b28f071c0b20de5fa047 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Thu, 26 Mar 2026 19:39:37 +0000 Subject: [PATCH] refactor(ui): use stop-square icon for speech playback --- packages/ui/src/components/speech-action-button.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ? (