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

Function listIcon

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

Source from the content-addressed store, hash-verified

619}
620
621function listIcon(): string {
622 return iconSvg('<path d="M8 6h12" /><path d="M8 12h12" /><path d="M8 18h12" /><path d="M4 6h.01" /><path d="M4 12h.01" /><path d="M4 18h.01" />');
623}
624
625function terminalIcon(): string {
626 return iconSvg('<path d="m5 7 5 5-5 5" /><path d="M12 17h7" />');

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected