()
| 550 | } |
| 551 | |
| 552 | export 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 | |
| 572 | export function ChevronDownIcon() { |
| 573 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected