MCPcopy Create free account
hub / github.com/TanStack/devtools / GeoTag

Function GeoTag

packages/devtools-ui/src/components/icons.tsx:413–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411}
412
413export 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
432export function SocialBubble() {
433 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected