(theme: string)
| 32 | <circle cx="12" cy="12" r="4" /> |
| 33 | <path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41" /> |
| 34 | </svg> |
| 35 | ); |
| 36 | |
| 37 | const MoonIcon = () => ( |
| 38 | <svg |
| 39 | className="stroke-current w-4 h-4 inline align-middle" |
| 40 | xmlns="http://www.w3.org/2000/svg" |
| 41 | viewBox="0 0 24 24" |
| 42 | fill="none" |
| 43 | stroke-width="2" |
no outgoing calls
no test coverage detected