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