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