A React SVG component that renders a check mark icon inside a circle, commonly used to indicate success, completion, or validation states.
## Key Components
- **CheckCircleIcon** - Main functional component that renders the SVG icon
- **CheckCircleIconProps** - TypeScript interface extending standard SVG props with optional className
- **SVG Paths** - Two path elements: one for the circle outline and one for the check mark
## Usage Example
```typescript
import { CheckCircleIcon } from './check-circle-icon'
// Basic usage with default styling