()
| 677 | } |
| 678 | |
| 679 | export 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 | |
| 701 | export function CopiedCopier(_props: { theme: TanStackDevtoolsTheme }) { |
| 702 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected