()
| 411 | } |
| 412 | |
| 413 | export function GeoTag() { |
| 414 | return ( |
| 415 | <svg |
| 416 | xmlns="http://www.w3.org/2000/svg" |
| 417 | width="20" |
| 418 | height="20" |
| 419 | viewBox="0 0 24 24" |
| 420 | fill="none" |
| 421 | stroke="currentColor" |
| 422 | stroke-width="2" |
| 423 | stroke-linecap="round" |
| 424 | stroke-linejoin="round" |
| 425 | > |
| 426 | <path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" /> |
| 427 | <circle cx="12" cy="10" r="3" /> |
| 428 | </svg> |
| 429 | ) |
| 430 | } |
| 431 | |
| 432 | export function SocialBubble() { |
| 433 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected