From 8620a1d86d302c23d51c1f6795f32cc8eb5e9207 Mon Sep 17 00:00:00 2001 From: V Date: Wed, 26 Jul 2023 01:27:04 +0200 Subject: New plugin: VoiceMessages (#1380) Co-authored-by: V Co-authored-by: Justice Almanzar --- src/components/Icons.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/components') diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index 96df3dc..a24045e 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -190,3 +190,16 @@ export function ImageInvisible(props: IconProps) { ); } + +export function Microphone(props: IconProps) { + return ( + + + + + ); +} -- cgit