(props: { theme: TanStackDevtoolsTheme })
| 699 | } |
| 700 | |
| 701 | export function CopiedCopier(_props: { theme: TanStackDevtoolsTheme }) { |
| 702 | return ( |
| 703 | <svg |
| 704 | width="24" |
| 705 | height="24" |
| 706 | viewBox="0 0 24 24" |
| 707 | fill="none" |
| 708 | xmlns="http://www.w3.org/2000/svg" |
| 709 | > |
| 710 | <path |
| 711 | d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z" |
| 712 | stroke="currentColor" |
| 713 | stroke-width="2" |
| 714 | stroke-linecap="round" |
| 715 | stroke-linejoin="round" |
| 716 | /> |
| 717 | </svg> |
| 718 | ) |
| 719 | } |
| 720 | |
| 721 | export function ErrorCopier() { |
| 722 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected