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