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

Function filePlusIcon

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

Source from the content-addressed store, hash-verified

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" />');
603}
604
605function editIcon(): string {
606 return iconSvg('<path d="M4 20h4l11-11a2.8 2.8 0 0 0-4-4L4 16z" /><path d="m13.5 6.5 4 4" />');

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected