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