From 376aaf39ce95778b1b11705bd6a1c8859bbc780f Mon Sep 17 00:00:00 2001 From: V Date: Mon, 25 Sep 2023 18:07:43 +0200 Subject: fix SearchReply filter --- src/components/Icons.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/components/Icons.tsx') diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index 2aea67c..26364fc 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -221,3 +221,18 @@ export function CogWheel(props: IconProps) { ); } + +export function ReplyIcon(props: IconProps) { + return ( + + + + ); +} -- cgit