Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getToolIcon
Function
getToolIcon
web/components/tools/ToolUseBlock.tsx:40–42 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
38
};
39
40
function getToolIcon(name: string): React.ElementType {
41
return TOOL_ICONS[name.toLowerCase()] ?? Wrench;
42
}
43
44
const TOOL_LABELS: Record<string, string> = {
45
bash:
"Bash"
,
Callers
1
ToolUseBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected