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