()
| 603 | } |
| 604 | |
| 605 | function editIcon(): string { |
| 606 | return iconSvg('<path d="M4 20h4l11-11a2.8 2.8 0 0 0-4-4L4 16z" /><path d="m13.5 6.5 4 4" />'); |
| 607 | } |
| 608 | |
| 609 | function searchIcon(): string { |
| 610 | return iconSvg('<circle cx="11" cy="11" r="6" /><path d="m16 16 4 4" />'); |
no test coverage detected