From caf5929e6d2f8db5fb0c948b8a19646d35f7a4de Mon Sep 17 00:00:00 2001 From: Hollgy Date: Tue, 5 Mar 2024 21:40:44 +0100 Subject: [PATCH] checkmark icon added --- client-solid/src/Util/Icons.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/client-solid/src/Util/Icons.tsx b/client-solid/src/Util/Icons.tsx index be7549b..545d41b 100644 --- a/client-solid/src/Util/Icons.tsx +++ b/client-solid/src/Util/Icons.tsx @@ -152,3 +152,22 @@ export function ThumbDown(): JSXElement { ); } + +export function CheckMark(): JSXElement { + return ( + + + + ); +} \ No newline at end of file