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

Function fileIcon

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

Source from the content-addressed store, hash-verified

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" />');
599}
600
601function filePlusIcon(): string {
602 return iconSvg('<path d="M14 3v5h5" /><path d="M6 3h8l5 5v13H6z" /><path d="M12 12v6" /><path d="M9 15h6" />');

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected