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

Function editIcon

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

Source from the content-addressed store, hash-verified

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" />');
607}
608
609function searchIcon(): string {
610 return iconSvg('<circle cx="11" cy="11" r="6" /><path d="m16 16 4 4" />');

Callers 1

getToolDisplayFunction · 0.85

Calls 1

iconSvgFunction · 0.85

Tested by

no test coverage detected