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

Function Link

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

Source from the content-addressed store, hash-verified

450}
451
452export function Link() {
453 return (
454 <svg
455 xmlns="http://www.w3.org/2000/svg"
456 width="20"
457 height="20"
458 viewBox="0 0 24 24"
459 fill="none"
460 stroke="currentColor"
461 stroke-width="2"
462 stroke-linecap="round"
463 stroke-linejoin="round"
464 >
465 <path d="M9 17H7A5 5 0 0 1 7 7h2" />
466 <path d="M15 7h2a5 5 0 1 1 0 10h-2" />
467 <line x1="8" x2="16" y1="12" y2="12" />
468 </svg>
469 )
470}
471/*
472
473export function Pencil() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected