()
| 570 | } |
| 571 | |
| 572 | export 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 | |
| 592 | export function SearchIcon() { |
| 593 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected