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