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