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