A React SVG icon component that renders an archive/box icon with customizable styling and color options.
## Key Components
- **`ArchiveIconProps`** - Interface extending React SVG props with optional color customization
- **`ArchiveIcon`** - Functional component that renders an archive icon SVG with configurable appearance
## Usage Example
```typescript
import { ArchiveIcon } from './archive-icon'
// Basic usage with defaults (24x24, white fill)
// Custom size and color
// With additional SVG props
```
The component provides a scalable archive icon with default dimensions of 24x24px and white fill color. It accepts all standard SVG properties through prop spreading and uses Tailwind CSS classes for sizing by default.