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

Function folderIcon

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

Source from the content-addressed store, hash-verified

591}
592
593function 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" />');
595}
596
597function fileIcon(): string {
598 return iconSvg('<path d="M14 3v5h5" /><path d="M6 3h8l5 5v13H6z" /><path d="M9 13h6" /><path d="M9 17h4" />');

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected