From 837d1fc08334f569da8fe332ee72ef8c8560d9ef Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Tue, 26 Sep 2023 20:47:12 +0100 Subject: web: fix themes tab (#1756) --- src/components/Icons.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/components/Icons.tsx') diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index 26364fc..93b1323 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -236,3 +236,22 @@ export function ReplyIcon(props: IconProps) { ); } + +export function DeleteIcon(props: IconProps) { + return ( + + + + + ); +} -- cgit