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