import * as React from 'react'; import { cn } from '../../utils/cn'; /** * HubSpot brand logo (solid orange) * Usage: */ /** @deprecated Use icons from icons-v2-generated instead. */ export function HubspotIcon({ className, fill = '#FF7A59', ...props }: React.SVGProps) { return ( ); }