SVG icon component representing a "Cut Vendor Costs" concept, rendered as a stylized piggy bank or cost-reduction symbol in Flamingo yellow (`#FFC008`).
## Key Components
- **`CutVendorCostsIcon`** — A deprecated React SVG icon component accepting standard SVG props plus an optional `className`.
## Usage Example
```typescript
import { CutVendorCostsIcon } from './cut-vendor-costs-icon';
// Basic usage
// With custom class and size override
```
> **⚠️ Deprecated:** Use icons from `icons-v2-generated` instead of this component.