From 37c0f5bf0dd93d79181ee064c17e13ed41a1e9ce Mon Sep 17 00:00:00 2001 From: bsu3338 Date: Sat, 5 Aug 2023 09:03:09 -0500 Subject: [PATCH] Update ListeningIcon.tsx --- client/src/components/svg/ListeningIcon.tsx | 30 ++++++++++----------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/client/src/components/svg/ListeningIcon.tsx b/client/src/components/svg/ListeningIcon.tsx index 3931fa2033..67799ba48b 100644 --- a/client/src/components/svg/ListeningIcon.tsx +++ b/client/src/components/svg/ListeningIcon.tsx @@ -2,23 +2,21 @@ import React from 'react'; export default function ListeningIcon() { return ( - - - - - - + + + ); }