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

Function terminalIcon

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

Source from the content-addressed store, hash-verified

623}
624
625function terminalIcon(): string {
626 return iconSvg('<path d="m5 7 5 5-5 5" /><path d="M12 17h7" />');
627}
628
629function reviewIcon(): string {
630 return iconSvg('<path d="M5 4h14v16H5z" /><path d="M8 8h8" /><path d="M8 12h5" /><path d="M8 16h7" />');

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected