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