diff options
Diffstat (limited to 'src/components/Icons/Moon.tsx')
| -rw-r--r-- | src/components/Icons/Moon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Icons/Moon.tsx b/src/components/Icons/Moon.tsx index 303da04..a15c00f 100644 --- a/src/components/Icons/Moon.tsx +++ b/src/components/Icons/Moon.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | 2 | ||
| 3 | export function Moon() { | 3 | export default function Moon() { |
| 4 | return ( | 4 | return ( |
| 5 | <svg | 5 | <svg |
| 6 | xmlns="http://www.w3.org/2000/svg" | 6 | xmlns="http://www.w3.org/2000/svg" |
