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