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

Function ChevronDownIcon

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

Source from the content-addressed store, hash-verified

570}
571
572export function ChevronDownIcon() {
573 return (
574 <svg
575 width="20"
576 height="20"
577 viewBox="0 0 24 24"
578 fill="none"
579 xmlns="http://www.w3.org/2000/svg"
580 >
581 <path
582 d="M6 9L12 15L18 9"
583 stroke="currentColor"
584 stroke-width="2"
585 stroke-linecap="round"
586 stroke-linejoin="round"
587 />
588 </svg>
589 )
590}
591
592export function SearchIcon() {
593 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected