Resorted themes and added icon for dark themes
This commit is contained in:
5
src/app/components/darkicon.tsx
Normal file
5
src/app/components/darkicon.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function DarkIcon(){
|
||||
return(
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M9.37 5.51A7.35 7.35 0 0 0 9.1 7.5c0 4.08 3.32 7.4 7.4 7.4c.68 0 1.35-.09 1.99-.27A7.014 7.014 0 0 1 12 19c-3.86 0-7-3.14-7-7c0-2.93 1.81-5.45 4.37-6.49zM12 3a9 9 0 1 0 9 9c0-.46-.04-.92-.1-1.36a5.389 5.389 0 0 1-4.4 2.26a5.403 5.403 0 0 1-3.14-9.8c-.44-.06-.9-.1-1.36-.1z"/></svg>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user