MCPcopy Create free account
hub / github.com/amaancoderx/skillui / MoonIcon

Function MoonIcon

components/ThemeToggle.tsx:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21function 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
29export default function ThemeToggle() {
30 const { theme, toggle } = useTheme()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected