()
| 167 | } |
| 168 | |
| 169 | export function Moon() { |
| 170 | return ( |
| 171 | <svg |
| 172 | viewBox="0 0 24 24" |
| 173 | height="12" |
| 174 | width="12" |
| 175 | fill="none" |
| 176 | xmlns="http://www.w3.org/2000/svg" |
| 177 | > |
| 178 | <path |
| 179 | d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z" |
| 180 | stroke="currentColor" |
| 181 | stroke-width="2" |
| 182 | stroke-linecap="round" |
| 183 | stroke-linejoin="round" |
| 184 | ></path> |
| 185 | </svg> |
| 186 | ) |
| 187 | } |
| 188 | |
| 189 | export function Monitor() { |
| 190 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected