diff --git a/client/src/components/svg/ListeningIcon.tsx b/client/src/components/svg/ListeningIcon.tsx new file mode 100644 index 0000000000..3931fa2033 --- /dev/null +++ b/client/src/components/svg/ListeningIcon.tsx @@ -0,0 +1,24 @@ +import React from 'react'; + +export default function ListeningIcon() { + return ( + + + + + + + + ); +}