()
| 599 | } |
| 600 | |
| 601 | function filePlusIcon(): string { |
| 602 | return iconSvg('<path d="M14 3v5h5" /><path d="M6 3h8l5 5v13H6z" /><path d="M12 12v6" /><path d="M9 15h6" />'); |
| 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" />'); |
no test coverage detected