A React SVG icon component that renders a vendors or marketplace icon with customizable dimensions and styling. ## Key Components - **VendorsIconProps**: Interface defining optional props for className, width, and height - **VendorsIcon**: React functional component that renders an SVG icon representing vendors/marketplace - **SVG Structure**: Dual-path design showing interconnected elements suggesting business relationships ## Usage Example ```typescript import { VendorsIcon } from './vendors-icon'; // Basic usage with default 24x24 size // Custom size and styling // Inline with text
Vendor Management
``` The component uses `currentColor` for the fill, making it inherit the text color from its parent element. Default dimensions are 24x24 pixels with a standard viewBox, ensuring crisp rendering at any size.