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

Function PiP

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

Source from the content-addressed store, hash-verified

677}
678
679export function PiP() {
680 return (
681 <svg
682 xmlns="http://www.w3.org/2000/svg"
683 width="24"
684 height="24"
685 viewBox="0 0 24 24"
686 fill="none"
687 stroke="currentColor"
688 stroke-width="2"
689 stroke-linecap="round"
690 stroke-linejoin="round"
691 >
692 <path d="M2 10h6V4" />
693 <path d="m2 4 6 6" />
694 <path d="M21 10V7a2 2 0 0 0-2-2h-7" />
695 <path d="M3 14v2a2 2 0 0 0 2 2h3" />
696 <rect x="12" y="14" width="10" height="7" rx="1" />
697 </svg>
698 )
699}
700
701export function CopiedCopier(_props: { theme: TanStackDevtoolsTheme }) {
702 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected