diff --git a/client-solid/src/Icons.tsx b/client-solid/src/Icons.tsx index b7195da..be7549b 100644 --- a/client-solid/src/Icons.tsx +++ b/client-solid/src/Icons.tsx @@ -115,3 +115,40 @@ export function Home(): JSXElement { ); } + +export function ThumbUp(): JSXElement { + return ( + + + + ); +} +export function ThumbDown(): JSXElement { + return ( + + + + ); +}