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