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