diff --git a/components/Icon.tsx b/components/Icon.tsx index b846de7..156f3e9 100644 --- a/components/Icon.tsx +++ b/components/Icon.tsx @@ -1,6 +1,9 @@ type iconselection = | "Menu" + | "User" | "Users" + | "LogIn" + | "LogOut" | "Link2" | "ExternalLink" | "Code" @@ -42,6 +45,25 @@ const Icon = ({ icon, width, height, ...props }: iconprops) => { ); + case "User": + return ( + + + + + ); case "Users": return ( { ); + case "LogIn": + return ( + + + + + + ); + case "LogOut": + return ( + + + + + + ); case "Link2": return (