From 05fb3abf2e06f5758dbbe03a0e9e526dff2b3b81 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 22 Apr 2022 11:17:09 +0200 Subject: [PATCH] change(ui) - icon changes for assist --- .../Assist/components/AssistActions/AssistActions.tsx | 4 ++-- frontend/app/svg/icons/pencil-stop.svg | 11 +++++++++++ frontend/app/svg/icons/window-x.svg | 5 +++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 frontend/app/svg/icons/pencil-stop.svg create mode 100644 frontend/app/svg/icons/window-x.svg diff --git a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx index 75a770b51..9584188fc 100644 --- a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx +++ b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx @@ -94,7 +94,7 @@ function AssistActions({ toggleChatWindow, userId, calling, annotating, peerConn onClick={ toggleAnnotation } role="button" > - +
@@ -109,7 +109,7 @@ function AssistActions({ toggleChatWindow, userId, calling, annotating, peerConn onClick={ requestReleaseRemoteControl } role="button" > - +
diff --git a/frontend/app/svg/icons/pencil-stop.svg b/frontend/app/svg/icons/pencil-stop.svg new file mode 100644 index 000000000..f7c192810 --- /dev/null +++ b/frontend/app/svg/icons/pencil-stop.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/app/svg/icons/window-x.svg b/frontend/app/svg/icons/window-x.svg new file mode 100644 index 000000000..facc1178f --- /dev/null +++ b/frontend/app/svg/icons/window-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file