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