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