()
| 19 | } |
| 20 | |
| 21 | function MoonIcon() { |
| 22 | return ( |
| 23 | <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"> |
| 24 | <path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" /> |
| 25 | </svg> |
| 26 | ) |
| 27 | } |
| 28 | |
| 29 | export default function ThemeToggle() { |
| 30 | const { theme, toggle } = useTheme() |
nothing calls this directly
no outgoing calls
no test coverage detected