(children: string)
| 587 | } |
| 588 | |
| 589 | function iconSvg(children: string): string { |
| 590 | return `<svg aria-hidden="true" class="icon-svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8">${children}</svg>`; |
| 591 | } |
| 592 | |
| 593 | function folderIcon(): string { |
| 594 | return iconSvg('<path d="M3 7.5h6l2 2h10" /><path d="M3 7.5v10A2.5 2.5 0 0 0 5.5 20h13a2.5 2.5 0 0 0 2.5-2.5v-8H3" />'); |
no outgoing calls
no test coverage detected