import * as React from 'react'; import { cn } from "../utils/cn"; /** * HubSpot brand logo (solid orange) * Usage: */ export function HubspotIcon({ className, fill = '#FF7A59', ...props }: React.SVGProps) { return ( ); }