MCPcopy Create free account
hub / github.com/codeaashu/claude-code / FileIcon

Function FileIcon

web/components/tools/FileIcon.tsx:103–106  ·  view source on GitHub ↗
({ filePath, className }: FileIconProps)

Source from the content-addressed store, hash-verified

101}
102
103export function FileIcon({ filePath, className }: FileIconProps) {
104 const Icon = getFileIcon(filePath);
105 return <Icon className={className} />;
106}

Callers

nothing calls this directly

Calls 1

getFileIconFunction · 0.85

Tested by

no test coverage detected