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

Function CloseIcon

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

Source from the content-addressed store, hash-verified

657}
658
659export function CloseIcon() {
660 return (
661 <svg
662 width="20"
663 height="20"
664 viewBox="0 0 24 24"
665 fill="none"
666 xmlns="http://www.w3.org/2000/svg"
667 >
668 <path
669 d="M18 6L6 18M6 6L18 18"
670 stroke="currentColor"
671 stroke-width="2"
672 stroke-linecap="round"
673 stroke-linejoin="round"
674 />
675 </svg>
676 )
677}
678
679export function PiP() {
680 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected