diff --git a/client-solid/src/Icons.tsx b/client-solid/src/Icons.tsx index 851b47c..9e9995e 100644 --- a/client-solid/src/Icons.tsx +++ b/client-solid/src/Icons.tsx @@ -13,7 +13,8 @@ export function Arrow(): JSXElement { + d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3" + /> ); } @@ -21,3 +22,23 @@ export function Arrow(): JSXElement { export function loadSpinner(): JSXElement { return ; } + +// Hamburger menu icon +export function Bars(): JSXElement { + return ( + + + + ); +}