A deprecated SVG icon component representing a "Vendors" concept, rendering a two-path vector graphic with configurable size and color.
## Key Components
### `VendorsIconProps`
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `color` | `string` | `'white'` | Fill color for SVG paths |
| `className` | `string` | `""` | CSS class for styling |
| `width` | `number` | `24` | Icon width in pixels |
| `height` | `number` | `24` | Icon height in pixels |
### `VendorsIcon`
A functional React component rendering a 24×24 SVG vendors icon. Marked as **deprecated** — use the `icons-v2-generated` package instead.
## Usage Example
```typescript
import { VendorsIcon } from './vendors-icon';
// Basic usage
// Custom size and color
```
> ⚠️ **Deprecated:** This component is no longer maintained. Migrate to the `icons-v2-generated` icon set for up-to-date icons.