import React from 'react'; interface EmptyVendorIconProps { className?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export function EmptyVendorIcon({ className }: EmptyVendorIconProps) { return ( ); }