import * as React from 'react'; export interface OfficeBadge64Props extends React.SVGProps { ariaLabel?: string } export default function OfficeBadge64({ ariaLabel, ...props }: OfficeBadge64Props) { return ( ); }