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

Function XCircleIcon

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

Source from the content-addressed store, hash-verified

550}
551
552export function XCircleIcon() {
553 return (
554 <svg
555 width="18"
556 height="18"
557 viewBox="0 0 24 24"
558 fill="none"
559 xmlns="http://www.w3.org/2000/svg"
560 >
561 <path
562 d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"
563 stroke="currentColor"
564 stroke-width="2"
565 stroke-linecap="round"
566 stroke-linejoin="round"
567 />
568 </svg>
569 )
570}
571
572export function ChevronDownIcon() {
573 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected