MCPcopy Create free account
hub / github.com/Waishnav/devspace / filesIcon

Function filesIcon

src/ui/workspace-app.tsx:613–615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611}
612
613function 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
617function 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>';

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected