import type { SVGProps } from "react"; const ClaudeIcon = ({ grayscale, ...props }: SVGProps & { grayscale?: boolean }) => { return ( ); }; export default ClaudeIcon;