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

Function iconSvg

src/ui/workspace-app.tsx:589–591  ·  view source on GitHub ↗
(children: string)

Source from the content-addressed store, hash-verified

587}
588
589function iconSvg(children: string): string {
590 return `<svg aria-hidden="true" class="icon-svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8">${children}</svg>`;
591}
592
593function folderIcon(): string {
594 return iconSvg('<path d="M3 7.5h6l2 2h10" /><path d="M3 7.5v10A2.5 2.5 0 0 0 5.5 20h13a2.5 2.5 0 0 0 2.5-2.5v-8H3" />');

Callers 11

renderChevronFunction · 0.85
setPayloadLoadingFunction · 0.85
folderIconFunction · 0.85
fileIconFunction · 0.85
filePlusIconFunction · 0.85
editIconFunction · 0.85
searchIconFunction · 0.85
filesIconFunction · 0.85
listIconFunction · 0.85
terminalIconFunction · 0.85
reviewIconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected