()
| 450 | } |
| 451 | |
| 452 | export function Link() { |
| 453 | return ( |
| 454 | <svg |
| 455 | xmlns="http://www.w3.org/2000/svg" |
| 456 | width="20" |
| 457 | height="20" |
| 458 | viewBox="0 0 24 24" |
| 459 | fill="none" |
| 460 | stroke="currentColor" |
| 461 | stroke-width="2" |
| 462 | stroke-linecap="round" |
| 463 | stroke-linejoin="round" |
| 464 | > |
| 465 | <path d="M9 17H7A5 5 0 0 1 7 7h2" /> |
| 466 | <path d="M15 7h2a5 5 0 1 1 0 10h-2" /> |
| 467 | <line x1="8" x2="16" y1="12" y2="12" /> |
| 468 | </svg> |
| 469 | ) |
| 470 | } |
| 471 | /* |
| 472 | |
| 473 | export function Pencil() { |
nothing calls this directly
no outgoing calls
no test coverage detected