()
| 491 | } */ |
| 492 | |
| 493 | export function X() { |
| 494 | return ( |
| 495 | <svg |
| 496 | xmlns="http://www.w3.org/2000/svg" |
| 497 | width="24" |
| 498 | height="24" |
| 499 | viewBox="0 0 24 24" |
| 500 | fill="none" |
| 501 | stroke="currentColor" |
| 502 | stroke-width="2" |
| 503 | stroke-linecap="round" |
| 504 | stroke-linejoin="round" |
| 505 | > |
| 506 | <path d="M18 6 6 18" /> |
| 507 | <path d="m6 6 12 12" /> |
| 508 | </svg> |
| 509 | ) |
| 510 | } |
| 511 | |
| 512 | export function PackageIcon() { |
| 513 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected