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