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