MCPcopy Create free account
hub / github.com/agegr/pi-web / JavaScriptReactIcon

Function JavaScriptReactIcon

components/FileIcons.tsx:72–74  ·  view source on GitHub ↗
({ size = 14 }: IconProps)

Source from the content-addressed store, hash-verified

70 return <LabelFileIcon label="JS" size={size} />;
71}
72export function JavaScriptReactIcon({ size = 14 }: IconProps) {
73 return <LabelFileIcon label="JSX" size={size} />;
74}
75export function PythonIcon({ size = 14 }: IconProps) {
76 return <LabelFileIcon label="PY" size={size} />;
77}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected