()
| 657 | } |
| 658 | |
| 659 | export function CloseIcon() { |
| 660 | return ( |
| 661 | <svg |
| 662 | width="20" |
| 663 | height="20" |
| 664 | viewBox="0 0 24 24" |
| 665 | fill="none" |
| 666 | xmlns="http://www.w3.org/2000/svg" |
| 667 | > |
| 668 | <path |
| 669 | d="M18 6L6 18M6 6L18 18" |
| 670 | stroke="currentColor" |
| 671 | stroke-width="2" |
| 672 | stroke-linecap="round" |
| 673 | stroke-linejoin="round" |
| 674 | /> |
| 675 | </svg> |
| 676 | ) |
| 677 | } |
| 678 | |
| 679 | export function PiP() { |
| 680 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected