()
| 619 | } |
| 620 | |
| 621 | function listIcon(): string { |
| 622 | return iconSvg('<path d="M8 6h12" /><path d="M8 12h12" /><path d="M8 18h12" /><path d="M4 6h.01" /><path d="M4 12h.01" /><path d="M4 18h.01" />'); |
| 623 | } |
| 624 | |
| 625 | function terminalIcon(): string { |
| 626 | return iconSvg('<path d="m5 7 5 5-5 5" /><path d="M12 17h7" />'); |
no test coverage detected