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