()
| 611 | } |
| 612 | |
| 613 | function filesIcon(): string { |
| 614 | return iconSvg('<path d="M8 7V4h9l4 4v10h-3" /><path d="M12 4v5h5" /><path d="M4 7h9l4 4v10H4z" /><path d="M13 7v5h4" />'); |
| 615 | } |
| 616 | |
| 617 | function checkCircleIcon(): string { |
| 618 | return '<svg aria-hidden="true" class="badge-icon" fill="none" viewBox="0 0 16 16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="8" cy="8" r="6" /><path d="m5.5 8 1.7 1.7 3.4-3.5" /></svg>'; |
no test coverage detected