import type { SVGAttributes } from 'react'; export type LogoProps = SVGAttributes; export const BrandingLogoIcon = ({ ...props }: LogoProps) => { return ( ); };