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