MCPcopy Create free account
hub / github.com/MagicCube/agentara / CommitFileIcon

Function CommitFileIcon

web/src/components/ai-elements/commit.tsx:353–361  ·  view source on GitHub ↗
({
  className,
  ...props
}: CommitFileIconProps)

Source from the content-addressed store, hash-verified

351export type CommitFileIconProps = ComponentProps<typeof FileIcon>;
352
353export const CommitFileIcon = ({
354 className,
355 ...props
356}: CommitFileIconProps) => (
357 <FileIcon
358 className={cn("size-3.5 shrink-0 text-muted-foreground", className)}
359 {...props}
360 />
361);
362
363export type CommitFilePathProps = HTMLAttributes<HTMLSpanElement>;
364

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected