Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opactorai/Claudable
/ wrap
Function
wrap
stubs/react-icons-fa.tsx:40–40 ·
view source on GitHub ↗
(Icon: IconComponent)
Source
from the content-addressed store, hash-verified
38
type IconComponent = ComponentType<LucideProps>;
39
40
const wrap = (Icon: IconComponent) => (props: LucideProps) => <Icon {...props} />;
41
42
export const FaCode = wrap(Code);
43
export const FaDesktop = wrap(Monitor);
Callers
1
react-icons-fa.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected