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