A React SVG component that renders the Claude AI logo icon with customizable properties and accessibility features.
## Key Components
- **ClaudeIcon** - Main exported React component that renders the Claude logo as an SVG
- **ClaudeIconProps** - TypeScript interface extending standard SVG element properties
- **SVG Path** - Vector graphics definition with Claude's distinctive orange branding color (#D97757)
## Usage Example
```typescript
import { ClaudeIcon } from './claude-icon';
// Basic usage
// With custom size and styling
// With custom props
console.log('Claude icon clicked')}
/>
// In a button or link
```
The component uses `1em` dimensions by default, making it scale with the parent's font size. It includes proper ARIA labeling for accessibility and accepts all standard SVG properties for maximum flexibility.