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