MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / ShortcutIcon

Function ShortcutIcon

app/components/Icons/ShortcutIcon.tsx:6–14  ·  view source on GitHub ↗
({ className, children }: ShortcutIconProps)

Source from the content-addressed store, hash-verified

4};
5
6export function ShortcutIcon({ className, children }: ShortcutIconProps) {
7 return (
8 <span
9 className={`flex items-center justify-center rounded ${className ?? ""}`}
10 >
11 {children}
12 </span>
13 );
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected