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

Function X

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

Source from the content-addressed store, hash-verified

491} */
492
493export function X() {
494 return (
495 <svg
496 xmlns="http://www.w3.org/2000/svg"
497 width="24"
498 height="24"
499 viewBox="0 0 24 24"
500 fill="none"
501 stroke="currentColor"
502 stroke-width="2"
503 stroke-linecap="round"
504 stroke-linejoin="round"
505 >
506 <path d="M18 6 6 18" />
507 <path d="m6 6 12 12" />
508 </svg>
509 )
510}
511
512export function PackageIcon() {
513 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected