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

Function ExternalLinkIcon

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

Source from the content-addressed store, hash-verified

610}
611
612export function ExternalLinkIcon() {
613 return (
614 <svg
615 width="12"
616 height="12"
617 viewBox="0 0 24 24"
618 fill="none"
619 xmlns="http://www.w3.org/2000/svg"
620 >
621 <path
622 d="M21 13V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H11M15 3H21M21 3V9M21 3L10 14"
623 stroke="currentColor"
624 stroke-width="2"
625 stroke-linecap="round"
626 stroke-linejoin="round"
627 />
628 </svg>
629 )
630}
631
632export function SettingsIcon() {
633 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected